Installing the correct version of RHEL 5 Advanced Platform.

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Installing the correct version of RHEL 5 Advanced Platform.
# 1  
Old 03-03-2009
Question Installing the correct version of RHEL 5 Advanced Platform.

Dear Linux Gurus and RedHat Experts,

I am about to install RHEL 5 Advanced Platform x86-64 on a high end machine with 4 sockets of CPU. However, I only have the subscription number from RedHat and can log on into rhn.redhat.com. However there are only one version ISO image per CPU (i386-32,x86-64,powerpc,etc).

questions :
1) How to verify that the version is really "RHEL 5 Advanced Platform" ?

I have read this thread, meaning that this issue has not been solved yet :
http://www.linuxquestions.org/questi...-rel-5-666143/

2) After installing the DVD, is it required to connect to redhat network to update the kernel support up to 4 sockets ?

Any URLS or explanation would be greatly appreciated.
Thank you in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

2. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

3. Shell Programming and Scripting

Need an advanced version of this script

Hi there, i am completely new to this great forum and to linux. Since 3 days i work with Ubuntu Lucid Lynx and i love the powers of the shell. This script helped me a lot to understand the process a little bit. Now my problem. I have this data set, tab delimited: ... (4 Replies)
Discussion started by: shasha7
4 Replies

4. Red Hat

RHEL 5 basic vs advanced

Hello there to the community Question 1 : how can you tell if the RHEL 5 version you have is BASIC or ADVANCED. ? Question 2 : except for virtualization limits on BASIC RHEL which is 2 physical CPUs and 4 virtual guest (redhat virtualization , not VMWARE) and Advanced allows unlimited CPU and... (4 Replies)
Discussion started by: dplinux
4 Replies

5. Solaris

Install RHEL 5 in Sun platform ?

Dear Friends , Is it possible to install Redhat Linux Ent 5 (or other Linux distro) in sun solaris spark v220 ? If it is possible then plz help me to give any documentation . Thx in advance ... ... (3 Replies)
Discussion started by: shipon_97
3 Replies

6. Red Hat

Clustering Red Hat Enterprise linux Advanced Platform 5.2 (x86-64 bit)

Hello Professionals, We have high-end HP rack servers. We need to provide application fail-over for business continuity. We have done benchmarking of the application on RHEL 5.2 on HP servers to estimate the hardware requirement so as to meet next 3-5 years business growth. Presently we... (1 Reply)
Discussion started by: kgayyar
1 Replies

7. Solaris

Problems installing OpenSolaris on _X86 platform

Hey Guys. I am trying to install OpenSolaris 5.11 on _X86 platform in a BladeCenter H chasis of IBM. Afetr Booting with the CDROM the install process send a PROBES FOR DEVICES NODES messages and goes to the follow state..... Please see the attach. If someone have installed... (0 Replies)
Discussion started by: aggadtech08
0 Replies

8. What is on Your Mind?

When Unix will have a singe version, platform independent OS

I wonder when UNIX will be a OS, will have a single version. (1 Reply)
Discussion started by: abhishek0216
1 Replies
Login or Register to Ask a Question
PKGKDE-OVERRIDE-SC-DEV-LATEST(1)			User Contributed Perl Documentation			  PKGKDE-OVERRIDE-SC-DEV-LATEST(1)

NAME
pkgkde-override-sc-dev-latest - loosen kde-sc-dev-latest Break restrictions SYNOPSIS
pkgkde-override-sc-dev [-bbase_version] [-vversion] DESCRIPTION
pkgkde-override-sc-dev-lastest is a helper utility which can be used to generate a dummy kde-sc-dev-latest package without Breaks field that is present in the original version. Original kde-sc-dev-latest package is used to force KDE Software Compilation modules to be built against the latest version of the KDE Development Platform modules without bumping versions of a bunch build dependencies for each KDE SC module. However, while original kde-sc-dev-latest does not cause problems when building in clean chroots, the restrictions imposed by its Breaks field might be undesirable on the maintainer system when: o the maintainer wants to (test)build KDE module version X.Y.A against KDE Development Platform X.Y.B where (A > B); o the maintainer builds a new upstream version of the some KDE Development Platform module on the system that has an old version of some KDE Development Platform packages installed. For example, even if kdepimlibs does not build depend on kdebase-workspace-dev, original kde-sc-dev-latest may prevent kdepimlibs X.Y.A to be built on the system which has kdebase-workspace X.Y.B (where A > B) installed. By default, pkgkde-override-sc-dev-latest generates a dummy kde-sc-dev-latest package in the current working directory that is based on the current "candidate" version of the original kde-sc-dev-latest (as per apt-cache policy). You may specify a base version with the -b option. The resulting dummy kde-sc-dev-latest override package will have "base_version+override" as its version unless another one is specified with -v option. Once the package is generated, you can install it like: # dpkg --install kde-sc-dev_<version>+override_all.deb OPTIONS
-bbase_version, --basever=base_version The version of the original kde-sc-dev-latest package to base an override package on. It must be available in the APT database on the system. You may also pass special value "latest" to select the latest available version in the APT database. If you specify "priority", the latest version with the highest priority will be selection. By default (if this option is not specified), candidate version is selected -vversion, --version=version Generate an override package with the specified "version+override" rather than default "base_version+override" version. AUTHOR
Modestas Vainius <modax@debian.org> perl v5.14.2 2011-12-26 PKGKDE-OVERRIDE-SC-DEV-LATEST(1)