<?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 Configuration Collection Command? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553981#M17859</link>
    <description>You either write it yourself, or use the GUI that comes with Gnome. There is a pretty substantial abound of information that can be gathered together in that way.&lt;BR /&gt;&lt;BR /&gt;I had to do the same thing for HP-UX, so its not just Linux.&lt;BR /&gt;&lt;BR /&gt;I would say however its been done.&lt;BR /&gt;&lt;BR /&gt;Why not offer a 10 point reward to one who can attach a script that does what you wish.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 29 May 2005 22:11:14 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-05-29T22:11:14Z</dc:date>
    <item>
      <title>System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553979#M17857</link>
      <description>Hi, guys,&lt;BR /&gt;&lt;BR /&gt;is there a command or tool that can be used to collect system configuration info? i.e. installed software, file system...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 29 May 2005 21:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553979#M17857</guid>
      <dc:creator>zhwpeng</dc:creator>
      <dc:date>2005-05-29T21:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553980#M17858</link>
      <description>There is no single command, but there are a collection of commands.&lt;BR /&gt;&lt;BR /&gt;If using a RH or SuSE distribution, the following is good for you:&lt;BR /&gt;&lt;BR /&gt;df -vh&lt;BR /&gt;rpm -qa&lt;BR /&gt;lspci&lt;BR /&gt;cat /proc/meminfo&lt;BR /&gt;cat /proc/scsi/scsi&lt;BR /&gt;&lt;BR /&gt;This gives disk space, installed software, installed PCI hardware, memory information, and SCSI Bus information.&lt;BR /&gt;&lt;BR /&gt;You might also want to include the contents of '/etc/sysconfig/hwconf' (from a RH system).&lt;BR /&gt;&lt;BR /&gt;Is there any specific information you need from such an audit?</description>
      <pubDate>Sun, 29 May 2005 21:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553980#M17858</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-29T21:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553981#M17859</link>
      <description>You either write it yourself, or use the GUI that comes with Gnome. There is a pretty substantial abound of information that can be gathered together in that way.&lt;BR /&gt;&lt;BR /&gt;I had to do the same thing for HP-UX, so its not just Linux.&lt;BR /&gt;&lt;BR /&gt;I would say however its been done.&lt;BR /&gt;&lt;BR /&gt;Why not offer a 10 point reward to one who can attach a script that does what you wish.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 29 May 2005 22:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553981#M17859</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-29T22:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553982#M17860</link>
      <description>&lt;BR /&gt;i am not sure whether there is single program which can dump the system information in to a text file.  you can write your own script to collect the required information.&lt;BR /&gt;&lt;BR /&gt;df, /etc/sysconfig/hwconf and files in /proc directory might be of useful to you.&lt;BR /&gt;&lt;BR /&gt;if you are looking for GUI based tool, there is on kinfocenter (for KDE) which can give all the details that you are looking for. but there is no option to export these information to a text file&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 30 May 2005 03:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553982#M17860</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-30T03:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553983#M17861</link>
      <description>If you are running a RedHat distribution chance are you have sysreport install&lt;BR /&gt;&lt;BR /&gt;do a &lt;BR /&gt;#rpm -qla sysreport&lt;BR /&gt;&lt;BR /&gt;This will extract lots of information from your system and ask you if you want to mail this to reahat in case they need this to help you solve a problem (or check your config)&lt;BR /&gt;&lt;BR /&gt;On one of my system's I have this version (I used Yum tolls to keep up to date)&lt;BR /&gt;&lt;BR /&gt;# yum info sysreport&lt;BR /&gt;Setting up Repos&lt;BR /&gt;extras                    100% |=========================|  951 B    00:00&lt;BR /&gt;base                      100% |=========================| 1.1 kB    00:00&lt;BR /&gt;updates-released          100% |=========================|  951 B    00:00&lt;BR /&gt;Reading repository metadata in from local files&lt;BR /&gt;extras    : ################################################## 937/937&lt;BR /&gt;base      : ################################################## 2622/2622&lt;BR /&gt;updates-re: ################################################## 885/885&lt;BR /&gt;Installed Packages&lt;BR /&gt;Name   : sysreport&lt;BR /&gt;Arch   : noarch&lt;BR /&gt;Version: 1.3.13&lt;BR /&gt;Release: 1&lt;BR /&gt;Size   : 20 k&lt;BR /&gt;Repo   : installed&lt;BR /&gt;Summary: Gathers system hardware and configuration information.&lt;BR /&gt;&lt;BR /&gt;Description:&lt;BR /&gt; Sysreport is a utility that gathers information about a system's&lt;BR /&gt;hardware and configuration. The information can then be used for&lt;BR /&gt;diagnostic purposes and debugging. Sysreport is commonly used to help&lt;BR /&gt;support technicians and developers by providing a "snapshot" of a&lt;BR /&gt;system's current layout.&lt;BR /&gt;&lt;BR /&gt;Hope this helps everybody that may read this ;)&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Mon, 30 May 2005 09:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553983#M17861</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-05-30T09:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553984#M17862</link>
      <description>I should also have added that I use this as part of contigency in case of disaster&lt;BR /&gt;&lt;BR /&gt;Zero point for this add on to previous reply.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 09:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553984#M17862</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2005-05-30T09:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: System Configuration Collection Command?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553985#M17863</link>
      <description>Trying not to repeat anything from previous posts, check out also these tools:&lt;BR /&gt;&lt;BR /&gt;cfg2html&lt;BR /&gt;lshw&lt;BR /&gt;dmidecode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ross</description>
      <pubDate>Tue, 31 May 2005 08:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/system-configuration-collection-command/m-p/3553985#M17863</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-05-31T08:46:54Z</dc:date>
    </item>
  </channel>
</rss>

