These instructions describe how to configure the preinstalled Oracle Linux on your server.
Before You Begin
Ensure the server is in standby power mode with ILOM powered on and the host is powered off.
From the Oracle ILOM web interface:
Select System Information > Summary from the navigation tree.
In the Actions section of the Summary screen, click the Turn On button next to Power State.
From the Oracle ILOM CLI, type the following command from the prompt:
-> start /System
When prompted, type y to confirm:
Are you sure you want to start /System (y/n)? y
Starting /System
The server begins the boot process.
-> start /HOST/console
When prompted, type y to confirm:
Are you sure you want to start /HOST/console (y/n)? y Serial console started.
As the host boots, the GRUB menu appears (see example below). Press a key other than Enter to pause, or in 5 seconds the highlighted selection is used.
GNU GRUB version 0.97 (612K lower / 2082932K upper memory) +-------------------------------------------------------------------------+ Oracle Linux Server-uek (2.6.39-200.24.1.el6uek.x86_64) Oracle Linux Server (2.6.32-279.el6.x86_64) +-------------------------------------------------------------------------+ Use the ^ and v keys to select which entry is highlighted. Press enter to boot the selected OS, 'e' to edit the commands before booting, 'a' to modify the kernel arguments before booting, or 'c' for a command-line. The highlighted entry will be booted automatically in 5 seconds.
Options include:
The Unbreakable Enterprise Kernel. For example:
Oracle Linux Server-uek (2.6.39-200.24.1.el6uek.x86_64)
The Red Hat Compatible Kernel. For example:
Oracle Linux Server (2.6.32-279.el6.x86_64)
Once an installation option has been selected, Linux starts. When done, you will see the Linux system login. For example:
Oracle Linux Server release 6.3 Kernel 2.6.39-200.24.1.el6uek.x86_64 on an x86_64 systemname login:
For the first time login, use the root account and factory default password (root).
Tasks include:
For security, change the factory default password for root.
Configure your server for the network (if DHCP is not used). See Oracle Linux Configuration Worksheet.
Configure a proxy, as needed, for Internet access.
Register and update your server. See Register and Update Your Oracle Linux OS.
Install desired packages.
See Also