Difference between revisions of "Installing Specific Builds"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
 
Line 1: Line 1:
 +
Change VERSION to the folder containing build or replace entire wget URL as appropriate.
  
 
  sudo bash
 
  sudo bash
  wget -O ros_unix.tgz https://update.viavisolutions.com/temp/'''VERSION'''/GigaFlow_latest.tgz
+
  wget -O ros_unix.tgz https://update.viavisolutions.com/temp/VERSION/GigaFlow_latest.tgz
 
  systemctl stop gigaflow.service
 
  systemctl stop gigaflow.service
 
  tar -vxzf ros_unix.tgz -C /
 
  tar -vxzf ros_unix.tgz -C /

Latest revision as of 14:59, 4 April 2024

Change VERSION to the folder containing build or replace entire wget URL as appropriate.

sudo bash
wget -O ros_unix.tgz https://update.viavisolutions.com/temp/VERSION/GigaFlow_latest.tgz
systemctl stop gigaflow.service
tar -vxzf ros_unix.tgz -C /
chown -R gigaflow:viavi /opt/ros
chmod 755 /opt/ros/resources/unix/*.sh
chmod 755 /opt/ros/resources/docs/cleanup/*.sh
chmod 755 /opt/ros/resources/docs/linux/*.sh
chmod 755 /opt/ros/resources/docs/sql/*.sh
/opt/ros/resources/unix/updatepost.sh