Top
ServerView Resource Orchestrator V2.2.1 User's Guide

5.7.1 Configuring the Admin LAN IP Address Range for Usage Change

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 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>