<?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 generate a documentation about a RHEL5 server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678916#M41947</link>
    <description>CFG2HTML is a good multi-platform tool.&lt;BR /&gt;&lt;BR /&gt;I use it on all of my HP-UX and Linux servers.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt;</description>
    <pubDate>Wed, 25 Aug 2010 02:11:40 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2010-08-25T02:11:40Z</dc:date>
    <item>
      <title>Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678914#M41945</link>
      <description>&lt;BR /&gt;Can anyone give me a script that can generate a documentation about a Linux installation and configuration ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 24 Aug 2010 16:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678914#M41945</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-08-24T16:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678915#M41946</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;sysreport&lt;BR /&gt;&lt;BR /&gt;Does a fairly good job.&lt;BR /&gt;&lt;BR /&gt;Beyond that, you will need to WRITE a script to go into better detail.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Aug 2010 21:04:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678915#M41946</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-08-24T21:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678916#M41947</link>
      <description>CFG2HTML is a good multi-platform tool.&lt;BR /&gt;&lt;BR /&gt;I use it on all of my HP-UX and Linux servers.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt;</description>
      <pubDate>Wed, 25 Aug 2010 02:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678916#M41947</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-08-25T02:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678917#M41948</link>
      <description>The RHEL installer automatically creates the /root/anaconda-ks.cfg file, which documents all the choices made during the OS installation. It is a Kickstart configuration file, so you can use it to install other systems with exactly the same specifications as the original.&lt;BR /&gt;&lt;BR /&gt;(Note: the auto-created anaconda-ks.cfg file will have the partitioning definition lines commented out for safety. Before using the auto-created file for Kickstart installations, verify and uncomment the partitioning definition. Also read RedHat documentation on Kickstart configuration files.)&lt;BR /&gt;&lt;BR /&gt;The configuration report tools like the already-mentioned sysreport and cfg2html are very useful. But the most important documentation is often the one that tells *why* something is configured as it is. &lt;BR /&gt;&lt;BR /&gt;For example, a script-generated configuration report might allow you to see that a specific option on System A has been disabled; but what it cannot tell you is that it was disabled because old systems X, Y and Z will fail to connect to System A if the option is enabled. &lt;BR /&gt;&lt;BR /&gt;If the reason of disabling the option is documented, it makes it easier to see that once the systems X, Y and Z have been upgraded or removed, it would be a good time to re-evaluate enabling that option.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 25 Aug 2010 08:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678917#M41948</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-25T08:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678918#M41949</link>
      <description>Just an added info &lt;BR /&gt;&lt;BR /&gt;sysreport is now named sosreport. (at least on Fedora)&lt;BR /&gt;&lt;BR /&gt;This Generate debugging information&lt;BR /&gt;&lt;BR /&gt;Package is named sos ( Save our souls)&lt;BR /&gt;&lt;BR /&gt;# yum info sos&lt;BR /&gt;&lt;BR /&gt;Loaded plugins: auto-update-debuginfo, presto, refresh-packagekit&lt;BR /&gt;Installed Packages&lt;BR /&gt;Name        : sos&lt;BR /&gt;Arch        : noarch&lt;BR /&gt;Version     : 2.2&lt;BR /&gt;Release     : 0.fc13&lt;BR /&gt;Size        : 679 k&lt;BR /&gt;Repo        : installed&lt;BR /&gt;From repo   : updates&lt;BR /&gt;Summary     : A set of tools to gather troubleshooting information from a system&lt;BR /&gt;URL         : &lt;A href="http://fedorahosted.org/sos" target="_blank"&gt;http://fedorahosted.org/sos&lt;/A&gt;&lt;BR /&gt;License     : GPLv2+&lt;BR /&gt;Description : Sos is a set of tools that gathers information about system&lt;BR /&gt;            : hardware and configuration. The information can then be used for&lt;BR /&gt;            : diagnostic purposes and debugging. Sos is commonly used to help&lt;BR /&gt;            : support technicians and developers.&lt;BR /&gt;&lt;BR /&gt;Enjoy life.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2010 10:19:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678918#M41949</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2010-08-25T10:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678919#M41950</link>
      <description>With SOSREPORT, can I get the report in a word document format ?</description>
      <pubDate>Thu, 02 Sep 2010 19:02:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678919#M41950</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-09-02T19:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate a documentation about a RHEL5 server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678920#M41951</link>
      <description>It produces a very complete html report that you can view from a web browser.&lt;BR /&gt;&lt;BR /&gt;Please assign points.&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc</description>
      <pubDate>Thu, 02 Sep 2010 22:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-to-generate-a-documentation-about-a-rhel5-server/m-p/4678920#M41951</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2010-09-02T22:00:39Z</dc:date>
    </item>
  </channel>
</rss>

