Node

The Node element specifies a node that is defined in a first-level automation domain. It may further specify the hardware device hosting the node in order to control it via the hardware adapter.
Note: Specified nodes are only displayed in the operations console if they actually exist.

Restrictions

None.

Examples

<Node name="node">
  <Site index="1"/>
  <Domain name="ApplCluster F"/>
  <Class>IBM.PeerNode</Class>
  <HardwareDevice>
    <Box>P-Blade Room 56</Box>
    <Slot>Blade 1</Slot>
  </HardwareDevice>
</Node>

Attributes

name="NodeName"
Name of the node as defined in the first-level automation domain. This name may also be used in the Node element in the end-to-end automation policy. Maximum number of characters supported: 64.

Context

Children: Site, Domain, Class, HardwareDevice.

Parents: DRPolicy.