<?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: Getting Hardware List in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513075#M22485</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'ioscan -fn' will give you the hardware snapshot you need.  However, it's not going to change unless you add or subtract hardware when you down the system, so analyzing this every day doesn't make much sense.&lt;BR /&gt;&lt;BR /&gt;Another useful snapshot is taken when you run the latest versions of Ignite to make a recovery tape.  Have a look at this file:&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/latest/manifest&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 03 Apr 2001 17:50:52 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-04-03T17:50:52Z</dc:date>
    <item>
      <title>Getting Hardware List</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513074#M22484</link>
      <description>For the purpose contingency documentation I would like to get a full list of all hardware for each of my HP/UX systems. What would be the best way to get such a list? ?ioscan ?f?? I may write a script to check the output to see if it changes, by comparing it to the previous day?s file. If there were a difference I could then ftp or e-mail the new hardware list to myself. New hardware is not installed very often but this would make maintaining a current list of hardware simple. &lt;BR /&gt;&lt;BR /&gt;Are there any other commands I should use other then ioscan?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;- Justin&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Apr 2001 17:36:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513074#M22484</guid>
      <dc:creator>Justin Willoughby</dc:creator>
      <dc:date>2001-04-03T17:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Hardware List</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513075#M22485</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'ioscan -fn' will give you the hardware snapshot you need.  However, it's not going to change unless you add or subtract hardware when you down the system, so analyzing this every day doesn't make much sense.&lt;BR /&gt;&lt;BR /&gt;Another useful snapshot is taken when you run the latest versions of Ignite to make a recovery tape.  Have a look at this file:&lt;BR /&gt;&lt;BR /&gt;/var/opt/ignite/recovery/latest/manifest&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 03 Apr 2001 17:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513075#M22485</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-03T17:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Hardware List</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513076#M22486</link>
      <description>You are right. Perhaps I should write a script and have it run from one of the start scripts/run levels. If I so this where should I have it called from?&lt;BR /&gt;&lt;BR /&gt;- Justin</description>
      <pubDate>Tue, 03 Apr 2001 17:58:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513076#M22486</guid>
      <dc:creator>Justin Willoughby</dc:creator>
      <dc:date>2001-04-03T17:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Hardware List</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513077#M22487</link>
      <description>ioscan -fn,diskinfo /dev/rdsk/cxtydz, echo "map"|cstm</description>
      <pubDate>Tue, 03 Apr 2001 18:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513077#M22487</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-03T18:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Hardware List</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513078#M22488</link>
      <description>ioscan -fn,diskinfo /dev/rdsk/cxtydz, echo "map"|cstm,print_manifest|more</description>
      <pubDate>Tue, 03 Apr 2001 18:02:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513078#M22488</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-03T18:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Hardware List</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513079#M22489</link>
      <description>I didn't see it mentioned in any of the previous replies, but you can also do a print_manifest.  This comes with Ignite/UX as well.  That is a very handy utility.  It lists kernel parameters that have been modified, software that is installed, size and configuration of volume groups and logical volumes, name, ip address, and a few other things.&lt;BR /&gt;&lt;BR /&gt;You can do a '/opt/ignite/bin/print_manifest -e | lp -dprintername' to get a nicely formatted printout.  The '-e' option puts some PCL into the printout to make it look a little prettier and a bit more readable.&lt;BR /&gt;&lt;BR /&gt;I try to do this on a fairly regular basis for all of my machines.</description>
      <pubDate>Wed, 04 Apr 2001 01:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hardware-list/m-p/2513079#M22489</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-04-04T01:13:29Z</dc:date>
    </item>
  </channel>
</rss>

