Skip to content
  • There are no suggestions because the search field is empty.

Troubleshooting Version Installations and Updates

Troubleshooting Version Installations and UpdatesTroubleshooting Version Installations and Updates

This section describes the error messages displayed in the Hosts view when it encounters problems updating host versions and installing services on hosts in the Hosts view. If you cannot resolve an update or installation issue using the following troubleshooting solutions, contact Customer Support.

Troubleshooting instructions for the following errors that may occur during the upgrade are described in this section.

Troubleshooting instructions are also provided for errors for the following hosts and services that may occur during or after an upgrade.

deploy_admin User Password Has Expired Errordeploy_admin User Password Has Expired Error

  • Column 1: Error Message
  • Column 2:

    netwitness_credential-expired.png


  • Column 1: Cause
  • Column 2: The deploy_admin user password has expired.

  • Column 1: Solution
  • Column 2:

    Reset your deploy_admin password password.

    1. On the NW Server host only, run the following command.
      nw-manage --update-deploy-admin-pw
      Please enter the new deploy_admin account password:
      Please confirm the new deploy_admin account password:
    2. Review the output of the nw-manage --update-deploy-admin-pw command to verify the deploy_admin password was successfully updated on all hosts. If an NW host is down or fails for any reason as displayed by the output of the nw-manage --update-deploy-admin-pw command, run nw-manage --sync-deploy-admin-pw --host-key to synchronize the password between the NW Server and the host that failed once the communication failure is resolved.
    3. On the host that failed installation or orchestration, run the nwsetup-tui command and use the new deploy_admin password in response to the Deployment Password prompt.

Downloading ErrorDownloading Error

  • Column 1: Error Message
  • Column 2:

    netwitness_download_error.png


  • Column 1: Problem
  • Column 2: When you select an update version and click Update >Update Host, the download starts but fails to complete.

  • Column 1: Cause
  • Column 2: Version download files can be large and take a long time to download. If there are communication issues during the download it will fail.

  • Column 1: Solution
  • Column 2:
    1. Try to update again.
    2. If it fails again with the same error, try to update using the offline methods as described in "Offline Method from Hosts View" or "Offline Method Using Command Line Interface" in the Upgrade Guide for NetWitness Platform 11.6. Go to the NetWitness All Versions Documents page and find NetWitness Platform guides to troubleshoot issues.

    3. If you are still not able to update, contact Customer Support.


Error Deploying Version Missing Update Packages Error Deploying Version Missing Update Packages

  • Column 1: Error Message
  • Column 2:

    netwitness_offline-ui-update-errordeployingversion.png


  • Column 1: Problem
  • Column 2:

    Error deploying version is displayed in the Initialize Update Package for RSA NetWitness Platform dialog after you click on Initialize Update if the update package is corrupted.


  • Column 1: Solution
  • Column 2:
    1. Click Close to close the dialog.

    2. Remove the version folder from staging folder.

    3. Make sure that the salt-master service is running.

    4. Recopy the update package zip file to the staging folder.
    5. In the Hosts view toolbar, select Check for Updates again.
      netwitness_chk4upds.png

    6. Click Initialize Update.
    7. Click Update > Update Hosts from the toolbar.
    8. Click Begin Update from the Update Available dialog.
      After the host is updated, it prompts you to reboot the host.
    9. Click Reboot from the toolbar.

Upgrade Failed ErrorUpgrade Failed Error

  • Column 1: Error Message
  • Column 2:

    While updating/installing a device to version 11.2 or above, the following error can occur and be found in /var/log/netwitness/config-management/chef-solo.log:

    netwitness_image_1.png


  • Column 1: Cause
  • Column 2:

    The reason can be because the target host is unable to communicate to the Admin Server on port 53 as it is attempting to use the dnsmasq service on the Admin Server to resolve, in this case, 889e5752-6ae3-4286-a944-c182 33f4ccbc. This is the salt minion id of the admin server. You can see this by running "cat /etc/salt/minion" on the Admin Server to compare. Example output:

    netwitness_image_2.png


  • Column 1: Solution
  • Column 2: If possible, configure any firewalls between the target host and the Admin Server host to be able to communicate on port 53. If this is not possible, the workaround is to include the minion id in the /etc/host file on the component hosts and starting in the 11.4 release, modify the chef recipe not to overwrite this workaround.


  • Column 1: Error Message
  • Column 2:

    Received an error in the error log similar to the following when trying to update to version 11.6 :
    netwitness_error_log.png


  • Column 1: Cause
  • Column 2: Custom builds/rpms installed for certain components installed on hosts, such as in the case of installing Hotfixes.

  • Column 1: Solution
  • Column 2:

    To resolve the issue, follow the below steps.

    1. SSH to Admin Server.
    2. Locate the component descriptor file by running the following command.
      cd /etc/netwitness/component-descriptor/
    3. Open the component descriptor file by running the following command.
      vi nw-component-descriptor. json
    4. Search for “packages” section for the component you have custom build/rpm. For example, below shown is the package details for “concentrator” host that has custom build/rpm.
      “concentrator”: {
      “cookbook_name”: “rsa-concentrator”,
      “service_names”: [“rsa-nw-concentrator”],
      “family”: “launch”,
      “default_port”: xxxx, “description”: “Concentrator”,
      packages”:[{ “name”: “rsa-nw-concentrator”,
      “version” : “11.6.0.0-2003001075220.5.cecf24b.e.17.centos”
      },
    5. Delete the complete version details including (,) character in the packages section. For example, it should look like as shown below after you delete the version details.
      “packages”: [{
      “name”: “rsa-nw-concentrator”
      },

    Note: You must delete the version details for all the host that has custom builds/rpms in the component descriptor of the admin server.

    1. Run the upgrade process again.

External Repo Update ErrorExternal Repo Update Error

  • Column 1: Error Message
  • Column 2:

    Received an error similar to the following error when trying to update to a new version from the :
    .Repository 'nw-rsa-base': Error parsing config: Error parsing "baseurl = 'https://nw-node-zero/nwrpmrepo / /RSA'": URL must be http, ftp, file or https not ""


  • Column 1: Cause
  • Column 2: There is an error the path you specified.

  • Column 1: Solution
  • Column 2:

    Make sure that:

    • the URL does exist on the NW Server host.
    • you used the correct path and remove any spaces from it.

Host Installation Failed Error Host Installation Failed Error

  • Column 1: Error Message
  • Column 2:

    netwitness_hstinstallfailed.png


  • Column 1: Problem
  • Column 2: When you select a host and click Install the install service process fails.

  • Column 1: Solution
  • Column 2:
    1. Try to install the service again.
      Often this is all you need to do.
    2. If you still cannot install the service:
      1. Monitor the following logs on NW Server as it progresses (for example, submit the tail -f command string from the command line'):
        /var/netwitness/uax/logs/sa.log
        /var/log/netwitness/orchestration-server/orchestration-server.log
        /var/log/netwitness/deployment-upgrade/chef-solo.log
        /var/log/netwitness/config-management/chef-solo.log
        /var/lib/netwitness/config-management/cache/chef-stacktrace.out
        The error appears in one or more of these logs.
      2. Try to resolve the issue and reinstall the service.
        • Cause 1 - Entered the wrong deploy_admin password in the nwsetup-tui.
          Solution - Reset your deploy_admin password password.
          1. On the NW Server host and all other hosts on 11.x, run the following command.
            /opt/rsa/saTools/bin/set-deploy-admin-password
          2. On the host that failed installation or orchestration, run the nwsetup-tui command and use the new deploy_admin password in response to the Deployment Password prompt.

        • Cause 2 -The deploy_admin password has expired.
          Solution - Reset your deploy_admin password password.
          1. On the NW Server host and all other hosts on 11.x, run the following command.
            /opt/rsa/saTools/bin/set-deploy-admin-password
          2. On the host that failed installation or orchestration, run the nwsetup-tui command and use the new deploy_admin password in response to the Deployment Password prompt.

    1. If you still cannot apply the update, gather the logs from step 2 and contact Customer Support.

Host Update Failed ErrorHost Update Failed Error

  • Column 1: Error Message
  • Column 2:


    netwitness_hstupdfailed.png


  • Column 1: Problem
  • Column 2: When you select an update version and click Update > Update Host, the download process is successful, but the update process fails.

  • Column 1: Solution
  • Column 2:
    1. Try to apply the version update to the host again.
      Often this is all you need to do.
    2. If you still cannot apply the new version update:
      1. Monitor the following logs on NW Server as it progresses (for example, run the tail -f command from the command line):
        /var/netwitness/uax/logs/sa.log
        /var/log/netwitness/orchestration-server/orchestration-server.log
        /var/log/netwitness/deployment-upgrade/chef-solo.log
        /var/log/netwitness/config-management/chef-solo.log
        /var/lib/netwitness/config-management/cache/chef-stacktrace.out
        The error appears in one or more of these logs.
      2. Try to resolve the issue and reapply the version update.
        • Cause 1 - deploy_admin password has expired.
          Solution - Reset your deploy_admin password .
          Complete the following steps to resolve Cause 1.
          1. In the NetWitness Suite menu, select netwitness_adminicon_25x22.png (Admin) > Security > Users tab.
          2. Select the deploy_admin and click Reset Password.
          3. (Conitional) If NetWitness Suite does not allow you to expired deploy_admin password in the Reset Password dialog, complete the following steps.
            1. Reset deploy_admin to use a new password.
            2. On all non-NW Server hosts on 11.x , run the following command using the matching deploy_admin password from NW Server host.
              /opt/rsa/saTools/bin/set-deploy-admin-password
          • Cause 2 -The deploy_admin password was changed on NW Server host but not changed on non-NW Server hosts.
            Complete the following step to resolve Cause 2.
            • On all non-NW Server hosts on 11.x , run the following command using the matching deploy_admin password from NW Server host.
              /opt/rsa/saTools/bin/set-deploy-admin-password
    1. If you still cannot apply the update, gather the logs from step 2 and contact Customer Support.

Missing Update Packages ErrorMissing Update Packages Error

  • Column 1: Error Message
  • Column 2:

    Initialize Update for Version xx.x.x.x
    Missing the following update package(s)

    Download Packages from RSA Link


  • Column 1: Problem
  • Column 2: Missing the following update package(s) is displayed in the Initialize Update Package for RSA NetWitness Platform dialog when you are updating a host from the Hosts view offline and there are packages missing in the staging folder.

  • Column 1: Solution
  • Column 2:
    1. Click Download Packages from RSA Link in the Initialize Update Package for RSA NetWitness Platform dialog.
      The NetWitness Community page that contains the update files for the selected version is displayed.

    2. Select the missing packages from the staging folder.
      The Initialize Update Package for RSA NetWitness Platform dialog is displayed telling you that it is ready to initialize the update packages.


OpenSSL 1.1.xOpenSSL 1.1.x

  • Column 1: Error Message
  • Column 2:

    The following example illustrates an ssh error that can occur when the ssh client is run from a host with OpenSSL 1.1.x installed:
    $ ssh root@10.1.2.3
    ssh_dispatch_run_fatal: Connection to 10.1.2.3 port 22: message authentication code incorrect


  • Column 1: Problem
  • Column 2:

    Advanced users who want to ssh to a NetWitness Platform host from a client that is using OpenSSL 1.1.x encounter this error because of incompatibility between CENTOS 7.x and OpenSSL 1.1.x. For example:

    $ rpm -q openssl
    openssl-1.1.1-8.el8.x86_64


  • Column 1: Solution
  • Column 2:

    Specify the compatible cipher list on the command line. For example:

    $ ssh -oCiphers=aes128-ctr,aes192-ctr,aes256-ctr root@10.1.2.3

    I've read & consent to terms in IS user agreement.

    root@10.1.2.3's password:

    Last login: Mon Oct 21 19:03:23 2019


Patch Update to Non-NW Server ErrorPatch Update to Non-NW Server Error

  • Column 1: Solution,,, ,,,,,,, ,,,,,,, or
  • Do not update the non-NW Server host (keep it at its current version)
  • ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, after you upgrade to 11.6 from versions of 11.x, such as 11.4, the Reporting Engine service attempts to restart continuously without success. ,,,,, ,,,,,,, ,,,,,,, alert status, or report status may not be loaded successfully as the files may be corrupted. ,,,,,, ,,,,,,, ,,,,,,, do the following:,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, the following logs are displayed:,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, the following logs are displayed:,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, the following logs are displayed:,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, perform the following steps:,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, perform the following steps:,,,,,,, ,,,,,,, see the Knowledge Base article Reporting Engine restarts After upgrade to RSA NetWitness Platform 11.4.,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, the Reporting Engine service does not restart.

  • Column 1: Cause,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, run the Reporting Engine Migration Recovery tool (rsa-nw-re-migration-recovery.sh) on the Admin Server where the Reporting Engine service is installed. ,,,,,,, ,,,,,,, ,,,,,,, run the following command.
    tar -xvf rsa-nw-re-recovery-tool-bundle.tar,,,,,,, you can create a directory and untar the RE tool. Run the following commands.,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, run the following command.
    ./ /rsa-nw-re-recovery-tool.sh,,,,,,, see the Knowledge Base article Reporting Engine Migration Recovery Tool.
    ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, open the lockbox using the passphrase.,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, log in to NetWitness and configure the Lockbox as described in the "Configure Lockbox Security Settings" topic in the Log Collection Configuration Guide.

,,,,,,, ,,,,,,, ,,,,,,, select Reset Stable System Value on the settings page of the Log Collector.,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, do the following steps,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, you notice that Audit logs are not getting forwarded to the configured Global Audit Setup;,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, the ESA correlation server does not aggregate events from the configured data sources. Error Message,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, do the following steps.
In the NetWitness user interface,,,,,,, under Deployments, select a deployment.
  • In the Data Sources section, select the data source and click netwitness_icon_edit.png in the toolbar.
  • In the Edit Service dialog, type the password for that data source.
  • Click the Test Connection button to make sure that it can communicate with the ESA service and then click OK.
  • ,,,, ,,,,,,, click Deploy Now to redeploy the ESA rule deployment.,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,, ,,,,,,,