Versions Compared

Key

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

...

  1. Start the networker client process with:

    1. for systemd based:

      Code Block
      systemctl start networker
    2. for sysvinit based:

      Code Block
      /etc/init.d/networker start
  2. Check the status with:

    1. for systemd based:

      Code Block
      systemctl status networker
    2. for sysvinit based:

      Code Block
      /etc/init.d/networker status
  3. If you change SELinux value, you must revert the SELinux to default value, that is, the value before the installation of RPMs.

  4. Submit a request to backups@eis.utoronto.ca to with the following data:

    1. Hostname: hostname command.

    2. Fully Qualified Domain Name (FQDN)

    3. IP Address.

    4. Path(s) to Protect. i.e. /etc, /var, /home

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

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

...