Go to main content

Oracle® Server Management Agent for Oracle Solaris 11.3 User's Guide

Exit Print View

Updated: October 2017
 
 

How to Retrieve the Product Information from an Oracle x86 Server

  • At the command prompt, type the following:

    # snmpwalk -v 2c -c public -m ALL localhost SUN-HW-MONITORING-MIB::sunHwMonProductGroup

    You should see output similar to the following:

    SUN-HW-MONITORING-MIB::sunHwMonProductName.0 = STRING: SUN FIRE X4440

    SUN-HW-MONITORING-MIB::sunHwMonProductType.0 = INTEGER: rackmount(3)

    SUN-HW-MONITORING-MIB::sunHwMonProductPartNumber.0 = STRING: 602-4058-01

    SUN-HW-MONITORING-MIB::sunHwMonProductSerialNumber.0 = STRING: 0823QBU01C

    SUN-HW-MONITORING-MIB::sunHwMonProductManufacturer.0 = STRING: SUN MICROSYSTEMS

    SUN-HW-MONITORING-MIB::sunHwMonProductSlotNumber.0 = INTEGER: -1

    SUN-HW-MONITORING-MIB::sunHwMonProductUUID.0 = STRING: 080020FFFFFFFFFFFFFF00144FEDE5E0

    SUN-HW-MONITORING-MIB::sunHwMonProductBiosVersion.0 = STRING: S90_3B18


    Note -  On an Oracle x86 rack mount server, the following line signifies that there is no slot number (nodef).

    sunHwMonProductSlotNumber.0 = INTEGER: -1

    This is expected behavior because slot numbers are relevant only to blade servers. Rackmount servers do not have slot numbers.