root@ptdb1:/# uname -M //返回机器型号
IBM,8233-E8B

root@ptdb1:/# prtconf |more
System Model: IBM,8233-E8B
Machine Serial Number: 06700ET //序列号
Processor Type: PowerPC_POWER7


root@ptdb2:/# prtconf |grep "Machine Serial"
Machine Serial Number: 067011T


root@ptdb1:/# uname -p //返回系统芯片类型
powerpc


root@ptdb1:/# bootinfo -K //查看系统内核是否支持64位
64


root@ptdb1:/# bootinfo -y //返回机器硬件是否支持64位
64


root@ptdb1:/# bootinfo -m //返回机器类型吗
134217804


root@ptdb1:/# bootinfo -b //返回最后一次启动的类型
hdisk0


root@ptdb1:/# bootinfo -e //是否可以从磁带启动

1 是 0 否