asadmin [asadmin-options] create-resource-ref [--help]
[--target target]
[--enabled={false|true}] reference_name
create-resource-ref |
Previous | Next | Contents |
creates a reference to a resource
Synopsis
asadmin [asadmin-options] create-resource-ref [--help]
[--target target]
[--enabled={false|true}] reference_name
Description
The create-resource-ref
subcommand creates a reference from a cluster
or an unclustered server instance to a previously created resource, for
example, a JDBC resource created by using the create-jdbc-resource
subcommand. This effectively results in the resource being made
available in the JNDI tree of the instance or cluster.
The target instance or instances making up the cluster need not be running or available for this subcommand to succeed. If one or more instances are not available, they will receive the new resource the next time they start.
Note
|
A A |
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--target
Specifies the target for which you are creating the resource
reference. Valid targets are as follows:
server
Creates the resource reference for the default server instance. This is the default target.
Creates the resource reference for every server instance in the cluster.
Creates the resource reference for the named unclustered server instance.
--enabled
Indicates whether the resource should be enabled. This value will take
effect only if the resource is enabled at the global level. The
default is true
.
Operands
The name or JNDI name of the resource.
Examples
Example 1 Creating a Reference to a JMS Destination Resource
This example creates a reference to the JMS destination resource
jms/Topic
on the cluster Cluster1
.
asadmin> create-resource-ref --target Cluster1 jms/Topic
resource-ref jms/Topic created successfully.
Command create-resource-ref executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |