(Click to open topic with navigation)
This topic contains instructions on how to upgrade Nitro Web Services using the RPM upgrade method.
Do the following:
3.35.2 Upgrade to MongoDB 3.2.x
Beginning with version 2.1.0, Nitro Web Services requires MongoDB 3.2.x.
On the Nitro Web Services MongoDB host, do the following:
[root]# rpm -qa | grep mongo
3.35.3 Back up the MongoDB Databases
This procedure is only applicable if you did not have to upgrade the MongoDB databases earlier in this topic. See 3.35.2 Upgrade to MongoDB 3.2.x for more information.
On the Nitro Web Services MongoDB host, do the following:
[root]# cd /root [root]# mongodump -u admin_user -p secret1
3.35.4 Upgrade Nitro Web Services
On the Nitro Web Services Host, do the following:
[root]# systemctl stop nitro-web-services.service [root]# systemctl stop nitro-zmq-job-status-adapter.service
Install the upgrade.
[root]# zypper update nitro-web-services
If you are upgrading Nitro Web Services from 2.0.0, re-enable the services.
[root]# systemctl enable nitro-web-services.service [root]# systemctl enable nitro-zmq-job-status-adapter.service
See the steps in 3.16.3 Install and Configure Nitro Web Services for more information on the configuration files.
[root]# systemctl start nitro-web-services.service [root]# systemctl start nitro-zmq-job-status-adapter.service
3.35.5 Grant Users Nitro Permissions in Viewpoint
Verify that the users who work with Nitro Web Services have the appropriate role in their Viewpoint user principal.
These are the Viewpoint roles for Nitro:
See Creating or Editing Principals in the Moab Viewpoint Reference Guide for instructions on setting up principals.
Related Topics