How-to upgrade NetWorker Client for UTORrecover
Instructions for Linux
As of April 2, 2025. The latest supported NetWorker Client version is 19.10.0.7
Login to the client you are planning to upgrade.
Uninstall (as admin) any previous version of the NetWorker software prior to installing the new version.
Ubuntu/Debian:
Search for the installed package:
apt search lgtoclntVerify the version is 19.10.0.7 or later
Sorting... Done Full Text Search... Done lgtoclnt/now 19.2.1.2 amd64 [installed,local] NetWorker ClientRemove the old version client package:
apt purge lgtoclntoutput:
Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: lgtoclnt* lgtoxtdclnt* 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] Y (Reading database ... 197623 files and directories currently installed.) Removing lgtoxtdclnt (19.2.1.0) ... Removing lgtoclnt (19.2.1.2) ... (Reading database ... 197495 files and directories currently installed.) Purging configuration files for lgtoclnt (19.2.1.2) ... NOTE: The /nsr directory has been created and may contain NetWorker data files. Please remove it if you want to completely remove NetWorker from this system. dpkg: warning: while removing lgtoclnt, directory '/opt/nsr' not empty so not removed
Fetch the installer from the VSS Users Storage. Replace
$USERwith your VSS Username.Ubuntu:
scp $USER@vskey-stor.eis.utoronto.ca:ut-vss-lib/networker/nix/nw191007_linux_x86_64/lgtoclnt*.deb /tmp/Red Hat based:
scp $USER@vskey-stor.eis.utoronto.ca:ut-vss-lib/networker/nix/nw191007_linux_x86_64/lgtoclnt*.rpm /tmp/
Alternatively, fetch the installer from the UTORrecover SharePoint site: https://utoronto.sharepoint.com/sites/its-eis-UTORrecover
Proceed to install the package:
Ubuntu:
sudo dpkg -i /tmp/lgtoclnt*.debRed Hat based:
yum localinstall --nogpgcheck /tmp/lgtoclnt*.rpm dnf install ./lgtoclnt*.rpm
Check if
lgtopackage has been installed successfully:Ubuntu:
dpkg -l | grep lgtooutput:
ii lgtoclnt 19.10.0.7 amd64 NetWorker ClientRed Hat based:
rpm -qa | grep lgtooutput:
lgtoclnt-19.10.0.7-1.x86_64
Start the NetWorker client
systemctl start networkerAfter the install, make sure the NetWorker client is running:
systemctl status networkerSubmit an echo request by following this link https://eis-vss.atlassian.net/wiki/spaces/VSSPublic/pages/1887502418.
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. https://eis-vss.atlassian.net/wiki/spaces/VSSPublic/pages/1889305120
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.caVSS username and password.
Navigate to
/ut-vss-lib/networker/winas shown below. Then download the right installer for your OS.Follow the installation instructions.
Submit an echo request by following this link https://eis-vss.atlassian.net/wiki/spaces/VSSPublic/pages/1887502418.
The echo request result should be marked as Processed to be successful.
Related articles
University of Toronto - Since 1827