Question: What is the command to start a Glassfish server?
Answer: I use the following command to start my Glassfish server:
asadmin start-domain domain1
Although this command refers to starting domain1, at least in my case, it also serves to start the entire Glassfish server. I don't know how this works for multiple domains, but my guess is that if you start any one of your domains, you will start up your Glassfish server.