Visit Azul.com Support

Restart-Domains

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Restarts the Domain Administration Server(DAS) of the specified domains.

Synopsis

 
asadmin [asadmin-options] restart-domains [--help] [--domainTimeout timeout] [--timeout timeout] [domain-name]

Description

The restart-domains subcommand can be used to restart the specified list of domains in the operand. This list must be specified as a comma separated string of values.

Options

asadmin-options

Options for the asadmin utility. For information about these options, see the asadmin help page.

--timeout

Specifies how long to take for the domains to restart in seconds. If restarting the domains takes longer than this amount then this command will fail.

The default value is 600.

--domainTimeout

Specifies how long to take for each domain to restart in seconds. If restarting the domain takes longer than this amount then this command will fail.

The default value is 600.

Operands

domain-names

The name of the domains you want to restart.

Examples

Example 1 Restarting Domains

This example restarts domain1 and testy in the default domains directory.

 
asadmin restart-domains domain1,testy Successfully restarted the domain Restarted domain domain1 Successfully restarted the domain Restarted domain testy Command restart-domains executed successfully.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also