<?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: version of RH AS? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568042#M18208</link>
    <description>If you actually look at the kernel file in the /boot folder its got a version number. This will tell you at least what kernel is installed.&lt;BR /&gt;&lt;BR /&gt;If its 2.6.x then its 4 or above. If its 2.4.x its probably in the 3 series.&lt;BR /&gt;&lt;BR /&gt;I'm thinking its probably 3 series based on the newness of Red Hat 4.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 21 Jun 2005 21:53:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-21T21:53:23Z</dc:date>
    <item>
      <title>version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568040#M18206</link>
      <description>As I see the version of redhat AS installed in e RXzzzz server?&lt;BR /&gt;&lt;BR /&gt;thank in advance</description>
      <pubDate>Tue, 21 Jun 2005 17:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568040#M18206</guid>
      <dc:creator>Jorge Prado T</dc:creator>
      <dc:date>2005-06-21T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568041#M18207</link>
      <description>Normally, you should be able to 'cat /etc/redhat-release' to say what version.  Otherwise, you'd go based of what packages are installed, i.e.&lt;BR /&gt;&lt;BR /&gt;rpm -q kernel&lt;BR /&gt;&lt;BR /&gt;On an AS/ES 3 box will be kernel-2.4.21, on an AS 2.1 it'd be kernel-2.4.9 .</description>
      <pubDate>Tue, 21 Jun 2005 18:24:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568041#M18207</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-21T18:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568042#M18208</link>
      <description>If you actually look at the kernel file in the /boot folder its got a version number. This will tell you at least what kernel is installed.&lt;BR /&gt;&lt;BR /&gt;If its 2.6.x then its 4 or above. If its 2.4.x its probably in the 3 series.&lt;BR /&gt;&lt;BR /&gt;I'm thinking its probably 3 series based on the newness of Red Hat 4.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jun 2005 21:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568042#M18208</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-21T21:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568043#M18209</link>
      <description>In addition to "cat /etc/redhat-release" you can also do "rpm -q redhat-release".&lt;BR /&gt;For Fedora distros - "rpm -q fedora-release".</description>
      <pubDate>Wed, 22 Jun 2005 00:38:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568043#M18209</guid>
      <dc:creator>Shiva_13</dc:creator>
      <dc:date>2005-06-22T00:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568044#M18210</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;you can check the version of redhat installed by checking /etc/redhat-release file, if it does not help you can do a rpm query of redhat-release which will give the version.&lt;BR /&gt;eg:&lt;BR /&gt;rpm -qi redhat-release&lt;BR /&gt;&lt;BR /&gt;if that dint any result, check for rpm by name redhat-release, eg: rpm -qa|grep redhat-release it should return you the package name which you can query to get more information.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 22 Jun 2005 00:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568044#M18210</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-22T00:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568045#M18211</link>
      <description>You can get like,&lt;BR /&gt;&lt;BR /&gt;1. uname -a&lt;BR /&gt;2. dmesg | more&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Wed, 22 Jun 2005 03:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568045#M18211</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-06-22T03:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: version of RH AS?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568046#M18212</link>
      <description>Hi    Jorge Prado T,&lt;BR /&gt; &lt;BR /&gt;    view  the file /etc/redhat-release to check the version. &lt;BR /&gt;&lt;BR /&gt;In my box as following&lt;BR /&gt;cat /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux AS release 3 (Taroon Update 4)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Wed, 22 Jun 2005 03:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/version-of-rh-as/m-p/3568046#M18212</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-06-22T03:43:44Z</dc:date>
    </item>
  </channel>
</rss>

