Configuration Tips

You must consider the following points when configuring the Rendezvous daemons (rvsrd and rvrd), the Apache module, and TIBCO API Exchange Gateway.

  • Ensure that the subject name configured for Local Area Network (LAN) during the rvsrd daemon configuration on Machine 1 matches the subject name configured for LAN for the rvrd daemon configuration on Machine 2. The authorized subject names used in the rvsrd configuration on Machine 1 must be the same as the subject name used for the rvrd configuration on Machine 2.
  • Ensure that the authorized subject names used in the configuration of rvsrd on Machine 1 matches the subject name set using the AsgSubject parameter in the Apache module configuration file (mod_ASG.conf) on Machine 1.
  • Ensure that the subject names configured for rvrd on Machine 2 matches the subject name set using the tibco.clientVar.ASG/modRV/north_request property in the Core Engine properties file. The properties file is located as the ASG_CONFIG_HOME/asg.properties file.
  • Ensure that the subject name configured using the AsgSubject parameter in the Apache module configuration file (mod_ASG.conf) on Machine 1 matches the subject name set using the tibco.clientVar.ASG/modRV/north_request property in the Core Engine properties file. The properties file is located as the ASG_CONFIG_HOME/asg.properties file.
  • The listen port used to start the rvsrd daemon on Machine 1 must be different from the listen port used to start the rvrd daemon on Machine 2.

    For example,

    • Start the rvsrd daemon on Machine 1 as follows:
            rvsrd –store rvsrd.store –http 3500 –listen 7500
    • Start the rvrd daemon on Machine 2 as follows:
            rvrd –store rvrd.store –http 3500 –listen 7502
  • The network parameter configured in the Apache module configuration file (mod_ASG.conf) on Machine 1 must be same as the network property value set in the Core Engine properties (asg.properties) file.

    For example,

    In the mod_ASG.conf file on Machine 1, configure the network daemon as follows:

       AsgNetwork ;239.1.1.11

    In the Core Engine properties (asg.properties) file on Machine 2, set the network property value as follows:

       tibco.clientVar.ASG/modRV/RvNetwork=;239.1.1.11
  • The daemon certificate configured for the rvsrd setup must match the certificate specified by the AsgSecureDaemonCert parameter in the Apache module configuration file (mod_ASG.conf).
  • The user certificate configured for a user during the rvsrd setup must match with the certificate specified by the AsgSecureDaemonKey parameter in the Apache module configuration file (mod_ASG.conf).