Previous Topic: Red Hat Enterprise Linux 6.5 x86 64Next Topic: Red Hat Enterprise Linux 6.3 i386


Red Hat Enterprise Linux 6.5 i386

You can install this distro in your appliance.

Note: We recommend creating a separate partition for /usr volume to allow you to move the volume later. This allows you to create a volume that is read-only and shared between appliance instances as well as conserve disc space. You must verify that the distro that you are installing supports the separation. If you create multiple partitions and do not separate later, some filesystem counters will not report correctly.

Follow these steps:

  1. Upload the installation DVD to the /vol/_impex/ directory.
  2. Open the grid shell and initialize the installation with the following command:
    util iso2class app_name=RHEL65_i386 install_size=5G console_type=graphic iso_volume1=rhel-server-6.5-i386-dvd.iso os=linux virt_mode=xen_pv,xen_hvm cpu=0.5 mem=1.5G bw=1M
    

    The following prompt appears:

    When you have finished installing from iso_volume1 and are ready to reboot so that remaining volume(s) become available, press [Enter]
    
  3. Access the AppLogic GUI, select the RHEL65_i386 application, and click the Login (graphic) icon.

    The Red Hat installation wizard displays a series of screens for you to select your preferences or accept default values. For the following screens, select the following values:

    A screen displays to create and set up the partitions.

  4. Click Create to open the Create Storage dialog, select Standard Partition, then click Create to open the Add Partition dialog, and create the root partition with the following values:
  5. Click OK, and then click Create to open the Create Storage dialog, select Standard Partition, then click Create to open the Add Partition dialog, and create the /usr partition with the following values:
  6. Click OK to close the dialog and review your setup.
  7. Click Next to continue through the wizard.

    The next screen in the wizard appears.

  8. Click Next to continue through the wizard, and select Virtualization Host at the next screen.
  9. Click Next to continue through the wizard, and click Reboot at the last screen.

    Your system reboots.

  10. Complete the installation:
    1. Return to the grid shell.

      The following prompt displays:

      When you have finished installing from iso_volume1 and are ready to reboot so that remaining volume(s) become available, press [Enter]
      
    2. Press Enter, Y, Enter.

      The following prompt displays:

      When you have finished with the installation, press [Enter] to continue
      
    3. Press Enter, Y, Enter.

      A prompt displays to specify whether to install msi/APK.

    4. Press 2, Enter to select NOT to install the msi/APK.

      A prompt appears to specify whether to call hvm2pv now.

    5. Press 2, Enter to select NOT to call hvm2pv now.

      You now should have a Red Hat Enterprise Linux (RHEL) 6.5 application named RHEL65_i386 running.

    6. Enter the following command to stop the application:
      app stop RHEL65_i386
      
  11. Specify the device schema:
    1. Enter the following command to call the hvm2pv utility:
      util hvm2pv name=RHEL63_i386:main.iso2class
      

      The following prompt appears:

      Is the pre-requisite software installed?
      
    2. Press Y, Enter.

      An OS confirmation prompt appears.

    3. Press Y, Enter to confirm the RHEL OS and 32-bit architecture.

      A prompt appears to set up a new root password.

    4. Press N, Enter to NOT set up a password.

      Note: If you change the root password at this point, you will not be able to log into your appliance due to SELinux policies. You can set up a new password later.

      A prompt appears to press any key when ready.

    5. Press Enter to boot the appliance in PV and HVM modes.

      A prompt appears to delete the original boot volume.

    6. Press Y, Enter to perform the cleanup.

    You now have the managed RHEL 6.5 i386 appliance capable of booting in HVM and PV modes.

  12. To enable the text consoles in HVM and PV modes, execute the following commands on the appliance:
    [ -z "`grep ttyS0 /etc/securetty`" ] && echo 'ttyS0' >> /etc/securetty
    cat > /etc/init/ttyS0.conf <<END
    stop on runlevel [S016]
    start on runlevel [23]
    respawn
    exec agetty -h -L -w /dev/ttyS0 115200 vt102
    END