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

Exit Print View

Updated: September 2016
 
 

Modify a Port of a Partition (Toolbox CLI)

  1. In the Toolbox CLI, modify a port to the partition.
    [toolbox-cli] set partition name=name|pkey=P_Key set 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 set the port with GUID 0x0002c903000891ac in the partition with P_Key 1122 to full membership, type:

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

Related Information