Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandslist(1)


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

DESCRIPTION

Lists the configurable elements (child nodes).

OPTIONS

--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.

OPERANDS

element_name

configurable or monitorable element name.

EXAMPLES

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

EXIT STATUS

0

command executed successfully

1

error in executing the command

INTERFACE EQUIVALENT

Access Control List page

SEE ALSO

get(1), set(1), reconfig(1)


Sun Java System Application ServerGo To TopLast Changed 29 Dec 2003