- Oracle Hardware Management Pack 2.4 Server Management Agents User's Guide
- Working With Management Agents
- sunHwMonProductChassisGroup
- Retrieve the Server Module's Product Chassis Information
Retrieve the Server Module's Product Chassis Information
-
At the command prompt, type the following:
-
On a Linux system:
snmpwalk -v 2c -c public -M /usr/share/snmp/mibs/ -m ALL localhost sunHwMonProductChassisGroup
-
On an Oracle Solaris 11.1 system:
snmpwalk -v 2c -c public -M +/usr/lib/ssm_directory/lib/mibs/ -m ALL localhost sunHwMonProductChassisGroup
Where ssm_directory is either
sun-ssmorssm, depending on your version of Oracle Hardware Management Pack. -
On an Oracle Solaris 10 system:
snmpwalk -v 2c -c public -M +/opt/ssm_directory/lib/mibs/ -m ALL localhost sunHwMonProductChassisGroup
Where ssm_directory is either
sun-ssmorssm, depending on your version of Oracle Hardware Management Pack.
You should see output similar to the following:
SUN-HW-MONITORING-MIB::sunHwMonProductChassisName.0 = STRING: SUN BLADE 6000 MODULAR SYSTEM
SUN-HW-MONITORING-MIB::sunHwMonProductChassisPartNumber.0 = STRING: 541-1983-07
SUN-HW-MONITORING-MIB::sunHwMonProductChassisSerialNumber.0 = STRING: 1005LCB-0728YM01R7
SUN-HW-MONITORING-MIB::sunHwMonProductChassisManufacturer.0 = STRING: SUN MICROSYSTEMS
-
Parent topic: sunHwMonProductChassisGroup