Unix and Linux Discussions Tagged with disable |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
15,287 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,161 |
Hardware |
|
|
|
8 |
44,205 |
Solaris |
|
|
|
11 |
14,979 |
Hardware |
|
|
|
15 |
5,890 |
Programming |
|
|
|
10 |
7,036 |
Windows & DOS: Issues & Discussions |
|
|
|
2 |
6,409 |
Solaris |
|
|
|
5 |
5,271 |
Solaris |
|
|
|
0 |
4,642 |
AIX |
|
|
|
6 |
9,424 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,652 |
Solaris |
|
|
|
3 |
6,616 |
Solaris |
|
|
|
1 |
10,280 |
Shell Programming and Scripting |
|
|
|
0 |
4,879 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,554 |
OS X Support RSS |
|
|
|
0 |
4,759 |
AIX |
|
|
|
2 |
12,295 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
12,106 |
Cybersecurity |
|
|
|
1 |
7,494 |
SCO |
|
|
|
0 |
6,240 |
Linux |
|
|
|
12 |
26,220 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,460 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,242 |
IP Networking |
|
|
|
7 |
6,070 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,527 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,922 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,949 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,650 |
Cybersecurity |
|
|
|
8 |
17,604 |
Cybersecurity |
|
|
|
3 |
2,757 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,911 |
Cybersecurity |
|
|
|
5 |
4,923 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,521 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,473 |
UNIX for Dummies Questions & Answers |
asadmin-disable(1AS) User Commands asadmin-disable(1AS)
NAME
asadmin-disable, disable - disables the component
SYNOPSIS
disable --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename]
[--terse=false] [--echo=false] [--interactive] component_name
disable immediately disables the named component. The component must have been deployed. If the component has not been deployed, an error
message is returned.
OPTIONS
--user authorized domain application server administrative username.
--password password to administer the domain application server.
--host machine name where the domain application server is running.
--port port number of the domain application server listening for administration requests.
--secure if true, uses SSL/TLS to communicate with the domain application server.
--passwordfile file containing the domain application server password.
--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.
--interactive prompts you for the required options that are not already specified.
OPERANDS
component_name name of the component to be disabled.
Example 1: Using disable
asadmin> disable sampleApp
Command disable executed successfully
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-deploy(1AS), asadmin-deploydir(1AS), asadmin-undeploy(1AS), asadmin-enable(1AS)
J2EE 1.4 SDK March 2004 asadmin-disable(1AS)