4.4.5. Configuring More Rails
As your network grows, you may want to add more rails.
4.4.5.1. Procedures
To configure additional rails on the same Fabric Manager to the same or different subnets, perform the following steps:
Set up the first two SuperNICs (
fm0andfm1) as described in Configuring Dual Rails for Dual Subnets.Copy the
<Shared>element forfm1and paste it after the closing element,</Shared>.<Shared> <Start>0</Start> <!-- Overall Instance Startup, see fm0 for more info --> <Name>fm1</Name> <!-- also for logging with _sm, _fe, _pm appended --> <Hfi>1</Hfi> <!-- local HFI to use for FM instance, 1=1st HFI --> <Port>2</Port> <!-- local HFI port to use for FM instance, 1=1st Port --> <PortGUID>0x0000000000000000</PortGUID> <!-- local port to use for FM --> <SubnetPrefix>0xfe80000000001001</SubnetPrefix> <!-- should be unique --> <!-- Overrides of the Common.Shared or Fm.Shared parameters if desired --> <!-- <LogFile>/var/log/fm1_log</LogFile> --> <!-- log for this instance --> <!-- <StartupRetries>5</StartupRetries> --> <!-- <StartupStableWait>10</StartupStableWait> --> </Shared> <Shared> <Start>0</Start> <!-- Overall Instance Startup, see fm0 for more info --> <Name>fm1</Name> <!-- also for logging with _sm, _fe, _pm appended --> <Hfi>1</Hfi> <!-- local HFI to use for FM instance, 1=1st HFI --> <Port>2</Port> <!-- local HFI port to use for FM instance, 1=1st Port --> <PortGUID>0x0000000000000000</PortGUID> <!-- local port to use for FM --> <SubnetPrefix>0xfe80000000001001</SubnetPrefix> <!-- should be unique --> <!-- Overrides of the Common.Shared or Fm.Shared parameters if desired --> <!-- <LogFile>/var/log/fm1_log</LogFile> --> <!-- log for this instance --> <!-- <StartupRetries>5</StartupRetries> --> <!-- <StartupStableWait>10</StartupStableWait> --> </Shared>
Edit the following settings:
Start =
1Initializes the SuperNIC.
Name =
fmxwhere x is the next instance, less than or equal to the number of supported FM instances.
HFI = x+1
For example, for
fm2, HFI = 3.Port =
1SubnetPrefix = unique ID for target subnet
Save the
opafm.xmlfile.