Skip to main content

How to register Red Hat 4 Enterprise 32/64 bit



Procedure to Register System to Redhat Network (RHN)

1)  Run command “Up2date”(redhat 4) -
redhat 5- use the commands “rhn_register

2)  If the system is not registered before, it give some initial intro & ask to read  & agree to disclaimer. Click Next.


3) Enter appropriate hostname for identification. It should be hostname-server serialno.
4) Give package details to register to RHN so that system would automatically notified when new updates arrive.













5) Clicking Next will send all the details to RHN & will register the system.

























6) Confirmation dialogue after registering. 


























7)      Run “up2date –u”( redhat 4)
redhat 5 – use the commands yum update
Eg. It would automatically update the system. Answer relevant questions if asked by up2date agent.

[root@techgyaanrhn~]# yum update

Fetching Obsoletes list for channel: rhel-i386-es-4...
########################################

Fetching rpm headers...
########################################

Fetching Obsoletes list for channel: rhel-i386-es-4...

Name                                    Version        Rel
----------------------------------------------------------
up2date                                 4.6.2          7.el4_6.1         i386


Testing package set / solving RPM inter-dependencies...
########################################
up2date-4.6.2-7.el4_6.1.i38 ########################## Done.
rhnlib-2.1.1-9.el4_6.noarch ########################## Done.
New Up2date available
Preparing       ########################################### [100%]

Installing...
   1:rhnlib        ########################################### [100%]
   2:up2date    ########################################### [100%]
New Up2date available
The following packages were added to your selection to satisfy dependencies:

Name                                    Version        Release
--------------------------------------------------------------
rhnlib                                  2.1.1          9.el4_6

Restarting up2date
Restarting up2date
[root@techgyaanrhn ~]#
Fetching Obsoletes list for channel: rhel-i386-es-4...

Fetching rpm headers...
########################################

Name                                    Version        Rel
----------------------------------------------------------
GConf2                            2.8.1          1.el4             i386
MAKEDEV                     3.15.2         3                 i386
MyODBC                        2.50.39        25.RHEL4.1        i386
MySQL-python                1.2.1_p2       1.el4.1           i386
NetworkManager              0.3.1          4.el4             i386
zsh                                     4.2.0          4.EL.4.5          i386

Testing package set / solving RPM inter-dependencies...

libxml2-python-2.6.16-10.1. ########################## Done.
lm_sensors-2.8.7-2.40.5.i38 ########################## Done.
lockdev-1.0.1-6.2.i386.rpm: ########################## Done.
lockdev-devel-1.0.1-6.2.i38 ########################## Done.

8) Goto http://rhn.redhat.com & verify your system status. 
 
Red Hat® Certified Technician & Engineer (RHCT and RHCE) Training Guide and Administrator's Reference           Novell SUSE Linux Enterprise Desktop 10 Quick Reference Card -Handy Durable TriFold SUSE Linux Enterprise Desktop 10 Tip & Tricks Guide. 6 Total Pages. Stores Easily. Ultimate Reference for Shortcuts, Tips & Cheats for SUSE Linux Desktop 10. (Software Quick Reference Cards)          Red Hat Enterprise Linux 5 Administration Unleashed


About Author
-------------------------------------------------------------------------------------------------------------
Bala is the TechGyaan's Editor and directs coverage of disruptive open source technology and media. Check out .
Follow @techgyaan

Comments

Popular posts from this blog

Download of the Day!

Amarok 2.0.2 has released Amarok is an open source alternative music player for iTunes. Amarok supports Linux, Unix, MacOSX and windows Operating system. It is smiliar to iTunes just drag & drop the songs to play list. Amarok also lets you listen to internet radio ( mp3 streaming ) including music from last.fm . Features Automatic cover Lyrics download Dynamic playlists Visualizations and Podcasting. These are only some of the great new features of Amarok 2. Give it a try! Download here An least but not last - Amarok will also synchronize your music to your iPod. For the more technical users a scripting interface allows you to extend the functionality of Amarok. Print Page Feedbacks: We appreciate feedbacks and suggestions about our website info@techgyaan.org

How to install WebLogic 8 on Solaris 10

Lets start the installation Login to solaris box use sudo command to install the application. $ ./server814_solaris32.bin Extracting 0%……………………………………………………………………………………….100% Unable to instantiate GUI, defaulting to console mode. Welcome: ——– ————— This installer will guide you through the installation of WebLogic Server 8.1 SP4. Type “ Next” or enter to proceed to thenext prompt. If you want to change data entered previously, type “Previous”. You may quit the installer at any time by typing “ Exit”. Enter [Exit][Next]> BEA Systems License Agreement: —————————— BEA SYSTEMS, INC. SOFTWARE LICENSE AGREEMENT USE OF SOFTWARE ORDERED FROM BEA SYSTEMS, INC. (”BEA”) IS PROVIDED ONLY UNDER LICENSE FROM BEA. PLEASE READ THE FOLLOWING LICENSE CAREFULLY AND INDICATE YOUR ACCEPTANCE BY CLICKING THE ACCEPTANCE BOX. CERTAIN CAPITALIZED TERMS ARE DEFINED IN SECTION 11. 1. LICENSE TERMS a. Workshop Free Use. The terms of this Section 1(a) are applicable to you if you h...

Sysadmin Daily Commands

Some of these commands are used by unix/linux administrator in his/her day-to-day activities  cat to concatenate files to standard output chgrp to change file group ownership chmod to change file access permissions chown to change file owner and group cp to copy files and directories date to print or set the system data and time dd to convert and copy a file df to report filesystem disk space usage dmesg to print or control the kernel message buffer echo to display a line of text hostname to show or set the system's host name kill to send signals to processes ln to make links between files login to begin a session on the system ls to list directory contents mkdir to make directories mknod to make block or character special files more to page through text mount to mount a filesystem mv to move/rename files ps to report process status pwd to print na...