You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/05/18 13:02:46 UTC

svn commit: r1744405 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex

Author: degenaro
Date: Wed May 18 13:02:45 2016
New Revision: 1744405

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

- Update Admin Tasks

Modified:
    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/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=1744405&r1=1744404&r2=1744405&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/admin-tasks.tex Wed May 18 13:02:45 2016
@@ -30,13 +30,13 @@
     \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
+      \item run admin/start\_ducc -c agent@host.domain
+      \item run admin/rm\_qoccupancy\textsuperscript{1}
     \end{itemize}
 
 	The node should start appearing in the results from the
-	rm\_qoccupancy command, perhaps with some delay due to
-	system latency.
+	rm\_qoccupancy\textsuperscript{1} command, perhaps with 
+	some delay due to system latency.
 	
 \subsection{Remove Node}
 \label{subsec:admin.remove-node}
@@ -45,13 +45,27 @@
     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 remove the node from file resources/ducc.classes (if specified)
+      \item run admin/stop\_ducc -c agent@host.domain
       \item run admin/rm\_reconfigure
-      \item run admin/rm\_qoccupancy
+      \item run admin/rm\_qoccupancy\textsuperscript{1}
     \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
+	rm\_qoccupancy\textsuperscript{1} command, perhaps with
+	some delay due to system latency.
+	
+	If running without the database, then stop and start the DUCC
+	Web Server 	to cause the node to be removed from the Machines
+	page by performing these additional steps:
+	
+	 \begin{itemize}
+      \item run admin/stop\_ducc -c ws
+      \item run admin/start\_ducc -c ws
+    \end{itemize}
+	
+\subsection{Notes}
+\label{subsec:admin.notes}
+
+	\textsuperscript{1} rm\_qoccupancy is supported when system is configured
+	to employ database only.
\ No newline at end of file