🐧 Instructions for Linux
Login to the client you are planning to upgrade.
Uninstall any previous version of the NetWorker software prior to installing the new version.
Fetch the installer from the VSS Users Storage. Replace
$USER
with your VSS Username.# Ubuntu/debian based scp $USER@vskey-stor.eis.utoronto.ca:ut-vss-lib/networker/nix/nw191005_linux_x86_64/lgtoclnt_19.10.0.5_amd64.deb /root/ # Red Hat based scp $USER@vskey-stor.eis.utoronto.ca:ut-vss-lib/networker/nix/nw191005_linux_x86_64/lgtoclnt-19.10.0.5-1.x86_64.rpm /root/
Proceed to install the package:
# Ubuntu/debian based sudo dpkg -i /root/lgtoclnt_19.10.0.5_amd64.deb # Red Hat based yum localinstall --nogpgcheck /root/lgtoclnt-19.10.0.5-1.x86_64.rpm dnf install ./lgtoclnt-19.10.0.5-1.x86_64.rpm
Check if
lgto
package has been installed successfully:# Ubuntu/debian based pkg -l | grep lgto # Red Hat based rpm -qa | grep lgto
You should get a smilier output:
# debian based ii lgtoclnt 19.10.0.2 amd64 NetWorker Client # Red Hat Based lgtoclnt-19.10.0.2-1.x86_64
After the install, make sure the NetWorker client is running:
systemctl status networker
Submit an echo request by following this link How-to check NetWorker client connectivity for UTORrecover.
The echo request result should be marked as Processed to be successful.
🪟 Instructions for Windows
Login to the host as Administrator you are planning to upgrade.
Uninstall any previous version of the NetWorker software prior to installing the new version. How-to uninstall the Windows NetWorker software for UTORrecover
Fetch the installer from the VSS Users Storage with WinSCP or an equivalent SCP/SFTP client using the following settings:
host:
vskey-stor.eis.utoronto.ca
VSS username and password.
Navigate to
/ut-vss-lib/networker/win
as shown below. Then download the right installer for your OS.Follow the installation instructions.
Submit an echo request by following this link How-to check NetWorker client connectivity for UTORrecover.
The echo request result should be marked as Processed to be successful.