Versions Compared

Key

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

...

🐧  Instructions for Linux

As of December 2, 2024. The latest supported NetWorker Client version is 19.10.0.5

  1. Login to the client you are planning to upgrade.

  2. Uninstall (as admin) any previous version of the NetWorker software prior to installing the new version.

    1. Ubuntu/Debian:

      1. Search for the installed package:

        Code Block
        apt search lgtoclnt
      2. Verify the version is 19.10.0.5 or later

        Code Block
        Sorting... Done
        Full Text Search... Done
        lgtoclnt/now 19.2.1.2 amd64 [installed,local]
          NetWorker Client
      3. Remove the old version client package:

        Code Block
        apt purge lgtoclnt

        output:

        Code Block
        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
  3. Fetch the installer from the VSS Users Storage. Replace $USER with your VSS Username.

    1. Ubuntu:

      Code Block
    # Ubuntu/debian based
    1. scp $USER@vskey-stor.eis.utoronto.ca:ut-vss-lib/networker/
    pub/networker/LINUX/nw191002
    1. nix/nw191005_linux_x86_64/lgtoclnt_19.10.0.
    2
    1. 5_amd64.deb /
    root/ # Red Hat based
    1. tmp/
    2. Red Hat based:

      Code Block
      scp $USER@vskey-stor.eis.utoronto.ca:ut-vss-lib/networker/
    pub/networker/LINUX/nw191002
    1. nix/nw191005_linux_x86_64/lgtoclnt-19.10.0.
    2
    1. 5-1.x86_64.rpm 
    /root/
    1. /tmp/
  4. Alternatively, fetch the installer from the UTORrecover SharePoint site: https://utoronto.sharepoint.com/sites/its-eis-UTORrecover

  5. Proceed to install the package:

    1. Ubuntu:

      Code Block
    # Ubuntu/debian based
    1. sudo dpkg -i /
    root
    1. tmp/lgtoclnt_19.10.0.
    2
    1. 5_amd64.deb
    #
    1. Red

    1. Hat

    1. based

    1. :

      Code Block
      yum localinstall --nogpgcheck  /
    root
    1. tmp/lgtoclnt-19.10.0.
    2
    1. 5-1.x86_64.rpm 
      dnf install ./lgtoclnt-19.10.0.5-1.x86_64.rpm 
  6. Check if lgto package has been installed successfully:

    1. Ubuntu:

      Code Block
    # Ubuntu/debian based pkg
    1. dpkg -l | grep lgto
    # Red Hat based rpm -qa | grep lgto

...

    1. output:

      Code Block
      ii  

...

    1. lgtoclnt 

...

    1.  

...

    1.    

...

    1.   

...

    1.                        

...

    1. 19.10.0.

...

    1. 5                         

...

    1. amd64        NetWorker Client

...

    1. Red Hat based:

      Code Block
      rpm -qa | grep lgto

      output:

      Code Block
      lgtoclnt-19.10.0.2-1.x86_64  
  1. After the install, make sure the NetWorker client is running:

    Code Block
    systemctl status networker
  2. Submit an echo request by following this link How-to check

...

  1. NetWorker client connectivity for UTORrecover.

  2. The echo request result should be marked as Processed to be successful.

🪟 Instructions for Windows

  1. Login to the host as Administrator you are planning to upgrade.

  2. Uninstall any previous version of the NetWorker software prior to installing the new version. How-to uninstall the Windows NetWorker software for UTORrecover

  3. Fetch the installer from the VSS Users Storage with WinSCP 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/win as shown below. Then download the right installer for your OS.

    CleanShot 2024-11-01 at 14.54.51-20241101-185548.pngImage Added

  5. Follow the installation instructions.

  6. Submit an echo request by following this link How-to check NetWorker client connectivity for UTORrecover.

  7. The echo request result should be marked as Processed to be successful.

...