Xymon Mailing List Archive search

Hobbit 4.2 and IOSTAT on AIX

4 messages in this thread

list Mike Wood · Wed, 11 Nov 2009 02:10:01 -0600 ·
Hi All,

I've seen bits and pieces and references in the archives, but is there a clearly documented process / procedure anywhere for getting iostat graphs functional for AIX clients?
Thanks!

Mike Wood
UNIX System Administrator
Kinetic Concepts Inc.
XXXX NW Parkway
San Antonio, TX, 78249

E-mail:  user-ca9fdeef37c9@xymon.invalid
Skype: mike.wood77
Office:  (XXX) XXX-XXXX
Mobile:  (XXX) XXX-XXXX


*****************************************************************************
"CONFIDENTIALITY NOTICE:  This transmission (including any
accompanying attachments) is confidential, is intended only for the
individual or entity named above, and is likely to contain privileged, proprietary and confidential information that is exempt from disclosure requests under applicable law.  If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, use of or reliance upon any of the information contained in this transmission
is strictly prohibited.  Any inadvertent or unauthorized disclosure shall not compromise or waive the confidentiality of this transmission or any applicable attorney-client privilege. 
If you have received this transmission in error, please immediately notify us at user-c978de0668a4@xymon.invalid."


Kinetic Concepts, Inc.

******************************************************************************
list Stef Coene · Wed, 11 Nov 2009 09:56:17 +0100 ·
quoted from Mike Wood
On Wednesday 11 November 2009, Wood, Mike wrote:
Hi All,

I've seen bits and pieces and references in the archives, but is there a
 clearly documented process / procedure anywhere for getting iostat graphs
 functional for AIX clients? Thanks!
Mhh, I only have an iostat for linux page at
http://www.docum.org/foswiki/bin/view/Xymon/LinuxIostatGraphs

I do have a script for AIX, but I never created a webpage for it to explain 
how it works and where you can download it.  But using the linux script as a 
guideline, it is not that hard to create an AIX version.


Stef
list Mike Wood · Thu, 12 Nov 2009 06:02:14 -0600 ·
Thanks Stef for the good advice (as usual).
I've written my script for AIX, and followed the Linux webpage, but I've got a few problems.
The biggest issue is that the values on the graph are too small for the data being submitted.
• I suspect it has something to do with my lack of understanding the finer points of RRD.
My RRD output is aggregated by volume group.  Here is a sample:

[iostat-vg.data02_FDEV.rrd]
DS:tps:GAUGE:600:0:U 2451.5
DS:Kb_read:DERIVE:600:0:U 19336
DS:Kb_wrtn:DERIVE:600:0:U 48

And here is my graph definition in hobbitgraph.cfg:

[iostat-vg]
   TITLE VG aggregate read and write
   YAXIS KB/s
   FNPATTERN iostat-vg.(.*).rrd
   DEF:Kb_read at RRDIDX@=@RRDFN@:Kb_read:AVERAGE
   LINE2:Kb_read at RRDIDX@#@COLOR@:@RRDPARAM@ read KB/s
   GPRINT:Kb_read at RRDIDX@:LAST: \: %8.1lf (cur)
   GPRINT:Kb_read at RRDIDX@:MAX: \: %8.1lf (max)
   GPRINT:Kb_read at RRDIDX@:MIN: \: %8.1lf (min)
   GPRINT:Kb_read at RRDIDX@:AVERAGE: \: %8.1lf (avg)\n

   DEF:Kb_wrtn2 at RRDIDX@=@RRDFN@:Kb_wrtn:AVERAGE
   CDEF:Kb_wrtn at RRDIDX@=0,Kb_wrtn2 at RRDIDX@,-
   LINE2:Kb_wrtn at RRDIDX@#@COLOR@:@RRDPARAM@ wrtn KB/s
   GPRINT:Kb_wrtn2 at RRDIDX@:LAST: \: %8.1lf (cur)
   GPRINT:Kb_wrtn2 at RRDIDX@:MAX: \: %8.1lf (max)
   GPRINT:Kb_wrtn2 at RRDIDX@:MIN: \: %8.1lf (min)
   GPRINT:Kb_wrtn2 at RRDIDX@:AVERAGE: \: %8.1lf (avg)\n

So why would the values for this hot VG be graphed at no more than 50?
What am I missing?

Thanks in advance?
quoted from Mike Wood


Mike Wood 
UNIX System Administrator 
Kinetic Concepts Inc. 
XXXX NW Parkway 
San Antonio, TX, 78249 
  
E-mail:  user-ca9fdeef37c9@xymon.invalid
Skype: mike.wood77
Office:  (XXX) XXX-XXXX 
Mobile:  (XXX) XXX-XXXX 
-----Original Message-----
From: Stef Coene [mailto:user-dbffe946c0f4@xymon.invalid]
Sent: Wednesday, November 11, 2009 9:56 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Hobbit 4.2 and IOSTAT on AIX

On Wednesday 11 November 2009, Wood, Mike wrote:
Hi All,

I've seen bits and pieces and references in the archives, but is
there a
 clearly documented process / procedure anywhere for getting iostat
graphs
 functional for AIX clients? Thanks!
Mhh, I only have an iostat for linux page at
http://www.docum.org/foswiki/bin/view/Xymon/LinuxIostatGraphs

I do have a script for AIX, but I never created a webpage for it to
explain
how it works and where you can download it.  But using the linux script
as a
guideline, it is not that hard to create an AIX version.


Stef

*****************************************************************************
"CONFIDENTIALITY NOTICE:  This transmission (including any
accompanying attachments) is confidential, is intended only for the
individual or entity named above, and is likely to contain privileged, 
proprietary and confidential information that is exempt from disclosure 
requests under applicable law.  If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, use 
of or reliance upon any of the information contained in this transmission
is strictly prohibited.  Any inadvertent or unauthorized disclosure shall 
not compromise or waive the confidentiality of this transmission or any 
applicable attorney-client privilege. 

If you have received this transmission in error, please immediately 
notify us at user-c978de0668a4@xymon.invalid."


Kinetic Concepts, Inc.

******************************************************************************
list Mike Wood · Thu, 12 Nov 2009 08:50:56 -0600 ·
I solved my own problem by changing the DERIVE to GAUGE.
quoted from Mike Wood


Mike Wood 
UNIX System Administrator 
Kinetic Concepts Inc. 
XXXX NW Parkway 
San Antonio, TX, 78249 
  
E-mail:  user-ca9fdeef37c9@xymon.invalid
Skype: mike.wood77
Office:  (XXX) XXX-XXXX 
Mobile:  (XXX) XXX-XXXX 

-----Original Message-----
From: Wood, Mike
Sent: Thursday, November 12, 2009 1:02 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] Hobbit 4.2 and IOSTAT on AIX

Thanks Stef for the good advice (as usual).
I've written my script for AIX, and followed the Linux webpage, but
I've got a few problems.
The biggest issue is that the values on the graph are too small for the
data being submitted.
• I suspect it has something to do with my lack of understanding the
finer points of RRD.
My RRD output is aggregated by volume group.  Here is a sample:

[iostat-vg.data02_FDEV.rrd]
DS:tps:GAUGE:600:0:U 2451.5
DS:Kb_read:DERIVE:600:0:U 19336
DS:Kb_wrtn:DERIVE:600:0:U 48

And here is my graph definition in hobbitgraph.cfg:

[iostat-vg]
   TITLE VG aggregate read and write
   YAXIS KB/s
   FNPATTERN iostat-vg.(.*).rrd
   DEF:Kb_read at RRDIDX@=@RRDFN@:Kb_read:AVERAGE
   LINE2:Kb_read at RRDIDX@#@COLOR@:@RRDPARAM@ read KB/s
   GPRINT:Kb_read at RRDIDX@:LAST: \: %8.1lf (cur)
   GPRINT:Kb_read at RRDIDX@:MAX: \: %8.1lf (max)
   GPRINT:Kb_read at RRDIDX@:MIN: \: %8.1lf (min)
   GPRINT:Kb_read at RRDIDX@:AVERAGE: \: %8.1lf (avg)\n

   DEF:Kb_wrtn2 at RRDIDX@=@RRDFN@:Kb_wrtn:AVERAGE
   CDEF:Kb_wrtn at RRDIDX@=0,Kb_wrtn2 at RRDIDX@,-
   LINE2:Kb_wrtn at RRDIDX@#@COLOR@:@RRDPARAM@ wrtn KB/s
   GPRINT:Kb_wrtn2 at RRDIDX@:LAST: \: %8.1lf (cur)
   GPRINT:Kb_wrtn2 at RRDIDX@:MAX: \: %8.1lf (max)
   GPRINT:Kb_wrtn2 at RRDIDX@:MIN: \: %8.1lf (min)
   GPRINT:Kb_wrtn2 at RRDIDX@:AVERAGE: \: %8.1lf (avg)\n

So why would the values for this hot VG be graphed at no more than 50?
What am I missing?

Thanks in advance?


Mike Wood
UNIX System Administrator
Kinetic Concepts Inc.
XXXX NW Parkway
San Antonio, TX, 78249

E-mail:  user-ca9fdeef37c9@xymon.invalid
Skype: mike.wood77
Office:  (XXX) XXX-XXXX
Mobile:  (XXX) XXX-XXXX
-----Original Message-----
From: Stef Coene [mailto:user-dbffe946c0f4@xymon.invalid]
Sent: Wednesday, November 11, 2009 9:56 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Hobbit 4.2 and IOSTAT on AIX

On Wednesday 11 November 2009, Wood, Mike wrote:
Hi All,

I've seen bits and pieces and references in the archives, but is
there a
 clearly documented process / procedure anywhere for getting iostat
graphs
 functional for AIX clients? Thanks!
Mhh, I only have an iostat for linux page at
http://www.docum.org/foswiki/bin/view/Xymon/LinuxIostatGraphs

I do have a script for AIX, but I never created a webpage for it to
explain
how it works and where you can download it.  But using the linux
script
as a
guideline, it is not that hard to create an AIX version.


Stef

***********************************************************************
******
"CONFIDENTIALITY NOTICE:  This transmission (including any
accompanying attachments) is confidential, is intended only for the
individual or entity named above, and is likely to contain privileged,
proprietary and confidential information that is exempt from disclosure
requests under applicable law.  If you are not the intended recipient,
you are hereby notified that any disclosure, copying, distribution, use
of or reliance upon any of the information contained in this
transmission
is strictly prohibited.  Any inadvertent or unauthorized disclosure
shall
not compromise or waive the confidentiality of this transmission or any
applicable attorney-client privilege.

If you have received this transmission in error, please immediately
notify us at user-c978de0668a4@xymon.invalid."


Kinetic Concepts, Inc.

***********************************************************************
*******

*****************************************************************************
"CONFIDENTIALITY NOTICE:  This transmission (including any
accompanying attachments) is confidential, is intended only for the
individual or entity named above, and is likely to contain privileged, 
proprietary and confidential information that is exempt from disclosure 
requests under applicable law.  If you are not the intended recipient, 
you are hereby notified that any disclosure, copying, distribution, use 
of or reliance upon any of the information contained in this transmission
is strictly prohibited.  Any inadvertent or unauthorized disclosure shall 
not compromise or waive the confidentiality of this transmission or any 
applicable attorney-client privilege. 

If you have received this transmission in error, please immediately 
notify us at user-c978de0668a4@xymon.invalid."


Kinetic Concepts, Inc.

******************************************************************************