asadmin-stop-domain(1AS) User Commands asadmin-stop-domain(1AS)NAME
asadmin-stop-domain, stop-domain - stops the given domain
SYNOPSIS
stop-domain [--domaindir install_dir/domains][--terse=false] [--echo=false] [domain_name]
stop-domain stops the specified domain. If there is only one domain in the default domain directory (install_dir/domains), then no operand
is required to stop the domain. However, if there is more than one domain, the domain operand must be specified. This command is supported
in local mode only.
OPTIONS --domaindir directory where the domain is to be stopped. If specified, path must be accessible in the filesystem. If not speci-
fied, the domainis stopped in the default install_dir/domains directory.
--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 stop-domain
asadmin> stop-domain sampleDomain
Stoping Domain sampleDomain, please wait
Domain sampleDomain stopped
Command stop-domain executed successfully
Where: the sampleDomain domain in the default domains directory is stopped.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-domain(1AS), asadmin-delete-domain(1AS), asadmin-start-domain(1AS), asadmin-list-domains(1AS)J2EE 1.4 SDK March 2004 asadmin-stop-domain(1AS)
Check Out this Related Man Page
asadmin-stop-domain(1AS) User Commands asadmin-stop-domain(1AS)NAME
asadmin-stop-domain, stop-domain - stops the given domain
SYNOPSIS
stop-domain [--domaindir install_dir/domains][--terse=false] [--echo=false] [domain_name]
stop-domain stops the specified domain. If there is only one domain in the default domain directory (install_dir/domains), then no operand
is required to stop the domain. However, if there is more than one domain, the domain operand must be specified. This command is supported
in local mode only.
OPTIONS --domaindir directory where the domain is to be stopped. If specified, path must be accessible in the filesystem. If not speci-
fied, the domainis stopped in the default install_dir/domains directory.
--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 stop-domain
asadmin> stop-domain sampleDomain
Stoping Domain sampleDomain, please wait
Domain sampleDomain stopped
Command stop-domain executed successfully
Where: the sampleDomain domain in the default domains directory is stopped.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-domain(1AS), asadmin-delete-domain(1AS), asadmin-start-domain(1AS), asadmin-list-domains(1AS)J2EE 1.4 SDK March 2004 asadmin-stop-domain(1AS)
Hello !
I have a small problem on one of our servers - web server. From scripts (PHP and/or Perl) the domains cannot be solved to an IP address. From console everything works fine but from any sort of script the domain name cannot be solved - no matter is that domain is hosted on the same... (6 Replies)
Hi all,
I want to write a shell script that read line by line of a file that have all domain names written, after reading complete file it will give us following output.
Domain Name Expiry Days-Left
abcd.com 20-Feb-200 6 10
How can i acheive that script... (6 Replies)
Not sure if this is the right forum for this so I apologize.
I am setting up zone records for a domain that will be forwarding to another domain. Right now if you go to www.mydomain.com it forwards to the correct site. but when i go to mydomain.com and just goes to an apache holder page. How do I... (3 Replies)
Dear Expert,
i have linux box that is running in the windows domain, BUT did not being a member of the domain. as I am not the System Administrator so I have no control on the server in the network, such as modify dns entry , add the linux box in AD and domain record and so on that relevant.
... (2 Replies)
Hi guys,
Recently i setting new Sendmail server and hosting 1 domain. And i got problem with sending mail and return with another domain as extention domain. For more detail this is what i setting in server :
# /etc/hosts
127.0.0.1 localhost.localdomain locahost
#... (2 Replies)
My script is very simple. It call isql and then echo a message. The problem is after the 1st command (isql), it stops so that the echo line never gets executed. Can anyone let me know what is wrong?
#!/usr/bin/sh
userid=xxxx
server=xxxx
db=xxxx
pwd=xxxx
isql -U ${userid} -S ${server}... (3 Replies)
How can I remove all data that contain domain e.g zzgh@something.com, sdd@something.com.my and gg@something.my in one file? so that i only have data without the domain in the file.
Here is the file structure "test.out"
more test.out
1 zzztop@b.com
1 zzzulll
1 zzzullll@s.com.my
... (4 Replies)
I have in a file
domain.com. 1909 IN A 1.22.33.44
domain.com. 1909 IN A 22.33.44.55
ns1.domain.com. 1699 IN A 33.44.55.66
ns2.domain.com. 1806 IN A 77.77.66.66
I need to "grep" or "awk" out the lines starting with domain.com. as follows.
domain.com. 1909 IN A 1.22.33.44
domain.com.... (3 Replies)
Hi,
This Sun M5000 currently has a single domain (0) created. Solaris 10 is installed on this domain with some local zones. Now we need to add a secondary hardware domain (1) to this M5000. My question: Can we keep the current OS settings on domain 0 when adding the secondary domain 1?
Thank... (5 Replies)
Hi,
I've configured this Sun M5000 to use two system domains (added a second domain to it). The following is the info about the settings. The showdevices command can't show devices on domain 1 because Solaris is not loaded on it yet.
My question: How can I confirm the hardware devices such as... (5 Replies)
Hello,
We have a process on our Linux RedHat machine creating symbolic links and moving around some files from domain to domain. The issue is that the programmer has left a long time ago and nobody knows how the program is called, where it is and how the scheduling is setup. It runs every day for... (7 Replies)
This script writes the output files to FILES but I don't want to exclude all directories from ABC_CHQ and LYS_ADV, I want to include one sub directory name process which is under ABC_CHQ and LYS_ADV in the search. Right now its excluding everything from prune directories such as ABC_CHQ, LYS_ADV... (10 Replies)
I want to know, for internet access, if there is an easy way to filter domain names, on your Linux box, that match certain key(s) without using squid. For example, if you want to block example.com you add the following lines in your /etc/hosts file:
0.0.0.0 www.example.com
0.0.0.0 example.com... (2 Replies)