Command Usage: samadmin v8_1_5 samadmin push k5login
|  |
Command Description:
Push the k5login file to all 'subscribed' accounts (this will happen automatically
as part of the "samadmin modify k5login" command).
You must be logged in as user 'sam' on one of the 'master' FNAL nodes in order
to run this command. The 'master' FNAL nodes are:
['d0mino.fnal.gov', 'd0ora1.fnal.gov', 'd0ora3.fnal.gov', 'd0ora2.fnal.gov', 'bagend.fnal.gov']
NOTE ALSO: problems have been seen when using WRQ Reflections as your
means of logging in as user 'sam' on a 'master' node, probably due to
not coming in via FNAL kerberized ssh. If you use WRQ Reflections, a
suitable workaround is:
1) log in normally (as yourself) to a kerberized FNAL node.
2) kinit -F <username>/root # obtain credentials
3) ssh <masterNode>.fnal.gov -l sam # make sure this is the
# FNAL kerberized ssh
# (usually /usr/krb5/bin/ssh)
and proceed from there.
Usage:
samadmin push k5login [--options] [-flags]
Where:
--options:
--corbaCallTimeout=<value> # time in seconds for CORBA method calls to return before timing out (default: 0; zero implies no timeout)
--retryInterval=<value> # retry interval base in seconds; will multiply this base times retryCount (default: 5)
--retryJitter=<value> # retry jitter, random jitter added to base retry interval times retryCount (default: 5)
--retryMaxCount=<value> # number of times to retry CORBA calls for retriable exceptions (default: 25; zero implies no retries)
-flags:
-c # automatically close all servants after each method call
-d # debug mode
-s # retrySilently mode (do not issue messages to stderr on proxy retries)
-t # time-it mode (print additional info on timings)
-v # verbose mode
Required Data Types:
corbaCallTimeout : int
retryInterval : int
retryJitter : int
retryMaxCount : int
You may omit "-c" if the $SAM_PYAPI_AUTO_CLOSE_SERVANTS environmental variable is set.
You may omit "--corbaCallTimeout=<value>" if the $SAM_PYAPI_CORBA_CALL_TIMEOUT environmental variable is set.
You may omit "--retryInterval=<value>" if the $SAM_PYAPI_RETRY_INTERVAL environmental variable is set.
You may omit "--retryJitter=<value>" if the $SAM_PYAPI_RETRY_JITTER environmental variable is set.
You may omit "--retryMaxCount=<value>" if the $SAM_PYAPI_RETRY_MAX_COUNT environmental variable is set.
You may omit "-s" if the $SAM_PYAPI_RETRY_SILENTLY environmental variable is set.
UNIX ExitStatus:
Success : 0
Unhandled exceptions : 127
See Also: