(Click to open topic with navigation)
This topic contains instructions on how to upgrade Nitro Web Services using the RPM upgrade method.
3.28.1 Upgrade Nitro Web Services
On the host where Nitro Web Services resides, do the following:
[root]# service nitro-web-services stop [root]# service nitro-zmq-job-status-adapter stop
Install the upgrade.
[root]# yum update nitro-web-services
If you are upgrading Nitro from 2.0.0, re-enable the services.
[root]# chkconfig nitro-web-services on [root]# chkconfig nitro-zmq-job-status-adapter restart
[root]# service nitro-web-services start [root]# service nitro-zmq-job-status-adapter start
Related Topics