SRM-PING: BeStMan SRM-Client Tools User's Guide
srm-ping checks the state of the SRM server.
Usage
- srm-ping service_url [command line options]
Options
- Command line options take priority from the options from conf file.
- Options in the following table are in alphabetical order
| -authid <string> |
- Authorization ID to be used in SRM for the request
|
| -conf <path> |
- Path to the configuration file.
- Command line options will override the options from conf file
|
| -connectiontimeout <int> |
- enforces http connection timeout in the given seconds.
- Default=1800
|
| -debug |
- Specifies debugging output
- Default=false
|
| -delegation <true¶false> |
- Force proxy delegation.
- When not provided, no delegation is done.
- When –delegation is provided, it forces the user choice.
|
| -help |
|
| -log <path> |
- Specifies path to log file
- Default=./srmclient-event-date-random.log
|
| -proxyfile <path> |
|
| -quiet |
- Suppress output in the console.
- This option writes the output to the log file.
- Default=false
|
| -serviceurl <endpoint> |
- Full web service endpoint
- Required when source url or target url does not contain web service endpoint information
|
| -sethttptimeout <int> |
- set client-side http connection timeout in the given seconds.
- Default=600
|
| -usercert <path> |
- Path to user grid certificate
|
| -userkey <path> |
- Path to user grid certificate key
|
Notes
- srm client makes no proxy delegation by default. A user can override the automatic handling by providing an option “-delegation” (or “-delegation true”) to force the delegation, and “-delegation false” to force no delegation. “-debug” option would show how the delegation is done on the output.
Examples
Ping the SRM server
Troubleshooting
- For memory conscious jobs, “-lite” option is provided to use less memory to handle the user request. The option the passes -Xms32M to the virtual machine.
See Also