How to reboot or shutdown NetScaler MAS using CLI
book
Article ID: CTX220000
calendar_today
Updated On:
Description
Citrix ADM, formerly NetScaler MAS
There is an option on MAS GUI to reboot it but what is the equivalent CLI command for it.
Do not use the REBOOT command as it is not a clean reboot and will need a Database recovery.
Instructions
Run this command on Command prompt of MAS to reboot it in a clean way:
shutdown -r nowTo shutdown the MAS please use this command:
shutdown -p now
Was this article helpful?
thumb_up
Yes
thumb_down
No