- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "Threshold level"
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
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
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
12-02-2009 12:36 PM
12-02-2009 12:36 PM
I am new to the HP UNIX.
I want to set the Threshold level for my HPUX Box (Not HP OVO)anybody know how to set the "Threshold level" for the following
1.CPU Usage
2.Disk Usage
3.Memory Usage
Is there any specific file is in for this task HPUX..?
Thanks in advance,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2009 01:00 PM
12-02-2009 01:00 PM
Re: "Threshold level"
Threashold for what?
If you are not using OVO or ITO alarmdef, you will first need to decide how to measure this information.
I assume you will use sar output.
However you will need a custom script to set reporting threasholds. This is a do it yourself project. It is not trivial. It is something a good systadmin with scripting skills can get done.
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
12-02-2009 01:42 PM
12-02-2009 01:42 PM
Re: "Threshold level"
Some clarification please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2009 02:07 PM
12-02-2009 02:07 PM
Re: "Threshold level"
Eg: Consider 100 GB disk we have, once 80% of disk is full, i have to get alert message susch as "Disk Usage is exceded the leval"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2009 04:43 PM
12-02-2009 04:43 PM
Re: "Threshold level"
Last contribution date: December 02, 2009
I have assigned points to 28 of 83 responses to my questions.<<<
Please try to assign points for people who spend their time and knowledge sharing. above record does not show Good :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2009 06:34 PM
12-02-2009 06:34 PM
Solution>>Hence you're posting refering to "Threshold level" its a term mentioned or more used when you are having monitoring Application
like :- patrol,HP-OVO,Big Brother,
as per above application, you setup threashold level for "CPU""DISK" & MEM"
>>Is there any specific file is in for this task HPUX..?<<<<
As per HPUX OS level, D'not have.
either you can manually create some scripts and set-up some threshold level in the scripts to monitor and send email alerts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2009 06:51 PM
12-02-2009 06:51 PM
Re: "Threshold level"
Question: This a question about virtual guests?
What is your HP-UX version?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2009 09:02 PM
12-02-2009 09:02 PM
Re: "Threshold level"
You'll have to
a) use sar, bdf and other tools to gather the information you wish to monitor
b)write scripts to parse the results of those commands for the data points you need
and
c) do any processing / emailing / notification that you desire.