(Click to open topic with navigation)
This topic contains instructions on how to upgrade Nitro using the RPM upgrade method.
3.27.1 Upgrade Nitro
On the host where Nitro resides, do the following:
[root]# yum update nitro
Reference scripts are provided in /opt/nitro/scripts.
[root]# find . -name launch_nitro.sh ./scripts/lsf/launch_nitro.sh ./scripts/torque/launch_nitro.sh ./scripts/slurm/launch_nitro.sh ./scripts/alps/torque/launch_nitro.sh ./scripts/alps/slurm/launch_nitro.sh
[root]# cp /opt/nitro/scripts/torque/launch_nitro.sh /opt/nitro/bin/launch_nitro.sh
This is a "copy" file operation and not a "move" operation. This allows you to customize your version of the script and always have the factory version available for consultation and/or comparison.
Only the Nitro bin directory with its proper path is required to run Nitro jobs. This means that you only need to copy the Nitro bin directory to the other hosts.
[root]# scp -r /opt/nitro/bin root@host002:/opt/nitro nitrostat 100% 12KB 12.0KB/s 00:00 launch_nitro.sh 100% 6890 6.7KB/s 00:00 nitro 100% 15MB 14.9MB/s 00:00
Related Topics