Sneep provides a persistent, software-accessible Chassis Serial Number (CSN) for virtually all Sun Solaris hardware platforms. Sneep uses the system EEPROM for storage of the Chassis Serial Number and any other important user-defined data such as asset, contract, or location information. The presence of the software-accessible serial number and other service-related information can significantly simplify activities related to system service and asset management.
Download SUNWsneep from
SNEEP FAQ
http://wikis.sun.com/display/sneep/SNEEP+FAQ
# /opt/SUNWsneep/bin/sneep -s <serial number>
And then later on, you can check the chassis serial number (CSN) with:
# /opt/SUNWsneep/bin/showplatform -p csn
This data is stored in NVRAM on SPARC and in a NVRAM-like file on x86.
bash-2.03# /opt/SUNWsneep/bin/sneep -a
ChassisSerialNumber from eeprom :
XXXXXXXXXXX
ChassisSerialNumber from backup : /etc/default/SUNWsneep :
XXXXXXXXXXX
ChassisSerialNumber from explorer :
XXXXXXXXXXX
bash-2.03# /opt/SUNWsneep/bin/sneep -T
“ChassisSerialNumber” “XXXXXXXXXX”
“ASSET_ID” “unknown”
“BUS_AREA” “unknown”
“BUS_CONTACT” “Somebody”
“CABINET” “Somecabinet”
“CC” “unknown”
“CLUSTER_INFO” “unknown”
“ENVIRONMENT” “unknown”
“FUNCTION” “Technology Management”
“LOCATION” “Out of Space”
“PDBA” “unknown”
“PROJECT” “Consolidation”
“PSA” “unknown”
“SDBA” “unknown”
“SSA” “unknown”


