Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-2087334.1
Update Date:2017-10-05
Keywords:

Solution Type  Problem Resolution Sure

Solution  2087334.1 :   SPARC T5-2: prtdiag -v : ILOM environmental and firmware information is missing  


Related Items
  • SPARC T5-2
  •  
Related Categories
  • PLA-Support>Sun Systems>SPARC>CMT>SN-SPARC: T5
  •  




In this Document
Symptoms
Cause
Solution
References


Created from <SR 3-10591922731>

Applies to:

SPARC T5-2 - Version All Versions and later
Information in this document applies to any platform.

Symptoms


When Solaris utility prtdiag -v is executed on the primary or control domain ,the following section of the command is missing.

=========================== Environmental Status ============================
Fan sensors:
----------------------------------------------------------------
Location Sensor Status

< Sensor Data removed >

============================ FW Version ============================
Version
------------------------------------------------------------
Sun System Firmware 9.3.0.b 2014/11/13 17:52

====================== System PROM revisions =======================
Version
------------------------------------------------------------
OBP 4.36.2 2014/10/24 08:15

Chassis Serial Number
---------------------
AK00123456

 

Cause

For the SPARC T5-2 pci root complex pci_1 [/pci@340] contains the ILOM communication port, system software like the Oracle Hardware Management Pack [OHMP ] services rely on this port to communicate with the ILOM. ILOM disk monitoring services also rely on this port to get the status of internal disk and RAID LUNs.

Because of the unique root complex naming convention of the SPARC T5-2, LDOM assignment of root complex pci_1 [instead of pci_0] to alternate service or Non Primary Root domains [NPRD] may occur [not recommended].

On Solaris 11.2 SRU 8.0.4 [and above] prtdiag was modified to use EoUSB [ Ethernet over USB] for displaying ILOM information like Environmental Status,FW version and System Prom revisions. When the EoUSB port is not present in the primary domain, the prtdiag utility will proceed to complete the command without displaying this section of the output [same behavior with guest domain].

Solution

The solution is to prevent root complex pci_1 [/pci@340/] which contains the ILOM communication port from getting assigned to a non primary root domain [NPRD] during LDOM/OVM initial configuration. Engineering did not enforce this restriction in the SPARC T4/T5 family of servers but have been enforced this restriction on SPARC T7/M7 systems and above.

The workaround for this issue is as follows:

STEP 1.] login to ILOM and disable the interconnect, then power cycle the platform

set /SP/network/interconnect hostmanaged=false
stop /SYS
start /SYS

STEP 2.] log into solaris primary domain and make ilomconfig unusable by changing the permission of ilomconfig to 444 [ read only ]

From Solaris the following should ensure that ds_snmp is used not EthUSB.

STEP 2.1] # svcadm disable picl
STEP 2.2] # chmod 444 /usr/sbin/ilomconfig
STEP 2.3] # svcadm enable picl

 

by doing STEP 2.2 this should force  ilomconfig not to execute and force prtdiag to use ds_snmp

root@solaris:~# cd /usr/lib
root@solaris:/usr/lib# ls -l ilom*
lrwxrwxrwx 1 root root 18 May 27 16:05 ilomconfig.builtin -> ../sbin/ilomconfig
root@solaris:/usr/lib# /usr/sbin/ilomconfig list
-bash: /usr/sbin/ilomconfig: Permission denied
root@solaris:/usr/lib# ilomconfig list interconnect
-bash: /usr/sbin/ilomconfig: Permission denied
root@solaris:/usr/lib#

 

 

References

<BUG:16456326> - PRTDIAG INTERMITTENTLY DOES NOT LIST MEMORY CONFIGURATION INFO
<BUG:21037455> - T5-2 PRTDIAG -V INFOR MISSING AFTER UPGRADED INTO ENTIRE@0.5.11-0.175.2.8.0
<NOTE:1948940.1> - On SPARC T5-2, removing bus with usbecm device (pci_1 / pci@340) from primary/control domain can impact FMA and ldmd processing

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback