Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cloud-infrastructure
data-analytics
Commits
8612b2ff
Commit
8612b2ff
authored
May 03, 2021
by
Domenico Giordano
Browse files
fix documentation
parent
2e09a5bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
control_room/install_AD.sh
View file @
8612b2ff
...
...
@@ -187,10 +187,10 @@ function install_all(){
cd dir_where_ACCOUNT.kt_is (*)
kinit -k -t ACCOUNT.kt -c
\$
KRB5CCNAME srvdaana@CERN.CH
export KINIT_PROG=eosfusebind
k5start -f ACCOUNT.kt -L -K 30 -k
\$
{KRB5CCNAME} -b -U -t
k5start -f
\`
pwd
\`
/
ACCOUNT.kt -L -K 30 -k
\$
{KRB5CCNAME} -b -U -t
ps -f --pid
\`
pgrep k5start
\`
# eosfusebind needs to be renewed (using cron to workaround this)
line=
\"
* * * * * (date; export KRB5CCNAME=
$KRB5CCNAME
;klist; eosfusebind; ls /eos/) &>
>
/tmp/cron_eosfusebind.txt
\"
line=
\"
* * * * * (date; export KRB5CCNAME=
$KRB5CCNAME
;klist; eosfusebind; ls /eos/) &> /tmp/cron_eosfusebind.txt
\"
(crontab -l; echo "
$line
" ) | crontab -
crontab -l
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment