~ubuntu-branches/ubuntu/precise/landscape-client/precise-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.\"Text automatically generated by txt2man
.TH landscape-client 1 "27 March 2012" "" ""
.SH NAME
\fBlandscape-client \fP- Landscape system client
\fB
.SH SYNOPSIS
.nf
.fam C

\fBlandscape-client\fP [\fIoptions\fP]

.fam T
.fi
.fam T
.fi
.SH DESCRIPTION

The \fBlandscape-client\fP is the client program for the landscape system
management software. The client is responsible for communicating
system information to the landscape server and executing remote
managment commands on the system.
.SH OPTIONS 
.TP
.B
\fB--version\fP
Show program's version number and exit.
.TP
.B
\fB-h\fP, \fB--help\fP
Show this help message and exit.
.TP
.B
\fB-c\fP FILE, \fB--config\fP=FILE
Use config from this file (any command line 
\fIoptions\fP override settings from the file).
.TP
.B
\fB--bus\fP=BUS
Which DBUS bus to use. One of 'session' or 
'system'.
.TP
.B
\fB-d\fP PATH, \fB--data-path\fP=PATH
The directory to store data files in.
.TP
.B
\fB-q\fP, \fB--quiet\fP
Do not log to the standard output.
.TP
.B
\fB-l\fP FILE, \fB--log-dir\fP=FILE
The directory to write log files to.
.TP
.B
\fB--log-level\fP=LOG_LEVEL
One of debug, info, warning, error or critical.
.TP
.B
\fB--ignore-sigint\fP
Ignore interrupt signals.
.TP
.B
\fB--ignore-sigusr1\fP
Ignore SIGUSR1 signal to rotate logs.
.TP
.B
\fB--daemon\fP
Fork and run in the background.
.TP
.B
\fB--pid-file\fP=PID_FILE
The file to write the PID to.
.TP
.B
\fB--monitor-only\fP
Don't enable management features. This is useful
if you want to run the client as a non-root 
user.
.SH EXAMPLES

To run the client in the foreground, with all logging data printed to standard
I/O:
.PP
.nf
.fam C
  landscape-client

.fam T
.fi
To run the client in the background with a particular configuration file:
.PP
.nf
.fam C
  landscape-client --config=my.conf --daemon

.fam T
.fi
To run the client in the foreground, with a configuration file, but overriding
the bus option:
.PP
.nf
.fam C
  landscape-client --config=my.conf --bus=session

.fam T
.fi
If you want to run the client in non-root mode, please use \fB--monitor-only\fP (or
add it to the config file as monitor_only = True) and add the user you want to
run as to the /etc/default/\fBlandscape-client\fP file:
.PP
.nf
.fam C
  DAEMON_USER=landscape

.fam T
.fi
.SH SEE ALSO

landscape-config (1)
.SH AUTHOR
Landscape Development Team <landscape-team@canonical.com>