Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Log in to the target host and promote your account to super user.

  2. Verify the contents of /etc/hosts contains an entry for the IPv4 loopback address and the first entry is the hostname, i.e.:

    Code Block
    27.0.0.1 host host-alias host.subdomain.utoronto.ca localhost
  3. Fetch the installer from the VSS Users Storage with SCP or an equivalent SCP/SFTP client using the following settings:

    1. host: vskey-stor.eis.utoronto.ca

    2. VSS username and password.

  4. Navigate to /ut-vss-lib/networker/pub/networkernix/LINUX as shown below. Then download the right installer for your OS architecture.

If you are running on the ITS Private Cloud, you are likely to use nw191002nw191005_linux_x86_64 contents.

Code Block
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/pub/networkernix/LINUX
sftp> ls -tlhr
-rw-r--r--    ? 3884     20           1.2K Jun 19 13:49
RecoveryExample.txt
drwxr-xr-x    ? 0        0              6B 5BNov Jul 101 1214:18 nw19100250 nw191005_linux_x86_64
  1. Fetch nw191005_linux_x86

...

  1. _64/lgto*.rpm

    Code Block
    sftp> get nw191005_linux_x86_64/*rpm
    Fetching /ut-vss-lib/networker/nix/nw191005_linux_x86_64/lgtoclnt-19.10.0.5-1.x86_64.rpm to lgtoclnt-19.10.0.5-1.x86_64.rpm
    lgtoclnt-19.10.0.5-1.x86_64.rpm               

...

  1.               

...

  1.  

...

  1.  

...

  1.  

...

  1.  

...

  1.  

...

  1.     

...

  1.  

...

  1.         

...

  1.               

...

  1.  

...

  1.  

...

  1.  

...

  1.  

...

  1.  

...

  1.     

...

  1.  

...

  1.         

...

  1.          100%   63MB  

...

  1. 48.9MB/s 

...

  1.  

...

  1.  

...

  1. 00:

...

  1. Fetch nw191002_linux_x86_64/lgto*.rpm

    Code Block
    01
    Fetching /ut-vss-lib/networker/pub/networker/LINUX/nw191002nix/nw191005_linux_x86_64/lgtoclnt_lgtoman-19.10.0.5-1.2x86_amd6464.debrpm to lgtoclnt_lgtoman-19.10.0.5-1.2x86_amd6464.debrpm
    lgtoclntlgtoman-19.10.0.25-1.x86_64.rpm                                                                                                                100%  394KB 42MB  1133.3MB8MB/s   00:03
    Fetching /ut-vss-lib/networker/pub/networker/LINUX/nw191002_linux_x86_64/lgtoman_19.10.0.2_amd64.deb to lgtoman_19.10.0.2_amd64.deb
    lgtoman-19.10.0.2-1.x86_64.rpm       00                                                                                                          100%  320KB   2.4MB/s   00:00
  2. Install lgto software with by running:

    1. with yum

      Code Block
      yum localinstall --nogpgcheck lgto*.rpm
    2. with rpm:

      Code Block
      rpm -ivh lgto*.rpm
    3. To install the NetWorker software in a non-default location, type:

      Code Block
      rpm -ivh --relocate /usr=/path lgto*.rpm
  3. Before starting the networker service, make sure you have populated the UTORrecover NetWorker servers in /nsr/res/servers.

...