You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/troubleshooting/serial-console-overview.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: vm
15
15
ms.workload: infrastructure-services
16
-
ms.date: 8/30/2019
16
+
ms.date: 02/10/2020
17
17
ms.author: alsin
18
18
---
19
19
@@ -34,7 +34,7 @@ To access the Serial Console on your VM or virtual machine scale set instance, y
34
34
- The Azure account accessing Serial Console must have [Virtual Machine Contributor role](../../role-based-access-control/built-in-roles.md#virtual-machine-contributor) for both the VM and the [boot diagnostics](boot-diagnostics.md) storage account
35
35
36
36
> [!NOTE]
37
-
> -Classic deployments aren't supported. Your VM or virtual machine scale set instance must use the Azure Resource Manager deployment model.
37
+
> Classic deployments aren't supported. Your VM or virtual machine scale set instance must use the Azure Resource Manager deployment model.
38
38
39
39
## Get started with the Serial Console
40
40
The Serial Console for VMs and virtual machine scale set is accessible only through the Azure portal:
@@ -63,6 +63,37 @@ Serial Console is available for virtual machine scale sets, accessible on each i
63
63
64
64

65
65
66
+
## Serial Console RBAC role
67
+
As mentioned above, Serial Console requires VM Contributor or greater access to your VM or virtual machine scale set. If you do not want to grant VM Contributor to a user but still want to enable a user to access Serial Console, you may do so with the following role:
68
+
69
+
```
70
+
{
71
+
"Name": "Serial Console Role",
72
+
"IsCustom": true,
73
+
"Description": "Role for Serial Console Users that provides significantly reduced access than VM Contributor",
74
+
"Actions": [
75
+
"Microsoft.Compute/virtualMachines/*/write",
76
+
"Microsoft.Compute/virtualMachines/*/read",
77
+
"Microsoft.Storage/storageAccounts/*"
78
+
],
79
+
"NotActions": [],
80
+
"DataActions": [],
81
+
"NotDataActions": [],
82
+
"AssignableScopes": [
83
+
"/subscriptions/<subscriptionId>"
84
+
]
85
+
}
86
+
```
87
+
88
+
### To create and use the role:
89
+
* Save the JSON at a known location – e.g. `~/serialconsolerole.json`.
90
+
* Use the following Az CLI command to create the role definition: `az role definition create --role-definition serialconsolerole.json -o=json`
91
+
* If you need to update the role, use the following command: `az role definition update --role-definition serialconsolerole.json -o=json`
92
+
* The role will show up in Access Control (IAM) in the portal (may take a few minutes to propagate)
93
+
* You may add users to the VM and the boot diagnostics storage account with the custom role role
94
+
* Note that the user must be granted the custom role on the VM *and* the boot diagnostics storage account
95
+
96
+
66
97
## Advanced uses for Serial Console
67
98
Aside from console access to your VM, you can also use the Azure Serial Console for the following:
68
99
* Sending a [system request command to your VM](./serial-console-nmi-sysrq.md)
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/redhat/byos.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: vm-linux
15
15
ms.workload: infrastructure-services
16
-
ms.date: 1/14/2020
16
+
ms.date: 02/10/2020
17
17
ms.author: alsin
18
18
19
19
---
@@ -174,7 +174,7 @@ Red Hat Enterprise Linux Bring-Your-Own-Subscription Gold Images can be secured
174
174
175
175
Azure Disk Encryption is not supported on [Red Hat custom images](/linux/redhat-create-upload-vhd). Additional ADE requirements and prerequisites are documented in [Azure Disk Encryption for Linux VMs](../../linux/disk-encryption-overview.md#additional-vm-requirements).
176
176
177
-
Steps for applying Azure Disk Encryption are available in [Azure Disk Encryption scenarios on Linux VMs](../../linux/disk-encryption-linux.md) and related articles.
177
+
Steps for applying Azure Disk Encryption are available in [Azure Disk Encryption scenarios on Linux VMs](../../linux/disk-encryption-linux.md) and related articles.
178
178
179
179
## Additional information
180
180
@@ -183,7 +183,7 @@ Steps for applying Azure Disk Encryption are available in [Azure Disk Encryption
183
183
```
184
184
"Offer with PublisherId: redhat, OfferId: rhel-byos, PlanId: rhel-lvm75 is private and can not be purchased by subscriptionId: GUID"
185
185
```
186
-
186
+
187
187
In this case, contact Microsoft or Red Hat to enable your subscription.
188
188
189
189
- If you modify a snapshot from a RHEL BYOS image and attempt to publish that custom image to the [Shared Image Gallery](https://docs.microsoft.com/azure/virtual-machines/linux/shared-image-galleries), you must provide plan information that matches the original source of the snapshot. For example, the command might look like this:
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/redhat/overview.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: borisb2015
8
8
ms.service: virtual-machines-linux
9
9
ms.workload: infrastructure-services
10
10
ms.topic: overview
11
-
ms.date: 12/18/2019
11
+
ms.date: 02/10/2020
12
12
ms.author: alsin
13
13
---
14
14
@@ -34,6 +34,11 @@ Azure also offers Red Hat Gold Images. These images may be useful to customers w
34
34
> [!NOTE]
35
35
> Note on double billing: Double billing is incurred when a user pays twice for RHEL subscriptions. This usually happens when a customer uses subscription-manager to attach an entitlement on a RHEL PAYG VM. For example, a customer that uses subscription-manager to attach an entitlement for SAP packages on a RHEL PAYG image will indirectly be double-billed because they will pay twice for RHEL - once through the PAYG premium fee and once through their SAP subscription. This will not happen to BYOS image users.
36
36
37
+
### Generation 2 images
38
+
Generation 2 VMs provide some newer features compared to Generation 1 VMs. Details are laid out in the [Generation 2 documentation](https://docs.microsoft.com/azure/virtual-machines/linux/generation-2). The key difference from a RHEL image perspective is that Generation 2 VMs use a UEFI instead of BIOS firmware interface, and use a GUID Partition Table (GPT) instead of a master boot record (MBR) on boot time. This allows for, among other things, OS disk sizes larger than 2TB. In addition, the [Mv2 series VMs](https://docs.microsoft.com/azure/virtual-machines/linux/sizes-memory#mv2-series) run only on Generation 2 images.
39
+
40
+
RHEL Generation 2 images are available in the marketplace. Look for "gen2" in the image SKU when listing all images using the Azure CLI, and go to the "Advanced" tab in the VM deploy process to deploy a Generation 2 VM.
41
+
37
42
## Red Hat Update Infrastructure (RHUI)
38
43
Azure provides Red Hat Update Infrastructure only for PAYG RHEL virtual machines (VMs). RHUI is effectively a mirror of the Red Hat CDNs but is only accessible to the Azure PAYG RHEL VMs. You will have access to the appropriate packages depending on which RHEL image you have deployed. For example, a RHEL for SAP image will have access to the SAP packages in addition to base RHEL packages.
# Red Hat Enterprise Linux (RHEL) images available in Azure
21
21
Azure offers a variety of RHEL images for different use cases.
22
22
23
+
> [!NOTE]
24
+
> All RHEL images are available in Azure public and Azure Government clouds. They are not available in Azure China clouds.
25
+
23
26
## List of RHEL images
24
27
This is a list of RHEL images available in Azure. Unless otherwise stated, all images are LVM-partitioned and attached to regular RHEL repositories (not EUS, not E4S). The following images are currently available for general use:
25
28
@@ -30,31 +33,42 @@ RHEL | 6.7 | RAW | Linux Agent |
30
33
|| 6.9 | RAW | Linux Agent |
31
34
|| 6.10 | RAW | Linux Agent |
32
35
| | 7-RAW | RAW | Linux Agent | RHEL 7.x family of images. <br> Attached to regular repositories by default (not EUS).
33
-
| | 7-LVM | LVM | Linux Agent | RHEL 7.x family of images. <br> Attached to regular repositories by default (not EUS).
36
+
| | 7-LVM | LVM | Linux Agent | RHEL 7.x family of images. <br> Attached to regular repositories by default (not EUS). If you are looking for a standard RHEL image to deploy, use this set of images and/or its Generation 2 counterpart.
37
+
| | 7lvm-gen2| LVM | Linux Agent | Generation 2, RHEL 7.x family of images. <br> Attached to regular repositories by default (not EUS). If you are looking for a standard RHEL image to deploy, use this set of images and/or its Generation 1 counterpart.
34
38
| | 7-RAW-CI | RAW-CI | cloud-init | RHEL 7.x family of images. <br> Attached to regular repositories by default (not EUS).
35
39
|| 7.2 | RAW | Linux Agent |
36
40
|| 7.3 | RAW | Linux Agent |
37
41
| | 7.4 | RAW | Linux Agent | Attached to EUS repositories by default as of April 2019.
42
+
| | 74-gen2 | RAW | Linux Agent | Attached to EUS repositories by default.
38
43
| | 7.5 | RAW | Linux Agent | Attached to EUS repositories by default as of June 2019.
44
+
| | 75-gen2 | RAW | Linux Agent | Attached to EUS repositories by default.
39
45
| | 7.6 | RAW | Linux Agent | Attached to EUS repositories by default as of May 2019.
46
+
| | 76-gen2 | RAW | Linux Agent | Attached to EUS repositories by default.
40
47
| | 7.7 | LVM | Linux Agent | Attached to EUS repositories by default.
41
48
| | 8 | LVM | Linux Agent | RHEL 8.x family of images
42
49
| | 8-gen2 | LVM | Linux Agent | Hyper-V Generation 2 - RHEL 8.x family of images.
43
50
RHEL-SAP | 7.4 | LVM | Linux Agent | RHEL 7.4 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
44
-
| | 7.5 | LVM | Linux Agent | RHEL 7.5 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
45
-
| | 7.6 | LVM | Linux Agent | RHEL 7.5 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
46
-
| | 7.7 | LVM | Linux Agent | RHEL 7.5 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
47
-
RHEL-SAP-HANA | 6.7 | RAW | Linux Agent | RHEL 6.7 for SAP HANA. Outdated in favor of the RHEL-SAP images.
48
-
| | 7.2 | LVM | Linux Agent | RHEL 7.2 for SAP HANA. Outdated in favor of the RHEL-SAP images.
49
-
| | 7.3 | LVM | Linux Agent | RHEL 7.3 for SAP HANA. Outdated in favor of the RHEL-SAP images.
50
-
RHEL-SAP-APPS | 6.8 | RAW | Linux Agent | RHEL 6.8 for SAP Business Applications. Outdated in favor of the RHEL-SAP images.
51
-
| | 7.3 | LVM | Linux Agent | RHEL 7.3 for SAP Business Applications. Outdated in favor of the RHEL-SAP images.
52
-
RHEL-HA | 7.4 | LVM | Linux Agent | RHEL 7.4 with HA Add-On. Will charge a premium for HA and RHEL on top of the base compute fee.
53
-
| | 7.5 | LVM | Linux Agent | RHEL 7.5 with HA Add-On. Will charge a premium for HA and RHEL on top of the base compute fee.
54
-
| | 7.6 | LVM | Linux Agent | RHEL 7.6 with HA Add-On. Will charge a premium for HA and RHEL on top of the base compute fee.
55
-
RHEL-SAP-HA | 7.4 | LVM | Linux Agent | RHEL 7.4 for SAP with HA Add-On. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
56
-
| | 7.5 | LVM | Linux Agent | RHEL 7.5 for SAP with HA Add-On. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
57
-
| | 7.6 | LVM | Linux Agent | RHEL 7.6 for SAP with HA Add-On. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
51
+
| | 74sap-gen2| LVM | Linux Agent | RHEL 7.4 for SAP HANA and Business Apps. Generation 2 image. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
52
+
| | 7.5 | LVM | Linux Agent | RHEL 7.5 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
53
+
| | 75sap-gen2| LVM | Linux Agent | RHEL 7.5 for SAP HANA and Business Apps. Generation 2 image. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
54
+
| | 7.6 | LVM | Linux Agent | RHEL 7.6 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
55
+
| | 76sap-gen2| LVM | Linux Agent | RHEL 7.6 for SAP HANA and Business Apps. Generation 2 image. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
56
+
| | 7.7 | LVM | Linux Agent | RHEL 7.7 for SAP HANA and Business Apps. Attached to E4S repositories, will charge a premium for SAP and RHEL as well as the base compute fee.
57
+
RHEL-SAP-HANA | 6.7 | RAW | Linux Agent | RHEL 6.7 for SAP HANA. Outdated in favor of the RHEL-SAP images.
58
+
| | 7.2 | LVM | Linux Agent | RHEL 7.2 for SAP HANA. Outdated in favor of the RHEL-SAP images.
59
+
| | 7.3 | LVM | Linux Agent | RHEL 7.3 for SAP HANA. Outdated in favor of the RHEL-SAP images.
60
+
RHEL-SAP-APPS | 6.8 | RAW | Linux Agent | RHEL 6.8 for SAP Business Applications. Outdated in favor of the RHEL-SAP images.
61
+
| | 7.3 | LVM | Linux Agent | RHEL 7.3 for SAP Business Applications. Outdated in favor of the RHEL-SAP images.
62
+
RHEL-HA | 7.4 | LVM | Linux Agent | RHEL 7.4 with HA Add-On. Will charge a premium for HA and RHEL on top of the base compute fee.
63
+
| | 7.5 | LVM | Linux Agent | RHEL 7.5 with HA Add-On. Will charge a premium for HA and RHEL on top of the base compute fee.
64
+
| | 7.6 | LVM | Linux Agent | RHEL 7.6 with HA Add-On. Will charge a premium for HA and RHEL on top of the base compute fee.
65
+
RHEL-SAP-HA | 7.4 | LVM | Linux Agent | RHEL 7.4 for SAP with HA and Update Services. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
66
+
| | 74sapha-gen2 | LVM | Linux Agent | RHEL 7.4 for SAP with HA and Update Services. Generation 2 image. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
67
+
| | 7.5 | LVM | Linux Agent | RHEL 7.5 for SAP with HA and Update Services. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
68
+
| | 7.6 | LVM | Linux Agent | RHEL 7.6 for SAP with HA and Update Services. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
69
+
| | 76sapha-gen2 | LVM | Linux Agent | RHEL 7.6 for SAP with HA and Update Services. Generation 2 image. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
70
+
| | 7.7 | LVM | Linux Agent | RHEL 7.7 for SAP with HA and Update Services. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
71
+
| | 77sapha-gen2 | LVM | Linux Agent | RHEL 7.7 for SAP with HA and Update Services. Generation 2 image. Attached to E4S repositories. Will charge a premium for SAP and HA repositories as well as RHEL, on top of the base compute fees.
58
72
rhel-byos |rhel-lvm74| LVM | Linux Agent | RHEL 7.4 BYOS images, not attached to any source of updates, will not charge a RHEL premium.
59
73
| |rhel-lvm75| LVM | Linux Agent | RHEL 7.5 BYOS images, not attached to any source of updates, will not charge a RHEL premium.
60
74
| |rhel-lvm76| LVM | Linux Agent | RHEL 7.6 BYOS images, not attached to any source of updates, will not charge a RHEL premium.
0 commit comments