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