Difference between revisions of "Installing Specific Builds"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "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 gi...")
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
sudo bash
+
Change VERSION to the folder containing build or replace entire wget URL as appropriate.
wget -O ros_unix.tgz https://update.viavisolutions.com/temp/'''VERSION'''/GigaFlow_latest.tgz
+
 
systemctl stop gigaflow.service
+
sudo bash
tar -vxzf ros_unix.tgz -C /
+
wget -O ros_unix.tgz https://update.viavisolutions.com/temp/VERSION/GigaFlow_latest.tgz
chown -R gigaflow:viavi /opt/ros
+
systemctl stop gigaflow.service
chmod 755 /opt/ros/resources/unix/*.sh
+
tar -vxzf ros_unix.tgz -C /
chmod 755 /opt/ros/resources/docs/cleanup/*.sh
+
chown -R gigaflow:viavi /opt/ros
chmod 755 /opt/ros/resources/docs/linux/*.sh
+
chmod 755 /opt/ros/resources/unix/*.sh
chmod 755 /opt/ros/resources/docs/sql/*.sh
+
chmod 755 /opt/ros/resources/docs/cleanup/*.sh
/opt/ros/resources/unix/updatepost.sh
+
chmod 755 /opt/ros/resources/docs/linux/*.sh
 +
chmod 755 /opt/ros/resources/docs/sql/*.sh
 +
/opt/ros/resources/unix/updatepost.sh

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