Changes between Version 3 and Version 4 of DRM4G/AvailableCommands
- Timestamp:
- Sep 21, 2016 4:38:48 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/AvailableCommands
v3 v4 3 3 Type the `--help` option to obtain information about all commands: 4 4 {{{ 5 #!sh6 5 $ drm4g --help 7 6 DRM4G is an open platform, which is based on GridWay Metascheduler, used to define, 8 7 submit, and manage computational jobs. For additional information, 9 see http://meteo.unican.es/trac/wiki/DRM4G 8 see http://meteo.unican.es/trac/wiki/DRM4G. 10 9 11 10 Usage: drm4g [ --version ] [ -h | --help ] [ --dbg ] … … 159 158 160 159 Commands: 161 init Create san identity for a period of time, by default 168 hours160 init Create an identity for a period of time, by default 168 hours 162 161 (1 week). Use the option --lifetime to modify this 163 162 value. It adds the configured private key to a ssh-agent … … 173 172 if necessary) if grid_cert variable is defined. 174 173 175 info It givessome information about the identity status.174 info Get some information about the identity status. 176 175 177 delete The identity is removedfrom the ssh-agent and the176 delete Remove the identity from the ssh-agent and the 178 177 myproxy server. 179 178 }}}