我想在两台不同的机器上配置两个Opendj实例之间的多主复制:第一个在localhost上,第二个在virtualbox上。 我在两台机器上安装了Opendj。我无法启用复制,因为我不知道如何连接到虚拟站。命令:
./bin/dsreplication enable --host1 work_station --port1 4444 --bindDN1 \
"cn=Directory Manager" --bindPassword1 password --replicationPort1 8989 \
--host2 virtual_station --port2 4444 --bindDN2 "cn=Directory Manager" \
--bindPassword2 password --replicationPort2 8989 --adminUID admin \
--adminPassword password --baseDN "dc=example,dc=com" -X -n
给我输出:
Establishing connections .....
Could not connect to virtual_station:4444. Check that the server is running and
that it is accessible from the local machine. Details: virtual_station:4444
答案 0 :(得分:0)
为了能够在两台计算机(物理或虚拟)之间启用复制,OpenDJ服务必须能够解析这两个名称(来自DNS或本地主机文件)并连接到不同的计算机和端口。 确保可以从每台计算机上解析这两个名称,并确保您没有防火墙或其他阻止端口的配置。