HP-UX GUID Manager v1.0 Administrator Guide

guidmgr 20173 20167 0 15:33:55 ? 0:00 postgres: writer process
guidmgr 20176 20167 0 15:33:55 ? 0:00 postgres: stats collector process
guidmgr 20167 1 0 15:33:54 pts/0 0:00 /opt/guid/tools/postgresql/bin/postgres -p 49220 -D
/opt/guid/db/
guidmgr 20174 20167 0 15:33:55 ? 0:00 postgres: wal writer process
guidmgr 20175 20167 0 15:33:55 ? 0:00 postgres: autovacuum launcher process
# check for key daemon, daemon to allow SSH tunneling from GUID Client to GUID Server
:ps -ef | grep guidkeyd | grep -v grep
root 20196 1 0 15:34:10 ? 0:00 /opt/guid/sbin/guidkeyd
If any of the GUID server daemons are not running, enter the guid_server_prepare.sh
command.
On an existing GUID server or setting up a new GUID server:
If you are setting up a GUIDsServer for the first time, enter the same
guid_server_prepare.sh command:
:/opt/guid/utils/guid_server_prepare.sh
====== Starting server side initialization ======
Step 1/3 Preparing GUIDMGR private user account...
1.1 Creating user id "guidmgr".
User already exists. Skipped.
1.2 Creating home dir & chroot dir.
/home/guidmgr/ already exists. Skipped.
/guidroot/guidmgr already exists. Skipped.
1.3 Creating .ssh at /home/guidmgr.
/home/guidmgr/.ssh/ already exists. Skipped.
/home/guidmgr/.ssh/authorized_keys already exists. Skipped.
1.4 Setting privileges.
Home dir /home/guidmgr/ is initialized.
Step 2/3 Preparing database...
2.1 Untaring postgresql tool.
2.2 Preparing data base initialization log at /opt/guid/var/initdb.log .
2.3 Initializing data base at /opt/guid/db/.
Warning: initializing database failed. This may cause by DB failure, or just
because current machine has installed GUIDMGR and initialized DB before.
For more details, please refer to /opt/guid/var/initdb.log .
2.4 Preparing data base service log at /opt/guid/var/postgres.log .
2.5 Starting data base service.
Step 3/3 Starting daemons...
3.1 Starting private SSHD.
3.2 Starting GUIDD.
3.3 Creating WWN tables in data base.
Warning: creating WWN table in database failed. This may cause by DB failure, or just
because current machine has installed GUIDMGR and created WWN table before.
See /opt/guid/sbin/guiddbutil for database management.
3.4 Starting GUIDKEYD.
3.5 Setting flags in /etc/rc.config.d/guidmgr_conf.
====== Server side initialization accomplished ======
4.4 GUID Manager Examples 17