<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Best way for flesystem monitoring in hp-ux in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120384#M447645</link>
    <description>You could also try the checkfs monitoring system.</description>
    <pubDate>Mon, 21 Jul 2008 15:16:31 GMT</pubDate>
    <dc:creator>Steve Post</dc:creator>
    <dc:date>2008-07-21T15:16:31Z</dc:date>
    <item>
      <title>Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120370#M447631</link>
      <description>Hi gurus,&lt;BR /&gt;What is the best way to monitor hp-ux disk usage?.I have 50 plus hp-ux servers.It is not practical to login in all servers and check the disk usaage daily.Currently I am using Big brother for this.I am seaching for a hp solution which should send me alert when any of the filesystem reaches 90%.Please help.</description>
      <pubDate>Sun, 20 Jul 2008 05:21:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120370#M447631</guid>
      <dc:creator>sysadm_1</dc:creator>
      <dc:date>2008-07-20T05:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120371#M447632</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I feel the better way to do this using HP Openview Operations Software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Aneesh</description>
      <pubDate>Sun, 20 Jul 2008 05:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120371#M447632</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2008-07-20T05:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120372#M447633</link>
      <description>or, you can use shell or perl script for email notification of file system usage. check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=78542" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=78542&lt;/A&gt;</description>
      <pubDate>Sun, 20 Jul 2008 06:10:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120372#M447633</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-07-20T06:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120373#M447634</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use very simple one like this:&lt;BR /&gt;&lt;BR /&gt;bdf | awk ' / 9[0-9]%/ {print $NF}'|xargs  bdf|mailx -s "bdf from `hostname`" username@abcd.com&lt;BR /&gt;&lt;BR /&gt;Here it is looking for any file system above 90% and will mail it with the name of the file system with hostname in the subject line. You can setup it on cron two three times per a day as per your system file usage.&lt;BR /&gt;&lt;BR /&gt;rgds.&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Jul 2008 07:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120373#M447634</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-07-20T07:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120374#M447635</link>
      <description>Try Storage Foundation Management, Free of cost its and its a beauty once it starts working.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Jul 2008 08:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120374#M447635</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-07-20T08:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120375#M447636</link>
      <description>thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;srikishan,&lt;BR /&gt;yo are talking about Veritas Storage Foundation Manager ?.Let me check it.</description>
      <pubDate>Sun, 20 Jul 2008 08:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120375#M447636</guid>
      <dc:creator>sysadm_1</dc:creator>
      <dc:date>2008-07-20T08:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120376#M447637</link>
      <description>yes, The veritas storage foundation manager.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.symantec.com/business/theme.jsp?themeid=sfms" target="_blank"&gt;http://www.symantec.com/business/theme.jsp?themeid=sfms&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It also has centralized alerting(email, SNMP trap).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Jul 2008 12:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120376#M447637</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-07-20T12:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120377#M447638</link>
      <description>&lt;!--!*#--&gt;Be very careful using bdf. It has a very annoying behavior where long source paths for filesystems will cause split lines and mess up any scripting. Almost all NFS or Samba/CIFS shared filesystems will exhibit this problem.&lt;BR /&gt; &lt;BR /&gt;Use the attached bdfmegs script. bdfmegs will never split a line and can report in MB or GB. You'll find the -P and -q options very useful. For example:&lt;BR /&gt; &lt;BR /&gt;bdfmegs -qP 95&lt;BR /&gt; &lt;BR /&gt;will show all filesystems that are 95% full or more. The -q leaves off the header so scripting is easier. Just store bdfmegs on each server and then run the script on each server with ssh and capture the result. Here are the options:&lt;BR /&gt; &lt;BR /&gt;  Usage: bdfmegs [ -glPpqstvu ] [ dir(s) or file(s) ]&lt;BR /&gt;    where: &lt;BR /&gt;         -g = gigabytes rather than megabytes&lt;BR /&gt;         -l = local only (not NFS)&lt;BR /&gt;         -p ## = highlight pct -ge ##&lt;BR /&gt;         -P ## = same as -p but show only pct -ge ##&lt;BR /&gt;         -q = suppress the header line and no char enhancements&lt;BR /&gt;         -s = summary of total, used and available&lt;BR /&gt;         -t xxxx = specifc filesystem (hfs vxfs nfs cdfs cifs autofs DevFS)&lt;BR /&gt;         -u = usage details (return code = 0, usage text to stdout)&lt;BR /&gt;         -v = verbose (shows FSversion, largefiles flag)&lt;BR /&gt;              (requires read permission for mountpoint)&lt;BR /&gt;&lt;BR /&gt;  File(s) or dirpath(s) may be specified to limit &lt;BR /&gt;  the output of bdfmegs as in:&lt;BR /&gt;&lt;BR /&gt;     bdfmegs -vlg /usr/contrib/bin /var/tmp&lt;BR /&gt;     &lt;BR /&gt;  If bdfmegs is run as bdfgigs (ie, a link), then -g is default.</description>
      <pubDate>Sun, 20 Jul 2008 20:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120377#M447638</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-07-20T20:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120378#M447639</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not hp but what about using nagios. it can send e-mail and sms.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.nagios.org/" target="_blank"&gt;http://www.nagios.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kenan.</description>
      <pubDate>Mon, 21 Jul 2008 05:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120378#M447639</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2008-07-21T05:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120379#M447640</link>
      <description>Hi,&lt;BR /&gt;you can use the diskspace script by B.Hassel.&lt;BR /&gt;I attache dit for your use.&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Mon, 21 Jul 2008 06:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120379#M447640</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2008-07-21T06:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120380#M447641</link>
      <description>If you know perl, I have a perl script that has worked fine for me for the last 8 years.  &lt;BR /&gt;It pages me if the filesystems get over a certain threshhold.  But it won't page me every 5 minutes until it is fixed.  &lt;BR /&gt;It uses bdf command and knows about the file line breaks.  &lt;BR /&gt;It's probably not the most pretty thing.  &lt;BR /&gt;&lt;BR /&gt;But it works.  &lt;BR /&gt;I'm not going to make the 269 line script generic unless you want it.  Then I'll post it here. &lt;BR /&gt;....hmm...it there a place where people post SIMPLE scripts?&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2008 11:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120380#M447641</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2008-07-21T11:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120381#M447642</link>
      <description>Nagios is ported for HP-UX as a part of Internet Express package - &lt;A href="http://h20338.www2.hp.com/hpux11i/cache/324414-0-0-0-121.html" target="_blank"&gt;http://h20338.www2.hp.com/hpux11i/cache/324414-0-0-0-121.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 21 Jul 2008 11:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120381#M447642</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-07-21T11:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120382#M447643</link>
      <description>sysadmin,&lt;BR /&gt;&lt;BR /&gt;I understand you want to use an HP product however I would recommend looking at Nagios. I admin between 120 and 150 servers which run HP-UX 11i v1/v2 /CentOS(Linux Distro)/RedHat Enterprise Linux. It was a nightmare of scripts and cron jobs and sed/awd; expect, perl etc, etc. Until I got involved with this Open Source Tool. Installing it can be done in twenty or thirty minutes although adding your hosts and configuring the plugins and alerts takes considerable time initially you won't be sorry afterward. Believe me.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jonathan</description>
      <pubDate>Mon, 21 Jul 2008 11:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120382#M447643</guid>
      <dc:creator>Jonathan E. Deady</dc:creator>
      <dc:date>2008-07-21T11:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120383#M447644</link>
      <description>You may also check Zabbix as alternative for Nagios/Cacti</description>
      <pubDate>Mon, 21 Jul 2008 13:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120383#M447644</guid>
      <dc:creator>kirkkak</dc:creator>
      <dc:date>2008-07-21T13:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120384#M447645</link>
      <description>You could also try the checkfs monitoring system.</description>
      <pubDate>Mon, 21 Jul 2008 15:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120384#M447645</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2008-07-21T15:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for flesystem monitoring in hp-ux</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120385#M447646</link>
      <description>Thans you very much.</description>
      <pubDate>Thu, 24 Jul 2008 16:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/best-way-for-flesystem-monitoring-in-hp-ux/m-p/5120385#M447646</guid>
      <dc:creator>sysadm_1</dc:creator>
      <dc:date>2008-07-24T16:18:09Z</dc:date>
    </item>
  </channel>
</rss>

