@@ -464,75 +464,107 @@ host and user, by connecting directly to the catalogue database.
\section{Install the Tape Server}
\label{install_cta_install_tape_server}
\subsection{Install the Tape Library}
If the CTA instance is not using real tape hardware, follow the directions in Appendix~\ref{install_mhvtl} to install the
mhVTL Virtual Tape Library.
Add the following lines to \texttt{/etc/cta/cta.conf}. Fill in OBJECTSTOREURL with the value defined in Section~\ref{install_cta_configure_objectstore}:
\subsection{Install the Remote Media Changer Daemon (\texttt{rmcd})}
The Remote Media Changer Daemon (\texttt{rmcd}) is a TCP/IP server which controls the robots in the tape libraries.
\texttt{rmcd} must run locally for security reasons: it only listens to the localhost network. It includes a device
\section{Start the XRoot daemon with CTA Front End plugin}
\begin{alertbox}
Before starting the xroot server we need to change the VFS backend permissions again (because new files have been created with the \texttt{stage:st} user by the tapeserver daemon). Example:
\begin{verbatim}
$ chmod -R 0777/tmp/jobStoreVFSOKJCjW
\end{verbatim}
\begin{lstlisting}
$ chmod -R 0777/tmp/jobStoreVFSOKJCjW
\end{lstlisting}
\end{alertbox}
Start the XRoot daemon, specifying the name of the XRoot instance (\texttt{-n}), the name of the configuration file we
just created (\texttt{-c}), use IPv4 protocol (\texttt{-I v4}), run in the background (\texttt{-b}) and where to put the
log file (\texttt{-l})\footnote{For full documentation of command line options, see
...
...
@@ -598,16 +630,6 @@ To trigger manually EOS workflows just use the following eos commands:
file workflow <filename> default delete
\end{verbatim}
\section{Rmcd configuration}
Rmcd is the Remote Media Changer daemon, a TCP/IP server (which you must run locally for security reasons: it only listens to the localhost network). Has a device driver for the drive and one for the library.
The file \texttt{/etc/sysconfig/rmcd} contains the following parameters:
\begin{lstlisting}
DAEMON_COREFILE_LIMIT=unlimited
RUN_RMCD=yes
RMCD_OPTIONS=/dev/smc
\end{lstlisting}
\section{Removing CTA}
To remove the CTA Front-end and associated packages: