NAME

      mxnodesecurity - Systems Insight Manager mxnodescurity XML file format


SYNOPSIS

      mxnodesecurity


DESCRIPTION

      The mxnodesecurity command supports adding, listing, or removing node
      credentials in the eXentisible Markup Language (XML) format defined by
      the XSD schema example shown below.  Note that the XML may contain one
      or more node elements:

      <?xml version="1.0" encoding="UTF-8" ?>
      <nodelist>
	<node name="nodeName">
	  <credential protocol="wbem" username="userName" password="userPassword" />
	</node>
	<node name="nodeName">
	  <credential protocol="snmp" username="userName" password="userPassword" />
	</node>
	<node name="nodeName">
	  <credential protocol="wbem" username="userName" password="userPassword" />
	</node>
      </nodelist>


EXAMPLES

      You may specify an XML file (with format as shown above) as the input
      to mxnodesecurity CLI for the 'Add' and 'Remove' command options shown
      below.  To verify node credentials have been added or removed, you may
      use the '-l' option to list the current node credentials.

      mxnodesecurity -a -f xmlfilename
      mxnodesecurity -r -f xmlfilename


AUTHOR

      mxnodesecurity was developed by the Hewlett-Packard Company.


SEE ALSO for HP-UX

      mxnodesecurity(1M)


SEE ALSO for Linux

      mxnodesecurity(8)