HP Systems Insight Manager 5.3 Technical Reference Guide

4. (Optional) To access the System Credentials page, select Go to the System Credentials page to
set system SNMP community strings.
5. Click OK to save the settings, or click Return to System Page to return to the System Page for the
system and not save changes.
Note: If the OK button is disabled, look for any bold red error messages and correct all the problematic
entries to enable that button.
Related procedures
Setting protocols and credentials for a system or groups of systems
Setting global protocols
Related topics
Protocols
Global protocols
Example XML file to add more than 10 WBEM username and password pairs
To save time and effort, create an XML file that defines your system authorizations before running discovery.
For example:
<?xml version="1.0" encoding="UTF-8"?>
<!--
15.43.215.47
15.43.212.150
15.3.110.117
15.3.105.51
15.3.110.113
-->
<nodelist>
<node name="system1">
<credential protocol="wbem" username="root"
password="pswd" />
</node>
<node name="system2">
<credential protocol="wbem" username="root"
password="pswd" />
</node>
<node name="system3">
<credential protocol="wbem" username="root"
password="pswd" />
</node>
<node name="system4">
<credential protocol="wbem" username="root"
password="pswd" />
</node>
<node name="system5">
<credential protocol="wbem" username="euploid\administrator"
password="pswd" />
</node>
</nodelist>
You can include the IP addresses of the systems to be discovered in an XML comment so that you can maintain
the IP addresses with the XML file and can copy and paste into the Ping inclusion ranges, system (hosts)
Protocols 577