asadmin-list-jndi-resources(1AS) User Commands asadmin-list-jndi-resources(1AS)NAME
list-jndi-resources - gets all the JNDI resources
SYNOPSIS
list-jndi-resources --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure |-s] [--passwordfile filename]
[--terse=false]
[--echo=false] [--interactive=true]
Gets all the JNDI resources. This command is supported in remote mode only.
OPTIONS --user authorized domain application server administrative username.
--password password to administer the domain application server.
--host machine name where the domain application server is running.
--port port number of the domain application server listening for administration requests.
--secure if true, uses SSL/TLS to communicate with the domain application server.
--passwordfile file containing the domain application server password.
--terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-
formatted data for consumption by a script.
--echo setting to true will echo the command line statement on the standard output.
--interactive prompts you for the required options that are not already specified.
Example 1: Using the list-jndi-resource command
asadmin> list-jndi-resource --user admin1
--password adminadmin1 --host pigeon --port 5001
Command list-jndi-resources executed successfully
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-jndi-resource(1AS), asadmin-delete-jndi-resource(1AS)J2EE 1.4 SDK March 2004 asadmin-list-jndi-resources(1AS)
Check Out this Related Man Page
asadmin-delete-jndi-resource(1AS) User Commands asadmin-delete-jndi-resource(1AS)NAME
asadmin-delete-jndi-resource, delete-jndi-resource - removes the JNDI resource
SYNOPSIS
delete-jndi-resource --user admin_user[--password admin_password][--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename]
[--terse=false] [--echo=false] [--interactive=true] jndi_name
Removes the JNDI resource. This command is supported in remote mode only.
OPTIONS --user authorized domain application server administrative username.
--password password to administer the domain application server.
--host machine name where the domain application server is running.
--port port number of the domain application server listening for administration requests.
--secure if true, uses SSL/TLS to communicate with the domain application server.
--passwordfile file containing the domain application server password.
--terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-
formatted data for consumption by a script.
--echo setting to true will echo the command line statement on the standard output.
--interactive prompts you for the required options that are not already specified.
OPERANDS
jndi_name name of the JNDI resource to be deleted.
Example 1: Using the delete-jndi-resource command
asadmin> delete-jndi-resource --user admin1 --password adminadmin1
--host pigeon --port 5001 sample_jndi_resource
Command delete-jndi-resource executed successfully
Where: sample_jndi_resource is the JNDI resource to be deleted.
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-jndi-resource(1AS), asadmin-list-jndi-resources(1AS)J2EE 1.4 SDK March 2004 asadmin-delete-jndi-resource(1AS)
Hi all
I would like to check my production machine and find out which application is using up the resources of the Unix machine, is there a way to display individual applications that are running and the percentage of resources they are taking up? (2 Replies)
Hi,
is there any command to findout that which application is using the particular port.
or whether any port is occupied with the specfic process id ? (4 Replies)
root@localhost# echo 'server $serviceName -connectorType $connectorType -ipAddress $ipAddress -port $port -domain $domain' | cut -d "-" -f 1
O/P= server $serviceName
when i grep the o/p -v nothing is displayed
now how to output the all data by excluding the O/P (server $serviceName) from the... (5 Replies)
Hi,
I have an application running on HP-UX, from this application I need to findout if the port number. lets say 7890,7891, 7892 are listening on the remote server running on HP-UX.
Is there any way of doing it using "system()" function or any other?
I noticed that nmap, netcat are not... (0 Replies)