Go to main content
Sun Datacenter InfiniBand Switch 36 Documentation Supplement for Firmware Version 2.2

Exit Print View

Updated: September 2016
 
 

Add a Port to a Partition (Toolbox CLI)

  1. In the Toolbox CLI, add a port to the partition.
    [toolbox-cli] set partition name=name|pkey=P_Key add port portguid=GUID [-m=full|limited|both]

    where:

    • name is the partition name.

    • P_Key is the partition key.

    • GUID is the port GUID.

    For example, to add a port with GUID 0x0002c903000891ac and limited membership to the partition with P_Key 1122, type:

    [toolbox-cli] set partition pkey=1122 add port portguid=0x002c903000891ac -m=limited
    [toolbox-cli]
  2. Verify that the port was added.
    [toolbox-cli] show partition pkey=1122 ports
    NAME    : test4
    PKEY    : 1122
    FLAGS   : ipoib, rate=4, sl=5
    GUID                   MEMBER 
    ------------------     ------- 
    0x0002c903000891ac     limited 
    0x0002c90300089240                
    [toolbox-cli] 

Related Information