![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2242604.1 : Unable to create NPIV Ports. Error: Fail To Get Random WWN.
In this Document
Created from <SR 3-14302565711> Applies to:SPARC T4-4 - Version All Versions and laterSolaris Operating System - Version 11 11/11 and later Information in this document applies to any platform. SymptomsUnable to create NPIV ports using the following command. # fcadm create-npiv-port 21xxxxxxxxxxxx46
Error: Fail to get Random WWN CauseThis behaviour has been documented in Bug 25701864 - fcadm create-npiv-port fails (Error: Fail to get Random WWN). In summary: All libraries in /etc/hba.conf should be checked. Check /etc/hba.conf and make sure there have been no entries appended to this file. SolutionIf after reviewing /etc/hba.conf it is determined that the last entry is not a libsun_fc library then edit the file. For example. /etc/hba.conf which results in this behaviour: <extract>
com.sun.fchba /usr/lib/libsun_fc.so.1 com.sun.fchba64 /usr/lib/64/libsun_fc.so.1 qla2x00 /usr/lib/libqlsdm.so <--- last entry <extract> /etc/hba.conf that has been edited to resolve this behaviour: <extract>
com.sun.fchba /usr/lib/libsun_fc.so.1 com.sun.fchba64 /usr/lib/64/libsun_fc.so.1 <--- last entry #qla2x00 /usr/lib/libqlsdm.so <extract> Please note, in this example the qla2x00 entry was superfluous. References<BUG:25701864> - FCADM CREATE-NPIV-PORT FAILS<BUG:18892143> - WWN SPECIFIED TO FCADM IS OMITTED WHEN CREATING AN NPIV PORT Attachments This solution has no attachment |
||||||||||||||||||
|