This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IDPApps4.8.x-Configuring Permission Clustering to Use TCP

In the documentation about TCP the following example is indicated:

TCP(bind_addr=idmapps;bind_port=7815):TCPPING(initial_hosts=192.168.162.10[7815],192.168.162.11[7815];port_range=3):MERGE3(min_interval=10000;max_interval=30000):FD_SOCK:FD(timeout=2500;max_tries=5):VERIFY_SUSPECT(timeout=1500):BARRIER:pbcast.NAKACK2(use_mcast_xmit=false):UNICAST3:pbcast.STABLE(desired_avg_gossip=50000;max_bytes=4M):pbcast.GMS(print_local_addr=true; join_timeout=2000):MFC(max_credits=2M;min_threshold=0.4):FRAG2(frag_size=60K):pbcast.STATE_TRANSFER

reference: https://www.netiq.com/documentation/identity-manager-48/identity_apps_admin_486/data/configuring-identity-applications-472-permission-clustering-to-use-tcp-or-udp.html


What does the parameter "bind_addr=idmapps" represent? Could I change the text "idmapps" to another string?


Do you know of somewhere where I can identify the syntax and meaning of each parameter in the example?