Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Machine Serial Number 1

Status
Not open for further replies.

costiles

Technical User
Jun 14, 2005
117
US
Is there a way to get the machine serial number with an AIX command? I would not think so since the software can be loaded after the machine is delivered. Anyone know?
 
try

lsconf|more

or

lscfg -vp|grep -i cabinet
 
The lscfg -vp|grep -i cabinet - that is the right command to return the serial number that IBM needs for service work. Thanks so much for the info - very helpful - and useful!
 
easiest way

lsattr -El sys0

pick up the field system id, read from the the number "6....."

hope that helps
 
or uname -m

take the first 5 rightmost non zero characters
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top