HP Systems Insight Manager 5.3 Command Line Interface reference guide

-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
mxpassword c
Description
mxpassword allows you to add, remove, modify, and list the passwords stored for use with HP SIM. The
passwords are displayed in clear text for readability.
CAUTION: To prevent clear text passwords from being exposed to unintended eyes, close the command
window after executing this command.
Options
-a
Add a new password.
-m
Modify an existing password.
-r
HP-UX 69