cstm is actually an interactive command so the one-liner is just a collection of the commands needed to query cpu information. Here are several others that are useful:
CPU details:
echo "selclass qualifier cpu;info;wait;infolog" | cstm
LAN details:
echo "selclass qualifier lan;info;wait;infolog" | cstm
echo "selclass qualifier memory;info;wait;infolog" | cstm
Tape details:
echo "selclass type tape;info;wait;infolog" | cstm
and so on. NOTE: some cstm commands require "selclass qualifier" and some require "selclass type". No one at HP can explain why there is such a non-intuitive division. Here's what I have been able to gather:
QUALIFIER
Bus CDROM CPU FibreQL Hard IDE IPMI LAN Memory RS-232 SCSI USB system All
TYPE
Adapter Disk Hub Interface Memory Processor Tape
Note also that you should download the latest EMS/diagnostics every 6 months. Current version is A.57.0.
Bill Hassell, sysadmin