Skip to content
Snippets Groups Projects
Commit fa446ace authored by Michael Davis's avatar Michael Davis
Browse files

Check in updated documentation PDFs

parent 32f07d43
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -21,6 +21,8 @@ This should include:
\end{itemize}
\end{alertbox}
\section{Debugging Authentication Problems}
Force the \texttt{cta} command line tool to use Kerberos authentication:
\begin{lstlisting}
export XrdSecPROTOCOL=krb5
......@@ -31,21 +33,22 @@ export XrdSecDEBUG=1
\end{lstlisting}
\section{Trying out some commands}
Now CTA should be up and running and we can try out some commands from the \texttt{cmdline} directory:
\begin{verbatim}
$ <cta_build_dir>/cmdline/cta ll add -n IBMJD3 -m "IBM lib 3"
$ <cta_build_dir>/cmdline/cta tp add -n cms_raw_08 -p 15 -m "CMS raw"
$ <cta_build_dir>/cmdline/cta ta add -v G12345 -l IBMJD3 -t cms_raw_08 -c 10000 -m "Tape"
$ <cta_build_dir>/cmdline/cta sc add -n single -i 2 -c 1 -m "A single copy class"
$ <cta_build_dir>/cmdline/cta ar add -s single -c 1 -t cms_raw_08 -m "Route to cms"
$ <cta_build_dir>/cmdline/cta mkdir /cta
$ <cta_build_dir>/cmdline/cta ssc /cta single
$ <cta_build_dir>/cmdline/cta csc /cta
$ <cta_build_dir>/cmdline/cta ssc /cta single
$ <cta_build_dir>/cmdline/cta ls /
$ <cta_build_dir>/cmdline/cta a "eos://eos/passwd" /cta/file5
\end{verbatim}
For a complete reference of the user commands see the next chapter.
\begin{lstlisting}
$ cta ll add -n IBMJD3 -m "IBM lib 3"
$ cta tp add -n cms_raw_08 -p 15 -m "CMS raw"
$ cta ta add -v G12345 -l IBMJD3 -t cms_raw_08 -c 10000 -m "Tape"
$ cta sc add -n single -i 2 -c 1 -m "A single copy class"
$ cta ar add -s single -c 1 -t cms_raw_08 -m "Route to cms"
$ cta mkdir /cta
$ cta ssc /cta single
$ cta csc /cta
$ cta ssc /cta single
$ cta ls /
$ cta a "eos://eos/passwd" /cta/file5
\end{lstlisting}
See Chapter~\ref{user_commands} for a complete reference for the user commands.
\section{Running \texttt{tapeserverd}}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment