Manually configuring nodes to boot as CPM-IMM in a VC

About this task

The CPM-IMM nodes are configured through the BOF and do not require further configuration to be part of the VC. Perform the following steps to manually boot and configure CPM-IMM nodes in a VC:

Procedure

  1. Identify the two nodes that will take on the CPM role.
  2. Ensure there is console access to the CPM nodes to drive the boot process.
  3. Ensure the CPM nodes are powered on.
  4. Ensure that the SD card delivered with the software license containing the boot loader (boot.tim) and TiMOS software is installed in the SD card slot.
  5. Manually interrupt the boot process at the boot loader BOF prompt and configure the following:
    1. Specify standalone-vc for the chassis-role parameter.
    2. Specify a name for the vc-stack-name parameter.
    3. Specify cpm-imm for the vc-stack-node-type parameter.
    4. Specify the slot number and MAC address for CPM A and CPM B in the vc-stack-node parameter.
    5. Specify the IP prefix information for the active and standby options in the eth-mgmt-address parameter.
  6. Configure other BOF parameters such as image location, configuration file location, and route information, similar to a 7210 SAS node operating in the standalone mode.

    You can get the TiMOS image (both.tim) for the CPM-IMM nodes from the local SD card or through the network by specifying the primary/secondary/tertiary image locations appropriately.

Example

The following output is an example of a CPM-IMM node configuration.

A:Dut-A# show bof
========================================================================
BOF (Memory)
========================================================================
    primary-image      ftp://*:*@135.250.127.36/./images/7xxx-hops/
    primary-config     cf1:\default.cfg
#eth-mgmt Port Settings:
    no  eth-mgmt-disabled
    eth-mgmt-address   10.135.17.166/24 active
    eth-mgmt-address   10.135.17.167/24 standby
    eth-mgmt-route     10.250.0.0/16 next-hop 10.135.17.1
    eth-mgmt-autoneg
    eth-mgmt-duplex    full
    eth-mgmt-speed     100
#System Settings:
    wait               3
    persist            off
    console-speed      115200
    no  console-disabled
    vc-stack-name      VC-3
    vc-stack-node-type cpm-imm
    vc-stack-node cpmA slot-num 1 mac-addr d0:99:d5:91:1c:41
    vc-stack-node cpmB slot-num 2 mac-addr d0:99:d5:90:1e:41
=======================================================================