HP Systems Insight Manager 5.2 Installation and Configuration Guide for HP-UX

DescriptionCommands for an Oracle database
Full DNS name or IP address of the Oracle serverh Hostname
Port number to be used to connect to the oracle instance. Default
port is 1521
-n Portnumber
Name of database instanced Databasename
Database user nameDatabase user nameu Username
Database password for the corresponding user namep Password
Full path to thin driver jar file. This is not required if the jar file is
already in the class path for HP SIM and jboss. Mxoracleconfig
j Driverfilelocation
will report an error if the driver class cannot be loaded.
Mxoracleconfig will not copy over a jar file if it already exists in
the classpath for HP SIM and jboss.
Typically this command is run only once. This flag is provided if
a re-run is required because of some type of user error such as
specifying the wrong Oracle server or database instance.
f Force flag to force a re-run
3. Test the prerequisites:
/opt/mx/bin/mxinitconfig l
This verifies that the prerequisites are present. You can review the log file found in
/var/opt/mx/logs/initconfig.log to verify that the initialization completed.
Note: HP SIM recommends resolving any warnings before continuing with the setup process.
4. Initialize HP Systems Insight Manager:
/opt/mx/bin/mxinitconfig -a
Note: The initialization of HP SIM is done in the background, which takes several minutes. To verify if
the initialization is 100% complete, view the file /var/opt/mx/logs/initconfig.log.
Note: After upgrading from a previous version of HP SIM, if you notice a pre-existing collection returning
an unexpected result, and HP SIM has not been restarted since the upgrade, then stopping and restarting
the HP SIM service should resolve this problem.
5. Verify that the mxdomainmgr and mxdtf daemons are running:
ps -ef | grep mx
If they are not running, start them:
/opt/mx/bin/mxstart
6. (Optional) To use the CMS as a
managed system
, install WBEM, if it is not already installed. Because
WBEM requires OpenSSL, be sure OpenSSL is installed on the CMS by running:
swlist OpenSSL
If this command returns "Error: Software "OpenSSL" was not found on host," then
OpenSSL is not installed.
OpenSSL is available on Software Depot at http://www.hp.com/go/softwaredepot or on your operating
system media.
a. Install the OpenSSL Software:
swinstall -s/directory/OpenSSL_depot OpenSSL
where directory is the path to the depot file, and OpenSSL_depot is the name of the OpenSSL
depot file.
b. Now, install WBEM:
swinstall -s /directory/depot B8465BA
where directory is the path to the depot file and depot is the name of the depot file. For example:
swinstall -s /tmp/WBEM_download.depot B8465BA
Note: To verify if WBEM (cimserver, cimserverd) daemons are running:
ps -ef | grep wbem.
24 Installing HP SIM on the CMS for the first time