admin@glassfish.java.net

yet another question about creating instances

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Tue, 16 Nov 2010 11:55:37 -0500

Just when you thought there was nothing left to ask....

Sanity check: I have a v2.1.1 cluster with instances n1 and n2. I upgrade to 3.1 by upgrading the DAS and then recreating n1 and n2. Everything works (hypothetically). Is there any reason I shouldn't be able to add more instances to that cluster?

In other words, I recreate the original two with:
asadmin create-local-instance --node mynode --cluster mycluster n1
asadmin create-local-instance --node mynode --cluster mycluster n2

...and then add another with:
asadmin create-local-instance --node mynode --cluster mycluster n3

I'm not talking about actually running this instance, as there could be other configuration issues. Am just asking if there is any reason this is not *supposed* to work? (You get one guess about whether or not it really does work.)

Cheers,
Bobby