Previous Topic

Next Topic

Enabling the iLO 3 Shared Network Port feature through XML scripting

For information on how to use the SHARED_NETWORK_PORT command to enable the iLO 3 Shared Network Port through XML scripting, see the "Remote Insight command language" section.

The following sample script configures the iLO 3 to select the Shared Network Port. You can customize this script to your needs. Using this script on platforms that do not support the Shared Network Port will cause an error.

<RIBCL version="2.21">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<RIB_INFO MODE="WRITE">

<MOD_NETWORK_SETTINGS>

<SHARED_NETWORK_PORT VALUE="Y" />

</MOD_NETWORK_SETTINGS>

</RIB_INFO>

</LOGIN>

</RIBCL>