[Pvfs2-cvs] commit by pcarns in pvfs2-1/doc: pvfs2-quickstart.tex

CVS commit program cvs at parl.clemson.edu
Mon Feb 25 09:14:57 EST 2008


Update of /projects/cvsroot/pvfs2-1/doc
In directory parlweb1:/tmp/cvs-serv24751/doc

Modified Files:
	pvfs2-quickstart.tex 
Log Message:
adding note about "-a" option to pvfs2-server


Index: pvfs2-quickstart.tex
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/doc/pvfs2-quickstart.tex,v
diff -p -u -r1.45 -r1.46
--- pvfs2-quickstart.tex	25 Feb 2008 14:03:03 -0000	1.45
+++ pvfs2-quickstart.tex	25 Feb 2008 14:14:57 -0000	1.46
@@ -263,6 +263,14 @@ you may run the server as follows:
 bash-2.05b# /usr/sbin/pvfs2-server /etc/pvfs2-fs.conf -d
 \end{verbatim}
 
+On startup, the PVFS2 server uses the hostname of the machine that it
+is running on to determine necessary information from the configuration
+file.  If the hostname doesn't match any of the addresses specified in
+the config file, then then you must use the -a option.  For example,
+each of above command lines could include ``-a testhost'' to
+specify that the server is using the \texttt{testhost} alias in the
+configuration file.
+
 \subsubsection{Automatic server startup and shutdown}
 \label{sec:rc}
 



More information about the Pvfs2-cvs mailing list