Unix and Linux Discussions Tagged with port ping |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
6,467 |
Shell Programming and Scripting |
|
|
|
7 |
7,387 |
Shell Programming and Scripting |
|
|
|
4 |
10,032 |
Shell Programming and Scripting |
|
|
|
3 |
19,960 |
Solaris |
|
|
|
1 |
12,589 |
Cybersecurity |
|
|
|
1 |
11,665 |
IP Networking |
|
|
|
7 |
33,696 |
Shell Programming and Scripting |
|
|
|
10 |
59,388 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
19,430 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
33,009 |
Solaris |
|
|
|
12 |
6,662 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,882 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
17,820 |
Solaris |
|
|
|
2 |
11,909 |
Solaris |
|
|
|
6 |
5,157 |
Shell Programming and Scripting |
|
|
|
5 |
47,053 |
UNIX for Dummies Questions & Answers |
|
|
|
8 |
11,082 |
AIX |
|
|
|
6 |
17,826 |
Shell Programming and Scripting |
|
|
|
6 |
6,449 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
10,889 |
SCO |
|
|
|
9 |
11,342 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,376 |
IP Networking |
|
|
|
5 |
6,560 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
9,847 |
UNIX for Dummies Questions & Answers |
|
|
|
39 |
32,103 |
Shell Programming and Scripting |
|
|
|
3 |
9,115 |
HP-UX |
|
|
|
6 |
12,203 |
AIX |
|
|
|
6 |
45,149 |
Programming |
|
|
|
5 |
16,961 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
4,934 |
AIX |
|
|
|
1 |
4,286 |
Solaris |
|
|
|
3 |
47,058 |
IP Networking |
|
|
|
4 |
4,581 |
Solaris |
|
|
|
3 |
4,063 |
IP Networking |
|
|
|
6 |
11,138 |
Solaris |
|
|
|
4 |
7,484 |
IP Networking |
|
|
|
10 |
4,096 |
Programming |
|
|
|
12 |
5,735 |
Solaris |
|
|
|
8 |
4,867 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,120 |
UNIX for Dummies Questions & Answers |
asadmin-jms-ping(1AS) User Commands asadmin-jms-ping(1AS)
NAME
jms-ping - checks to see if the JMS provider is up and running
SYNOPSIS
jms-ping --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--passwordfile filename] [--secure|-s]
[--terse=false] [--echo=false] [--interactive=false]
Checks to see if the JMS provider is up and running. 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.
--passwordfile file containing the domain application server password.
--secure if true, uses SSL/TLS to communicate with the domain application server.
--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. Default is false.
--echo setting to true will echo the command line statement on the standard output. Default is false.
--interactive if set to true (default), only the required password options are prompted.
Example 1: Using jms-ping
asadmin> jms-ping --user admin --password adminadmin --host bluestar --port 4848 server1
JMS Ping Status=RUNNING
EXIT STATUS
0 command executed successfully
1 error in executing the command
asadmin-create-jmsdest(1AS), asadmin-delete-jmsdest(1AS), asadmin-list-jmsdest(1AS)
J2EE 1.4 SDK March 2004 asadmin-jms-ping(1AS)