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/networker/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 nw191002_linux_x86_64 contents.

Code Block
sftp vskey$USER@vskey-stor.eis.utoronto.ca
(josem@vskey$USER@vskey-stor.eis.utoronto.ca) Password:
Connected to vskey-stor.eis.utoronto.ca.
sftp> cd /ut-vss-lib/networker/pub/networker/LINUX
sftp> ls -tlhr
-rw-r--r--    ? 3884     20           1.2K Jun 19 13:49 RecoveryExample.txt
drwxr-xr-x    ? 0        0              5B Jul 10 12:18 nw191002_linux_x86
drwxr-xr-x    ? 0        0              4B Jul 10 12:18 nw191002_linux_ppc64
drwxr-xr-x    ? 0        0              3B Jul 10 12:18 nw191002_linuxs390x
drwxr-xr-x    ? 0        0              6B Jul 10 12:18 nw191002_linux_x86_64
drwxr-xr-x    ? 0        0              4B Jul 10 12:18 nw191002_linux_ppc64le

...