Skip to main content
NetApp Data Migrator

Optionally, validate the control plane VM deployment for NetApp Data Migrator

Contributors netapp-pcarriga

Optionally validate the control plane VM deployment for NetApp Data Migrator.

Steps
  1. Use SSH to connect to your control plane server:

    sudo su - datamigrator
  2. Check the status of the boot service and logs:

    sudo systemctl status boot-microk8s.service

    Optionally, check the boot service logs:

    tail -10f /opt/datamigrator/logs/ndm-first-boot.log

    If the setup is complete, you see Datamigrator Application Setup Complete in the logs.

  3. 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.