How do I restart an MDM server?
Steps
1 |
Log in as the root or NSP admin user on the NSP cluster host. |
2 |
Open a console window. |
3 |
Enter the following to display the MDM server instances: # kubectl get pods -A | grep mdm-server ↵ The MDM server instances and pod numbers are listed. |
4 |
Enter the following: # kubectl delete pod mdm-server-n -n $(kubectl get pods -A | awk '/mdm-server/ {print $1;exit}') ↵ where n is the MDM server pod number The MDM server restarts. |
5 |
Repeat Step 4 to restart an additional MDM server, as required. |
6 |
Close the console window. End of steps |