3 configuring ilo federation with ribcl scripts, Get_federation_multicast, Get_federation_multicast parameters – HP Integrated Lights-Out 4 User Manual

Page 13: Get_federation_multicast runtime errors, Get_federation_multicast return messages, Set_federation_multicast, Configuring, Configuring ilo federation with

Advertising
background image

3 Configuring iLO Federation with RIBCL scripts

You can view and configure iLO Federation settings by using RIBCL scripts. For detailed information
about using iLO scripts, see the HP iLO 4 Scripting and Command Line Guide

For information about using the HPQLOCFG utility to send RIBCL scripts to a batch of servers, see
the HP iLO 4 Scripting and Command Line Guide. To use another tool to send scripts to a batch
of servers, see the tool documentation.

This chapter describes the available iLO Federation scripts.

You can download sample scripts from the following website:

http://www.hp.com/support/ilo4

.

GET_FEDERATION_MULTICAST

Use the GET_FEDERATION_MULTICAST command to retrieve the current federation multicast
options. The response includes values for Multicast Discovery, Multicast Announcement Interval,
IPv6 Multicast Scope, and Multicast TTL. The command must appear within a RIB_INFO command
block, and RIB_INFO MODE must be set to read.

For example:

<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="read">
<GET_FEDERATION_MULTICAST/>
</RIB_INFO>
</LOGIN>
</RIBCL>

GET_FEDERATION_MULTICAST parameters

None

GET_FEDERATION_MULTICAST runtime errors

None

GET_FEDERATION_MULTICAST return messages

The following response is typical of the data returned from the GET_FEDERATION_MULTICAST
command:

<?xml version="1.0"?>
<RIBCL VERSION="2.23">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_FEDERATION_MULTICAST>
<MULTICAST_DISCOVERY_ENABLED VALUE="Yes"/>
<MULTICAST_ANNOUNCEMENT_INTERVAL VALUE="60"/>
<IPV6_MULTICAST_SCOPE VALUE="Site"/>
<MULTICAST_TTL VALUE="255"/>
</GET_FEDERATION_MULTICAST>
</RIBCL>

SET_FEDERATION_MULTICAST

Enter the SET_FEDERATION_MULTICAST to set federation multicast options, including Multicast
Discovery, Multicast Announcement Interval, IPv6 Multicast Scope, and Multicast TTL.

GET_FEDERATION_MULTICAST

13

Advertising