- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Monitoring Scripts
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2007 08:01 PM
тАО02-16-2007 08:01 PM
HP-UX Monitoring Scripts
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-16-2007 08:24 PM
тАО02-16-2007 08:24 PM
Re: HP-UX Monitoring Scripts
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2007 06:40 AM
тАО02-17-2007 06:40 AM
Re: HP-UX Monitoring Scripts
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2007 07:23 PM
тАО02-17-2007 07:23 PM
Re: HP-UX Monitoring Scripts
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-17-2007 07:55 PM
тАО02-17-2007 07:55 PM
Re: HP-UX Monitoring Scripts
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1037077
Cheers,
Raj,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 12:29 PM
тАО02-18-2007 12:29 PM
Re: HP-UX Monitoring Scripts
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2007 07:13 PM
тАО02-18-2007 07:13 PM
Re: HP-UX Monitoring Scripts
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