LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to know what is current version update Redhat ES4? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-know-what-is-current-version-update-redhat-es4-642858/)

nanosec 05-17-2008 08:14 AM

How to know what is current version update Redhat ES4?
 
I only know that my server is 2.6.9-5 by using "uname -a" command. But, I don't know what is the version update. Please, help to recommend me.

My server is Redhat EL version 4.



Thanks

rayfordj 05-17-2008 08:35 AM

I'm not sure of an easy way to distinguish which kernel comes with what update version. There may be a nice matrix somewhere with the information...

but here's the kernel number to update that are available in my RHEL4 install trees:
Code:

  gold  2.6.9-5
Update1  2.6.9-11
Update2  2.6.9-22
Update3  2.6.9-34
Update4  2.6.9-42
Update5  2.6.9-55
Update6  2.6.9-67

that is just the kernel version available with that particular release. You can be running an older kernel with every other package updated to the latest or any combination of package releases from general availability ( GA or "gold") to the latest.


Edit1:
you can also 'cat /etc/redhat-release' but this is just a reflection of what version of the 'redhat-release' rpm is installed.

another option may be to use 'lsb_release -a'
End Edit1

Hope this helps.

nanosec 05-18-2008 12:32 PM

Thanks for your answer. Anyway please, resource where I find this information about other RH2.1, 3, 5

rayfordj 05-18-2008 08:23 PM

Oh, yeah, no problem. If no one has responded with the info for RHEL2.1/3/5 by the time I return to work mid-week I'll pull the info and post it for you like it is for RHEL4 above.

rayfordj 05-31-2008 12:28 PM

I think this should cover it...

Code:

----------------------------
RHEL2.1    gold  2.4.9-e.3
RHEL2.1  Update2  2.4.9-e.24
RHEL2.1  Update3  2.4.9-e.34
RHEL2.1  Update4  2.4.9-e.40
RHEL2.1  Update5  2.4.9-e.49
RHEL2.1  Update6  2.4.9-e.57
----------------------------
RHEL3    gold  2.4.21-4
RHEL3  Update1  2.4.21-9
RHEL3  Update2  2.4.21-15
RHEL3  Update3  2.4.21-20
RHEL3  Update4  2.4.21-27
RHEL3  Update5  2.4.21-32
RHEL3  Update6  2.4.21-37
RHEL3  Update7  2.4.21-40
RHEL3  Update8  2.4.21-47
RHEL3  Update9  2.4.21-50
----------------------------
RHEL4    gold  2.6.9-5
RHEL4  Update1  2.6.9-11
RHEL4  Update2  2.6.9-22
RHEL4  Update3  2.6.9-34
RHEL4  Update4  2.6.9-42
RHEL4  Update5  2.6.9-55
RHEL4  Update6  2.6.9-67
----------------------------
RHEL5    gold  2.6.18-8
RHEL5  Update1  2.6.18-53
RHEL5  Update2  2.6.18-92
----------------------------


frndrfoe 05-31-2008 01:15 PM

Code:

cat /etc/issue


All times are GMT -5. The time now is 06:53 AM.