1. Overview of Enterprise Server Administration
Default Settings and Locations
Instructions for Administering Enterprise Server
Subcommands of the asadmin Utility
asadmin Utility Options and Subcommand Options
Operands of asadmin Utility Subcommands
To Run an asadmin Utility Subcommand in Single Mode
To Display Help Information for the asadmin Utility or a Subcommand
To Run a Set of asadmin Subcommands From a File
Administering System Properties
Listing Various System Elements
To Display the Enterprise Server Version
Using REST Interfaces to Administer Enterprise Server
Using REST URLs to Administer Enterprise Server
Using REST Resource Methods to Administer Enterprise Server
To Determine the Methods and Method Parameters That a Node in the Tree Supports
To Retrieve Data for a Node in the Tree
To Delete a Node From the Tree
Child Resources for Non-CRUD Operations
Securing Enterprise Server REST Interfaces
Formats for Resource Representation
4. Administering the Virtual Machine for the Java Platform
6. Administering Web Applications
7. Administering the Logging Service
8. Administering the Monitoring Service
9. Administering Life Cycle Modules
10. Extending Enterprise Server
Part II Security Administration
11. Administering System Security
12. Administering User Security
13. Administering Message Security
Part III Resources and Services Administration
14. Administering Database Connectivity
15. Administering EIS Connectivity
16. Administering Internet Connectivity
17. Administering the Object Request Broker (ORB)
18. Administering the JavaMail Service
19. Administering the Java Message Service (JMS)
20. Administering the Java Naming and Directory Interface (JNDI) Service
21. Administering Transactions
This section contains instructions for integrating resources into the Enterprise Server environment. Information about administering specific resources, such as JDBC, is contained in other chapters.
The following topics are addressed here:
Use the add-resources subcommand in remote mode to create the resources named in the specified XML file. The following resources are supported: JDBC connection pool and resource, JMS, JNDI, and JavaMail resources, custom resource, connector resource and work security map, admin object, and resource adapter configuration.
The XML file must reside in the as-install/domains/domain1/config directory. If you specify a relative path or simply provide the name of the XML file, this subcommand will prepend as-install/domains/domain1/config to this operand.
Ensure that the server is running.
Remote subcommands require a running server.
Add resources from an XML file by using the add-resources(1) subcommand.
Information about properties for the subcommand is included in this help page.
Restart Enterprise Server.
See To Restart a Domain.
This example creates resources using the contents of the resource.xml file on localhost.
asadmin> add-resources c:\tmp\resource.xml Command : JDBC resource jdbc1 created successfully. Command : JDBC connection pool poolA created successfully. Command add-resources executed successfully.
You can also view the full syntax and options of the subcommand by typing asadmin help add-resources at the command line.