1824297 Members
4710 Online
109669 Solutions
New Discussion юеВ

HP-UX Monitoring Scripts

 
Loay_1
New Member

HP-UX Monitoring Scripts

Hello,

I am searching for a 2- monitoring (HP-UX 11.23) scripts which allow me to do the following:


1- File Systems Growth
2- CPU, Mem and Disk Utilization


Thank you
6 REPLIES 6
Yogeeraj_1
Honored Contributor

Re: HP-UX Monitoring Scripts

hi,

Look into MWA (or now called OVPA).

search for mwa on this site, you will get lots of info on this.

hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Steven E. Protter
Exalted Contributor

Re: HP-UX Monitoring Scripts

Shalom,

Great thread for the home grown scripts, e.g. those that don't cost money.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51050

Two others linked in as well.

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
Raj D.
Honored Contributor

Re: HP-UX Monitoring Scripts

Loay,

1.

bdf | awk 'z[split($5,z,"%")-1]>95' | mailx -s "FS > 95%" name@domain.com

2. Use glance with advisory mode, and apply the condition as per the threshold limit.



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

Re: HP-UX Monitoring Scripts

Also check the below link for the second part,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1037077

Cheers,
Raj,
" If u think u can , If u think u cannot , - You are always Right . "
Emil Velez
Honored Contributor

Re: HP-UX Monitoring Scripts

Why not use the EMS resource management functions that come with HPUX. If you go into sam and go into resource management you can set thresholds for cpu, file systems, etc based on resource

resls /
resls /system

investigate the resources available

A resource threshold can run a command, send email, log message in a logfile or send a snmp trap.

Good luck.. I hope you consider this option

Emil
Arturo Galbiati
Esteemed Contributor

Re: HP-UX Monitoring Scripts

Hi,
about disk space I can provide you a script completly confgurable by an external configuration file, and about other reources I suggest you to use Glance in advisor-mode.
If you want I can provide you simple scripts for this as well.
Rgds,
Art