Skip to content

Commit 0e3da85

Browse files
authored
Merge pull request #100418 from mayurigupta13/master
Update site-recovery-failover-to-azure-troubleshoot.md
2 parents eba2128 + a906c66 commit 0e3da85

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/site-recovery/site-recovery-failover-to-azure-troubleshoot.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: site-recovery
77
services: site-recovery
88
ms.topic: article
99
ms.workload: storage-backup-recovery
10-
ms.date: 03/04/2019
10+
ms.date: 01/08/2020
1111
ms.author: mayg
1212
---
1313
# Troubleshoot errors when failing over VMware VM or physical machine to Azure
@@ -100,6 +100,18 @@ If the **Connect** button on the failed over VM in Azure is available (not graye
100100
>[!Note]
101101
>Enabling any setting other than Boot Diagnostics would require Azure VM Agent to be installed in the virtual machine before the failover
102102
103+
## Unable to open serial console after failover of a UEFI based machine into Azure
104+
105+
If you are able to connect to the machine using RDP but cannot open serial console, follow the below steps:
106+
107+
* If the machine OS is Red Hat or Oracle Linux 7.*/8.0, run the following command on the failover Azure VM with root permissions. Reboot the VM after the command.
108+
109+
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
110+
111+
* If the machine OS is CentOS 7.*, run the following command on the failover Azure VM with root permissions. Reboot the VM after the command.
112+
113+
grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
114+
103115
## Unexpected shutdown message (Event ID 6008)
104116

105117
When booting up a Windows VM post failover, if you receive an unexpected shutdown message on the recovered VM, it indicates that a VM shutdown state was not captured in the recovery point used for failover. This happens when you recover to a point when the VM had not been fully shut down.

0 commit comments

Comments
 (0)