Problem
During the deployment of a DRVA, the task appears to halt at 95% and does not proceed further; however, the DRVA virtual machine has in fact been successfully created and is operational.
Solution
This problem can be exhibited when a communication failure occurs between the MSA and DRVA.
- Confirm connectivity between the MSA and DRVA by running the following command from the MSA CLI: curl -kv https://:32878/drva/about
- If the command above returns a connection error, verify the network configuration and ensure the MSA and DRVA can communicate over port 32878.
- If using VLANs, ensure that they can communicate with each other.
- This applies for both static & DHCP IP.