How to tell the package differences between Beta and GA versions of RHELx.x
Environment
- Red Hat Enterprise Linux
Issue
- How can the differences between RHEL Beta and RHEL GA packages be identified?
Resolution
You can check if your system has been installed from Beta software by checking /etc/redhat-release
. For example:
$ cat etc/redhat-release
Red Hat Enterprise Linux Server release 5.9 Beta (Tikanga)
Indicates that this system is installed from Beta software.
For individual packages, you can search on the Customer Portal to see if the package exists. For example, kernel-2.6.18-308.el5
can be found, so we can assume it is a GA package. However, kernel-2.6.18-339.el5
cannot, so we assume this is from a Beta release (or some other source).
For further clarification, please contact Red Hat Support.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments