1、检查系统整体配置
# print_manifest
显示主机硬件配置明细,如CPU、内存、磁盘配置等等。类似Solaris系统prtconf。
2、检查cpu状态
# ioscan -fnC processor
显示cpu硬件连接点、是否可用等,状态可用S/W应为CLAIMED。
可以用cstm做进一步检查:
# Cstm
Cstm> map
Cstm> sel dev 1 -- 系统fireware检查
Cstm> info
Cstm> il
-----------------------------------------------------------------------------------------------------------------
108 1/10 CPU (890) Information Successful
Cstm> sel dev 108 -- CPU fireware检查
---------------------------------------------------------------------------------------------------------------
Product ID: CPU Module Type: 0
Hardware Model: 0x890 Software Model: 0x4
Hardware Revision: 0 Software Revision: 0
Hardware ID: 0 Software ID: 1339921707
Boot ID: 0x2 Software Option: 0x91
Processor Number: 0 Path: 1/10
Hard Physical Address: 0xfffffffffc0f0000 Soft Physical Address: 0
Cpu Error Log Summary
The cpu error log is empty.
3、检查内存状态
#ioscan –fnC memory
显示内存硬件连接点、是否可用等,状态可用S/W应为CLAIMED。
同样可用cstm做进一步检查:
# cstm
Cstm
Cstm> map
Cstm> sel dev 1 -- 系统fireware检查
Cstm> info
Cstm> il
-----------------------------------------------------------------------------------------------------------------
104 1/5 MEMORY (b8) Information Successful
Cstm> sel dev 104 -- 内存fireware检查
――――――――――――――――――――――――――――――――――――――
Memory Board Inventory
CAB/CELL: 0/1
DIMM A DIMM B
Slot Size (MB) Size (MB)
---- --------- ---------
0 2048 2048
1 2048 2048
2 2048 2048
3 2048 2048
Cell Total (MB): 16384
-------------------------------------------------
System Total (MB): 16384
Memory Error Log Summary
The memory error log is empty.
4、检查磁盘状态
# ioscan –fnC disk
显示磁盘型号、大小、硬件连接点、是否可用等,状态可用S/W应为CLAIMED。
5、检查磁带机
# ioscan –fnC tape
显示磁带机设备名、型号、硬件路径、是否可用等,状态可用S/W应为CLAIMED。
6、检查网卡
# ioscan –fnC lan 或 lanscan
显示网卡名称、类型、硬件路径、UP/DOWN等。状态可用S/W应为CLAIMED。
7、检查MP卡是否存在告警
登陆MP卡控制台,执行:
MP> sl
EVENT LOG MENU:
FPL: Forward Progress Log
SEL: System Event Log
LIVE: Live Events
CLR: Clear FPL and SEL
Q: Quit
MP:VW>SEL
发现如下告警:
1646 SFW 0,1,3 2 578003dd13e00159 0000000000000003 ERR_TOC_TASK
1646 07/04/2012 08:50:56
8、检查syslog告警
# cat /var/adm/syslog/syslog.log |grep -i error
---------------------------------------------------------------------------------------------------------------------------------------
Jul 6 16:48:19 vmunix: emcp:Mpc:Error: Volume 60060160A19310004F8D4B974
1AADB11 is unbound.
|