asadmin-list-domains(1AS) User Commands asadmin-list-domains(1AS)NAME
asadmin-list-domains, list-domains - lists the domains in the given domains directory
SYNOPSIS
list-domains [--domaindir install_dir/domains] [--terse=false] [--echo=false]
list-domains lists the domains in the given domains directory. This command is supported in local mode only.
OPTIONS --domaindir directory where the domains are located. If specified, path must be accessible in the filesystem. If not specified,
the domains in the default install_dir/domains directory are listed.
--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.
--echo setting to true will echo the command line statement on the standard output.
Example 1: Using list-domains
asadmin> list-domains
List of domains:
domain1 running
samples not running
Where: the domain1 and samples are listed and their status printed.
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-stop-domain(1AS)J2EE 1.4 SDK March 2004 asadmin-list-domains(1AS)
Check Out this Related Man Page
asadmin-list-domains(1AS) User Commands asadmin-list-domains(1AS)NAME
asadmin-list-domains, list-domains - lists the domains in the given domains directory
SYNOPSIS
list-domains [--domaindir install_dir/domains] [--terse=false] [--echo=false]
list-domains lists the domains in the given domains directory. This command is supported in local mode only.
OPTIONS --domaindir directory where the domains are located. If specified, path must be accessible in the filesystem. If not specified,
the domains in the default install_dir/domains directory are listed.
--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.
--echo setting to true will echo the command line statement on the standard output.
Example 1: Using list-domains
asadmin> list-domains
List of domains:
domain1 running
samples not running
Where: the domain1 and samples are listed and their status printed.
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-stop-domain(1AS)J2EE 1.4 SDK March 2004 asadmin-list-domains(1AS)
I've got 100 directories that each have 2 directories with in them.
Structered like this:
/home/domains/domain1/
through to
/home/domains/domain100/
and those 2 directories mentioned above are here:
/home/domains/domain1/directory1/
/home/domains/domain1/directory2/
through to... (7 Replies)
Would it be possible to restrict access to internet pages in the following way?
A machine:
IP = 128.1.17.123
Only pages from domains of the type "go.jp" and "ne.jp" are viewable. All others are not viewable or only partly viewable.
B machine:
IP = 128.1.17.146
Regardless of the domain... (4 Replies)
i have a text file which domains something like this
123213213213/32434342
324324324/12312321321
12321321,435435435
12321312 / 12313213 / 12435435345
4353213 , 123213213213
21321321312-12334324
234324324 - 235645645645
456456456 - 45456456456 - 45645645654243
how can i replace '/' and... (4 Replies)
Hi,
I 've a M5000 system with 2 domains configured on it. How can i move the DVD from one domain to the other ? so that i can access the drive in the second domain. cfgdevice -l does not work on M5000 (6 Replies)
hi ,
i need to format the output which is availble in a file
file output is
Following are the Process_Scheduler Domains running in the server Ram-pc
VPORCL
Following are the Application Server domains running in the server Ram-pc
VPORCL01
VPORCL02
these value VPORCL,VPORCL01...... (5 Replies)
Hello Everyone!
I trust you are off to a great week! Trying to output the name and count of each uniquely occurring domain in the current directory for a portion of a script I'm building.
Here's what I'm stuck on:
- Need to find UNIQUE occurences of domains (*@domain.com) in ALL files in... (4 Replies)
Hello,
I'm trying to strip all the subdomains from a domains list.
Let's say the list is:
----------
http://add.my.yahoo.com
ad.doubleclick.net
admin.searchhippo.com
www.advertise.about.com.br
----------
I need to get
-----------
yahoo.com
doubleclick.net
searchhippo.com... (6 Replies)
Hi there,
I have configured sendmail in AIX 6.1 and able to send emails to most of the domains like yahoo and gmail. But certain domains are denying to verify my domain probably due to the masquarding not happening correctly. Following are some logs of sendmail command.... (9 Replies)
Hi all,
i have a file in that N number of domains and subdomains, from that i want to separate only main domains. without duplicate.
for example:
0008.ASIA. NS AS2.DNS.ASIA.CN.
0008.ASIA. NS AS2.DNS.ASIA.CN.
ns1.0008.asia NS AS2.DNS.ASIA.CN.
www.0008.asia NS AS2.DNS.ASIA.CN.... (11 Replies)
I am trying to build a sinkhole for BIND. I created a master zone file for malicious domains and created a separate conf file, but I am stuck.
I have a list of known bd domains that is updated nightly. The file simply contains the list of domains, one on each line:
Bad.com
Bad2.com... (4 Replies)
I want to print the domain:ip for a list of domains in a text file.
the problem is godaddy has blocked the domains so the result of a ping is like this:
PING domain.com (68.178.232.99): 56 data bytes
--- domain.com ping statistics ---
1 packets transmitted, 0 packets received, 100.0%... (4 Replies)
I've been trying to write a command-line function to grab a website's MX records and their ip addresses. The code below works with domains that only have one MX record:
function kmx { mx=`host -t MX $1 | awk '{ print $7 }'`;
ip=`host $mx | sed '/IPv6/d;/handled/d' | awk '{ print $4 }'`; ... (8 Replies)
Hello again people,
I have a list of websites in this format:
domain.com
domain1.com
domain2.com
domainwww.com
domain2www.com
domain3www.com
www.domain.com
www.domain2.com
www.domain3.com
I want to replace the string "www." with "nothing" but only lines that start with "www."
... (3 Replies)
Hi,
Our existing environment is having primary domain and 3 guest domains are running over it. See the attached image.
Now we want to add a new primary virtual switch and move LDOM3 to be connected with new primary switch.
So, I am not sure how to achieve this because. If I remove the... (7 Replies)