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

Exit Print View

Updated: September 2016
 
 

Create a Partition (Toolbox CLI)

  1. In the Toolbox CLI, create a partition.
    [toolbox-cli] add partition name=name pkey=P_Key [-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.

    • sl is the service level.

    • rate is the rate.

    • scope is the scope.

    • mtu is the mtu.

    For example, to create a partition with name test4, P_Key 1122, both membership, and IPoIB functionality with service level 4, type:

    [toolbox-cli] add partition name=test4 pkey=1122 -defmember=both -ipoib=True -sl=4
    [toolbox-cli]

    For more information on managing the partition configuration, refer to the Sun Datacenter InfiniBand Switch 36 HTML Document Collection for Firmware Version 2.1 at: https://docs.oracle.com/cd/E36265_01/html/E36266/z40000081987669.html#scrolltoc.

  2. Verify that the partition was created.
    [toolbox-cli] show partition name=test2
    NAME      PKEY     FLAGS 
    -----     ----     --------------------------- 
    test4     1122     ipoib, sl=4, defmember=both 
    [toolbox-cli]

Related Information