Optionally, validate the control plane VM deployment for NetApp Data Migrator
Optionally validate the control plane VM deployment for NetApp Data Migrator.
Steps
-
Use SSH to connect to your control plane server:
sudo su - datamigrator -
Check the status of the boot service and logs:
sudo systemctl status boot-microk8s.serviceOptionally, check the boot service logs:
tail -10f /opt/datamigrator/logs/ndm-first-boot.logIf the setup is complete, you see
Datamigrator Application Setup Completein the logs. -
Verify that all the pods are up and running:
kubectl get pods -n datamigrator
What's next?
After learning about validating the control plane VM, you can access the NetApp Data Migrator UI.