系統管理
1758671 會員
2036 線上
108874 解決方案
發表新文章

Does any command show S/N for HP 9000?

 
watermelonyu
教授

Does any command show S/N for HP 9000?

有沒有 HP-UX 的 command 可以查到機器序號?
5則回覆 5
watermelonyu
教授

Does any command show S/N for HP 9000?

root@snoopy > echo “sel path ’system’;info;wait;infolog;exit” | cstm | grep -i “system serial number”

System Serial Number…….: USRxxxxxxx

root@snoopy >
watermelonyu
教授

Does any command show S/N for HP 9000?

Hi,



This is HP-UX 11.11. After running the command you provided, no rows returned. What's going on?
watermelonyu
教授

Does any command show S/N for HP 9000?

要不要參考一下下面這篇文章



http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=zh_TW&docId=200000077184511



和 Matthew 提供的一樣, 不過有比較詳細的資料可以看
watermelonyu
教授

Does any command show S/N for HP 9000?

or you can directly use cstm to check it,



cstm>sel path 'system'

cstm>info

cstm>il

-- Converting a (41560) byte raw log file to text. --

Preparing the Information Tool Log for system on path system File ...



.... snoopy : 192.168.1.1 ....



-- Information Tool Log for system on path system --



Log creation time: Fri Jul 1 11:19:32 2005



Hardware path: system



System Information for (snoopy)

System Name................:

HPUX Model Number..........:

HPUX Model String..........:

Original Product Number....:

Current Product Number.....:

System Serial Number.......: USRxxxxxxx

watermelonyu
教授

Does any command show S/N for HP 9000?

可以得到 S/N 了, 透過以下 command,



echo "sc product system;info;wait;il" | cstm | grep -i "system serial"