H-Sphere Sysadmin Guide

Restarting H-Sphere Database

 
 

H-Sphere database is used to store system data. It is not used for hosting. Usually it is located on the same server as the control panel and is installed and executed under user pgsql (FreeBSD) or postgres (RedHat).

To restart the database, execute the following commands:

On RedHat:

--
# /etc/rc.d/init.d/postgresql stop
# sleep 1
# /etc/rc.d/init.d/postgresql start
--

On FreeBSD:

--
# /usr/local/etc/rc.d/010.pgsql.sh stop
# sleep 1
# /usr/local/etc/rc.d/010.pgsql.sh start
--

 



© Copyright 1998-2008. Positive Software Corporation.
All rights reserved.