 |
|
|
NAME
| list - lists the configurable elements |
SYNOPSIS
| list[ --monitor ]--user admin_user[ --password admin_password ][ --host localhost ]
[ --port 4848 ][ --passwordfile filename ][ --secure|-s ]element_name |
|
Lists the configurable elements (child nodes).
|
|
- --monitor
- defaults
to false; if set to false, the configurable attribute values are returned.
If set to true, the monitorable attribute values are returned.
- --user
- administrative
user associated for the instance.
- --password
- administrative
password corresponding to the administrative user.
- --host
- host name
of the machine hosting the administrative instance.
- --port
- administrative
port number associated with the administrative host.
- --passwordfile
- file containing passwords appropriate for the command (e.g., administrative
instance).
- --secure
- if true,
uses SSL/TLS tocommunicate with the administrative instance.
|
|
-
element_name
- configurable or monitorable element name.
|
| Example 1. Using list for a server instance
|
|
asadmin> list --user admin --passwordfile passwords.txt --host localhost --port 4848 server1
List of configurable attributes for element server1
server1.jndi-resource
server1.persistence-manager-factory-resource
server1.application
server1.http-service
server1.connector-module
server1.transaction-service
server1.iiop-listener
server1.mime
server1.ejb-container
server1.j2ee-application
server1.authrealm
server1.virtual-server-class
server1.acl
server1.mdb-container
server1.external-jndi-resource
server1.http-listener
server1.orblistener
server1.java-config
server1.mail-resource
server1.jdbc-resource
server1.iiop-service
server1.jms-service
server1.orb
server1.resources
server1.lifecycle-module
server1.profiler
server1.jms-resource
server1.web-module
server1.custom-resource
server1.virtual-server
server1.jdbc-connection-pool
server1.log-service
server1.security-service
server1.web-container
server1.ejb-module
|
|
Example 2. Using list for an application
|
|
asadmin> list --user admin --passwordfile passwords.txt --host localhost
--port 4848 server1.j2ee-application
List of configurable attributes for element server1.j2ee-application
server1.j2ee-application.fortune
|
|
Example 3. Using list for a web module
|
|
asadmin> list --user admin --passwordfile passwords.txt --host localhost
--port 4848 server1.web-module
List of configurable attributes for element server1.web-module
server1.web-module.simple
|
|
|
|
- 0
- command executed successfully
- 1
- error in executing the command
|
Company Info
|
Contact
|
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
|