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

Exit Print View

Updated: September 2016
 
 

partition Object Commands

Description
Syntax
Add a port to a partition.
set partition name=partition_name|pkey=P_Key add port portguid=GUID -m=(full|limited|both)
Create a partition.
add partition name=partition_name pkey=P_Key [[-defmember|-ipoib|-mtu|-rate|-sl|-scope]=val]
Display a particular partition.
show partition name=partition_name|pkey=P_Key
Display all partitions.
show partition all
Display all ports of all partitions.
show partition all ports
Display the partitions having a particular port.
show partition port=GUID
Display the ports of a particular partition.
show partition name=partition_name|pkey=P_Key ports
Modify a partition.
set partition name=partition_name|pkey=P_Key [[-newname|-defmember|-ipoib|-mtu|-rate|-sl|-scope]=val]
Modify a port of a partition.
set partition name=partition_name|pkey=P_Key set port portguid=GUID -m=(full|limited|both)
Remove a port from a partition.
set partition name=partition_name|pkey=P_Key remove port portguid=GUID
Remove a or all partitions.
remove partition name=partition_name|pkey=P_Key|all
Replace a GUID within a partition.
manage partition replace-guid current=GUID new=GUID

where:

  • partition_name is the name of the partition.

  • P_Key is the partition key for the partition.

  • GUID is the GUID.

  • val is the value respective of the partition parameter.

Related Information