HP Systems Insight Manager 6.0 Command Line Interface Guide

Specify the port number of the Oracle TCP/IP listener service on the Oracle database server.
If -n is not specified, the default is 1521.
-d database name
Specify the instance name of the database to be used for HP SIM. This should be a new
database created exclusively for HP SIM use. Set up this database to use the Unicode
character set (AL32UTF8).
-u username
Enter the username authorized to log in to the Oracle database instance. This user must
have the DBA privilege.
-p password
Enter the password.
-j jar file
Specify the location of the jar file containing the Oracle thin jdbc driver. The driver is
typically named ojdbc14.jar.
-f
Force re-run. Typically, mxoracleconfig should be run only once. Use the force flag if
you need to re-run this command.
Return values
MeaningValue
Required configuration files were updated correctly..0
An error occurred during operation.-1
See also
HP-UX
mxinitconfig(1M)
Linux
mxinitconfig(8)
Example
To configure HP SIM to use Oracle database
hpsim50
on server
oradbsrv11x
with user id
sim
, password
simpw
, and the Oracle thin driver jar file ojdbc14.jar, enter: mxoracleconfig -h oradbsrv11x
-d hpsim50 -u sim -p simpw -j ojdbc14.jar .
mxpassword
Adds, removes, modifies, and lists passwords stored in HP SIM.
Synopsis
mxpassword
mxpassword a ((-x key=value)*|(–f filespec))
mxpassword -m (-x key=value)*
mxpassword -r (-x key)*
mxpassword [-l [-x key ]*]
mxpassword -g
mxpassword -n
72 Command descriptions