A.8 Network IDIH Compatibility Procedures

The following procedure provides IDIH compatibility when upgrading to Release 8.x. The below procedure is performed on a Release 8.x IDIH to make the trace data viewable on prior release IDIH systems. This procedure must be performed on every IDIH 8.x system from which trace data is expected. When all IDIH systems have been upgraded to Release 8.x, Disable IDIH 8.x Compatibility procedure must be executed on every IDIH on which the below procedure was previously performed.

A.8 Enable IDIH 8.x Compatibility

  1. Appserver CLI: Log in to the appserver.
    1. Use the SSH command (on UNIX systems – or PuTTy if running on windows) to log in to the appserver:

      ssh admusr@<server_ip>

      password: <enter password>

      Answer yes if you are asked to confirm the identity of the server.

  2. Appserver CLI: Change user.
    1. Execute the following command to enable backward compatibility:

      apps/ndih7-compat.sh enable

      Repeat this procedure on each IDIH 8.x appserver as needed.

A.8 Disable IDIH 8.x Compatibility

  1. Appserver CLI: Log in to the appserver.
    1. Use the SSH command (on UNIX systems – or PuTTy if running on windows) to log in to the appserver:
      ssh admusr@<server_ip>

      password: <enter password>

      Answer yes if you are asked to confirm the identity of the server.

  2. Appserver CLI: Change user.
    1. Change to the system user tekelec:
      sudo su – tekelec
  3. Appserver CLI: Execute command.
    1. Execute the following command to enable backward compatibility:
      apps/ndih7-compat.sh disable

    Note:

    Repeat this procedure on each IDIH 8.x appserver as needed.