Author: degenaro
Date: Tue May 17 18:46:14 2016
New Revision: 1744300

URL: http://svn.apache.org/viewvc?rev=1744300&view=rev
Log:
UIMA-4745 DUCC docs

- Add section: Admin Tasks
- Add sub-section: Add Node
- Add sub-section: Remove Node

Added:
    
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex
Modified:
    
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/ducc-aguide.tex

Added: 
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex?rev=1744300&view=auto
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex
 (added)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex
 Tue May 17 18:46:14 2016
@@ -0,0 +1,57 @@
+% 
+% Licensed to the Apache Software Foundation (ASF) under one
+% or more contributor license agreements.  See the NOTICE file
+% distributed with this work for additional information
+% regarding copyright ownership.  The ASF licenses this file
+% to you under the Apache License, Version 2.0 (the
+% "License"); you may not use this file except in compliance
+% with the License.  You may obtain a copy of the License at
+% 
+%   http://www.apache.org/licenses/LICENSE-2.0
+% 
+% Unless required by applicable law or agreed to in writing,
+% software distributed under the License is distributed on an
+% "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+% KIND, either express or implied.  See the License for the
+% specific language governing permissions and limitations
+% under the License.
+% 
+
+\section{Administrative Tasks}
+
+   The administrative tasks comprise one or several DUCC commands 
+   and/or file editing to achieve a desired system state.
+
+\subsection{Add Node}
+\label{subsec:admin.add-node}
+
+       \subsubsection{{\em Description}}
+    Persistently add a node to active service in the cluster.
+    \begin{itemize}
+      \item add the node to file resources/ducc.nodes
+      \item add the node to file resources/ducc.classes (optional)
+      \item run admin/start\_ducc agent@<host.domain>
+      \item run admin/rm\_qoccupancy
+    \end{itemize}
+
+       The node should start appearing in the results from the
+       rm\_qoccupancy command, perhaps with some delay due to
+       system latency.
+       
+\subsection{Remove Node}
+\label{subsec:admin.remove-node}
+
+    \subsubsection{{\em Description}}
+    Persistently remove a node from active service in the cluster.
+    \begin{itemize}
+      \item remove the node from file resources/ducc.nodes
+      \item remove the node to file resources/ducc.classes (if specified)
+      \item run admin/stop\_ducc agent@<host.domain>
+      \item run admin/rm\_reconfigure
+      \item run admin/rm\_qoccupancy
+    \end{itemize}
+
+       The node should stop appearing in the results from the
+       rm\_qoccupancy command, perhaps with some delay due to
+       system latency.
+       
\ No newline at end of file

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/ducc-aguide.tex
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/ducc-aguide.tex?rev=1744300&r1=1744299&r2=1744300&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/ducc-aguide.tex
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/ducc-aguide.tex
 Tue May 17 18:46:14 2016
@@ -49,6 +49,8 @@
 %%\input{part4/admin/ducc-statedump.tex}
 %%\input{part4/admin/verify-ducc.tex}
 
+%% This is a section
+\input{part4/admin/admin-tasks.tex}
 
 %% This should input a chapter
 \input{part4/rm.tex}
@@ -59,9 +61,9 @@
 %% A chapter
 \input {part4/web.tex}
 
+
 %% A chapter
 \input {part4/sim.tex}
 
-
 \chapter{Understanding the DUCC logs}
 \input{part4/system-logs.tex}


Reply via email to