To create a new PKEY on the switch:
[root@ibswitch-ibs ~]# getmaster
Local SM enabled and running, state MASTER
20170422 18:00:33 Master SubnetManager on sm lid 1 sm guid 0x10e04071a7a0a0 : SUN DCS 36P QDR ibswitch-ibs 172.28.228.133
[root@ibswitch-ibs ~]# smpartition start
[root@ibswitch-ibs ~]# smpartition create -n test -pkey 0x0550 -flag ipoib -m full
To remove PKEY on IB switch:
[root@ibswitch-ibs ~]# smpartition start
[root@ibswitch-ibs ~]# smpartition remove -n test -port 0010E000656432BD-> Read more...
dladm
All posts tagged dladm
Configuring Jumbo Frames enables the Ethernet interfaces to send and receive packets larger than the standard 1500 bytes. However, the actual transfer size depends on the switch capability and the device driver capability.
Note - Refer to the documentation that came with your switch for exact commands to configure Jumbo Frames support.
Enabling Jumbo Frames in a Solaris Environment
Now we will check how to enable Jumbo Frames in both a SPARC and an x86 environment.
To Enable Jumbo Frames Read more...