HP iLO 4 Scripting and Command Line Guide

</RIBCL>
TRIGGER_TEST_EVENT parameters
MESSAGE_ID—Message UUID format used to match the test Service Event with this request. It is
returned in the submission package SOAP envelope header.
TRIGGER_TEST_EVENT runtime errors
None
SET_ERS_DIRECT_CONNECT
Enter this command to begin the registration of your device to HP Insight Online using Direct
Connect. You must have the Configure iLO Settings privilege to modify iLO Remote Support settings,
and a valid HP Passport Account is required to run this command. If you do not have an account,
sign up at http://www.hp.com/go/insightonline.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<SET_ERS_DIRECT_CONNECT>
<ERS_HPP_USER_ID value="HpUID"/>
<ERS_HPP_PASSWORD value="HpPass"/>
<!-- if proxy is needed, enter the proxy information:
<ERS_WEB_PROXY_URL value="proxy.sample.hp.com"/>
<ERS_WEB_PROXY_PORT value="8080"/>
<ERS_WEB_PROXY_USERNAME value="proxy_user"/>
<ERS_WEB_PROXY_PASSWORD value="proxy_pass"/> -->
</SET_ERS_DIRECT_CONNECT>
</RIB_INFO>
</LOGIN>
</RIBCL>
After running SET_ERS_DIRECT_CONNECT, a final command is required to complete the regisration
process. See “DC_REGISTRATION_COMPLETE” (page 122) for more information.
SET_ERS_DIRECT_CONNECT parameters
ERS_HPP_USER_ID—HP Passport Account user ID.
ERS_HPP_PASSWORD—HP Passport Account password.
If your device uses a web proxy server to access the Internet, enter the following:
ERS_WEB_PROXY_URL—Web proxy server host name or IP address.
ERS_WEB_PROXY_PORT—Port number on which to communicate with the web proxy server.
ERS_WEB_PROXY_USERNAME—Username for web proxy server authentication.
ERS_WEB_PROXY_PASSWORD—Password for web proxy server authentication.
NOTE: You can set your web proxy server configuration separately using the
SET_ERS_WEB_PROXY command. Remember to leave the web proxy section of the script commented
out if not configuring web proxy settings in the same script as SET_ERS_DIRECT_CONNECT.
SET_ERS_DIRECT_CONNECT runtime errors
Possible error messages returned for this command are:
Device is already registered.
HP Passport password entered is incorrect.
RIB_INFO 121