![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 1988452.1 : dladm show-part shows link down over an IB partition
In this Document
Created from <SR 3-9880013811> Applies to:Solaris SPARC Operating System - Version 11.2 and laterSun Datacenter InfiniBand Switch 36 - Version All Versions and later Sun Network QDR InfiniBand Gateway Switch - Version All Versions and later Information in this document applies to any platform. SymptomsIB link over particular partition stays down on Solaris node within Exalogic machine. Customer have many pkeys which is created on infiniband ipoib port that are not working: #dladm dladm create-part -l net9 -P 8101 p.8101 The outcome results was: #dladm show-part CauseThe mtu setting of the IP partition 8101 on the IB switch is running on is 4096. That's mismatched with the default MTU setting 2048 on Solaris node. On the SM master IB swtich, we can run "smpartition list active" to examine current mtu setting for the partitions. [root@ExIBSw01 ~]# smpartition list active
SolutionThere are two ways to fix this.
1) Change the mtu of ib partition to 2048. This can be done as follows: Re-creating the partition with default MTU. Regarding the parameters for command smpartition, we can find helps on IB switch by typing "smpartition". Extract following information as the reference for better understanding this issue. Legal value for pkey is 1 to 0x7fff Re-create Ib partition as follows: Here is an example for this re-creation. # smpartition start
2) Change the mtu of the solaris host. MTU of solaris host can be changed as follows:
Add the following in /etc/system, and reboot the machine. set hermon:hermon_enable_4K_MTU=0x1 Upon reboot, check the mtu of the ports using the following command on this solaris host:
#ibv_devinfo
Attachments This solution has no attachment |
||||||||||||||||
|