Skip to content

Commit a6375b4

Browse files
committed
cherly feedback
1 parent f7b2072 commit a6375b4

File tree

4 files changed

+27
-20
lines changed

4 files changed

+27
-20
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@
146146
href: upgrade-virtual-wan.md
147147
- name: Integrated NVA in a virtual hub
148148
items:
149-
- name: Create a NVA in a virtual hub
149+
- name: Create an NVA in a virtual hub
150150
href: how-to-nva-hub.md
151-
- name: Restart a NVA in a virtual hub
151+
- name: Restart an NVA in a virtual hub
152152
href: how-to-network-virtual-appliance-restart.md
153-
- name: Reimage a NVA in a virtual hub
153+
- name: Reimage an NVA in a virtual hub
154154
href: how-to-network-virtual-appliance-reimage.md
155155
- name: Configure DNAT/Internet inbound
156156
href: how-to-network-virtual-appliance-inbound.md

articles/virtual-wan/how-to-network-virtual-appliance-reimage.md

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,45 +15,52 @@ The following article shows you how to reimage Network Virtual Appliances (NVAs)
1515

1616
## Operation overview
1717

18-
> [!NOTE]
19-
> The reimage operation results in downtime for the reimaged instance as it requires the NVA instance to restart and requires reconfiguration of the reimaged NVA instance. Reimage is typically used for in scenarios where an NVA VM instance is used as a last-resort recovery mechanism when an NVA instance is inaccessible, unreachable or otherwise non-functioning. The reimage operation is targeted to one NVA instance and **does not** impact other NVA VM instances in the same deployment.
18+
Reimage is an option is executed on Virtual WAN NVA Virtual Machine (VM) instances. The reimage operation incurrs downtime. As part of the operation, Azure restarts the VM instance and removes the existing operating system (OS) disk associated with an NVA VM and replaces it with a new OS disk. The new OS disk is deployed from Azure Marketplace and runs the same initial software version that the NVA was deployed with. For example, if your NVA device was deployed with NVA OS version 10, and you subsequently upgraded the NVA version to version 12 as part of an out-of-band upgrade workflow initiated from the command line or NVA orchestration software, Azure Virtual WAN reimages your NVA instance to version 10 and not version 12. As a result, you may have to manually execute an OS software version upgrade after performing the reimage operation.
2019

21-
Reimage is an option is executed on Virtual WAN NVA Virtual Machine (VM) instances. The reimage operation removes the existing operating system (OS) disk associated with an NVA VM and replaces it with a new OS disk. The new OS disk is deployed from Azure Marketplace and runs the same initial software version that the NVA was deployed with. For example, if your NVA device was deployed with NVA OS version 10, and you subsequently upgraded the NVA version to version 12 as part of an out-of-band upgrade workflow initiated from the command line or NVA orchestration software, Azure Virtual WAN reimages your NVA instance to version 10 and not version 12. As a result, you may have to manually execute an OS software version upgrade after performing the reimage operation.
20+
A reimage operation is targeted to one NVA instance and **does not** impact other NVA VM instances in the same deployment. The operation removes any existing NVA configurations stored on the OS disk and re-runs the cloudinit script that was specified when the NVA was initially deployed.
21+
22+
### Use cases
23+
24+
Reimage is a fast, self-serve way to restore access without going through Azure Support for access to your NVA instance's serial console. You may find the reimage operation useful under the following circumstances:
25+
26+
* [Restarting the NVA](how-to-network-virtual-appliance-restart.md) does not restore an NVA instance to a working state.
27+
* Network connectivity to the NVA is lost due to an issue with the NVA operating system or a misconfiguration.
28+
* On-going NVA operating system upgrade renders the NVA unresponsive or unusable. Reimage can be used to apply a fresh OS disk.
2229

23-
The reimage operation also removes any existing NVA configurations stored on the OS disk and re-runs the cloudinit script that was specified when the NVA was initially deployed.
24-
2530
## Prerequisites
2631

2732
Verify that your deployment meets the following prerequisites before attempting to reimage the NVA instances:
33+
2834
* A Network Virtual Appliance is deployed in a Virtual WAN hub. For more information on NVAs deployed in the Virtual WAN hub, see [Integrated NVA documentation](../../articles/virtual-wan/about-nva-hub.md).
2935
* The Network Virtual Appliance's provisioning state is "Succeeded."
3036

3137
## Considerations
3238

3339
* Only one instance of a Virtual WAN NVA can be reimaged at a time from Azure portal. If you need to reimage multiple NVA instances, wait for an NVA instance to finish reimaging before proceeding to the next instance.
34-
* You can only reimage an NVA if the provisioning state of the NVA is succeeded. Wait for any ongoing operations to finish before reimaging an NVA instance.
40+
* You can only reimage an NVA if the provisioning state of the NVA is succeeded. Wait for any ongoing operations to finish before reimaging an NVA instance.
3541
* You can't select the OS version Azure platform reimages your NVA.
3642
* IP addresses for NVA instances are preserved during reimage operations.
3743

44+
3845
## Reimage the NVA
3946

4047
1. Navigate to your Virtual WAN hub and select **Network Virtual Appliances** under Third-party providers.
41-
:::image type="content" source="./media/network-virtual-appliance-reimage/find-network-virtual-appliance.png"alt-text="Screenshot showing how to find NVA in Azure portal."lightbox="./media/network-virtual-appliance-reimage/find-network-virtual-appliance.png":::
4248

43-
2. Select **Manage configurations** for the NVA you want to reimage.
44-
:::image type="content" source="./media/network-virtual-appliance-reimage/manage-configurations.png"alt-text="Screenshot showing how to manage configurations for NVA."lightbox="./media/network-virtual-appliance-reimage/manage-configurations.png":::
49+
:::image type="content" source="./media/network-virtual-appliance-reimage/find-network-virtual-appliance.png"alt-text="Screenshot showing how to find NVA in Azure portal."lightbox="./media/network-virtual-appliance-reimage/find-network-virtual-appliance.png":::
50+
51+
1. Select **Manage configurations** for the NVA you want to reimage.
52+
53+
:::image type="content" source="./media/network-virtual-appliance-reimage/manage-configurations.png"alt-text="Screenshot showing how to manage configurations for NVA."lightbox="./media/network-virtual-appliance-reimage/manage-configurations.png":::
54+
55+
1. In the left pane, select **Instances** .
4556

46-
3. Select **Instances** under Settings.
47-
:::image type="content" source="./media/network-virtual-appliance-reimage/find-instances.png"alt-text="Screenshot showing instance level settings for NVA."lightbox="./media/network-virtual-appliance-reimage/find-instances.png":::
57+
1. Select the instance of the NVA you want to reimage.
4858

49-
4. Select the instance of the NVA you want to reimage.
50-
:::image type="content" source="./media/network-virtual-appliance-reimage/select-instance.png"alt-text="Screenshot showing how to select an NVA instance."lightbox="./media/network-virtual-appliance-reimage/select-instance.png":::
59+
:::image type="content" source="./media/network-virtual-appliance-reimage/select-instance.png"alt-text="Screenshot showing how to select an NVA instance."lightbox="./media/network-virtual-appliance-reimage/select-instance.png":::
5160

52-
5. Select **Reimage**.
53-
:::image type="content" source="./media/network-virtual-appliance-reimage/execute-reimage.png"alt-text="Screenshot showing how to reimage an NVA instance."lightbox="./media/network-virtual-appliance-reimage/execute-reimage.png":::
61+
1. Select **Reimage** and read the disclosure on the screen and note the OS software version that the post-reimage NVA instance will be running. Confirm the reimage by selecting **Yes**.
5462

55-
6. Read the disclosure on the screen and note the OS software version that the post-reimage NVA instance will be running. Confirm the reimage by selecting **Yes**.
56-
:::image type="content" source="./media/network-virtual-appliance-reimage/confirm-reimage.png"alt-text="Screenshot showing how to confirm you want to reimage an NVA instance."lightbox="./media/network-virtual-appliance-reimage/confirm-reimage.png":::
63+
:::image type="content" source="./media/network-virtual-appliance-reimage/confirm-reimage.png"alt-text="Screenshot showing how to confirm you want to reimage an NVA instance."lightbox="./media/network-virtual-appliance-reimage/confirm-reimage.png":::
5764

5865
## Troubleshooting
5966

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)