Installing NetWorker

Deployment options: Netezza Performance Server for Cloud Pak for Data System

After you prepared your system, learn how to install NetWorker.

Before you begin

Before you install the NetWorker client, ensure that the NetWorker server components are installed and configured.

Ensure that you completed the steps that are described in Preparing your system for EMC NetWorker integration.

Procedure

  1. Download the NetWorker installer package.
  2. Copy the package on the npshost, inside the container and unpack it.

    The command extracts all necessary rpms to the linux_x86_64 directory.

    tar -zxvf LINUX INSTALLER PACKAGE

    For example, for NetWoker 19.1, the Linux installer package is nw191_linux_x86_64.tar.gz.

    tar -zxvf nw191_linux_x86_64.tar.gz
    Example:
    tar -zxvf nw191_linux_x86_64.tar.gz
    linux_x86_64/
    linux_x86_64/lgtoadpt-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtobbb-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoclnt-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtofr-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoja-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoko-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtolicm-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoman-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtonode-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoserv-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoxtdclnt-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtozh-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtobbb_19.1.0.2_amd64.deb
    linux_x86_64/lgtoclnt_19.1.0.2_amd64.deb
    linux_x86_64/lgtonode_19.1.0.2_amd64.deb
    linux_x86_64/lgtoxtdclnt_19.1.0.2_amd64.deb
    linux_x86_64/lgtonmc-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtoauthc-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtonwui-19.1.0.2-1.x86_64.rpm
    linux_x86_64/lgtonwuiserv-19.1.0.2-1.x86_64.rpm
    linux_x86_64/gstdbunload
    linux_x86_64/LGTO_METAFILE.linuxx86_64
    linux_x86_64/sd_products.res
  3. On the host, as root, install the client rpm that was extracted from nw191_linux_x86_64.tar.gz.
    The client rpm has the following format: lgtoclnt-VERSION.x86_64.rpm.
    rpm -ivh CLIENT RPM
    Example:
    rpm -ivh lgtoclnt-19.1.0.2-1.x86_64.rpm
    warning: lgtoclnt-19.1.0.2-1.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID 5301dfb7: NOKEY
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:lgtoclnt-19.1.0.2-1              ################################# [100%]
  4. Verify that the installation was successful by checking the NetWorker client version.
    nzbnrver
    Example:
    nzbnrver
    tsm32=not installed
    tsm64=not installed
    nb32=not installed
    nb64=not installed
    nw32=not installed
    nw64=19.1.0.2
  5. Check the status of the NetWorker service.
    systemctl status networker
    If the status is not Running, start the service by running the following command.
    systemctl start networker

What to do next

After you installed the NetWorker server and client, configure the NetWorker server and client.