Name | Synopsis | Description | Options | Operands | Examples | Exit Status
verify-domain-xml [--terse=false] [--echo=false] [--help] [ --verbose =false] [--domaindir install_dir/domains] [domain_name]
Verfies the content of the domain.xml file.
Indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script. Default is false.
Setting to true will echo the command line statement on the standard output. Default is false.
Displays the help text for the command.
Turns on verbose debugging mode if true. The default is false.
Specifies the directory where the domains are located. The path must be accessible in the file system. The default is the value of the $AS_DEF_DOMAINS_PATH environment variable. This variable is defined in asenv.bat/conf. The default value of this variable is install_dir/domains.
asadmin> verify-domain-xml --verbose=true All Tests Passed. domain.xml is valid |
Name | Synopsis | Description | Options | Operands | Examples | Exit Status