Unix and Linux Discussions Tagged with domain |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
18 |
21,961 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
15,435 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
7,571 |
Shell Programming and Scripting |
|
|
|
3 |
6,756 |
Solaris |
|
|
|
5 |
10,001 |
Linux |
|
|
|
3 |
3,151 |
AIX |
|
|
|
0 |
2,318 |
Solaris |
|
|
|
0 |
3,294 |
Shell Programming and Scripting |
|
|
|
3 |
13,839 |
Shell Programming and Scripting |
|
|
|
0 |
2,347 |
Linux |
|
|
|
0 |
5,920 |
Debian |
|
|
|
3 |
3,343 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
4,948 |
Cybersecurity |
|
|
|
0 |
1,798 |
Software Releases - RSS News |
|
|
|
0 |
2,744 |
Solaris BigAdmin RSS |
|
|
|
0 |
3,803 |
OS X Support RSS |
|
|
|
0 |
2,687 |
Solaris BigAdmin RSS |
|
|
|
3 |
5,130 |
IP Networking |
|
|
|
0 |
1,099 |
Software Releases - RSS News |
|
|
|
1 |
9,531 |
Red Hat |
|
|
|
0 |
3,505 |
Solaris BigAdmin RSS |
|
|
|
0 |
1,123 |
Software Releases - RSS News |
|
|
|
0 |
1,353 |
Software Releases - RSS News |
|
|
|
15 |
45,521 |
IP Networking |
|
|
|
0 |
1,117 |
Software Releases - RSS News |
|
|
|
0 |
1,424 |
UNIX and Linux RSS News |
|
|
|
0 |
1,400 |
Software Releases - RSS News |
|
|
|
0 |
5,809 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
3,784 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
9,015 |
Shell Programming and Scripting |
|
|
|
2 |
17,952 |
IP Networking |
|
|
|
3 |
5,165 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
18,953 |
Solaris |
|
|
|
5 |
5,837 |
Solaris |
|
|
|
0 |
1,059 |
Software Releases - RSS News |
|
|
|
6 |
4,199 |
IP Networking |
|
|
|
2 |
24,846 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,967 |
Solaris |
|
|
|
0 |
1,370 |
Software Releases - RSS News |
|
|
|
0 |
1,347 |
Software Releases - RSS News |
asadmin-delete-domain(1AS) User Commands asadmin-delete-domain(1AS)
NAME
asadmin-delete-domain, delete-domain - deletes the givendomain
SYNOPSIS
delete-domain [--terse=false] [--echo=false] [--domaindir install_dir/domains] domain_name
delete-domain deletes the specified domain. The domain must already exist and must be stopped. This command is supported in local mode
only.
OPTIONS
--domaindir directory where the domain is to be deleted. If specified, path must be accessible in the filesystem. If not speci-
fied, the domain in the default install_dir/domains directory is deleted.
--terse 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.
--echo setting to true will echo the command line statement on the standard output. Default is false.
OPERANDS
domain_name name of the domain. Must be a unique name.
Example 1: Using delete-domain
asadmin> delete-domain sampleDomain
deleted domain sampleDomain successfully
Where: the sampleDomain domain is deleted.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-domain(1AS), asadmin-start-domain(1AS), asadmin-stop-domain(1AS), asadmin-list-domains(1AS)
J2EE 1.4 SDK March 2004 asadmin-delete-domain(1AS)