云深处 发表于 2017-5-27 11:42:27

HP-UX中安腾机器中一个简单命令machinfo

  在HP-UX的安腾服务器中的查看特定的服务器信息,machinfo命令是安腾机器特定的命令。
  首先采用uname -a查看服务器类型
  $ uname -a
   HP-UX WEBDB1 B.11.31 U ia64 0749665296 unlimited-user license
  服务器的为HP-UX
  服务的名字:WEBDB1
  服务器的版本:B.11.31
  
$
$ machinfo
CPU info: #CPU信息
  4 Intel(R) Itanium 2 9100 series processors (1.59 GHz, 18 MB)  #4个CPU
          532 MT/s bus, CPU version A1
          8 logical processors (2 per socket)   #8个处理器,4个CPU,表示双核
  Memory: 32737 MB (31.97 GB)           #表示物理内存的大小
  Firmware info:          #固件信息
   Firmware revision:  04.21
   FP SWA driver revision: 1.18
   IPMI is supported on this system.
   BMC firmware revision: 5.38
  Platform info:                       #平台信息
   Model:                  "ia64 hp server BL870c"                # 服务器为ia64的hp 型号为BL870c惠普c级刀片服务器
   Machine ID number:      2caefc10-70d8-11df-b289-35a8ab4110df  #服务器的编号
   Machine serial number:  SGH50171B9   # 服务器的序列号
  OS info:                           #系统信息
   Nodename:  WEBDB1          #节点名称,服务器名称
   Release:   HP-UX B.11.31      #发布版本
   Version:   U (unlimited-user license)
   Machine:   ia64                   #操作系统型号
   ID Number: 0749665296
   vmunix _release_version:              
@(#) $Revision: vmunix:    B.11.31_LR FLAVOR=perf
  以上为machinfo命令为我们提供个主要信息。
  在SUSE中查看系统的版本使用:
  lsb_release
页: [1]
查看完整版本: HP-UX中安腾机器中一个简单命令machinfo