Difference between revisions of "Updating Gigaflow From Anuview Server"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "As VIAVI have a different deployment server, you may first need to deply using the below commands from the command line (as root) Once done, the update script /opt/ros/resourc...")

Revision as of 11:51, 2 June 2022

As VIAVI have a different deployment server, you may first need to deply using the below commands from the command line (as root) Once done, the update script /opt/ros/resources/unix/update.sh can be used going forward as normal

wget https://update.viavisolutions.com/latest/ObserverGigaFlowUnixx64.tgz
/etc/init.d/rosd stop&&tar -vxzf ./ObserverGigaFlowUnixx64.tgz -C /&&/etc/init.d/rosd start 
chmod 700 /opt/ros/resources/unix/update.sh