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

Exit Print View

Updated: September 2016
 
 

Remove a Port From a Partition (Toolbox CLI)

  1. In the Toolbox CLI, remove a port from the partition.
    [toolbox-cli] set partition name=name|pkey=P_Key remove port portguid=GUID

    where:

    • name is the partition name.

    • P_Key is the partition key.

    • GUID is the port GUID.

    For example, to remove the port with GUID 0x0002c90300089240 from the partition with P_Key 1122, type:

    [toolbox-cli] set partition pkey=1122 remove port portguid=0x0002c90300089240
    Are you sure you want to remove partition port 'portguid="0x0002c90300089240"'? (y/n): y
    [toolbox-cli]

    There is also a "no confirm" mode where you can specify a -y flag when removing a partition to disable the confirmation prompt.

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

Related Information