Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

asadmin-list-jndi-resources(1as) [sunos man page]

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)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

check resources

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)
Discussion started by: handynas
2 Replies

2. Solaris

Command to know port no

Hi, I want to know command which will display which application is running on which port.... apart from netstat, (6 Replies)
Discussion started by: manoj.solaris
6 Replies

3. Solaris

required command to know the port no.

Can anybody have the command to know the port no using unix command for the weblogic server application. (1 Reply)
Discussion started by: Amit_kolurwar
1 Replies

4. Solaris

Assigning cryptographic resources to the control domain

Sun documentation suggests that we need to assign cryptographic resources to the control domain as part of the initial configuration. I searched the documentation to better understand the purpose of this and know recommendation/limitation. I am doing this for Netra T5220 and wondering if the... (5 Replies)
Discussion started by: StarSol
5 Replies

5. Shell Programming and Scripting

command to know the application running of the port

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)
Discussion started by: mail2sant
4 Replies

6. Shell Programming and Scripting

Reverse match in grep

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)
Discussion started by: kalyankalyan
5 Replies

7. HP-UX

how to check remote server port listening from application.

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)
Discussion started by: einsteinBrain
0 Replies