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 Commandshelp(1)


NAME

 help - displays a list of all the commands available in the Command-line interface

SYNOPSIS

 asadmin help or asadmin --help | -h | -?

DESCRIPTION

 

The help command displays a list of all the asadmin commands available in the Command-line interface. Specify the command to display the usage information for that command. To display the manpage of each command, use the syntax: asadmin command_name --help | -h | -? or asadmin help command_name

The following is a list of all the Command-line interface commands:

add-resources
registers the resource in the XML file specified
create-admin-object
adds the administered object with the specified JNDI name
create-audit-module
creates an audit module for the optional plugin module
create-auth-realm
adds the new authorized realm
create-connector-connection-pool
adds a connection pool with the specified connection pool name
create-connector-resource
registers the resource with the specified JNDI name
create-connector-security-map
creates or modifies a security map for the namedconnector connection pool
create-custom-resource
registers the custom resource
create-domain
creates a domain with the given name
create-file-user
creates a new file user
create-http-listener
adds a new HTTP listener socket
create-iiop-listener
adds the IIOP listener
create-javamail-resource
registers the Javamail resource
create-jdbc-connection-pool
registers the JDBC connection pool
create-jdbc-resource
registers the JDBC resource
create-jms-resource
registers the JMS resource
create-jmsdest
adds the named destination
create-jndi-resource
registers the JNDI resource
create-jvm-options
creates the JVM options from the Java configuration or profiler elements
create-lifecycle-module
adds a lifecycle module
create-persistence-resource
registers the persistence resource
create-profiler
creates the profiler element
create-resource-adapter-config
creates the resource adapter Java bean
create-ssl
creates the SSL element in the HTTP listener or IIOP listener
create-threadpool
creates the thread pool
create-virtual-server
adds the named virtual server
delete-admin-object
removes the administered object with the specified JNDI name
delete-audit-module
deletes the audit-module for the optional plugin module
delete-auth-realm
removes the named authorized realm
delete-connector-connection-pool
removes the specified connection pool
delete-connector-security-map
deletes the named security map
delete-connector-resource
removes the named resource connector
delete-custom-resource
removes the custom resource
delete-domain
deletes the given domain
delete-file-user
removes the named file user
delete-http-listener
removes the HTTP listener
delete-iiop-listener
removes the IIOP listener
delete-javamail-resource
removes the Javamail resource
delete-jdbc-connection-pool
removes the JDBC connection pool
delete-jdbc-resource
removes the JDBC resource
delete-jms-resource
removes the JMS resource
delete-jmsdest
destroys the named destination
delete-jndi-resource
removes the JNDI resource
delete-jvm-options
deletes the JVM options from the Java configuration or profiler elements
delete-lifecycle-module
removes the lifecycle module
delete-persistence-resource
removes the persistence resource
delete-profiler
deletes the profiler element
delete-resource-adapter-config
deletes the resource adapter Java bean
delete-ssl
deletes the ssl element from the HTTP listener or IIOP listener
delete-threadpool
deletes the thread pool
delete-virtual-server
deletes the virtual server with the named virtual server ID
deploy
deploys the specified component
deploydir
deploys the component that is in the directory located on domain application server
disable
stops the component
enable
runs the component
export
marks a variable name for automatic export to the environment of subsequent commands in multimode
freeze-transaction-service
immobilizes the named transaction service
get
gets the values of the monitorable or configurable attributes
get-client-stubs
gets the stubs of the client
help
displays a list of all the commands available in the Command-line interface
jms-ping
checks to see if the JMS provider is up and running
list-admin-objects
gets all the administered objects
list-audit-modules
lists the audit modules
list-auth-realms
lists the authorized realms
list-components
Lists deployed components
list-connector-connection-pools
gets all the connection pools
list-connector-resources
gets all the connector resources
list-connector-security-maps
lists the security maps for the connector connection pool
list-custom-resources
gets all the custom resources
list-domains
lists the domains in the given domains directory
list-file-groups
lists the file groups
list-file-users
lists the file users
list-http-listeners
gets the HTTP listeners
list-iiop-listeners
gets the IIOP listeners
list-javamail-resources
gets all the Javamail resources
list-jdbc-connection-pools
registers the JDBC connection pool
list-jdbc-resources
gets all the JDBC resources
list-jms-resources
gets all the JMS resources
list-jmsdest
gets all the named destinations
list-jndi-resources
gets all the JNDI resources
list-lifecycle-modules
gets the lifecycle modules
list-persistence-resources
gets all the persistence resources
list-resource-adapter-configs
lists the resource adapters configured in an instance
list-sub-components
Lists EJBs or Servlets in a deployed module or in a module of a deployed application
list-threadpools
lists the thread pools
list-virtual-servers
gets the virtual servers
list
lists the configurable elements
multimode
allows you to execute multiple commands while returning environment settings and remaining in the asadmin utility
ping-connection-pool
tests if a connection pool is usable
rollback-transaction
reinitialize the transaction service to its previous state
set
sets the values of attributes
show-component-status
displays the status of the deployed component
start-domain
starts the given domain
stop-domain
stops the given domain
undeploy
removes a component in the domain application server
unfreeze-transaction-service
mobilizes the named transaction service
unset
removes one or more variables from the multimode environment
update-file-user
updates a current file user as specified
update-connector-security-map
updates the security map for the specified connector connection pool
verify-domain-xml
verifies the content of the domain.xml
version
displays the version information

EXAMPLES

 Example 1. Using the help command
 
 
asadmin> help
asadmin> create-domain --help

Where: create-domain is the command you wish to view the usage for.


SEE ALSO

 

version(1)



J2EE 1.4 SDKGo To TopLast Changed March 2004