Network Management

 View Only
  • 1.  DDS Peer Create Failure

    Posted Apr 04, 2025 05:33 AM

    I've been getting this error log plaguing my 2 controllers:
    Apr  3 14:02:20 2025  dds[9036]: <344003> <9036> <INFO> |dds|  (dds_peer_create 76) Replication Destination for x.x.x.x has not been configured yet.
    Apr  3 14:02:20 2025  dds[9036]: <344003> <9036> <INFO> |dds|  (dds_listen_accept 307) dds_peer_create() failed

    The x's represent my primary controller's IP.

    No matter what DDS trace commands I issue I cannot get these errors to go away. I'm getting this error on my standby controller stating no destination is configured on my active/primary controller. Any Ideas on what I should try? 



  • 2.  RE: DDS Peer Create Failure

    Posted May 30, 2025 10:09 AM

    Resolution for anybody else who has this issue. For my situation I reviewed and compared the configuration of my primary and secondary controller. I found that my High Availability (HA) membership group on my backup controller was named something different than my primary. Primary "VT-FailOver"  Secondary "Vt-FailOver" the difference in the upper and lower case letter "t" made the difference. I removed the incorrect name and the errors stopped. I hope this helps someone.