Showing posts with label Linux RHEL. Show all posts
Showing posts with label Linux RHEL. Show all posts

Friday, 2 August 2019

How to Install Linux(RHEL) OS:

After downloading the RHEL from RedHat web site, we can proceed with the installation. Here, we have explained step by step Linux installation with screen shots.
Note: 
Whatever installation we are doing that is for our lab purpose only. In reality when we work in an organization, we don't actually download the software from website and we don't follow graphical installation steps. Please keep this in mind.

Linux-OS-Installation-Step-By-Step

We have RHEL software available as a bootable DVD.
  • Go to the bios settings and change the boot sequence priority to the cdrom.
  • Insert the cd or dvd in the drive and start the system.
  •  Whenever the system is booting the following screen will appear.

    instal-rhel1



    In the above screen, there are some options available and choose "install or upgrade an existing system" and press enter to start with the installation.
  •  Now the following window will appear for the hardware check.

    instal-rhel2

    Choose OK to test the available media otherwise, Skip. 
  • Choose the language, when language screen appears.

    instal-rhel4

  •  Select the type of the keyboard and click next.

    instal-rhel5

  • As we are configuring this system for lab purpose only, we will choose "basic storage devices" and click next.

    instal-rhel6

  • Name the system from the hostname text box and click next. 
    We can choose any name as hostname or a better approach is follow your organization standards.
    instal-rhel7
  • Select the time zone of the server from next screen.
    instal-rhel8
  •   Now the following window will be displayed to enter a root password for the server. 
    instal-rhel9
  •  Next screen is very important as we have to format the Linux partitions according to our requirements. To create our own partitions, we select "create a custom layout" and then click Next.

    instal-rhel10

  •   Now the following window will be displayed to create the partitions our own. Click "Create" button to create the partition.

    instal-rhel11

  •  After clicking the "create button" the following window will be displayed. Select the "standard partition" option and click the "create" button.

    instal-rhel12

  • Following window will be displayed,
    Select mount point as ‘/’ which is our root file system, file system type is ext4 and the size is 15000 MB.
    Click OK to create the partition.

    Choose the file system type as "ext4".  
    instal-rhel13

  •  Similarly, create the /boot file system as follows.

    instal-rhel14

  • Create swap as well as shown below.

    instal-rhel15


  • By creating the file system when we click ok the following window will be displayed.

    instal-rhel16

    In this window, we will see all the created file systems summary. Click next.
  • By clicking next the following window will be displayed for making changes to the disk.
    instal-rhel17

    Click on the format button and then write changes to the disk.
  • By clicking next the following window will be displayed to load the boot loader to the particular partition.

    instal-rhel19

    We have selected /dev/sda1 slice or partition for loading the boot loader and then click next.
  • In the next screen the following window will be displayed to select the software set. Select the desktop option and click next.
    instal-rhel20

  • After the dependency checks, the following window will appear and installation continues.

    instal-rhel21


  • After completing the packages installation click on reboot.
  • The system will reboots and welcome screen will appear. It will guide us through couple of more settings.

  • instal-rhel24

    Click Forward.
  • Accept the licensce agreement.
    instal-rhel25

  • We can create any new user which is not a root user and proceed further.

    instal-rhel26

  • Select the date and time and click forward.

    instal-rhel27


  • Allocate some storage foe kdump. 

    If any system crashes the total important data and the causes for the crash are stored in this dump.

    instal-rhel28
  • Now login to the server using username as root and password as you mentioned during the installation.

    instal-rhel29

  • After logging in to our lab server, we are ready to work with further setups.

RHEL Download in Linux OS

RHEL is an enterprise version Linux operating system distributed by Redhat organization. It is a licensced product. But redhat also provides a 30 days evaluation version of actual RHEL software.
We have downloaded the evaluation version for our setup purpose.

Step by Step Procedure for registration & download:

  • To download Redhat Enterprise Linux Register at https://access.redhat.com/
  • Click the login button on the right side top corner of the window.
  • After clicking on register enter your details and create an account for yourself.


     Login with the registered credentials and proceed further.

rhel1

  • After logging in to Redhat website, we can see following window.

rhel2

  • Click on downloads tab and then select the "Red Hat Enterprise Linux - Start Evaluation" link.

rhel3

rhel4

  • Click the continue tab under "Red Hat Enterprise Linux server". Then the following window will appear.

rhel5

  • In the above window click on the "Download latest" in green colour to download the Iso file.

rhel6

  • From the above screen we can select the version of rhel we want to download.  We have selected rhel 6.5 and the architecture is x86_64. The architecture may vary from hardware to hardware. 

    Now scroll down window till the following appears.

rhel7

Click the download button for initiating the downloading.
Now your .iso file is ready for installation.