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

Exit Print View

Updated: September 2016
 
 

Remove a Partition (Toolbox CLI)

  1. In the Toolbox CLI, remove the partition.
    [toolbox-cli] remove partition name=name|pkey=P_Key

    where:

    • name is the partition name.

    • P_Key is the partition key.

    For example, to remove the partition with P_Key 1122, type:

    [toolbox-cli] remove partition pkey=1122
    Are you sure you want to remove partition 'pkey="1122"'? (y/n): y
    [toolbox-cli]
  2. Verify that the partition was removed.
    [toolbox-cli] show partition name=all
    NAME         PKEY     FLAGS 
    --------     ----     ------------------------ 
    SUN_DCS      0001     ipoib 
    nm2-box1     3342     ipoib, defmember=full 
    nm2-box2     3343 
    nm2-box      3341 
    nm2-box3     3344     ipoib, defmember=both 
    Default      7fff     ipoib 
    nm2-box4     3345     ipoib, defmember=full 
    [toolbox-cli]

Related Information