[Orca-users] AIX /HP orca-collect .pl
RAJESH VERMA
rajeshverma at yahoo.com
Mon Sep 8 08:49:49 PDT 2003
Hi Cyril,
I was having trouble with the script to collect the data for df -k -v in version AIX 5.1
I fixed that. Now I am gettting data for disk space for filesystems too.
Here is what I changed
open IN, "df -k -v |";
while (<IN>) {
chomp;
if (m%^/dev%) {
( $mnt_dev, $blocks, $used, $free, $pct_used, $iused, $ifree,
$ipct_used, $mnt ) = split;
Attached is the script for AIX 4.3.3 /5.1
Also I change the script for HP-UX too.
I am getting some help from Aaron to get data from WINDOWS too.
Thanks to the person who wrote these script.
Thanks
Rajesh Verma
---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20030908/fa01a428/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: orca-aix-stat.pl
URL: </pipermail/orca-users/attachments/20030908/fa01a428/attachment.pl>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: orca-hp-stat.pl
URL: </pipermail/orca-users/attachments/20030908/fa01a428/attachment-0001.pl>
More information about the Orca-users
mailing list