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/operator-nexus/concepts-storage-virtual-machine.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Azure Operator Nexus supports deploying VM OS disks on either local or persisten
24
24
25
25
VMs with persistent OS disks are migrated to a suitable BMM when their host BMM is stopped. See [here](#disk-migration-on-bmm-shutdown) for further information. There's no support for migration of VMs with local OS disks under any circumstances.
26
26
27
-
## Data Disks
27
+
## Data disks
28
28
29
29
Azure Operator Nexus supports the following persistent data disk features.
30
30
@@ -42,7 +42,7 @@ Azure Operator Nexus supports the following persistent data disk features.
42
42
| Migration of data disks from an unexpected BMM hardware failure | Not supported |
43
43
| Live VM migration | Not supported |
44
44
45
-
## Disk Migration on BMM shutdown
45
+
## Disk migration on BMM shutdown
46
46
47
47
Azure Operator Nexus supports migration of a VM with persistent disks from a stopped BMM to a suitable alternative BMM. However, there are some restrictions and limitations to this functionality.
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-deploy-data-disk-bicep.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,27 +35,21 @@ Once you have reviewed and saved the template file named ```data-disk-bicep-temp
35
35
36
36
## Review the deployed resources
37
37
38
-
After the deployment finishes, you can view the resources using the CLI or the Azure portal.
38
+
After the deployment finishes, you can view the resources using the CLI.
39
39
40
40
To view the details of the ```myDataDisk``` volume in the ```myResourceGroup``` resource group, execute the following
41
41
42
-
### [Azure CLI](#tab/azure-cli)
43
-
44
42
```azurecli-interactive
45
43
az networkcloud volume show --name myDataDisk --resource-group myResourceGroup
46
44
```
47
45
48
-
---
49
-
50
46
## Delete the deployed resources
51
47
52
48
You can delete the data disk using the Azure CLI.
53
49
54
50
> [!IMPORTANT]
55
51
> Deleting a data disk removes the backing volume from the storage appliance. Any data stored on that volume is lost unless you have a backup. You can't delete a data disk which is attached to a VM. If your disk has previously been attached to a VM, don't delete it unless you're certain you don't need the data!
56
52
57
-
### [Azure CLI](#tab/azure-cli)
58
-
59
53
```azurecli-interactive
60
54
az networkcloud volume delete --name myDataDisk --resource-group myResourceGroup
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-deploy-persistent-vm-bicep.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,27 +39,21 @@ Once you have reviewed and saved the template file named ```virtual-machine-bice
39
39
40
40
## Review the deployed resources
41
41
42
-
After the deployment finishes, you can view the resources using the CLI or the Azure portal.
42
+
After the deployment finishes, you can view the resources using the CLI.
43
43
44
44
To view the details of the ```myNexusVirtualMachine``` VM in the ```myResourceGroup``` resource group, execute the following
45
45
46
-
### [Azure CLI](#tab/azure-cli)
47
-
48
46
```azurecli-interactive
49
47
az networkcloud virtualmachine show --name myNexusVirtualMachine --resource-group myResourceGroup
50
48
```
51
49
52
-
---
53
-
54
50
## Delete the deployed resources
55
51
56
52
You can delete the virtual machine using the Azure CLI.
57
53
58
54
> [!IMPORTANT]
59
55
> The OS disk is deleted when you delete the VM. Data disks aren't deleted when you delete a VM. You can delete the data disks using the Azure CLI to delete the Volume (Operator Nexus) resource. Deleting a data disk removes the backing volume from the storage appliance. Any data stored on that volume will be lost unless you have a backup. You can't delete a data disk which is attached to a VM. If your disk was attached to a VM, don't delete it unless you're certain you don't need the data!
60
56
61
-
### [Azure CLI](#tab/azure-cli)
62
-
63
57
```azurecli-interactive
64
58
az networkcloud virtualmachine delete --name myNexusVirtualMachine --resource-group myResourceGroup
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-platform-prerequisites.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,7 @@ ordering errors because of complex parts lists.
67
67
68
68
#### Placing a SKU-based order
69
69
70
-
Operator Nexus has created a series of SKUs with vendors such as Dell, Pure
71
-
Storage and Arista that the operator can reference when they place
70
+
Operator Nexus has created a series of SKUs with vendors such as Dell, Pure Storage, and Arista that the operator can reference when they place
72
71
an order. Thus, an operator simply needs to place an order based on the SKU
73
72
information provided by Operator Nexus to the vendor to receive the correct
74
73
parts list for the build.
@@ -140,14 +139,15 @@ Now that the physical installation and validation has completed, the next steps
140
139
> This guide has been validated with Opengear firmware version 24.11.2, which was upgraded from version 22.06.0, and is supported with Nexus Network Fabric runtime version 5.0.0.
141
140
142
141
Terminal Server has been deployed and configured as follows:
143
-
- Terminal Server is configured for Out-of-Band management
144
-
- Authentication credentials have been set up
145
-
- DHCP client is enabled on the out-of-band management port
146
-
- HTTP access is enabled
147
-
- Terminal Server interface is connected to the operators on-premises Provider Edge routers (PEs) and configured with the IP addresses and credentials
148
-
- Terminal Server is accessible from the management VPN
149
-
- To upgrade the terminal server to OS version 24.11.2 [refer](./howto-upgrade-os-of-terminal-server.md)
150
-
- To setup single session and session timeout for serial console [refer](./howto-restrict-serial-port-access-and-set-timeout-on-terminal-server.md)
142
+
143
+
- Terminal Server is configured for Out-of-Band management
144
+
- Authentication credentials have been set up
145
+
- DHCP client is enabled on the out-of-band management port
146
+
- HTTP access is enabled
147
+
- Terminal Server interface is connected to the operators on-premises Provider Edge routers (PEs) and configured with the IP addresses and credentials
148
+
- Terminal Server is accessible from the management VPN
149
+
- To upgrade the terminal server to OS version 24.11.2 [refer](./howto-upgrade-os-of-terminal-server.md)
150
+
- To setup single session and session timeout for serial console [refer](./howto-restrict-serial-port-access-and-set-timeout-on-terminal-server.md)
> This section is optional. You only need to execute it if you are deploying an Azure Operator Nexus instance with two storage appliances. For more information, including restrictions on supported hardware, see [Azure Operator Nexus multiple storage appliances](./concepts-storage-multiple-appliances.md).
0 commit comments