Oracle Cloud Infrastructure has a set of Oracle Linux platform images that you can select when creating an instance.
For more information about Oracle Linux platform images, see Platform Images. For information about specific releases of platform images, see Release Information.
Key features for Oracle Linux on Oracle Cloud
Infrastructure
Oracle Linux images available on Oracle Cloud Infrastructure include:
If the instance is connected to a service gateway, it has access to ULN content through the regional yum servers. Unlike the publicly available Oracle Linux yum server, the Oracle Cloud Infrastructure regional yum servers mirror all ULN channels. Thus, you can access ULN content without registering the system with ULN or using alternate tools to manage channel access, which simplifies software management on the instance.
The OCI utilities are a set of custom tools that allow the instance to access information about infrastructure resources. These tools can help automatically discover or provision resources as you need them.
Creating an Instance π
Create a Oracle Linux instance using Oracle-provided images or Marketplace images.
If this is your first time creating an instance, before you start we recommend creating a Virtual Cloud Network (VCN) first. From the console dashboard, under Build select Set up a network with a wizard, and then select Create VCN. The "Create a Virtual Cloud Network" workflow creates a VCN which automatically configures both a public and a private subnet along with any required gateways and route rules. In addition, the workflow provides an option to configure IPv6.
Oracle Cloud Infrastructure has introduced a New Console Experience. Switch to the console's preview mode to follow the new Create Instance multiple-step workflow.
Basic information π
Navigate to the compute instances page and start the Create Instance workflow.
Open the navigation menu and select Compute. Under Compute, select Instances.
Click Create instance.
Enter the Name and select the compartment from Create in compartment.
You can add or change the name later. The name does not need to be unique, because an Oracle Cloud Identifier (OCID) uniquely identifies the instance.
In the Placement section:
Select the Availability domain.
(Optional) Select a capacity type, turn on cluster placement group, or specify a fault domain, click Show advanced options. For more information, see Define instance details.
In the Image and shape section:
Under Image, select an Oracle Linux image for the instance. By default, an Oracle Linux image is used to boot the instance. To select a different Oracle Linux image or a boot volume, click Change image. For more information, see Selecting an image, Oracle-provided images, and Marketplace images.
Under Shape, select a shape for the instance. By default, the shape is an AMD virtual machine. To select a different shape or change the configuration of the default shape, click Change shape. For more information, see Selecting a shape.
(Optional) Click Show advanced options to configure the following for the instance:
Oracle Cloud Agent - plugins to run on the instance. By default, Custom Logs Monitoring, Compute Instance Run Command, Compute Instance Monitoring, and Cloud Guard Workload Protection are selected.
Configure a virtual network interface card (VNIC) using a virtual cloud network (VCN). You have the option of creating a new VCN or using an existing one; however, to have the full range of options, we recommend that you create a VCNbefore creating an instance.
If you are unsure of your networking needs, review:
To configure a VNIC and optionally add SSH keys, complete the following steps:
Enter a VNIC name.
For the Primary network select one of the following options:
Select existing virtual cloud network
Use this option if you already have a VCN. Select the VCN compartment and the VCN name from the lists.
Create new virtual cloud network
Use this option if you do not have an existing VCN or do not want to use an existing one. Enter a name for the new VCN and select a compartment for it.
For the Subnet select one of the following options:
Select existing subnet
Use this option if you already have a subnet. Select the subnet compartment and subnet name from the lists.
Create new public subnet
Use this option if you created a new VCN in the previous step or if you want a new subnet for an existing VCN. Enter a name for the new subnet, select a compartment for it, and enter a CIDR block.
In the Primary VNIC IP addresses section:
If you created a new public subnet in the previous step, the private and public IPv4 addresses are automatically assigned.
If you are using an existing subnet:
For Private IPv4 address, select Automatically assign or Manually assign. For the manually assign option, enter an IP address.
For Public IPv4 address, leave the default option which assigns a public IP address. Or, clear the default option if you do not need a public IP address. If you are unsure, you can always assign one later, if needed.
For IPv6 addresses, you must enable IPv6 addressing on the VCN and subnet before you can assign IPv6 addresses to the instance.
(Optional) Expand Advanced Options and configure any of the following:
Use network security groups to control traffic: Select this option to add the instance's primary VNIC to one or more network security groups (NSGs).
Review the instance configuration and do one of the following:
If you are satisfied with the configuration, click Create. The instance's detail page is created and its status displays Provisioning. To track the progress of the operation and troubleshoot errors that occur during instance creation, use the associated work request.
To return to any section and make changes, click Previous.
To stop the create instance workflow, click Cancel.
To create a stack that you can use to install, configure, and manage your compute instance through the "infrastructure-as-code" model, click Save as stack. For more information, see Creating a Stack from a Resource Creation Page.
Accessing an Instance π
Connect to your Oracle Cloud Infrastructure instance using SSH.
Install software by enabling repositories from the Oracle Cloud Infrastructure regional yum servers.
Unlike the publicly available Oracle Linux yum server, the Oracle Cloud Infrastructure regional yum servers mirror all ULN channels. Therefore, compute instances can access ULN content without having to register the system with ULN. For more information, see:
Instances connected to the service gateway automatically have access to the regional
yum servers. The $ociregion and $ocidomain yum variables
determine which regional server the instance connects to.
For example, the baseurl to the _latest repository for Oracle Linux 8 is:
Set the $ociregion variable by populating content in /etc/yum/vars/ociregion.
If the ociregion file does not exist or is empty, the baseurl points to the publicly accessible Oracle Linux yum server. Typically, when you create the instance the $ociregion variable is set to point to the closest regional yum server on the Oracle Cloud Infrastructure service network. For example, if $ociregion is set to -phx, the baseurl expands to point to the regional yum server in Phoenix.
Set the $ocidomain variable by populating content in /etc/yum/vars/ocidomain.
Accessing ULN Content π
To access ULN content on the regional yum servers, install the appropriate release-elx packages and enable the repositories that you require access to.
For example, on Oracle Linux 8, you can run the following commands to access the ol8_oci_included repository, where tools like Oracle InstantClient, the Oracle Java Development Kit and Oracle Java Runtime Environment are located:
Other ULN channels are also available directly through the Oracle Cloud Infrastructure regional yum servers. For example, to access the Ksplice channels on an Oracle Linux 8 compute instance, you can do:
OS Management Hub uses software sources to provide packages to instances, and to track the available updates to those packages. A software source is a collection of packages. Software sources enable you to control which packages can be installed on instances without having to manually log in and configure the repositories on each instance. See Managing Software Sources for more information.
Updating an Instance π
Use Oracle Ksplice, OS Management Hub, or Oracle Autonomous Linux to help automate system updates, but also follow recommended guidance to keep your system up to date.
You can use Oracle Ksplice to patch a system without requiring a reboot. However, these updates only occur in-memory. You must also update packages on-disk to their latest versions, so that when the system reboots, it starts from the most current release. Follow the recommendations in Maintaining the System.
Using OS Management Hub π
You can use OS Management Hub to manage and monitor updates for the OS environments Oracle Linux instances. OS Management Hub allows you to group instances for updates, providing automated patch and fleet management capabilities. See Oracle Linux Package Management for more information.
Using Autonomous Linux π
Autonomous Linux can automatically handle system package updates on a regular schedule. Autonomous Linux provides automatic daily updates in addition to the zero-downtime Ksplice updates for kernel, OpenSSL, and glibc libraries. These updates are referred to as autonomous updates. When you create an Autonomous Linux instance, the service automatically creates a controlled scheduled job for autonomous updates. You can update the start time for the daily autonomous updates using the Console, CLI, or API.
Maintaining the System π
Regularly update the operating system and user space packages to obtain the latest bug fixes and security patches.
Oracle recommends that you:
Subscribe the instance to the _latest yum repository for your Oracle Linux release.
Update any software that was installed outside of the Oracle Linux yum package manager.
For example, tools such as flatpak and snap, for installing desktop applications; and pip, gem and npm, for installing Python, Ruby and Node libraries and modules, all have their own software update mechanisms.
Always update instances to the most recent release of the operating system.
Oracle Linux uses a rolling update level approach for keeping software up to date. For example, Oracle Linux 8.4 or Oracle Linux 8 Update 4, are rolling snapshots of the latest supported packages for the Oracle Linux release and are not considered independent versions of Oracle Linux.
Manually update packages or install and configure the appropriate tool for automatic updates.
Use the default opc user to add users and groups to a newly created instance.
Oracle recommends that you create and configure users and groups according to your access requirements. Access the instance as the opc user (see Accessing an Instance), and then add users and groups as necessary. See Create users and groups on Oracle Linux for a general introduction to users and groups on Oracle Linux.
What is the opc user?
Oracle Linux instances have a default opc user. Use this account to create and configure additional users and groups.
The opc account has:
Full sudo privileges.
No password configured.
Instead you access the account over SSH with a key pair configured when you create the instance (see Accessing an Instance).
Adding a User
To add a user named alice to the system:
sudo useradd alice
To set a password for the user:
sudo passwd alice
Adding a Group
To add a group called staff to the system:
sudo groupadd staff
To add the user alice to the group staff:
sudo usermod -G staffalice
Manage the users in a group using the groupmems command. For example, to remove alice from the group staff:
sudo groupmems -d alice -g staff
Configuring Permissions
Define permissions by configuring users and groups within /etc/sudoers.
By default, members of the wheel group can use sudo to obtain all root privileges. You can add entries for users or groups by adding files to /etc/sudoers.d. For example, the privileges assigned to the opc user are defined in /etc/sudoers.d/90-cloud-init-users.
Migrating to Oracle Cloud Infrastructure π
You can migrate on-premises Oracle Linux images to Oracle Cloud Infrastructure with the oci-image-migrate utilities. See OCI Image Migrate Utilities.
Oracle Linux Learning Resources π
Use these resources to learn more about Oracle Linux.
General Oracle Linux Documentation
The general Oracle Linux documentation is not specific to Oracle Cloud Infrastructure but most of the content still applies.