Skip to content

Commit fb235fc

Browse files
committed
Updated Oracle documentation
1 parent a5dca37 commit fb235fc

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

articles/security-center/security-center-os-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To learn more about the supported features for the Windows operating systems, li
5050

5151
* CentOS 6 and 7
5252
* Amazon Linux 2017.09
53-
* Oracle Linux 6 and 7
53+
* Oracle Linux 6 and Oracle Linux 7
5454
* Red Hat Enterprise Linux Server 6 and 7
5555
* Debian GNU/Linux 8 and 9
5656
* Ubuntu Linux 14.04 LTS, 16.04 LTS, and 18.04 LTS

articles/site-recovery/site-recovery-whats-new.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Features added this month are summarized in the table.
342342

343343
**Feature** | **Details**
344344
--- | ---
345-
**Linux support** | Support was added for Redhat Enterprise Linux 7.6, RedHat Workstation 6/7, Oracle Linux 6.10/7.6, and new kernel versions for Ubuntu, Debian, and SUSE.
345+
**Linux support** | Support was added for Redhat Enterprise Linux 7.6, RedHat Workstation 6/7, Oracle Linux 6.10 and Oracle Linux 7.6, and new kernel versions for Ubuntu, Debian, and SUSE.
346346

347347

348348
### Update rollup 31
@@ -358,7 +358,7 @@ Features added this month are summarized in the table.
358358
Features added this month are summarized in the table.
359359
**Feature** | **Details**
360360
--- | ---
361-
**Linux support** | Support was added for Oracle Linux 6.8 and 6.9/7.0, and for the UEK5 kernel.
361+
**Linux support** | Support was added for Oracle Linux 6.8, Oracle Linux 6.9 and Oracle Linux 7.0 with the Red Hat Compatible Kernel, and for the Unbreakable Enterprise Kernel (UEK) Release 5.
362362
**LVM** | Support added for LVM and LVM2 volumes.<br/><br/> The /boot directory on a disk partition and on LVM volumes is now supported.
363363
**Directories** | Support was added for these directories set up as separate partitions, or file systems that aren't on the same system disk:<br/><br/> /(root), /boot, /usr, /usr/local, /var, /etc.
364364
**Windows Server 2008** | Support added for dynamic disks.
@@ -370,7 +370,7 @@ Features added this month are summarized in the table.
370370

371371
**Feature** | **Details**
372372
--- | ---
373-
**Linux support** | Supported was added for Oracle Linux 6.8 and 6.9/7.0; and for the UEK5 kernel.
373+
**Linux support** | Support was added for Oracle Linux 6.8, Oracle Linux 6.9 and Oracle Linux 7.0 with the Red Hat Compatible Kernel, and for the Unbreakable Enterprise Kernel (UEK) Release 5.
374374
**Linux BRTFS file system** | Supported for Azure VMs.
375375
**Azure VMs in availability zones** | You can enable replication to another region for Azure VMs deployed in availability zones. You can now enable replication for an Azure VM, and set the target for failover to a single VM instance, a VM in an availability set, or a VM in an availability zone. The setting doesn't impact replication. [Read](https://azure.microsoft.com/blog/disaster-recovery-of-zone-pinned-azure-virtual-machines-to-another-region/) the announcement.
376376
**Firewall-enabled storage (portal/PowerShell)** | Support added for [firewall-enabled storage accounts](https://docs.microsoft.com/azure/storage/common/storage-network-security).<br/><br/> You can replicate Azure VMs with unmanaged disks on firewall-enabled storage accounts to another Azure region for disaster recovery.<br/><br/> You can use firewall-enabled storage accounts as target storage accounts for unmanaged disks.<br/><br/> Supported in portal and using PowerShell.

articles/virtual-machines/extensions/update-linux-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ sudo sed -i 's/# AutoUpdate.Enabled=n/AutoUpdate.Enabled=y/g' /etc/waagent.conf
345345
sudo systemctl restart waagent.service
346346
```
347347

348-
## Oracle 6 and 7
348+
## Oracle Linux 6 and Oracle Linux 7
349349

350350
For Oracle Linux, make sure that the `Addons` repository is enabled. Choose to edit the file `/etc/yum.repos.d/public-yum-ol6.repo`(Oracle Linux 6) or `/etc/yum.repos.d/public-yum-ol7.repo`(Oracle Linux), and change the line `enabled=0` to `enabled=1` under **[ol6_addons]** or **[ol7_addons]** in this file.
351351

articles/virtual-machines/linux/oracle-create-upload-vhd.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: infrastructure-services
1414
ms.tgt_pltfrm: vm-linux
1515

1616
ms.topic: article
17-
ms.date: 03/12/2018
17+
ms.date: 12/10/2019
1818
ms.author: szark
1919

2020
---
@@ -26,16 +26,16 @@ This article assumes that you have already installed an Oracle Linux operating s
2626

2727
### Oracle Linux installation notes
2828
* Please see also [General Linux Installation Notes](create-upload-generic.md#general-linux-installation-notes) for more tips on preparing Linux for Azure.
29-
* Oracle's Red Hat compatible kernel and their UEK3 (Unbreakable Enterprise Kernel) are both supported on Hyper-V and Azure. For best results, please be sure to update to the latest kernel while preparing your Oracle Linux VHD.
29+
* Hyper-V and Azure support Oracle Linux with either the Unbreakable Enterprise Kernel (UEK) or the Red Hat Compatible Kernel.
3030
* Oracle's UEK2 is not supported on Hyper-V and Azure as it does not include the required drivers.
3131
* The VHDX format is not supported in Azure, only **fixed VHD**. You can convert the disk to VHD format using Hyper-V Manager or the convert-vhd cmdlet.
3232
* When installing the Linux system it is recommended that you use standard partitions rather than LVM (often the default for many installations). This will avoid LVM name conflicts with cloned VMs, particularly if an OS disk ever needs to be attached to another VM for troubleshooting. [LVM](configure-lvm.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) or [RAID](configure-raid.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) may be used on data disks if preferred.
33-
* NUMA is not supported for larger VM sizes due to a bug in Linux kernel versions below 2.6.37. This issue primarily impacts distributions using the upstream Red Hat 2.6.32 kernel. Manual installation of the Azure Linux agent (waagent) will automatically disable NUMA in the GRUB configuration for the Linux kernel. More information about this can be found in the steps below.
33+
* Linux kernel versions earlier than 2.6.37 don't support NUMA on Hyper-V with larger VM sizes. This issue primarily impacts older distributions using the upstream Red Hat 2.6.32 kernel, and was fixed in Oracle Linux 6.6 and later
3434
* Do not configure a swap partition on the OS disk. The Linux agent can be configured to create a swap file on the temporary resource disk. More information about this can be found in the steps below.
3535
* All VHDs on Azure must have a virtual size aligned to 1MB. When converting from a raw disk to VHD you must ensure that the raw disk size is a multiple of 1MB before conversion. See [Linux Installation Notes](create-upload-generic.md#general-linux-installation-notes) for more information.
3636
* Make sure that the `Addons` repository is enabled. Edit the file `/etc/yum.repos.d/public-yum-ol6.repo`(Oracle Linux 6) or `/etc/yum.repos.d/public-yum-ol7.repo`(Oracle Linux 7), and change the line `enabled=0` to `enabled=1` under **[ol6_addons]** or **[ol7_addons]** in this file.
3737

38-
## Oracle Linux 6.4+
38+
## Oracle Linux 6.4 and later
3939
You must complete specific configuration steps in the operating system for the virtual machine to run in Azure.
4040

4141
1. In the center pane of Hyper-V Manager, select the virtual machine.
@@ -68,11 +68,11 @@ You must complete specific configuration steps in the operating system for the v
6868
8. Install python-pyasn1 by running the following command:
6969

7070
# sudo yum install python-pyasn1
71-
9. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this open "/boot/grub/menu.lst" in a text editor and ensure that the default kernel includes the following parameters:
71+
9. Modify the kernel boot line in your grub configuration to include additional kernel parameters for Azure. To do this open "/boot/grub/menu.lst" in a text editor and ensure that the kernel includes the following parameters:
7272

73-
console=ttyS0 earlyprintk=ttyS0 rootdelay=300 numa=off
73+
console=ttyS0 earlyprintk=ttyS0 rootdelay=300
7474

75-
This will also ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues. This will disable NUMA due to a bug in Oracle's Red Hat compatible kernel.
75+
This will ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues.
7676

7777
In addition to the above, it is recommended to *remove* the following parameters:
7878

@@ -104,12 +104,12 @@ You must complete specific configuration steps in the operating system for the v
104104
14. Click **Action -> Shut Down** in Hyper-V Manager. Your Linux VHD is now ready to be uploaded to Azure.
105105

106106
---
107-
## Oracle Linux 7.0+
107+
## Oracle Linux 7.0 and later
108108
**Changes in Oracle Linux 7**
109109

110110
Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle Linux 6, however there are several important differences worth noting:
111111

112-
* Both the Red Hat compatible kernel and Oracle's UEK3 are supported in Azure. The UEK3 kernel is recommended.
112+
* Azure supports Oracle Linux with either the Unbreakable Enterprise Kernel (UEK) or the Red Hat Compatible Kernel. Oracle Linux with UEK is recommended.
113113
* The NetworkManager package no longer conflicts with the Azure Linux agent. This package is installed by default and we recommend that it is not removed.
114114
* GRUB2 is now used as the default bootloader, so the procedure for editing kernel parameters has changed (see below).
115115
* XFS is now the default file system. The ext4 file system can still be used if desired.
@@ -148,7 +148,7 @@ Preparing an Oracle Linux 7 virtual machine for Azure is very similar to Oracle
148148

149149
GRUB_CMDLINE_LINUX="rootdelay=300 console=ttyS0 earlyprintk=ttyS0 net.ifnames=0"
150150

151-
This will also ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues. It also turns off the new OEL 7 naming conventions for NICs. In addition to the above, it is recommended to *remove* the following parameters:
151+
This will also ensure all console messages are sent to the first serial port, which can assist Azure support with debugging issues. It also turns off the naming conventions for NICs in Oracle Linux 7 with the Unbreakable Enterprise Kernel. In addition to the above, it is recommended to *remove* the following parameters:
152152

153153
rhgb quiet crashkernel=auto
154154

0 commit comments

Comments
 (0)