Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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.
    > How change I monitor this situation or determine what is happening?
    > Any help will be greatly appreciated.
    Try the 'top' command, or even better buy "glance+" from hp, it's
    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

  4. #3

    Default Re: HP monitoring

    On 4 Aug 2004 07:46:21 -0700, [email]david.ehresmann@ps.net[/email] (DJE) 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.
    >
    >How change I monitor this situation or determine what is happening?
    >Any help will be greatly appreciated.
    >
    >thanks,
    >
    >David.
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139