Operating System - HP-UX
1825782 Members
2129 Online
109687 Solutions
New Discussion

script for daily checklist hp-ux

 
kacou
Regular Advisor

script for daily checklist hp-ux

Anybody is having a script for daily checklist on hp-ux?

bests regards
3 REPLIES 3
Aashique
Honored Contributor

Re: script for daily checklist hp-ux

Hi,

For daily system check list, check the following:

Cpu Usage: sar 1 5

Memory load checking: /opt/perf/bin/glance -m

Status of each cluster member:cmviewcl -v

Status of IP Network Multipathing group (APA)& PNA--lanscan ; lanadmin; ioscan -fkC lan

Checking data volumes--vgdisplay -v

Disk Space Checking ( File System Checking)----bdf

Checking for core files--find / -type f -name core";find / -xdev -name core; find / -type f -xdev -exec ls -l {} \; | sort -k5n | tail -10

Checking for processes taking system High Resources (defunct) ---- top

System Diagnostic information (syslog)----tail -f /var/adm/syslog/syslog.log

Cronjobs Checking ----tail -f /var/adm/cron/log

You can put all this command and make script as your requirement.

Thanks & Regards
Aashique





Steven E. Protter
Exalted Contributor

Re: script for daily checklist hp-ux

Shalom,

My advice go looking through a good archive of scripts for systems administrators.

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


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
Shrikant Lavhate
Esteemed Contributor

Re: script for daily checklist hp-ux

Hi,

Some more thoughts over here:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1228043

-=ShRi=-
Will it remain a personal, if I broadcast it here!