C:\tim\asgroup\v3\trunk>asadmin create-node-ssh --nodehost 192.168.2.109 --sshuser Tim --installdir /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish mymac Command create-node-ssh executed successfully. C:\tim\asgroup\v3\trunk>asadmin create-local-instance --cluster c1 in1 Rendezvoused with DAS on localhost:4848. Port Assignments for server instance in1: JMX_SYSTEM_CONNECTOR_PORT=28686 JMS_PROVIDER_PORT=27676 HTTP_LISTENER_PORT=28080 ASADMIN_LISTENER_PORT=24848 IIOP_SSL_LISTENER_PORT=23820 IIOP_LISTENER_PORT=23700 HTTP_SSL_LISTENER_PORT=28181 IIOP_SSL_MUTUALAUTH_PORT=23920 Download root for bootstrapping: C:\tim\asgroup\v3\trunk\publish\glassfishv3\glassfish\nodes\localhost\in1 Command create-local-instance executed successfully. C:\tim\asgroup\v3\trunk>ssh Tim@192.168.2.109 "/Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/bin/asadmin --host 192.168.2.108 create-local-instance --cluster c1 in2" Rendezvoused with DAS on 192.168.2.108:4848. Port Assignments for server instance in2: JMX_SYSTEM_CONNECTOR_PORT=28686 JMS_PROVIDER_PORT=27676 HTTP_LISTENER_PORT=28080 ASADMIN_LISTENER_PORT=24848 IIOP_SSL_LISTENER_PORT=23820 IIOP_LISTENER_PORT=23700 HTTP_SSL_LISTENER_PORT=28181 IIOP_SSL_MUTUALAUTH_PORT=23920 Download root for bootstrapping: /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/nodes/timothy-quinns-macbook-pro-2.local/in2 Command create-local-instance executed successfully. C:\tim\asgroup\v3\trunk>asadmin create-local-instance --cluster c2 in3 Using DAS host localhost and port 4848 from existing das.properties for node localhost. To use a different DAS, create a new node using create-node-ssh or create-node-config. Create the instance with the new node and correct host and port: asadmin --host das_host --port das_port create-local-instance --node node_name instance_name. Rendezvoused with DAS on localhost:4848. Port Assignments for server instance in3: JMX_SYSTEM_CONNECTOR_PORT=28687 JMS_PROVIDER_PORT=27677 HTTP_LISTENER_PORT=28081 ASADMIN_LISTENER_PORT=24849 IIOP_SSL_LISTENER_PORT=23821 IIOP_LISTENER_PORT=23701 HTTP_SSL_LISTENER_PORT=28182 IIOP_SSL_MUTUALAUTH_PORT=23921 Download root for bootstrapping: C:\tim\asgroup\v3\trunk\publish\glassfishv3\glassfish\nodes\localhost\in3 Command create-local-instance executed successfully. C:\tim\asgroup\v3\trunk>ssh Tim@192.168.2.109 "/Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/bin/asadmin --host 192.168.2.108 create-local-instance --cluster c2 in4" Using DAS host 192.168.2.108 and port 4848 from existing das.properties for node timothy-quinns-macbook-pro-2.local. To use a different DAS, create a new node using create-node-ssh or create-node-config. Create the instance with the new node and correct host and port: asadmin --host das_host --port das_port create- local-instance --node node_name instance_name. Rendezvoused with DAS on 192.168.2.108:4848. Port Assignments for server instance in4: JMX_SYSTEM_CONNECTOR_PORT=28687 JMS_PROVIDER_PORT=27677 HTTP_LISTENER_PORT=28081 ASADMIN_LISTENER_PORT=24849 IIOP_SSL_LISTENER_PORT=23821 IIOP_LISTENER_PORT=23701 HTTP_SSL_LISTENER_PORT=28182 IIOP_SSL_MUTUALAUTH_PORT=23921 Download root for bootstrapping: /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/nodes/timothy-quinns-macbook-pro-2.local/in4 Command create-local-instance executed successfully. C:\tim\asgroup\v3\trunk>asadmin start-local-instance in1 Waiting for the server to start ...................................... Successfully started the instance: in1 instancelocation: C:\tim\asgroup\v3\trunk\publish\glassfishv3\glassfish\nodes\localhost\in1 Log File: C:\tim\asgroup\v3\trunk\publish\glassfishv3\glassfish\nodes\localhost\in1\logs\server.log Admin Port: 24848 Command start-local-instance executed successfully. C:\tim\asgroup\v3\trunk>ssh Tim@192.168.2.109 "/Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/bin/asadmin start-local-instance in2" Waiting for the server to start ............. Successfully started the instance: in2 instancelocation: /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/nodes/timothy-quinns-macbook-pro-2.local/in2 Log File: /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/nodes/timothy-quinns-macbook-pro-2.local/in2/logs/server.log Admin Port: 24848 Command start-local-instance executed successfully. C:\tim\asgroup\v3\trunk>asadmin start-local-instance in3 Waiting for the server to start ...................................... Successfully started the instance: in3 instancelocation: C:\tim\asgroup\v3\trunk\publish\glassfishv3\glassfish\nodes\localhost\in3 Log File: C:\tim\asgroup\v3\trunk\publish\glassfishv3\glassfish\nodes\localhost\in3\logs\server.log Admin Port: 24849 Command start-local-instance executed successfully. C:\tim\asgroup\v3\trunk>ssh Tim@192.168.2.109 "/Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/bin/asadmin start-local-instance in4" Waiting for the server to start ............ Successfully started the instance: in4 instancelocation: /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/nodes/timothy-quinns-macbook-pro-2.local/in4 Log File: /Users/Tim/asgroup/v3/H/publish/glassfishv3/glassfish/nodes/timothy-quinns-macbook-pro-2.local/in4/logs/server.log Admin Port: 24849 Command start-local-instance executed successfully. C:\tim\asgroup\v3\trunk>asadmin create-jdbc-connection-pool --property User=derbypublic:Password=derbypublic:dataBaseName=DerbyDB:serverName=localhost:portNumber=1527 --restype javax.sql.DataSource --datasourceclassname org.apache.derby.jdbc.ClientDataSource cmpcustomer-pool Command create-jdbc-connection-pool executed successfully on server instance in1 Command create-jdbc-connection-pool executed successfully on server instance in2 Command create-jdbc-connection-pool executed successfully on server instance in3 Command create-jdbc-connection-pool executed successfully on server instance in4 Command create-jdbc-connection-pool executed successfully. C:\tim\asgroup\v3\trunk>