NetBackup™ Web UI Cloud Administrator's Guide
- Managing and protecting cloud assets
- Configure Snapshot Manager in NetBackup
- Managing intelligent groups for cloud assets
- Protecting cloud assets or intelligent groups for cloud assets
- Managing policies for cloud assets
- Add an SLP and cloud policy
- Scan for malware
- Protecting Microsoft Azure resources using resource groups
- NetBackup Accelerator for cloud workloads
- AWS Snapshot replication
- Protecting PaaS assets
- Installing the native client utilities
- Configuring storage for different deployments
- Add credentials to a database
- Recovering cloud assets
- Recovering cloud assets
- Restore to a different cloud provider
- Recovering AWS or Azure VMs to VMware
- Recovering PaaS assets
- Recovering cloud assets
- Performing granular restore
- Troubleshooting protection and recovery of cloud assets
- Troubleshoot PaaS workload protection and recovery issues
Post-restore configurations
This section describes the additional configurations required for the target VM on different operating systems to ensure that the restored instance is reachable.
Target: AWS
- Perform the following steps to resolve the issue of restored AWS instance check fail and the instance is not reachable:
Connect to EC2 Serial Console, check if the network interface is up, and VM has started with all mount points.
If you get the following failure message while accessing EC2 Serial Console, change the instance type of VM to the one which supports EC2 Serial Console:
This instance type is not supported for the EC2 serial console.
You might be logged into rescue mode if some critical mount points fail:
Check if the following articles are applicable:
Check if all partitions are mountable, if not, further troubleshooting might be required to find out why they are failing.
Drives with mount failures can be detached from the impaired VM and attached to a healthy instance in the same availability zone for further troubleshooting.
If mounting succeeds and there are no failures, try restarting before the next steps, till you can boot into user space.
- If the VM is configured with
PasswordAuthentication
password check entry in/etc/ssh/sshd_config
file, then set the value to Yes. - If it is configured with
PubkeyAuthentication
ssh key, then set the value of the entry in/etc/ssh/sshd_config
file to Yes. - Update the device names in
/etc/fstab
file if they were not replaced with UUID during pre-backup.For example, change
/dev/sdc1 → /dev/nvme1n1p1
. This allows to establish the network connection. - Now you can troubleshoot any mount failures and logon by ssh from any non-CSP Serial Console.
Target: Azure
To backup the restored Azure VM, deploy the Azure VM extension before taking the backup.
Target: AWS
Perform the following steps to resolve the issue of restored AWS instance check fail and the instance is not reachable:
- Connect to EC2 Serial Console, check if the network interface is up, and VM has started with all mount points.
If you get the following failure message while accessing EC2 Serial Console, change the instance type of VM to the one which supports EC2 Serial Console:
This instance type is not supported for the EC2 serial console.
- If the VM has booted into emergency mode further troubleshooting might be required.
- Try mounting all partitions with mount -a command. If f it fails, check if the following article is applicable:
- While restarting, the
cloud-init
service might cause the VM to get stuck in network configuration. Reconfigure or stop, disable, and uninstall/removecloud-init
service using the following respective commands:systemctl stop cloud-init
systemctl disable cloud-init
zypper remove cloud-init
If required, reinstall
cloud-init
service after a restart. - Restart the VM.
- During restart select AWS kernel from the GRUB menu.
- Check the mount points.
- Check the status of the network interface with ip addr command. If it is up you should be able to log on by SSH externally, else try SSH troubleshooting.
Target: Azure
To backup the restored Azure VM, deploy the Azure VM extension before taking the backup.
Target: AWS
Perform the following steps to resolve the issue of restored AWS instance check fail and the instance is not reachable.
- Stop and Start the VM.
- Log on using EC2 Serial Console and switch to superuser.
- Disable Azure-specific services if any:
systemctl disable hv-kvp-daemon.service systemctl disable walinuxagent.service systemctl disable walinux-agent
- Reconfigure the data source for
cloud-init
service to point it to EC2 data source, and disable any Azure cloud-specific configurations:dpkg-reconfigure cloud-init
Few configuration files can be moved or renamed.
For example,
mv /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg /etc/cloud/cloud.cfg.d/10-azure-kvp.cfg.disabled
mv /etc/cloud/cloud.cfg.d/90-azure.cfg /etc/cloud/cloud.cfg.d/90-azure.cfg.disabled
cloud-init clean --logs
- Set the default kernel to AWS by changing the value of GRUB_DEFAULT entry in
/etc/default/grub
file:By default we have GRUB_DEFAULT=0 in
/etc/default/grub
file. Change it to: GRUB_DEFAULT='1>KERNEL_INDEX' where the value of KERNEL_INDEX can be found with update-grub command. - Restart the VM.
- If there is any issue after restart, enter the recovery mode for AWS kernel and drop to root shell prompt to perform any troubleshooting steps.
Target: Azure
To backup the restored Azure VM, deploy the Azure VM extension before taking the backup.
Target: AWS
Log on with the same username and password as the source VM.
Target: Azure
To backup the restored Azure VM, deploy the Azure VM extension before taking the backup.