localhost.localdomain issue in clustering in 10.1.3
After the installation of Oracle AS 10.1.3, we have noticed that hostname and domain entry in /etc/host was as follows
127.0.0.1 localhost localhost.localdomain dellin01.localdomain
As a result of this, the instance name is now showing OracleASj2ee.localhost.localdomain
Now we are going to install Oracle AS in another machine and /etc/host file in that machine is as follows
127.0.0.1 localhost localhost.localdomain dellin02.localdomain
If we are to install Oracle AS in the second machine and presumably, the instance name is going to be also
OracleASj2ee.localhost.localdomain. Now if we are to cluster these two instances, would these instance names will be a problem?
Thanks in advance,
Mustafa