![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 1999001.1 : LUN Status Failed From OPs Center
In this Document
Created from <SR 3-10390785431> Applies to:SPARC T5-4 - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. SymptomsWe have OPs Center running that shows the status of a LUN as failed. The lun is visible at format We can see the physical paths and the storage ports Online using luxadm display or fcinfo lu -v Application and Solaris have access to the lun The only in-congruence is from mpathadm that the storage ports seems to be not available CauseThe storage is IBM 2810XIV
OPs Center mostly uses: /opt/sun/n1gc/bin/xvmserver/xvmluinfo This does look at path status. If the above command is showing that the paths are down, as it fetches it from the OS, then it's fully possible that the LUNs will show as degraded. The faults should clear, as OC does periodic refresh of the xvmluinfo command, automatically once the path issue is resolved. Looking at the source for xmvluinfo and it gets the details via libmpapi (see the manpage), which looks to be the same place that mpathadm gets its details from.
** The output of xmvluinfo reflect the status visible by mpathadm Name : "00173800505816d5", NameType : "unknown type", DevPathName : "/dev/rdsk/c0t00173800505816D5d0s2", Capacity : 67219456, OperationalPathCount : 0, Vendor : "IBM ", Product : "2810XIV ", Revision : "0000", MultiPathConfig : { Asymmetric : "true", LoadBalanceType : "roundrobin", LUGroupId : "NA", AutoFailbackEnabled : "on", AutoProbingEnabled : "NA", }, LogicalUnitPaths : [ { Weight : 0, InitiatorPort : "21000024ff56bf7c", TargetPort : "500xxxxxxxxxx140", OverridePath : "NA", State : "unknown", Disabled : "false", }, { Weight : 0, InitiatorPort : "21000024ff56bf7c", TargetPort : "500xxxxxxxxxx150", OverridePath : "NA", State : "unknown", Disabled : "false", }, { Weight : 0, InitiatorPort : "21000024ff56bf7d", TargetPort : "500xxxxxxxxxx142", OverridePath : "NA", State : "unknown", Disabled : "false", Weight : 0, InitiatorPort : "21000024ff56bf7d", TargetPort : "500xxxxxxxxxx152", OverridePath : "NA", State : "unknown", Disabled : "false", }, ], TargetPortGroups : [ { TPGId : 0, ExplicitFailover : "false", AccessState : "unavailable", TargetPorts : [ { Name : "500xxxxxxxxxx140", }, { Name : "500xxxxxxxxxx150", }, { Name : "500xxxxxxxxxx142", }, { Name : "500xxxxxxxxxx152", }, ] }, ],
Status : FAILED },
SolutionUntil the mpathadm will not reflect the Path State OK , the OPs Center will return the status Degraded or Failed for the lun To restore the path state from mpathadm we have to run the luxadm -e offline # luxadm -e offline /devices/pci@340/pci@1/pci@0/pci@6/SUNW,qlc@0 The status of the LUN appears OK after executing the above luxadm -e offline/online References<NOTE:1303745.1> - Troubleshooting Solaris[TM] 10 and Above (not for Solaris[TM] 8 & 9) SAN Fibre Channel (FC) HBA connectivity issues.<NOTE:166650.1> - Working Effectively With Oracle Support - Best Practices <NOTE:1339783.1> - Automated Diagnosis Requirements and Expectations for Disk Storage <NOTE:1153444.1> - Oracle Services Tools Bundle (STB) - RDA/Explorer, SNEEP, ACT Attachments This solution has no attachment |
||||||||||||||||||
|