Updated man pages at branch_2_0
authorJiří Filipovič <fila@ics.muni.cz>
Fri, 5 Jun 2009 13:02:20 +0000 (13:02 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Fri, 5 Jun 2009 13:02:20 +0000 (13:02 +0000)
org.glite.lb.client/doc/glite-lb-notify.1
org.glite.lb.logger/doc/glite-lb-interlogd.8
org.glite.lb.logger/doc/glite-lb-logd.8
org.glite.lb.server/doc/glite-lb-bkserverd.8
org.glite.lb.server/doc/glite-lb-mon-db.1

index 11e3e51..b6015f8 100644 (file)
@@ -6,15 +6,19 @@ glite-lb-notify - Register and receive notification from L&B
 .SH SYNOPSIS
 .B glite-lb-notify 
 .br
-       \fBnew\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] { \fB-j \fIjobid \fR| \fB-o \fIowner \fR| \fB-n \fInetwork_server \fR| \fB-v\fI virtual_organization\fR }
+       \fBnew\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR \fB-j \fIjobid \fR| { \fB-o \fIowner \fR | \fB -O \fR } \fB-n \fInetwork_server \fR \fB-v\fI virtual_organization\fR \fB-c \fR \fB-f\fI flags\fR ] 
 .br
        \fBbind \fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] \fInotifid\fR
+.br    
+       \fBchange \fR \fInotifid\fR \fIjobid\fR
 .br
        \fBrefresh\fR [ \fB-t \fIrequested_validity \fR ] notifid
 .br
-       \fBreceive\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] [ \fB -i \fItimeout \fR] [ \fB-f\fI field1,field2\fR,... \fInotifid\fR
+       \fBreceive\fR [ { \fB-s\fI socket_fd\fR | \fB-a \fIfake_addr\fR } \fB-t \fIrequested_validity\fR ] [ \fB -i \fItimeout \fR] [ \fB-r\fR] [ \fB-f\fI field1,field2\fR,... \fInotifid\fR
 .br
        \fBdrop\fR \fInotifid\fR
+.br    
+       \fBhelp\fR
 
 
 .SH DESCRIPTION
@@ -79,7 +83,11 @@ with exacltly one of
 .B -o\fR,
 .B -n,\fR
 .B -v
-options. 
+options. If the option 
+.B -O\fR 
+is used, credentials are retrieved from environment. The
+.B -c\fR
+set matching only on state change.
 Prints ID of the created notification.
 
 .TP
@@ -89,6 +97,11 @@ Binds to an existing notification, changing its listener eventually.
 Useful for debugging purposes mostly. 
 
 .TP
+.B change
+
+Connect notification with another job.
+
+.TP
 .B refresh
 
 Extend validity of an existing notification.
@@ -100,6 +113,8 @@ Bind to an existing notification, and start waiting for an incoming
 event, at most the time specified with
 .B -i
 (seconds).
+.B -r
+attempts to refresh the notification handle in 1/2 of current validity.
 .B -f
 allows to specify a custom list of fields of the job status
 to display. Run 
index 25f9615..d294ec7 100644 (file)
@@ -120,6 +120,10 @@ Be lazy when closing connections to servers (default,
 .I TIMEOUT\fR
 ==0 means turn lazy off).
 
+.TP
+.BI "-h\fR,\fP --help"
+Print help and exit.
+
 .\".SH USAGE
 .\" Add any additional description here
 
index 7ea5db3..a28529a 100644 (file)
@@ -86,6 +86,10 @@ The value has to be same as used in the cooperating glite-lb-interlogd.
 Print version and exit.
 
 .TP
+.B "-h\fR,\fP --help"
+Print help and exit.
+
+.TP
 .B --noAuth
 Don't require valid X509 credentials to run the daemon.
 Used for debugging only.
index fbfefea..94066c6 100644 (file)
@@ -228,7 +228,37 @@ Do not print diagnostic, even if -d is on.
 .BI -g \fP --greyjobs
 Allow delayed registration (grey jobs), implies --strict-locking.
 
+.TP
+.BI -A\fR,\fP --enable-lcas
+Activate LCAS-based authorization.
+
+.TP
+.BI -I\fR,\fP --rss-time " NUM"
+Set the maximal age (in seconds) of states published via RSS.
+
+.TP
+.BI -P\fR,\fP --proxyonly          
+Run only proxy service.
+
+.TP
+.BI -B\fR,\fP --withproxy
+Run both server and proxy service.
 
+.TP
+.BI -o\fR,\fP --sock
+Path-name to the local socket for communication with LB proxy.
+
+.TP
+.BI -q\fR,\fP --con-queue
+Size of the connection queue (accept).
+
+.TP
+.BI -W\fR,\fP --proxy-il-sock
+Socket to send events to.
+
+.TP
+.BI -Z\fR,\fP --proxy-il-fprefix
+File prefix for events.
 
 .\".SH USAGE
 .\" Add any additional description here
index 3005e56..ab0eefd 100644 (file)
@@ -5,7 +5,7 @@ glite-lb-mon-db - program for monitoring the number of jobs in the LB system
 
 .SH SYNOPSIS
 .B glite-lb-mon-db
-.B [-m dbstring]
+.B [-m dbstring -d -v -h]
 .br
 
 .SH DESCRIPTION
@@ -17,7 +17,19 @@ the number of jobs in each state.
 .SH OPTIONS
 .TP
 .B \-m dbstring, \-\-mysql=dbstring
-use non-default database connection string
+Use non-default database connection string.
+
+.TP
+.B \-d, \-\-debug
+Print debug info (if any).
+
+.TP
+.B \-v, \-\-verbose
+Be verbose.
+
+.TP
+.B \-h, \-\-help
+Display help and exit.
 
 .SH EXAMPLES
 .TP