Skip to main content

Installing the virtualization package group


  • First of all select DVD and reboot your computer.



  • After Booting from DVD you will get below screen. Select Install or Upgrade an Existing System and press Enter.
  • If you get the following screen then let Anaconda take another step.

  • Select your preferred Language and Select Keyboard Layout.

In Following Screen you will be able to see 4 Installation Methods, Let me explain Methods here:-
  • Local CD/DVD – It is obvious that If you use CD/DVD media then Choose this option.


  • Hard Drive – Select this if you have dumped your source into any other Linux partition.
  • NFS Directory – You can select this option if you have configured NFS server.
  • URL – Select this if you want to install using FTP or HTTP Source link.
So for step by step installation of RHEL 6 I had Local CD/DVD Installation Method.
If you are not sure about your media then select OK to verify else select Skip.
  • If your media is fine till now it will take you to the Graphical Installation Screen of RHEL 6 Installation.  Please wait for few minutes after getting following screen


  • Now you can see  the first screen after Getting GUI Installation Wizard as follow Click on NEXT to Continue…
  • Because we are installating Beta Release of Red Hat Enterprise Linux you will get warning of pre-release version. Have a look at following screen….

  • Now, For installating RHEL there is two storage options are available Let me explain bit…..
  • Basic Storage Devices – Select this if you are installation on Local Hard disk or some local Storage
  • Specialized Storage Devices -  Select this if you are installing on SAN ( Storage Area Network ) or DASD ( Direct Access Storage Devices)


  • Don’t worry if you don’t get following step, because if your Hard disk is blank then only you will get following screen.

  • Set your Hostname here. Remember FQDN hostname is always preferable (i.e. rhel-serve.linuxsoftwares.com) and Click Next on Configure Network and Configure your Network by Editing Ethernet Cards.. Select Time Zone and set  root Password here.

  • Now Create Custom Layout because if you have windows already installed then please select  Create Custom Layoutand  click on NEXT.

  • I have blank Hard Disk now, So If you have also got Blank Hard Disk then you will get screen like below :-
  • Here we’ll create only Three Most required Partitions….. You can create as per your requirement.  Now we will start creating partition………
  • Let’s create boot partition first. Click on Create -> Select Standard Partition, Enter /boot as Mount Point, EnterSize 500MB,and Keep all information as it is, Click on OK.

  • Now let’s create swap partition Click on Create -> Select Standard Partition, Select Swap as File system Type,Enter size 2000 (it should be double than RAM) Click on OK.Now create root partition. Click on Create -> Select Standard Partition, Enter / as Mount Point, Select Fill to maximum allowable size and Click on OK.. Now if everything is perfectly fine then you will jump to formatting screen to Format all your partition which you have created, here if you are not sure then reboot your system without clicking on anything. If sure then click on Write Changes to disk.
      Here is the Boot Menu screen. You can set password for Grub here; you can modify booting entry 
   

  • Different Kinds of Software packages are available so you can  Select as per your requirement and click NEXT. If you plan to do customize installation then click on Customize Now and Click NEXT, Select your required packages and then click Next

  1. The The Red Hat Enterprise Linux 6 package selection screen showing options to select a different set of software from regular installation. Virtualization Host is selected in the upper menu, and Red Hat Enterprise Linux is selected from the list of additional repositories. Customize Now is selected at the bottom of the window, with Back and Next buttons shown at the bottom right corner of the window.


        The Red Hat Enterprise Linux package selection screen

    Select the Virtualization Host server role to install a platform for virtualized guests. Alternatively, ensure that the Customize Now radio button is selected before proceeding, to specify individual packages.
  2. Select the Virtualization package group.
    This selects the qemu-kvm emulator, virt-managerlibvirt and virt-viewer for installation.
    The Red Hat Enterprise Linux package selection screen with Virtualization selected in the left menu.


       The Red Hat Enterprise Linux package selection screen

    If you wish to create guests in a graphical user interface ( virt-manager) later, you should also select the General Purpose Desktop package group.
  3. Customize the packages (if required)
    Customize the Virtualization group if you require other virtualization packages.
    The Red Hat Enterprise Linux package selection screen with a pop-up Packages in Virtualization window showing the packages available to be installed.


       The Red Hat Enterprise Linux package selection screen

    Click on the Close button then the Next button to continue the installation.
When installation is complete, the system must be rebooted. After the reboot, when prompted, you must enter a valid installation number in order to receive access to the virtualization and other Advanced Platform packages.

Comments

Popular posts from this blog

Red Hat Enterprise version list

Red Hat Enterprise Linux 6 Release/Update General Availability Date redhat-release Errata Date* Kernel Version RHEL 6 Update 4 TBA TBA TBA RHEL 6 Update 3 2012-06-20 2012-06-19 RHSA-2012-0862 2.6.32-279 RHEL 6 Update 2 2011-12-06 2011-12-06 RHEA-2011:1743 2.6.32-220 RHEL 6 Update 1 2011-05-19 2011-05-19 RHEA-2011:0540 2.6.32-131.0.15 RHEL 6 GA 2010-11-09 - 2.6.32-71 Codename: Santiago (based on a mix of Fedora 12, Fedora 13, and several modifications) Red Hat Enterprise Linux 5 Release/Update General Availability Date redhat-release Errata Date* Kernel Version RHEL 5 Update 9 TBA TBA TBA RHEL 5 Update 8 02/20/2012 02/20/2012 RHEA-2012:0315 2.6.18-308 RHEL 5 Update 7 07/21/2011 07/20/2011 RHEA-2011:0977 2.6.18-274 RHEL 5 Update 6 01/13/2011 01/12/2011 RHEA-2011:0020 2.6.18-238 RHEL 5 Update 5 03/30/2010 03/30/2010 RHEA-2010:0207 2.6.18-194 RHEL 5 Update 4 09/02/2009 09/02/2009 ...

Installation Red Hat Enterprise & make standered partition

First of all select DVD and reboot your computer. After Booting from DVD you will get below screen. Select  Install or Upgrade an Existing System and press Enter. If you get the following screen then let Anaconda take another step. Select your preferred  Language and Select  Keyboard Layout . In Following Screen you will be able to see 4 Installation Methods, Let me explain Methods here:- Local CD/DVD – It is obvious that If you use CD/DVD media then Choose this option. Hard Drive – Select this if you have dumped your source into any other Linux partition. NFS Directory – You can select this option if you have configured NFS server. URL – Select this if you want to install using FTP or HTTP Source link. So for step by step installation of RHEL 6 I had  Local CD/DVD Installation Method. If you are not sure about your media then select  OK to verify else select  Skip . If your media is fine till now it will take ...

MBR, Primary, Extended & Logical partition in Red Hat

MBR, Primary, Extended & Logical partition in Red Hat Hard disk and storage device are normally divided up into smaller chunks called partitions. So that different parts of it can be formatted with different file system or used for different purposes. For example, one partition could contain user home directories while another could contain system data and logs; by placing the data in two separate file system on two separate partitions, even if a user fills up the home directories partition with data, the system data partition may have space. Most Red Hat Enterprise Linux system on the x86 and x86-64 processor architectures use the MBR partitioning format for their hard disk. This is the same format that is used by most Microsoft Windows systems, and dates back to the IBM PC.                              Storage device: /dev/sda In this format, the first sector of the disk is reser...