Use the following steps to configure monitoring for the Trap Exploder on the Failover Manager:

  1. From the installation directory of Failover Manager (BASEDIR/smarts/bin), open the failover.conf file. Type:

                   ./sm_edit /conf/failover/failover.conf
                
  2. Under the Server section, add Trap Exploder details with Server Type as TRAPE. An example is provided below:

    Server
        {
       Name           = "TRAP-INCHARGE-EXPLODER";
            ServerType     = "TRAPE";
            LocationA
            {
                HostName   = "host-TRAPE-A";
                PortNumber = 2999;
                Basedir    = "/opt/InCharge/SAM/smarts";
       InstalledServiceName = "ic-trapd-exploder";
            }
            LocationB
            {
                HostName   = "host-TRAPE-B";
                PortNumber = 2999;
                Basedir    = "/opt/InCharge/SAM/smarts";
       InstalledServiceName = "ic-trapd-exploder";
            }
    }
    
  3. Save the failover.conf file and exit.

    Note:

    If you configure Trap Exploder for failover while the Failover Manager is already running, use the ic-failover-server script reload option to reload the failover.conf file and use the Reconfigure button in the Domain Manager Administration Console to reconfigure the Failover Manager.