Operating System - Linux
1829605 Members
1316 Online
109992 Solutions
New Discussion

Re: How to know the update

 
Tonatiuh
Super Advisor

How to know the update

How can I know the UPDATE of my RHEL AS 3 installed?
4 REPLIES 4
Alexander Chuzhoy
Honored Contributor

Re: How to know the update

you can look in the default /etc/issue file.
If you updated the OS-you'll see a release + and an update version.
Tonatiuh
Super Advisor

Re: How to know the update

I only see the release but not the update

[oracle@RAC1 oracle]$ cat /etc/issue
Red Hat Enterprise Linux AS release 3 (Taroon)
Kernel \r on an \m
John Pretti
Advisor

Re: How to know the update

You can view the log file /var/log/up2date. That will tell you exactly which packages were updated and if they completed sucessfully.

You could also view the installed rpm by issuing:

example to see installed openssh:
rpm -qa|grep openssh

Simply subsitute the package name for openssh and you can see the current version.

Hope this helps.
Cheers,
John
Vitaly Karasik_1
Honored Contributor

Re: How to know the update

Tonatiuh,
according to your issue file [the same info you can see in /etc/redhat-release file] your system or RHEL 3 "out-of-the-box" version or you didn't upgrade redhat-release package.