glite-proxy-renew (1) Linux Manual Page
glite-proxy-renew – simple client for the proxy renewal daemon.
Synopsis
glite-proxy-renew -j <jobid> [options] commandDescription
glite-proxy-renew communicates with the proxy renewal daemon and allows administrators to check it functions correctly. It is not meant to be used regularly or by regular users.Commands
- start
- Register a proxy with the renewal daemon to keep it renewed. The name of the file from the repository is returned as the result. The -f FILE, –file FILE option must be given.
- stop
- Unregisters a proxy from the renewal repository. The proxy file will be removed.
- get
- Lookup the renewal repository to find whether a proxy for the jobid is registered. If found, the command returns the filename from the repository.
Options
- -f FILE, –file FILE
- Specifies the filename containing the proxy certificate that should be renewed.
- -h, –help
- Display a list of valid options.
- -j JOBID, –jobid JOBID
- Specifies the job id that is uniquely tied with the proxy. This option is obligatory and is required for all commands.
- -p PORT, –port PORT
- Specifies port of the MyProxy server, which should be used to renew the proxy.
- -s SERVER, –server SERVER
- Specifies the name of the MyProxy server, which should be used to renew the proxy.
- -v, –version
- Display the version of the proxy renewal daemon.
Files
- /tmp/dgpr_renew_<uid>
- A unix socket used to talk to the daemon. It is created the daemon upon its start
Environment
- GLITE_PR_TIMEOUT
- Sets the maximum number of seconds that the daemon is given to answer a request done over the unix socket. The default value is 120 seconds.
