Making sure the synchronous actions occur when your start your instance-cluster. Answer: By default, running the command, <b>asadmin start-node-agent NODE-AGENT-NAME</b> will not actually register synchronization for all entries/parameters/configuration for the cluster configuration in <a href="https://glassfish.java.net/downloads/v2ur1-b09d.html">GlassFish V2 update 1</a> or <a href="http://www.sun.com/software/products/appsrvr/get.jsp">Application Server 9.1</a> when starting up the cluster... To make sure synchronization kicks in when starting the cluster use the following two commands; <br><br> <b>./asadmin start-node-agent --startinstances=false NODE-AGENT-NAME</b><BR> <b>./asadmin start-cluster CLUSTER-NAME</BR>
|