 |
|
|
NAME
| start-domain - starts the given domain |
SYNOPSIS
| start-domain [--domain domain_name] |
|
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
|
|
- --domain
- name of
the domain; must be a unique name.
|
| 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.
|
|
|
- 0
- command executed successfully
- 1
- error in executing the command
|
Company Info
|
Contact
|
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
|