Disabling Data Replication

You can disable data replication as follows:

  1. Edit the following file:

    • Windows: %NnmDataDir%\shared\nnm\conf\ov.conf
    • Linux: $NnmDataDir/shared/nnm/conf/ov.conf
  2. Include the following line:

    DISABLE_REPLICATION=DoNotReplicate
  3. Save your changes.

    Note When you change files (for example, configuration files) on the Active node, these files are automatically replicated to the Standby node on failover.

  4. Restart the NNMi management server:

    Note When making file changes under High Availability (HA), you must make the changes on both nodes in the cluster. If the change requires you to stop and restart the NNMi management server, you must put the nodes in maintenance mode before running the ovstop and ovstart commands. See Maintenance Mode for more information.

    1. Run the ovstop command on the NNMi management server.
    2. Run the ovstart command on the NNMi management server.