HP Systems Insight Manager 7.2 Command Line Interface Guide

mxnodesecurity -a -p signin -c username:password [-t onoroff ] [-n nodename ]
Add or modify a sign-in or sign-in default/global or node/system credential. A
sign-in credential is a protocol independent credential used to sign into the managed
system.
mxnodesecurity -a -p protocol -c username:password
Add a default/global credential.
mxnodesecurity -a -p protocol -c username:password -n @defaultN
Modify a default/global credential.
mxnodesecurity -a -f filename
Add or modify credentials as specifried in XML file.
mxnodesecurity -r -p protocol -n nodename
Remove a node/system credential.
mxnodesecurity -r -p wbem -n nodename [:Port#]
Remove a WBEM node/system credential.
mxnodesecurity -r -p protocol -n @defaultN [-x fd or fcd ]
Remove a default/global credential.
mxnodesecurity -r -p protocol [-x fd or fcd ]
Remove all default/global credentials of specified protocol.
mxnodesecurity -r -f filename
Remove credentials as specifiled in XML file.
mxnodesecurity [-l]
List all default/global and node/system credentials credentials.
mxnodesecurity -l [-p protocol ] [-n nodename ]
List default/global and node/system credentials by protocol and/or nodename.
Description
The mxnodesecurity command enables a CMS user to add, modify, list, or remove default/global
and node/system credentials in the CMS. The difference between default and node type credentials
should be noted.
All type credentials are stored in the HP SIM database.
mxnodesecurity -a -p protocol -c username:password [-t on or off ] [-n nodename
]
mxnodesecurity -a -p wbem -c username:password [-t on or off ] -n nodename
[ :Port# ]
mxnodesecurity -a -p snmp -c username:password [-t on or off ] -n nodename
mxnodesecurity -a -p signin -c username:password [-t onoroff ] [-n nodename
]
mxnodesecurity -a -p protocol -c username:password
mxnodesecurity -a -p protocol -c username:password -n @defaultN
mxnodesecurity -a -f filename
mxnodesecurity 79