Brand new Troubleshooting Guide.
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 21 Mar 2011 15:36:03 +0000 (15:36 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 21 Mar 2011 15:36:03 +0000 (15:36 +0000)
org.glite.lb.doc/Makefile
org.glite.lb.doc/src/LBTG-Abstract.tex [new file with mode: 0644]
org.glite.lb.doc/src/LBTG.tex [new file with mode: 0644]

index ab5e1ec..a7337f7 100644 (file)
@@ -30,7 +30,7 @@ default all: generate doc
 
 generate: events.tex status.tex ver.tex
 
-doc: LBUG.pdf LBAG.pdf LBDG.pdf LBTP.pdf
+doc: LBUG.pdf LBAG.pdf LBDG.pdf LBTP.pdf LBTG.pdf
 
 # %.dvi: %.tex
 #      $(LATEX) $<
@@ -69,6 +69,7 @@ install:
        ${INSTALL} -m 644 LBUG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
        ${INSTALL} -m 644 LBAG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
        ${INSTALL} -m 644 LBDG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
+       ${INSTALL} -m 644 LBTG.pdf ${DESTDIR}${PREFIX}${prefix}/share/doc/${package}-${version}
 # install DG example sources
        for p in ${top_srcdir}/examples/*; do \
                if [ "$$p" == "${top_srcdir}/examples/CVS" ]; then continue; fi; \
@@ -96,7 +97,7 @@ LBUG.pdf: ${COMMON} \
        LBUG-Introduction.tex components.tex \
        LBUG-Tools.tex logevent.tex notify.tex log_usertag.tex change_acl.tex \
        LBUG-Troubleshooting.tex \
-       LBUG-Appendix.tex events.tex status.tex
+       LBUG-Appendix.tex events.tex status.tex faq.tex
 
 LBAG.pdf: ${COMMON} \
        LBAG.tex \
@@ -104,7 +105,7 @@ LBAG.pdf: ${COMMON} \
        LBAG-Introduction.tex components.tex \
        LBAG-Installation.tex \
        LBAG-Running.tex \
-       LBAG-Troubleshooting.tex
+       LBAG-Troubleshooting.tex faq.tex
 
 LBDG.pdf: ${COMMON} \
        LBDG.tex \
@@ -124,4 +125,10 @@ LBTP.pdf: ${COMMON} \
        LBTP-PerfTests.tex \
        LBTP-InterTests.tex
 
+LBTG.pdf: ${COMMON} \
+       LBTG.tex \
+       LBTG-Abstract.tex \
+       LBAG-Troubleshooting.tex \
+       faq.tex
+
 .PHONY: all clean doc
diff --git a/org.glite.lb.doc/src/LBTG-Abstract.tex b/org.glite.lb.doc/src/LBTG-Abstract.tex
new file mode 100644 (file)
index 0000000..3be0001
--- /dev/null
@@ -0,0 +1,21 @@
+%
+%% Copyright (c) Members of the EGEE Collaboration. 2004-2010.
+%% See http://www.eu-egee.org/partners for details on the copyright holders.
+%% 
+%% Licensed 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.
+%
+% when changed, update also http://egee.cesnet.cz/en/JRA1/LB/lb.html
+% (in CVSROOT=:gserver:lindir.ics.muni.cz:/cvs/edg, cvsweb/lb.html)
+This is a guide for user-side troubleshooting of the Logging and Bookkeeping
+(\LB) service. It is based on previous experience with problems frequently
+ encountered by users.
diff --git a/org.glite.lb.doc/src/LBTG.tex b/org.glite.lb.doc/src/LBTG.tex
new file mode 100644 (file)
index 0000000..ccf5c0a
--- /dev/null
@@ -0,0 +1,53 @@
+%
+%% Copyright (c) Members of the EGEE Collaboration. 2004-2010.
+%% See http://www.eu-egee.org/partners for details on the copyright holders.
+%% 
+%% Licensed 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.
+%
+\documentclass{egee}
+\def\insideUG{}
+
+\input{definitions}
+
+\title{Logging and Bookkeeping}
+\Subtitle{Troubleshooting Guide}
+\author{CESNET EMI LB Product Team}
+\DocIdentifier{glite-lb-doc-tg-\version}
+\DeliverableId{}
+\Date{\today}
+\Activity{JRA1: Middleware Engineering}
+\DocStatus{FINAL, version \version}
+\Dissemination{PUBLIC}
+\DocumentLink{\url{http://egee.cesnet.cz/cvsweb/LB/LBTG.pdf}}
+\Abstract{\input{LBTG-Abstract}}
+
+\begin{document}
+
+\input{frontmatter}
+\tableofcontents
+
+\newpage
+\input{versions}
+
+\newpage
+\input{LBUG-Troubleshooting}
+
+\newpage
+\input{faq}
+
+\newpage
+\bibliographystyle{unsrt}
+\bibliography{lbjp}
+
+\end{document}
+