0% found this document useful (0 votes)
59 views18 pages

Basic Installation Os Oracle Linux 6

This document provides step-by-step instructions for installing a basic server and configuring additional settings. It outlines 29 steps for installation, including booting from DVD, selecting language and keyboard settings, partitioning and formatting disks, package selection, and rebooting. It then describes additional post-installation configuration for the firewall, SELinux, software updates, user account setup and more.

Uploaded by

Phan Tu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views18 pages

Basic Installation Os Oracle Linux 6

This document provides step-by-step instructions for installing a basic server and configuring additional settings. It outlines 29 steps for installation, including booting from DVD, selecting language and keyboard settings, partitioning and formatting disks, package selection, and rebooting. It then describes additional post-installation configuration for the firewall, SELinux, software updates, user account setup and more.

Uploaded by

Phan Tu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Basic Installation

1. Boot from the DVD. At the boot screen, press the "Enter" key.

2. Press the "tab" key to move focus to the "Skip" key, then press the "Enter" key to
continue.

3. On the "Welcome" screen, click the "Next" button.


4. Select the appropriate language, then click the "Next" button.

5. Select the relevant keyboard setting, then click the "Next" button.
6. Select the storage option necessary for the installation, then click the "Next" button.

7. Click the "Re-initialize all" button on the disk initialization warning dialog.
8. Enter a fully qualified host name, then click the "Configure Network" button.

9. Highlight the relevant connection and click the "Edit" button.


10. Check the "Connect automatically" checkbox. If you are not using DHCP, click on the
"IPv4 Settings" tab, set the method to "Manual", click the "Add" button and enter the
appropriate network details. When you are happy with the details, click the "Apply" and
"Close" buttons to return to the host name screen, then click the "Forward" button.
11. Select the relevant time zone by clicking on your nearest city on the map. Click on the
"Next" button to proceed.

12. Enter a root password for the server, then click the "Next" button to proceed.
13. Check the partitioning type you require. If you want to amend the default partitioning
layout, check the "Review and modify partitioning layout" option. Click the "Next"
button.

14. The installer will list the default partitioning scheme for your size disk. Amend them as
required and click the "Next" button, then the "Format" and "Write changes to disk"
buttons on the following dialogs.
15. Accept the boot loader settings by clicking the "Next" button.

16. Accept the "Basic Server" installation and check the "Customize now" option, then click
the "Next" button.
17. The "Package Group Selection" screen allows you to select the required package groups,
and individual packages within the details section. When you've made your selection,
click the "Next" button. If you want the server to have a regular gnome desktop you need
to include the following package groups from the "Desktops" section:

 Base System > Base


 Base System > Client management tools
 Base System > Compatibility libraries
 Base System > Hardware monitoring utilities
 Base System > Large Systems Performance
 Base System > Network file system client
 Base System > Performance Tools
 Base System > Perl Support
 Servers > Server Platform
 Servers > System administration tools
 Desktops > Desktop
 Desktops > Desktop Platform
 Desktops > Fonts
 Desktops > General Purpose Desktop
 Desktops > Graphical Administration Tools
 Desktops > Input Methods
 Desktops > X Window System
 Applications > Internet Browser
 Development > Additional Development
 Development > Development Tools

18. Wait for the installation to complete.


19. Click the "Reboot" button to complete the installation.

20. On the "Welcome" screen, click the "Forward" button.


21. Accept the license agreement and click the "Forward" button.

22. Pick the desired ULN Registration option, then click the "Forward" button. In this case
we will pick the register later option.
23. Click the "No thanks, I'll connect later." button.

24. Finish the software updates setup by clicking the "Forward" button.
25. Enter the details for system user, then click the "Forward" button.

26. Adjust the Date and Time settings if necessary, and click the "Forward" Button.
27. Accept the default setting on the Kdump screen by clicking the "Finish" button.

28. Next, you are presented with the login screen. Log in by clicking on the user on the login
screen.
29. Once logged in, you are ready to use the desktop.

Firewall
To turn off the firewall do the following as the "root" user.

# service iptables stop


# chkconfig iptables off

Alternatively, use the GUI by doing the following.

1. Open the "Firewall Configuration" dialog (System > Administration > Firewall).
2. Click the "Close" button on the startup dialog and type in the "root" password if
requested.
3. On the resulting dialog, click the "Disable" button, followed by the "Apply" button on the
toolbar.

4. Click the "Yes" button on the confirmation dialog.


5. Quit the "Firewall Configuration" dialog.

SELinux
Set SELinux to "permissive" by editing the "/etc/selinux/config" file, making sure the SELINUX
flag is set as follows.

SELINUX=permissive

Once the change is complete, either restart the server or run the following command as "root".

# setenforce Permissive

You might also like