HP Systems Insight Manager 6.0 Command Line Interface Guide

Example 9
To remove all all default or global (and only default or global) type credentials in the HP SIM of the specified
protocol type or name, enter mxnodesecurity -r -p wbem.
Example 10
To remove all WBEM credentials of default port number for the node
mycomputer.ak.hp.com
, enter
mxnodesecurity -r -p wbem -n mycomputer.ak.hp.com.
Example 11
To remove credentials in the HP SIM database based on the contents of
/home/user1/defs/newcredentials.xml, enter mxnodesecurity -r -f
/home/user1/defs/newcredentials.xml .
Example 12
To list all default or global and node or system credentials contained in the HP SIM database, enter
mxnodesecurity -l.
Example 13
To list default or node WBEM credentials, enter mxnodesecurity -l -p wbem.
Example 14
To list the WBEM credentials for the node
mycomputer.ak.hp.com
, enter mxnodesecurity -l -p wbem
-n mycomputer.ak.hp.com.
Limitations
This command can only be run on the CMS.
For an HP-UX or Linux CMS, this command can be run only by the root user.
See also
HP-UX
mxnodesecurity(4), mxngroup(1M), mxauth(1M), mxuser(1M), mxinitconfig(1M), mxnode(1M)
Linux
mxnodesecurity(4), mxngroup(8), mxauth(8), mxuser(8), mxinitconfig(8), mxnode(8)
mxoracleconfig
Configures HP SIM to use an Oracle database.
Synopsis
mxoracleconfig -h hostname [-n port number ] -d database name -u username -p password
[-j jar file ] [-f]
Description
The mxoracleconfig command enables you to configure HP SIM to use an Oracle database. This command
does not initialize the database. Use mxinitconfig to initialize the database.
Options
-h hostname
Specify the hostname of the server on which the Oracle database is installed.
-n port number
Example 9 71