1
2CONMAND(8) LLNL CONMAND(8)
3
4
5
7 conmand - ConMan daemon
8
9
11 conmand [OPTION]...
12
13
15 conmand is the daemon responsible for managing consoles defined by its
16 configuration file as well as listening for connections from clients.
17
18
20 -c file
21 Specify a configuration file, overriding the default location
22 [/etc/conman.conf].
23
24 -h Display a summary of the command-line options.
25
26 -k Send a SIGTERM to the conmand process associated with the speci‐
27 fied configuration, thereby killing the daemon. Returns 0 if
28 the daemon was successfully signaled; otherwise, returns 1.
29
30 -L Display license information.
31
32 -p port
33 Specify the port on which conmand will listen for clients, over‐
34 riding both the default port [7890] and the port specified in
35 the configuration file.
36
37 -q Displays the PID of the conmand process associated with the
38 specified configuration if it appears active. Returns 0 if the
39 configuration appears active; otherwise, returns 1.
40
41 -r Send a SIGHUP to the conmand process associated with the speci‐
42 fied configuration, thereby re-opening both that daemon's log
43 file and individual console log files. Returns 0 if the daemon
44 was successfully signaled; otherwise, returns 1.
45
46 -v Enable verbose mode.
47
48 -V Display version information.
49
50 -z Truncate both the daemon's log file and individual console log
51 files at start-up.
52
53
55 SIGHUP Close and re-open both the daemon's log file and the indi‐
56 vidual console log files. Conversion specifiers within
57 filenames will be re-evaluated. This is useful for logro‐
58 tate configurations.
59
60 SIGTERM Terminate the daemon.
61
62
64 The client/server communications are not yet encrypted.
65
66
68 Log messages are sent to standard-error until after the configuration
69 file has been read, at which time future messages are discarded unless
70 either the logfile or syslog keyword has been specified (cf, con‐
71 man.conf(5)).
72
73 If the configuration file is modified while the daemon is running and a
74 pidfile was not originally specified, the '-k' and '-r' options may be
75 unable to identify the daemon process; consequently, the appropriate
76 signal may need to be sent to the daemon manually.
77
78
80 Chris Dunlap <cdunlap@llnl.gov>
81
82
84 Copyright (C) 2001-2006 by the Regents of the University of California.
85 Produced at Lawrence Livermore National Laboratory. UCRL-
86 CODE-2002-009.
87
88 ConMan is free software; you can redistribute it and/or modify it under
89 the terms of the GNU General Public License as published by the Free
90 Software Foundation.
91
92
94 conman(1), conman.conf(5).
95
96 The ConMan FTP site:
97 ftp://ftp.llnl.gov/pub/linux/conman/
98
99 The ConMan Web page:
100 http://www.llnl.gov/linux/conman/
101
102
103
104conman-0.1.9.2 2006-06-26 CONMAND(8)