ICM problem

Hello

I am trying to set up the following configuration:

  • A web cluster consisting of two nodes

  • ICM on the primary node using it’s own IP address.

The servers is supposed to host several domains.

When trying to connect to each of the servers by their hostname and domain (ex. www1.thesite.com) everything is perfect. However when trying to connect to the ICM part of the cluster (using www.thesite.com) it fails and loads the site for the domain specified in the field “Fully qualified Internet host name:”.

I’ve just tried to replace the host names in the fields “Fully qualified Internet host name:” (Basics)and “Host name(s):” (Internet protocols - Basics) to the assigned IP-address for the server. The result was that only the specified default site was found.

Then I tried to add multiple host names to the field “Host name(s):” (Internet protocols - Basics)just specifying more domains. Result: None of the sites was found (somehow this was an expected result… :expressionless: ).

Seems to me that the domain specified for the server replaces the domain specified in the URL request when passing through the ICM. Could some of you please tell me why this happends?

Thanks

Ove

Subject: ICM problem…

You might want to try using a dns round robing and configure the single icm server or ip address with multiple domains for example:

IpAddress=1.1.1.101 domainone

IpAddress=1.1.1.101 domaintwo

IpAddress=1.1.1.101 domainthree

These domain can pointed to a specific applaiction within the cluster server or ICM. Leave the basic configuration on the ICM as it but mare sure that the ICM port is enable in the Internet port Doc…

hope this help