I install the first Domino server on windows 2003.Now I install 3 additional partitioned server on RHEL5.3.I give each partitioned server a IP address.(I use vmware to make this easy.)every partitioned server have its user and group.LIKE:servername ip user group
server02/testp 192.168.0.215 notes notes
server03/testp 192.168.0.216 notes2 notes
server04/testp 192.168.0.217 notes3 notes
I config every partitioned started.I give them separate ip address,writed to the each server’s notes.ini like :
for server02:TCPIP_TcpIPAddress=0,192.168.0.215:1352
for server03: TCPIP_TcpIPAddress=0,192.168.0.216:1352
for server04: TCPIP_TcpIPAddress=0,192.168.0.217:1352
but only one partitional can load successfully.I want all the partitioned server load successfully.the reson is the ports like smtp ,pop3,imap cann’t use for 3 server in one OS.I found that smtp,pop3 and imap could load well for 3 servers together.but why http could not?
How should make them
load successfully? thanks everyone.