Setting up HP SIM 5.x on an HP-UX Serviceguard Cluster (448492-002, February 2008)

4
Configuration details
Table
1
Name
Public IP Address
Heartbeat IP Adress
SG1hpsimlnx (DL380 G2)
192.168.5.11
10.0.0.31
SG2hpsimlnx(BL20P G2)
192.168.5.12
10.0.0.32
SGhpsimlnx (cluster name)
192.168.5.10
SGQShpsimlnx (quorum server)
192.168.5.13
Each system of the cluster is running RHEL 4 Update 4.
Installing the HP SIM binary on system1 and system2
Install HP SIM on each node in parallel. Download t
he binary distribution under
/tmp,
and then
execute the following steps. Run the regular installation steps as described on the HP SIM website.
1.
To install HP SIM with its
d
atabase, execute the following command:
#
cd /tmp
#
./HPSIM
-
Linux*.bin
2.
The
HPSIM
-
L
inux*.bin
file extracts the RPM Package Manager (RPM) files, installs PostgreSQL
based database Server, and then continues with the HP SIM installation.
Verifying archive integrity... All good.
Uncompressing Hewlett
-
Packard Development Company, L.P. HP Sys
tems
Insight Manager C.05.02.00.00..........................
Installing hpsmdb
-
rhel4
-
*.i386.rpm ... ok
The files belonging to this database system will be owned by user
"hpsmdb".
This user must also own the server process.
The database cluster will be ini
tialized with locale en_US.UTF
-
8.
The default database encoding has accordingly been set to UTF8.
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers/max_fsm_pages ... 24MB/153600
creating configuration
files ... ok
creating template1 database in /var/opt/hpsmdb/data/base/1 ... ok
initializing pg_authid ... ok
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... ok
setting priv
ileges on built
-
in objects ... ok
creating information schema ... ok
vacuuming database template1 ... ok
copying template1 to template0 ... ok
copying template1 to postgres ... ok
WARNING: enabling "trust" authentication for local connections
You can chang
e this by editing pg_hba.conf or using the
-
A option the
next time you run initdb.
Success. You can now start the database server using:
/opt/hpsmdb/bin/postgres
-
D /var/opt/hpsmdb/data
or
/opt/hpsmdb/bin/pg_ctl
-
D /var/opt/hpsmdb/data
-
l logfile
start
Installing hpsim* ...