diff --git a/doc/CTA_Admin.pdf b/doc/CTA_Admin.pdf
index e31882f880db5b083390e90a08ea092412fb7f69..fe4f5cf2fd77b89687a813f3d8521051735901a2 100644
Binary files a/doc/CTA_Admin.pdf and b/doc/CTA_Admin.pdf differ
diff --git a/doc/CTA_EOS.pdf b/doc/CTA_EOS.pdf
index 7dfad461831a1f399799ca8393ce7d75a934f270..0d31648f321fcebfb6959d4e05b561d5bbf46ec2 100644
Binary files a/doc/CTA_EOS.pdf and b/doc/CTA_EOS.pdf differ
diff --git a/doc/The_Tape_Storage_Element.pdf b/doc/The_Tape_Storage_Element.pdf
index 7b6720de77fa43019f8a188605e70614ca1ef535..250a9318cc4edcdc488c8c81cb45ba46fca3f7d8 100644
Binary files a/doc/The_Tape_Storage_Element.pdf and b/doc/The_Tape_Storage_Element.pdf differ
diff --git a/doc/cta.pdf b/doc/cta.pdf
index dccdae55b694b7085b35c1d95a3c94037432bcdf..3ae2a47750025c48d93f13157d4061d2eee56056 100644
Binary files a/doc/cta.pdf and b/doc/cta.pdf differ
diff --git a/doc/latex/CTA_Admin_Install.tex b/doc/latex/CTA_Admin_Install.tex
index 8d85176cacc615548ea7a4a4e309f119d8331cd6..ab026662e131e9c19a6d6e6a1a96849aeb247ebc 100644
--- a/doc/latex/CTA_Admin_Install.tex
+++ b/doc/latex/CTA_Admin_Install.tex
@@ -445,29 +445,29 @@ host and user, by connecting directly to the catalogue database.
 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.
 
-\subsection{Install the Remote Media Changer Daemon (\texttt{rmcd})}
+\subsection{Install the Remote Media Changer Daemon (\texttt{cta-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
+The Remote Media Changer Daemon (\texttt{cta-rmcd}) is a TCP/IP server which controls the robots in the tape libraries.
+\texttt{cta-rmcd} must run locally for security reasons: it only listens to the localhost network. It includes a device
 driver for the drive and one for the library.
 
-Install \texttt{rmcd}:
+Install \texttt{cta-rmcd}:
 \begin{lstlisting}
 # yum install -y castor-rmc-client castor-rmc-server initscripts
 \end{lstlisting}
 \begin{alertbox}
-The dependency on \texttt{initscripts} will be removed when \texttt{rmcd} is ported from \texttt{init.d} to
+The dependency on \texttt{initscripts} will be removed when \texttt{cta-rmcd} is ported from \texttt{init.d} to
 \texttt{systemd}.
 \end{alertbox}
-The configuration file \texttt{/etc/sysconfig/rmcd} should contain the following settings:
+The configuration file \texttt{/etc/sysconfig/cta-rmcd} should contain the following settings:
 \begin{lstlisting}
 DAEMON_COREFILE_LIMIT=unlimited
 RUN_RMCD=yes
 RMCD_OPTIONS=/dev/smc
 \end{lstlisting}
-Start \texttt{rmcd}:
+Start \texttt{cta-rmcd}:
 \begin{lstlisting}
-# systemctl start rmcd
+# systemctl start cta-rmcd
 \end{lstlisting}
 Now the command \texttt{smc} can be used to load/unload tapes (instead of 
 \hyperref[install_mhvtl_virtual_tape_library_commands]{\texttt{mtx}}).
diff --git a/doc/queueRequestSeqDiags.pdf b/doc/queueRequestSeqDiags.pdf
index 6a61a6a1e51ef54d810afe9ab40b20b4cd70aa06..a77cb2e608d2b940b47155a870b583a044e7a5a0 100644
Binary files a/doc/queueRequestSeqDiags.pdf and b/doc/queueRequestSeqDiags.pdf differ