HP Systems Insight Manager 7.0 Command Line Interface Guide

Example 18
The command below displays a list of all credentials (default and node) of type WBEM protocol.
mxnodesecurity -l -p wbem
Example 19
The command below displays a list of all credentials (node) of type VME protocol scvmm (can also
be - vCenter, rhevm).
mxnodesecurity -l -p vme:scvmm
Example 20
The command below displays all node/system credential(s) for the specified node
mycomputer.ak.hp.com.
mxnodesecurity -l -n mycomputer.ak.hp.com
Example 21
The command below displays the WBEM node/system credential(s) and for the specified node
mycomputer.ak.hp.com.
mxnodesecurity -l -p wbem -n mycomputer.ak.hp.com
Example listing output
The example output below shows the format for the -1 command that lists all Default/Global and
Node/System credentials. Note that the Default/Global and Node/System credentials are divided
into two separate listings. The @defaultN node naming convention and the specific numeric N
value used in the Default/Global credentials list. When wanting to Modify an existing Default
credential, you *must* use this listing output as a reference for the specific credential that you wish
to modify as you will be required to provide a @defaultN value string as a node name in either
(1) a commandline nodename -n value or (2) as a name attribute value in an XML file. Another
point to note is that even though vme protocols like vcenter, scvmm and rhevm must always be
prefixed with a vme: before passing as an argument to -p , they are stored without the prefix vme:
in the database.
Listing all global credentials...
NODENAME PROTOCOL USERNAME PASSWORD
@default1 snmp public private
@default1 ssh user1 ********
@default1 sign-in user1 ********
@default2 sign-in user2 ********
@default2 ws-man user1 ********
@default2 snmp public2 private2
@default3 abc user1 ********
@default3 sign-in user3 ********
Listing all system credentials...
NODENAME PROTOCOL USERNAME PASSWORD TRYOTHERS
11.11.111.111 snmp public private Yes
mycomputer.ak.hp.com snmp public private Yes
nodeName1 sign-in user1 ******** Yes
nodeName2 ssh user1 ******** Yes
mxnodesecurity 85