1752815 Members
6269 Online
108789 Solutions
New Discussion юеВ

Re: server health check

 
Waugh
Frequent Advisor

server health check

Dear All,

Which points we need to consider for server health check. Can any suggest the checklist.

Regards,
Rkumar
9 REPLIES 9
Steven E. Protter
Exalted Contributor

Re: server health check

Shalom,

Many use third party products like openview ITO or hobbit to monitor system health.

Check:
bdf # for full filesystems
swapinfo -tam # for excessive swap allocation
vmstat # for excessive paging
/var/adm/syslog/syslog.log # for relevant errors and hardware failures.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tingli
Esteemed Contributor

Re: server health check

No mirror, no striping, just concatenation.
Ricky_HK
Frequent Advisor

Re: server health check

Run /usr/sbin/ioscan -fnk
to show HW status...
madhuchakkaravarthy
Trusted Contributor

Re: server health check

hi

u can grep from syslog as u needed

grep -i "crit" /var/adm/syslog.log

same u can do for

warn,temp,lbolt,failure.

for any hw error check in dmesg.

dmesg - shows the latest.

check /var/opt/resmon/log/event.log

regards

MC
Michal Kapalka (mikap)
Honored Contributor

Re: server health check

hi,

we used ISEE for HW problems, and when the HP stoped this services, we switched fully to the nagios.

we are able to monitor HW/OS/services....

mikap
Viktor Balogh
Honored Contributor

Re: server health check

Hi rkumar,

We also use nagios, this is an open source tool for monitoring. It is capable for monitoring almost anything that is scriptable. It has a lot of pre-defined plugins for many platforms. See here some example plugins for HP-UX:

http://exchange.nagios.org/directory/Plugins/Operating-Systems/HP%252DUX
****
Unix operates with beer.
bullz
Super Advisor

Re: server health check

Server Health Check :)

Most common report on all the unix projects :P

Ok BTW, as of i know, below parameters are considered for the Health Check Report

1) CPU (uptime)
2) mem utilization
3) FS utilization
Raj D.
Honored Contributor

Re: server health check

rkumar,

check this out : for system health check :

Analyze a system's configuration, performance, and security status:
[ from Geoff Wild's site: ]

http://www.met.ca/itrc/index.php?option=com_content&task=view&id=46&Itemid=2


Hth,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: server health check

rkumar,

A quick answer would be:
1. Check dmesg & /var/adm/syslog/syslog.log & /var/opt/resmon/event.log for any error or warnings.
1.1 : check system load: # uptime
2. check # bdf | grep vg00 # for any possible filesystem 100% alert.
3. check lan interfaces/ ping statistics // check GSP logs: PS , Chasis logs.



Also check out this links :

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1055010

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1047010

Cheers Have fun!,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "