The following error is displayed on NetScaler SDX SVM:
System maintenance in progress. Please try after some time
It is a known issue. You need to upgrade to 10.5 59.x and reboot the SVM for fixing it with the current version.
Rebooting the SVM does not bring down the NetScaler VPX instances running on SDX.
Follow the steps as below to reboot the SVM:Log in to XenServer with root user and password.
Run the following command from shell session on the XenServer:
xe vm-list
Note the uuid from above command output for the Management Service VM
Then run the below reboot command for the SVM instance:
xe vm-reboot uuid=<uuid>
You can check the status of the SVM, by pinging the IP, running the xe vm-list command again, or consoling into it by following CTX136121
User Interface * CB management service (SVM) causes failure due to memory leak.. [# 565742, 573215, 576357]
It is a known issue with early builds of NS10.5 SVM firmware and is resolved in 10.5 59.x and onward
Log on to the XenServer using the root credentials.
Run the following command to get the UUID of the host machine:
xe vm-list
Output of the command will look like below:
[root@netscaler-sdx ~]# xe vm-list
uuid ( RO) : b19e82df-b157-4f7f-81d8-6a583987e208
name-label ( RW): Control domain on host: netscaler-sdx
power-state ( RO): running
uuid ( RO) : e3b3d9d5-ef2b-6d4d-0312-c45f9eb71e43
name-label ( RW): Management Service VM
power-state ( RO): running
Reboot the SVM using the following command:
xe vm-reboot uuid=<uuid of the Management Service VM>