当前位置:编程学习 > 网站相关 >>

HPUX小型机巡检项目整理

主机系统检查
 
# machinfo
 
/opt/ignite/bin/print_manifest
 
 
 
硬件系统检查
 
硬件状态:
 
#ioscan -fn
 
CELL状态:
 
# parstatus
 
 
 
硬盘配置
 
#ioscan –m lun
 
#ioscan -fnC disk
 
 
 
网卡配置
 
# ioscan -fnC lan
 
# lanscan
 
 
 
固件版本
 
# machinfo
 
 
 
打印机配置
 
# lpstat -t
 
 
 
文件系统检查
 
bdf
 
 
 
根盘镜像检查
 
# lvlnboot –v
 
# vgdisplay -v vg00
 
#vgdispoay -v 
 
 
 
软件安装
 
#swlist
 
 
 
系统内核文件
 
# ls /stand
 
 
 
补充:
 
setboot -v 
 
crontab -l 
 
ll /var/adm/crash
 
 
 
信息缓存
 
# dmesg
 
dmesg | grep -i SCSI
 
dmesg |grep fail 
 
dmesg |grep error
 
 
 
启动文件状态
 
# ls /stand
 
 
 
CPU/内存/IO使用率
 
# sar -u 2 10
 
# iostat 2 10
 
# vmstat 2 10
 
#top
 
 
 
交换区配置
 
# swapinfo –atm
 
 
 
网卡状态
 
#lanscan
 
 
 
已经打开的网络协议
 
# cat /etc/inetd.conf
 
 
 
网络冲突
 
# netstat –in
 
 
 
网络路由
 
netstat -r
 
 
 
卷组信息已备份
 
# ls /etc/lvmconf
 
# netstat –rn
 
 
 
卷组状态
 
# vgdisplay -v
 
vgdisplay -v vg00 |grep stale
 
 
 
逻辑卷启动配置
 
# lvlnboot –v
 
卷组情况
 
# strings /etc/lvmtab
 
 
 
LUN使用情况
 
# ioscan -m lun
 
双机状态
 
# cmviewcl –v
 
 
 
系统日志
 
# strings /var/adm/syslog/syslog.log
 
 
 
系统运行时间
 
# uptime
 
tail -n 10 /etc/shutdownlog 
 
 
 
硬件故障日志
 
more /var/opt/resmon/log/event.log
 
tail -n 500 /var/opt/resmon/log/event.log
 
 
 
系统启动日志
 
# strings /etc/rc.log
 
tail -n 200 /etc/rc.log 
 
cat /etc/rc.log |grep error 
 
cat /etc/rc.log |grep fail
 
 
 
EMS错误信息
 
# grep -i EMS /etc/adm/syslog/syslog.log
 
 
 
EVENT日志
 
Strings  /var/opt/resmon/log/event.log
 
 
 
系统补丁
 
#swlist |grep QPK
 
 
 
系统诊断工具
 
#swlist |grep Ignite
 
#swlist |grep onlinediag
 
 
 
系统安装日志
 
more /var/sam/log/samlog 
 
more /var/adm/sw/swinstall.log
 
more /var/adm/sw/swremove.log
 
 
 
是否信任系统
 
# cd /usr/lbin
 
# ./getprpw root
补充:综合编程 , 其他综合 ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,