<?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: script to check data in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854518#M98162</link>
    <description>Hi,&lt;BR /&gt;Thanks for your time but, qwjat I need it's some strong script to calculate or to report data to put in xls file. I will create one and post for everyone ok?&lt;BR /&gt;&lt;BR /&gt;Thanks for all,&lt;BR /&gt;Joel</description>
    <pubDate>Fri, 01 Sep 2006 04:23:08 GMT</pubDate>
    <dc:creator>uadm26</dc:creator>
    <dc:date>2006-09-01T04:23:08Z</dc:date>
    <item>
      <title>script to check data</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854515#M98159</link>
      <description>Hi,&lt;BR /&gt;Somebody have a script to collect all volume data  &lt;BR /&gt;used in a system HP-UX and all volume data avaiable?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for all,&lt;BR /&gt;&lt;BR /&gt;Joel</description>
      <pubDate>Thu, 31 Aug 2006 12:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854515#M98159</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-08-31T12:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: script to check data</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854516#M98160</link>
      <description>Bill McNamara started a collection of scripts some while back.  This thread is the third of three filled with all kinds of sysadmin scripts and contains URLs for the other two.  Perhaps you can find something that suits your need in Bill's collection.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51050" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51050&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 31 Aug 2006 12:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854516#M98160</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-08-31T12:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: script to check data</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854517#M98161</link>
      <description>Hi Joel,&lt;BR /&gt;&lt;BR /&gt;# cat storagerept.sh&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;echo "*** VOLUME GROUPS ON $(hostname) ****"&lt;BR /&gt;for vg in $(ls -d /dev/vg*)&lt;BR /&gt;do&lt;BR /&gt;  vgdisplay -v ${vg}&lt;BR /&gt;done&lt;BR /&gt;echo "*** LOGICAL VOLUMES ON $(hostname) ****"&lt;BR /&gt;for lv in $(ls -d /dev/vg*/lv*)&lt;BR /&gt;do&lt;BR /&gt;  lvdisplay -v ${lv}&lt;BR /&gt;done&lt;BR /&gt;echo "*** PHYSICAL VOLUMES ON $(hostname) ****"&lt;BR /&gt;for pv in $(ls -d /dev/dsk/*)&lt;BR /&gt;do&lt;BR /&gt;  pvdisplay -v ${pv}&lt;BR /&gt;done&lt;BR /&gt;echo "*** lvmtab ON $(hostname) ****"&lt;BR /&gt;strings /etc/lvmtab&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;# ./storagerept.sh &amp;gt; /home/root/documents/storagerept.text&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 31 Aug 2006 12:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854517#M98161</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-31T12:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: script to check data</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854518#M98162</link>
      <description>Hi,&lt;BR /&gt;Thanks for your time but, qwjat I need it's some strong script to calculate or to report data to put in xls file. I will create one and post for everyone ok?&lt;BR /&gt;&lt;BR /&gt;Thanks for all,&lt;BR /&gt;Joel</description>
      <pubDate>Fri, 01 Sep 2006 04:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-check-data/m-p/3854518#M98162</guid>
      <dc:creator>uadm26</dc:creator>
      <dc:date>2006-09-01T04:23:08Z</dc:date>
    </item>
  </channel>
</rss>

