(Click to open topic with navigation)
This topic contains instructions on how to upgrade Nitro Web Services.
2.24.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
Back up the contents of the /opt/nitro-web-services/etc directory (at least the nitro.cfg and the zmq_job_status_adapter.cfg files).
Remove the /opt/nitro-web-services directory.
[root]# rm -rf /opt/nitro-web-services
Change the directory to the root of the unpacked Nitro tarball bundle.
[root]# cd nitro-tarball-bundle-<version>-<OS>
[root]# tar -xzvpf nitro-web-services-<version>.<OS>.tar.gz
Install Nitro Web Services.
[root]# cd ./nitro-web-services-<version>.<OS> [root]# ./install <directory> # <directory> is where you want to install Nitro Web Services (defaults to /opt)
Restore the nitro.cfg and the zmq_job_status_adapter.cfg files (and any other files) you backed up earlier in this procedure.
See "Understand and edit the configuration files." for more information on the configuration files.
[root]# service nitro-web-services start [root]# service nitro-zmq-job-status-adapter start
Related Topics