Code

diffrent method invocation do not cause feedback to STDERR
[gosa.git] / gosa-si / gosa-si-server.pod
2 =head1 NAME
4 gosa-si-server -Support infrastructure for GOsa
6 =head1 SYNOPSIS
8 gosa-si-server [-hvf] [-c config]
10 =head1 OPTIONS
12 B<-h>, B<--help>
13     print out this help message
15 B<-v>, B<--verbose>
16     be verbose (multiple v's will increase verbosity) 
17     -v          ERROR level
18     -vvv        WARNING  + ERROR level
19     -vvvvv      INFO + WARNING level
20     -vvvvvvv    DEBUG + INFO level
21     -vvvvvvvvv  in and out going xml messages will be displayed
23 B<-f>, B<--foreground> 
24     foregroud, process will not be forked to background
26 B<-c> I<file>, B<--config=>I<file>
27     configuration file, default F</etc/gosa-si/server.conf>
29 B<--no-arp>
30     starts script without connection to arp module
32 B<-d> <int> 
33     if verbose level is higher than 7 'v' specified parts can be debugged
35       1 : receiving messages
36       2 : sending messages
37       4 : encrypting/decrypting messages
38       8 : verification if a message complies gosa-si requirements
39      16 : message processing
40      32 : ldap connectivity
41      64 : database status and connectivity
42     128 : main process
43     256 : creation of packages_list_db
44     512 : ARP debug information
47 =head1 DESCRIPTION
49 gosa-si-server  belongs  to  the  support infrastructure of GOsa.  Several gosa-si-clients can connect to one gosa-si-server.  The server take care of the message forwarding from GOsa to si-clients.  At the client site each message is related to a working instruction which will be executed there.  Depending of the message an answer from the client to GOsa via the server is possible.  Additional to answers clients reporting events  or  information  to the server.  The server registers himself at other servers in network and shares his knowledge with them.  So messages to clients which are no registrated locally will be forward to the client corresponding server. The communication within the complete SI nework is realised by XML messages.
52 =head1 BUGS 
54 Please report any bugs, or post any suggestions, to the GOsa mailing list <gosa-devel@oss.gonicus.de> or to <https://oss.gonicus.de/labs/gosa>
57 =head1 LICENCE AND COPYRIGHT
59 This code is part of GOsa (L<http://www.gosa-project.org>)
61 Copyright (C) 2003-2009 GONICUS GmbH
63 This program is distributed in the hope that it will be useful,
64 but WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
66 GNU General Public License for more details.
68 =cut