To create more L-Servers than physical servers, it is necessary to specify the range of admin LAN IP addresses which can be allocated to the L-Servers.
Execute the rcxadm network create command, and specify the range of admin LAN IP addresses.
For details on the command, refer to "E.3.5 rcxadm network".
It is necessary to perform this operation before registering any resources (after the first login after installation).
It is used as the admin LAN IP address for all L-Servers with the server type "Physical". When creating an L-Server, do not specify "ADMINLAN_RESOURCE".
For the Vlanid tag, specify a value that does not overlap with any others.
For the Network name tag and AddressSet name tag, specify "ADMINLAN_RESOURCE".
Do not specify anything other than this name.
For the start and end addresses, specify an IP address in the same subnet as the one specified for the manager during its installation.
For Exclude tag specification, specify "MMB IP address for chassis" and "iRMC IP address for all physical servers that may have been registered".
For details on the XML file, refer to "H.4 Network Resources".
An example of an XML file is described below.
Example
<?xml version="1.0" encoding="utf-8"?> <Pool name="NetworkPool"> <Network name="ADMINLAN_RESOURCE"> <Comment></Comment> <Vlanid>1000</Vlanid> <AddressSet name="ADMINLAN_RESOURCE" subnet="192.168.1.0" mask="255.255.255.0" start="192.168.1.1" end="192.168.1.254"> <Comment></Comment> <Exclude> <AddressRange start="192.168.1.1" end="192.168.1.49" /> <AddressRange start="192.168.1.51" end="192.168.1.191" /> </Exclude> <Gateway address="192.168.1.1" /> </AddressSet> </Network> </Pool> |