Advertisement
henrydenhengst

NetScaler Firmware upgrade in HA

Dec 18th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. # download firmware: build-10.5-51.10_nc.tgz
  2. # nsroot toegang via SSH
  3. # backup huidige NetScaler http://support.citrix.com/article/CTX126793/
  4. # HA disable // http://support.citrix.com/article/CTX127455 NB. nsroot wachtwoord moet hetzelfde zijn.
  5. show ha node
  6. # voer een force failover uit om primary node te worden
  7. force failover
  8. # nsroot toegang met ftps (ftp over ssh) tool (zoals filezilla) om firmware te uploaden naar /var/nsinstall
  9. tar -zxf build-10.5-51.10_nc.tgz  //  software uitpakken
  10. ./installns // software installeren
  11. # reboot
  12. sh version // check version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement