Pages

Sunday, May 24, 2015

start eucalyptus postgres database command line how to

start eucalyptus postgres database command line how to

How to start postgres database w.r.t eucalyptus via command line ?



/usr/lib/postgresql/9.1/bin/postgres "-D" "/opt/eucalyptus/var/lib/eucalyptus/db/data" "-h0.0.0.0" "-p8777"



-p corresponds to Port
-h corresponds to Binding IP Address ( either localhost / 0.0.0.0 )
-D  corresponds to Database directory


No comments:

Post a Comment