1827160 Members
2114 Online
109716 Solutions
New Discussion

"Threshold level"

 
SOLVED
Go to solution
HP UNIX Professionals
Frequent Advisor

"Threshold level"

Hi Experts,

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,
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: "Threshold level"

Shalom,

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
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
OldSchool
Honored Contributor

Re: "Threshold level"

are you talking (perhaps) about the "Glance" settings?

Some clarification please
HP UNIX Professionals
Frequent Advisor

Re: "Threshold level"

Hi Glance/sar/top are default tool for monitoring, but i want to resist the usage of CUP/disk/memory in a particular leval

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"

Johnson Punniyalingam
Honored Contributor

Re: "Threshold level"

>>ITRC member since: July 28, 2009
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 :(
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor
Solution

Re: "Threshold level"

Hi,

>>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.

Problems are common to all, but attitude makes the difference
Michael Steele_2
Honored Contributor

Re: "Threshold level"

Hi

Question: This a question about virtual guests?

What is your HP-UX version?
Support Fatherhood - Stop Family Law
OldSchool
Honored Contributor

Re: "Threshold level"

There is no "file" in the OS that sets these.

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.