Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandsstart-domain(1)


NAME

 start-domain - starts the given domain

SYNOPSIS

 start-domain [--domain domain_name]

DESCRIPTION

 

Use the start-domain command to start all the instances in the specified domain. If the --domain option is not specified, and there is only one domain, all the instances in that domain are started. The start-domain command can be run locally only. The domain must currently exist on the local machine


OPTIONS

 
--domain
name of the domain; must be a unique name.

EXAMPLES

 Example 1. Using start-domain
 
 
asadmin> start-domain --domain domain1
instance domain1:admin-server started
instance domain1:server1 started
domain domain1 started

Where: the domain1 domain is started. By starting the domain, the admin-server and server1 instances in the domain are also started.


EXIT STATUS

 
0
command executed successfully
1
error in executing the command

SEE ALSO

 

create-domain(1), delete-domain(1), stop-domain(1), list-domains(1), start-appserv(1), stop-appserv(1), start-instance(1), stop-instance(1)



Go To TopLast Changed April 2004