<strong>I have 3 Physical Machine </strong>
1> server hostname is 'hostdas175' main cluster control (DAS)
2> server hostname is 'hosta170' server for node1
3> server hostname is 'hostb180' server for node2
<strong> i tried to do this command line on 'hostdas175' : </strong>
#asadmin setup-ssh hosta170 (successful)
#asadmin setup-ssh hostb180 (successful)
#asadmin install-node hosta170 (successful)
#asadmin install-node hostb180 (successful)
#asadmin start-domain (successful)
#create-node-ssh --nodehost hosta170 n1 (successful)
#create-node-ssh --nodehost hostb180 n2 (successful)
#create-cluster c1 (successful)
#create-instance --cluster c1 --node n1 i1 (successful)
#create-instance --cluster c1 --node n2 i2 (successful)
!!!BUT i failed to start cluster as below
#start-cluster c1
<code>
asadmin> start-cluster c1
i2: Could not start instance i2 on node n2 (linuxgf180).
Command failed on node n2 (linuxgf180): CLI801 Instance is already
synchronized
There is a process already using the admin port 24848 -- it probably is
another instance of a GlassFish server.
Command start-local-instance failed.
To complete this operation run the following command locally on host
linuxgf180 from the GlassFish install location /usr/glassfish3:
asadmin start-local-instance --node n2 --sync normal i2
i1: Could not start instance i1 on node n1 (linuxgf170).
Command failed on node n1 (linuxgf170): CLI801 Instance is already
synchronized
There is a process already using the admin port 24848 -- it probably is
another instance of a GlassFish server.
Command start-local-instance failed.
To complete this operation run the following command locally on host
linuxgf170 from the GlassFish install location /usr/glassfish3:
asadmin start-local-instance --node n1 --sync normal i1
The command start-instance failed for: i2 i1
asadmin>
</code>
what wrong i do ????
guru please help , thank you very much in advance sir..... T_T
--
[Message sent by forum member 'madoatz']
View Post: http://forums.java.net/node/787060