<?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: system inventory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912927#M406429</link>
    <description>To get the disk info, use the 'diskinfo' command&lt;BR /&gt;&lt;BR /&gt;As to free space, many variables can play a role hee. Are you running a cluster? Do you have shared disks? &lt;BR /&gt;&lt;BR /&gt;On the basic level, a 'vgdisplay -v' command can provide that info. How many 'FREE PEs' do you have?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Jul 2005 13:08:15 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-07-15T13:08:15Z</dc:date>
    <item>
      <title>system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912926#M406428</link>
      <description>I have several servers and many disks. How do I get information for disk size and free space on each disk for a report.</description>
      <pubDate>Fri, 15 Jul 2005 13:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912926#M406428</guid>
      <dc:creator>Alain Tesserot</dc:creator>
      <dc:date>2005-07-15T13:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912927#M406429</link>
      <description>To get the disk info, use the 'diskinfo' command&lt;BR /&gt;&lt;BR /&gt;As to free space, many variables can play a role hee. Are you running a cluster? Do you have shared disks? &lt;BR /&gt;&lt;BR /&gt;On the basic level, a 'vgdisplay -v' command can provide that info. How many 'FREE PEs' do you have?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2005 13:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912927#M406429</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-15T13:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912928#M406430</link>
      <description>I know about the diskinfo command. The problem is that we have many disks. Is there a way to query several device files at once?</description>
      <pubDate>Fri, 15 Jul 2005 13:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912928#M406430</guid>
      <dc:creator>Alain Tesserot</dc:creator>
      <dc:date>2005-07-15T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912929#M406431</link>
      <description>Check out this URL site and get the cfg2html script.&lt;BR /&gt;&lt;BR /&gt;Will provide lots more info as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cfg2html.com/" target="_blank"&gt;http://www.cfg2html.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2005 13:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912929#M406431</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-15T13:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912930#M406432</link>
      <description>With remsh configured on a central server, I have a script that cycles through all the servers to execute a bdf command.  It's similiar to this:&lt;BR /&gt;&lt;BR /&gt;for SERVER in node1 node2 node3 ;do&lt;BR /&gt;   echo $SERVER&lt;BR /&gt;   remsh $SERVER -n /usr/bin/bdf&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;you can add other commands like pvdisplay or vgdisplay to match the information you desire.&lt;BR /&gt;&lt;BR /&gt;This can also be done if you have Servicecontrol Manager installed and configured.</description>
      <pubDate>Fri, 15 Jul 2005 13:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912930#M406432</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-07-15T13:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912931#M406433</link>
      <description>With remsh or ssh to can issue 1 command and a script can cycle through the servers in your environment and fetch/report that info for you.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Jul 2005 13:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912931#M406433</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-15T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912932#M406434</link>
      <description>Many ways to do it.&lt;BR /&gt;&lt;BR /&gt;nicket tool&lt;BR /&gt;bdf&lt;BR /&gt;diskinfo&lt;BR /&gt;print_manifest (ignite needs to be installed)&lt;BR /&gt;SCR (System configuration Repository software)&lt;BR /&gt;cf2html&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 15 Jul 2005 13:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912932#M406434</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-07-15T13:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912933#M406435</link>
      <description>I can do diskinfo /dev/c0t0d0 and get disk information for that disk but if I have 100 disks, how do I get diskinfo to display all devices?</description>
      <pubDate>Fri, 15 Jul 2005 13:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912933#M406435</guid>
      <dc:creator>Alain Tesserot</dc:creator>
      <dc:date>2005-07-15T13:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912934#M406436</link>
      <description>An example, &lt;BR /&gt;&lt;BR /&gt;use a shell script to gather the disk device names (/dev/dsk/cXtYdZ). In that script have a for loop that goes through each device and executes the diskinfo command against that device.</description>
      <pubDate>Fri, 15 Jul 2005 13:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912934#M406436</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-15T13:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912935#M406437</link>
      <description>#!/usr/bin/sh&lt;BR /&gt;for DISK in /dev/rdsk/c*&lt;BR /&gt;do&lt;BR /&gt;     echo "diskinfo ${DISK}"&lt;BR /&gt;     diskinfo ${DISK}&lt;BR /&gt;     echo ""&lt;BR /&gt;done</description>
      <pubDate>Fri, 15 Jul 2005 13:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912935#M406437</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-07-15T13:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912936#M406438</link>
      <description>Start of an example script.&lt;BR /&gt;&lt;BR /&gt;This will parse the lvmtab file and get the device names. It will convert the devices names to raw device names. Reading each line it will execute the diskinfo command.&lt;BR /&gt;&lt;BR /&gt;strings /etc/lvmtab | grep /dev/dsk | sed 's/dsk/rdsk/g' | while read line&lt;BR /&gt;do&lt;BR /&gt;diskinfo $line &lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Remember, if there is MCSG or disk sharing in effect, do not trust these results. This is on a basic level of getting the requested info.</description>
      <pubDate>Fri, 15 Jul 2005 13:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912936#M406438</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-07-15T13:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912937#M406439</link>
      <description>you can also get all the disks recognized by the system from ioscan:&lt;BR /&gt;&lt;BR /&gt;ioscan -funCdisk |grep dsk |awk '{print $2}' |while read DISK ;do&lt;BR /&gt;  diskinfo $DISK&lt;BR /&gt;done</description>
      <pubDate>Fri, 15 Jul 2005 13:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912937#M406439</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-07-15T13:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: system inventory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912938#M406440</link>
      <description>Thanks everyone for the fast and good info.</description>
      <pubDate>Fri, 15 Jul 2005 14:02:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-inventory/m-p/4912938#M406440</guid>
      <dc:creator>Alain Tesserot</dc:creator>
      <dc:date>2005-07-15T14:02:30Z</dc:date>
    </item>
  </channel>
</rss>

