Update linux

From Observer GigaFlow Support | VIAVI Solutions Inc.
Revision as of 10:06, 3 February 2021 by Kevin Wilkie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If the server has internet access you can run the following which will download the latest build and install it (causing service Gigaflow to restart)

/opt/ros/resources/unix/update.sh

If the server has no internet access, copy the build (http://95.85.35.209/software/ros_unix.tgz) file onto the server folder /opt Then run

/etc/init.d/rosd stop
tar -vxzf /opt/ros_unix.tgz -C /
/etc/init.d/rosd start