1832981 Members
3421 Online
110048 Solutions
New Discussion

Serial Number and etc.

 
SOLVED
Go to solution
YLTan
Frequent Advisor

Serial Number and etc.

Hi

I have a system with no label or whatsoever on the case. How do I check what it serial number, product number, etc?

I tried using sysinfo3.3.1 but it doesn't support hpux11. And I don't know much about 'adb -k /stand/vmunix /dev/mem' or its parameters to extract the information.

regards
yihliang
tyl
2 REPLIES 2
S.K. Chan
Honored Contributor
Solution

Re: Serial Number and etc.

Well, "adb" is use for more of extracting info like kernel parameter, cpu speed, memory. More kernel specific. For serial number, product number you can use 2 options .. (just try 'em , either one should give you the info you need)

# /opt/ignite/bin/print_manifest

OR

# cstm
cstm> map
cstm> sel dev
cstm> info
cstm> infolog
S.K. Chan
Honored Contributor

Re: Serial Number and etc.

Another way of running cstm by selecting all the devices are as such ..

# echo "selall;info;wait;infolog
> view
> done
> "|cstm > fileinfo
# more fileinfo
.....
System Information for (venus)
HPUX Model Number......: L2000
HPUX Model String......: 9000/800/L2000-36
Original Product Number: A5191A
Current Product Number.:
System Serial Number...: USS403409D
Hversion...............: 0x5c50
Sversion...............: 0x491
.....