Citrix Netscaler MPX Netscaler Notes
- Automated nightly backups
- Linux script to update keys on MPX, using nitro rest web interface
- Set cert for web/api interface
[Traffic Management] -> [Load Balancing] -> [Services] -> [Internal Services]
http://pinchii.com/2011/07/replace-default-netscaler-certificate-for-the-management-gui/
Python nsnitro rest examples
Command line
- MPX has 2 modes, after login you are in the MPX mode, and issuing the command shell will enter the bsd shell.
- list VIP's/vserver's
show vserver
- list loadbalanced servers behind the vserver, name obtained above.
show lb vserver $NAME
- list VIP's/vserver's
...