How-to install the Ubuntu 26.04 LTS NetWorker client software for UTORrecover
Prerequisites
Default Directory Locations
Before you install the NetWorker software, you should become aware of the default directory locations and space requirements for the binary files, the databases, and the log files on the target host.
You won’t be able to change these directory locations on Ubuntu.
Package | Location |
|---|---|
Client ( | /usr/lib
/usr/sbin
/usr/bin
/opt/nsr |
Man pages ( | /usr/share |
Instructions
Log in to the target host and promote your account to super-user.
Verify the contents of
/etc/hostscontains an entry for the special 127.0.1.1 IPv4 address and the first entry is the FQDN hostname, i.e.:127.0.1.1 host.subdomain.utoronto.ca hostFetch the installer from
the VSS Users Storage with SCP or an equivalent SCP/SFTP client using the following settings:
host:
vskey-stor.eis.utoronto.caVSS username and password.
EIS ut-vss site https://eis.utoronto.ca/ut-vss-lib/networker/
Navigate to
/ut-vss-lib/networker/nix/nw191007_Ubuntu_26.04.LTS_x86_64as shown below.
sftp $USER@vskey-stor.eis.utoronto.ca
($USER@vskey-stor.eis.utoronto.ca) Password:
Connected to vskey-stor.eis.utoronto.ca.
sftp> cd /ut-vss-lib/networker/nix/nw191007_Ubuntu_26.04.LTS_x86_64
sftp> ls -tlhr
rwxr-xr-x ? 0 0 44MB Jun 23 12:18 lgtoclnt_19.10.0.7_Ubuntu_2604_LTS_amd64.debFetch
lgto*.debsftp> get *.deb Fetching /ut-vss-lib/networker/nix/nw191007_Ubuntu_26.04.LTS_x86_64/lgtoclnt_19.10.0.7_Ubuntu_2604_LTS_amd64.deb to lgtoclnt_19.10.0.7_Ubuntu_2604_LTS_amd64.deb lgtoclnt_19.10.0.7_Ubuntu_2604_LTS_amd64.deb 100% 44MB 51.4MB/s 00:00 Fetching /ut-vss-lib/networker/nix/nw191007_Ubuntu_26.04.LTS_x86_64/lgtoman_19.10.0.7_amd64.deb to lgtoman_19.10.0.7_amd64.deb lgtoman_19.10.0.5_amd64.deb 100% 320KB 32.4MB/s 00:00 100% 320KB 2.4MB/s 00:00Install
lgtoclntby running to install the operating system packages that the NetWorker client software requires:apt install ./lgtoclnt*.deb(Optional) Install the NetWorker client
manpages with the following command:apt install ./lgtoman*.debBefore starting the
networkerservice, make sure you have populated the UTORrecover NetWorker servers in/nsr/res/servers.
The /nsr/res/servers file contains a list of trusted NetWorker Servers. Review the list or download servers file via the UTORrecover Portal (https://backups.eis.utoronto.ca) (UTORid required).
Start the
networkerclient process with:systemctl enable --now networkerCheck the status with:
systemctl status networker
Thank you Misha for your help in identifying the issue and working with me on finding pathways to solve this. Glad changing the dependencies in the .deb package allows the Legato Networker to function with the libxml2-16 library. Please collaborating with you on this.
Armin