Ask a Question related to Linux / Unix Administration, Design and Development.
-
DJE #1
HP monitoring
I am trying to monitor a situation on an HP-UX B.11.11 9000/800
server. It has 4gb of ram
and 72gb of disk space. Once every 2 weeks or so it locks up. If you
run vmstat you can
see blocked processes:
$vmstat 5 10
r b w
1 98 0
1 98 0 .....
and so on.
The sar command will show:
$sar -M 5 5
09:46:21 cpu %usr %sys %wio %idle
09:46:26 0 0 0 99 1
1 0 0 98 2
system 0 0 99 1
09:46:31 0 0 0 97 3
1 0 0 98 2
It shows all idle wait I/O.
How change I monitor this situation or determine what is happening?
Any help will be greatly appreciated.
thanks,
David.
DJE Guest
-
Monitoring FMS
I am looking for a way to remotely monitor a Flash Media Server, to make sure that it is streaming properly. I would like to make this part of our... -
monitoring tools
I am looking for a tool in postgres to monitor present and past activity. Foe example in SQLServer there is a tool that reports on all queries run... -
HostWatch * Monitoring
Hi All, how I can make a simply HostWatch - system which use a mysql DB and send me an e-Mail if the Server goes off and again on? I began to... -
monitoring
I would like a tool to monitor an instance of Informix 9.30. I want to know how much of the database is not being used; how much is being used; what... -
everyday monitoring
"Joe Philip" <joe.philip@verizon.net> writes: What are your goals for monitoring? Do you want early warning of problems that could cause service... -
phn@icke-reklam.ipsec.nu #2
Re: HP monitoring
DJE <david.ehresmann@ps.net> wrote:
> I am trying to monitor a situation on an HP-UX B.11.11 9000/800
> server. It has 4gb of ram
> and 72gb of disk space. Once every 2 weeks or so it locks up. If you
> run vmstat you can
> see blocked processes:> $vmstat 5 10> r b w
> 1 98 0
> 1 98 0 .....> and so on.> The sar command will show:> $sar -M 5 5> 09:46:21 cpu %usr %sys %wio %idle
> 09:46:26 0 0 0 99 1
> 1 0 0 98 2
> system 0 0 99 1
> 09:46:31 0 0 0 97 3
> 1 0 0 98 2
>
> It shows all idle wait I/O.Try the 'top' command, or even better buy "glance+" from hp, it's> How change I monitor this situation or determine what is happening?
> Any help will be greatly appreciated.
a very good tool to se current status of the system.
You should also examine logfiles for any hints to your problems.
wio could indicate disc problems and thos would probably be logged
also.
> thanks,--> David.
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
phn@icke-reklam.ipsec.nu Guest
-
Steven Langdale #3
Re: HP monitoring
On 4 Aug 2004 07:46:21 -0700, [email]david.ehresmann@ps.net[/email] (DJE) wrote:
David>I am trying to monitor a situation on an HP-UX B.11.11 9000/800
>server. It has 4gb of ram
>and 72gb of disk space. Once every 2 weeks or so it locks up. If you
>run vmstat you can
>see blocked processes:
>
>$vmstat 5 10
>
>r b w
>1 98 0
>1 98 0 .....
>
>and so on.
>
>The sar command will show:
>
>$sar -M 5 5
>
>09:46:21 cpu %usr %sys %wio %idle
>09:46:26 0 0 0 99 1
> 1 0 0 98 2
> system 0 0 99 1
>09:46:31 0 0 0 97 3
> 1 0 0 98 2
>
>It shows all idle wait I/O.
>
>How change I monitor this situation or determine what is happening?
>Any help will be greatly appreciated.
>
>thanks,
>
>David.
Are you using NFS mounted filesystems with automounter? I've seen this
when the atomounter has failed to mount a filesystem and keeps trying.
steven
Steven Langdale Guest



Reply With Quote

