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

Exit Print View

Updated: September 2016
 
 

Modify a Partition (Toolbox CLI)

  1. In the Toolbox CLI, modify a partition.
    [toolbox-cli] set partition name=name|pkey=P_Key [name~=oldname -newname~=newname][-defmember=full|liimited|both][-iboip=True [-sl=sl]|[-rate=rate]|[-scope=scope]|[-mtu=mtu]]

    where:

    • name is the partition name.

    • P_Key is the partition key.

    • oldname is the current partition name.

    • newname is the new partition name.

    • sl is the service level.

    • rate is the rate.

    • scope is the scope.

    • mtu is the mtu.

    For example, to add IPoIB functionality with service level 5 and rate 4 to the partition named test4, type:

    [toolbox-cli] set partition name=test4 -ipoib=True -sl=5 -rate=4
    [toolbox-cli]
  2. Verify that the partition was modified.
    [toolbox-cli] show partition name=test4
    NAME      PKEY     FLAGS 
    -----     ----     --------------------------- 
    test4     1122     ipoib, rate=4, sl=5 
    [toolbox-cli]

Related Information