Changeset 134 for branches/samba-3.0/docs/manpages/smbcontrol.1
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/docs/manpages/smbcontrol.1
r44 r134 1 .\"Generated by db2man.xsl. Don't modify this, modify the source. 2 .de Sh \" Subsection 3 .br 4 .if t .Sp 5 .ne 5 6 .PP 7 \fB\\$1\fR 8 .PP 9 .. 10 .de Sp \" Vertical space (when we can't use .PP) 11 .if t .sp .5v 12 .if n .sp 13 .. 14 .de Ip \" List item 15 .br 16 .ie \\n(.$>=3 .ne \\$3 17 .el .ne 3 18 .IP "\\$1" \\$2 19 .. 20 .TH "SMBCONTROL" 1 "" "" "" 1 .\" Title: smbcontrol 2 .\" Author: 3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 4 .\" Date: 05/21/2008 5 .\" Manual: User Commands 6 .\" Source: Samba 3.0 7 .\" 8 .TH "SMBCONTROL" "1" "05/21/2008" "Samba 3\.0" "User Commands" 9 .\" disable hyphenation 10 .nh 11 .\" disable justification (adjust text to left margin only) 12 .ad l 21 13 .SH "NAME" 22 14 smbcontrol - send messages to smbd, nmbd or winbindd processes 23 15 .SH "SYNOPSIS" 24 16 .HP 1 25 smbcontrol [ -i] [-s]17 smbcontrol [\-i] [\-s] 26 18 .HP 1 27 smbcontrol [destination] [message -type] [parameter]19 smbcontrol [destination] [message\-type] [parameter] 28 20 .SH "DESCRIPTION" 29 21 .PP 30 22 This tool is part of the 31 23 \fBsamba\fR(7) 32 suite .24 suite\. 33 25 .PP 34 26 smbcontrol … … 37 29 \fBnmbd\fR(8), or a 38 30 \fBwinbindd\fR(8) 39 daemon running on the system .31 daemon running on the system\. 40 32 .SH "OPTIONS" 41 33 .PP 42 -h|--help43 .RS 3n44 Print a summary of command line options .45 .RE 46 .PP 47 -s <configuration file>48 .RS 3n49 The file specified contains the configuration details required by the server . The information in this file includes server-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide. See50 \fIsmb .conf\fR51 for more information . The default configuration file name is determined at compile time.52 .RE 53 .PP 54 -i55 .RS 3n56 Run interactively . Individual commands of the form destination message-type parameters can be entered on STDIN. An empty command line or a "q" will quit the program.34 \-h|\-\-help 35 .RS 4 36 Print a summary of command line options\. 37 .RE 38 .PP 39 \-s <configuration file> 40 .RS 4 41 The file specified contains the configuration details required by the server\. The information in this file includes server\-specific information such as what printcap file to use, as well as descriptions of all the services that the server is to provide\. See 42 \fIsmb\.conf\fR 43 for more information\. The default configuration file name is determined at compile time\. 44 .RE 45 .PP 46 \-i 47 .RS 4 48 Run interactively\. Individual commands of the form destination message\-type parameters can be entered on STDIN\. An empty command line or a "q" will quit the program\. 57 49 .RE 58 50 .PP 59 51 destination 60 .RS 3n52 .RS 4 61 53 One of 62 54 \fInmbd\fR, 63 55 \fIsmbd\fR 64 or a process ID .56 or a process ID\. 65 57 .sp 66 58 The 67 59 \fIsmbd\fR 68 destination causes the message to "broadcast" to all smbd daemons .60 destination causes the message to "broadcast" to all smbd daemons\. 69 61 .sp 70 62 The 71 63 \fInmbd\fR 72 64 destination causes the message to be sent to the nmbd daemon specified in the 73 \fInmbd .pid\fR74 file .75 .sp 76 If a single process ID is given, the message is sent to only that process .77 .RE 78 .PP 79 message -type80 .RS 3n81 Type of message to send . See the section82 \fBMESSAGE -TYPES\fR83 for details .65 \fInmbd\.pid\fR 66 file\. 67 .sp 68 If a single process ID is given, the message is sent to only that process\. 69 .RE 70 .PP 71 message\-type 72 .RS 4 73 Type of message to send\. See the section 74 \fBMESSAGE\-TYPES\fR 75 for details\. 84 76 .RE 85 77 .PP 86 78 parameters 87 .RS 3n88 any parameters required for the message -type79 .RS 4 80 any parameters required for the message\-type 89 81 .RE 90 82 .SH "MESSAGE-TYPES" … … 92 84 Available message types are: 93 85 .PP 94 close -share95 .RS 3n96 Order smbd to close the client connections to the named share . Note that this doesn't affect client connections to any other shares. This message-type takes an argument of the share name for which client connections will be closed, or the "*" character which will close all currently open shares. This may be useful if you made changes to the access controls on the share. This message can only be sent to97 \fBsmbd\fR .86 close\-share 87 .RS 4 88 Order smbd to close the client connections to the named share\. Note that this doesn\'t affect client connections to any other shares\. This message\-type takes an argument of the share name for which client connections will be closed, or the "*" character which will close all currently open shares\. This may be useful if you made changes to the access controls on the share\. This message can only be sent to 89 \fBsmbd\fR\. 98 90 .RE 99 91 .PP 100 92 debug 101 .RS 3n102 Set debug level to the value specified by the parameter . This can be sent to any of the destinations.103 .RE 104 .PP 105 force -election106 .RS 3n93 .RS 4 94 Set debug level to the value specified by the parameter\. This can be sent to any of the destinations\. 95 .RE 96 .PP 97 force\-election 98 .RS 4 107 99 This message causes the 108 100 nmbd 109 daemon to force a new browse master election .101 daemon to force a new browse master election\. 110 102 .RE 111 103 .PP 112 104 ping 113 .RS 3n114 Send specified number of "ping" messages and wait for the same number of reply "pong" messages . This can be sent to any of the destinations.105 .RS 4 106 Send specified number of "ping" messages and wait for the same number of reply "pong" messages\. This can be sent to any of the destinations\. 115 107 .RE 116 108 .PP 117 109 profile 118 .RS 3n119 Change profile settings of a daemon, based on the parameter . The parameter can be "on" to turn on profile stats collection, "off" to turn off profile stats collection, "count" to enable only collection of count stats (time stats are disabled), and "flush" to zero the current profile stats. This can be sent to any smbd or nmbd destinations.110 .RS 4 111 Change profile settings of a daemon, based on the parameter\. The parameter can be "on" to turn on profile stats collection, "off" to turn off profile stats collection, "count" to enable only collection of count stats (time stats are disabled), and "flush" to zero the current profile stats\. This can be sent to any smbd or nmbd destinations\. 120 112 .RE 121 113 .PP 122 114 debuglevel 123 .RS 3n124 Request debuglevel of a certain daemon and write it to stdout . This can be sent to any of the destinations.115 .RS 4 116 Request debuglevel of a certain daemon and write it to stdout\. This can be sent to any of the destinations\. 125 117 .RE 126 118 .PP 127 119 profilelevel 128 .RS 3n129 Request profilelevel of a certain daemon and write it to stdout . This can be sent to any smbd or nmbd destinations.120 .RS 4 121 Request profilelevel of a certain daemon and write it to stdout\. This can be sent to any smbd or nmbd destinations\. 130 122 .RE 131 123 .PP 132 124 printnotify 133 .RS 3n 134 Order smbd to send a printer notify message to any Windows NT clients connected to a printer. This message-type takes the following arguments: 135 136 .RS 3n 125 .RS 4 126 Order smbd to send a printer notify message to any Windows NT clients connected to a printer\. This message\-type takes the following arguments: 137 127 .PP 138 128 queuepause printername 139 .RS 3n140 Send a queue pause change notify message to the printer specified .129 .RS 4 130 Send a queue pause change notify message to the printer specified\. 141 131 .RE 142 132 .PP 143 133 queueresume printername 144 .RS 3n145 Send a queue resume change notify message for the printer specified .134 .RS 4 135 Send a queue resume change notify message for the printer specified\. 146 136 .RE 147 137 .PP 148 138 jobpause printername unixjobid 149 .RS 3n150 Send a job pause change notify message for the printer and unix jobid specified .139 .RS 4 140 Send a job pause change notify message for the printer and unix jobid specified\. 151 141 .RE 152 142 .PP 153 143 jobresume printername unixjobid 154 .RS 3n155 Send a job resume change notify message for the printer and unix jobid specified .144 .RS 4 145 Send a job resume change notify message for the printer and unix jobid specified\. 156 146 .RE 157 147 .PP 158 148 jobdelete printername unixjobid 159 .RS 3n 160 Send a job delete change notify message for the printer and unix jobid specified. 161 .RE 162 .RE 163 .IP "" 3n 164 Note that this message only sends notification that an event has occured. It doesn't actually cause the event to happen. 149 .RS 4 150 Send a job delete change notify message for the printer and unix jobid specified\. 151 .RE 152 .sp 153 Note that this message only sends notification that an event has occured\. It doesn\'t actually cause the event to happen\. 165 154 .sp 166 155 This message can only be sent to 167 \fBsmbd\fR .156 \fBsmbd\fR\. 168 157 .RE 169 158 .PP 170 159 samsync 171 .RS 3n172 Order smbd to synchronise sam database from PDC (being BDC) . Can only be sent to173 \fBsmbd\fR .160 .RS 4 161 Order smbd to synchronise sam database from PDC (being BDC)\. Can only be sent to 162 \fBsmbd\fR\. 174 163 .sp 175 164 .it 1 an-trap … … 177 166 .nr an-break-flag 1 178 167 .br 179 \fBNote\fR 168 Note 180 169 Not working at the moment 181 170 .RE 182 171 .PP 183 172 samrepl 184 .RS 3n185 Send sam replication message, with specified serial . Can only be sent to186 \fBsmbd\fR . Should not be used manually.187 .RE 188 .PP 189 dmalloc -mark190 .RS 3n191 Set a mark for dmalloc . Can be sent to both smbd and nmbd. Only available if samba is built with dmalloc support.192 .RE 193 .PP 194 dmalloc -log-changed195 .RS 3n196 Dump the pointers that have changed since the mark set by dmalloc -mark. Can be sent to both smbd and nmbd. Only available if samba is built with dmalloc support.173 .RS 4 174 Send sam replication message, with specified serial\. Can only be sent to 175 \fBsmbd\fR\. Should not be used manually\. 176 .RE 177 .PP 178 dmalloc\-mark 179 .RS 4 180 Set a mark for dmalloc\. Can be sent to both smbd and nmbd\. Only available if samba is built with dmalloc support\. 181 .RE 182 .PP 183 dmalloc\-log\-changed 184 .RS 4 185 Dump the pointers that have changed since the mark set by dmalloc\-mark\. Can be sent to both smbd and nmbd\. Only available if samba is built with dmalloc support\. 197 186 .RE 198 187 .PP 199 188 shutdown 200 .RS 3n201 Shut down specified daemon . Can be sent to both smbd and nmbd.202 .RE 203 .PP 204 pool -usage205 .RS 3n206 Print a human -readable description of all talloc(pool) memory usage by the specified daemon/process. Available for both smbd and nmbd.189 .RS 4 190 Shut down specified daemon\. Can be sent to both smbd and nmbd\. 191 .RE 192 .PP 193 pool\-usage 194 .RS 4 195 Print a human\-readable description of all talloc(pool) memory usage by the specified daemon/process\. Available for both smbd and nmbd\. 207 196 .RE 208 197 .PP 209 198 drvupgrade 210 .RS 3n211 Force clients of printers using specified driver to update their local version of the driver . Can only be sent to smbd.212 .RE 213 .PP 214 reload -config215 .RS 3n216 Force daemon to reload smb .conf configuration file. Can be sent to199 .RS 4 200 Force clients of printers using specified driver to update their local version of the driver\. Can only be sent to smbd\. 201 .RE 202 .PP 203 reload\-config 204 .RS 4 205 Force daemon to reload smb\.conf configuration file\. Can be sent to 217 206 \fBsmbd\fR, 218 207 \fBnmbd\fR, or 219 \fBwinbindd\fR .208 \fBwinbindd\fR\. 220 209 .RE 221 210 .SH "VERSION" 222 211 .PP 223 This man page is correct for version 3 .0 of the Samba suite.212 This man page is correct for version 3\.0 of the Samba suite\. 224 213 .SH "SEE ALSO" 225 214 .PP 226 215 \fBnmbd\fR(8) 227 216 and 228 \fBsmbd\fR(8) .217 \fBsmbd\fR(8)\. 229 218 .SH "AUTHOR" 230 219 .PP 231 The original Samba software and related utilities were created by Andrew Tridgell. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed. 232 .PP 233 The original Samba man pages were written by Karl Auer. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at 234 ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0 release by Jeremy Allison. The conversion to DocBook for Samba 2.2 was done by Gerald Carter. The conversion to DocBook XML 4.2 for Samba 3.0 was done by Alexander Bokovoy. 235 220 The original Samba software and related utilities were created by Andrew Tridgell\. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\. 221 .PP 222 The original Samba man pages were written by Karl Auer\. The man page sources were converted to YODL format (another excellent piece of Open Source software, available at 223 ftp://ftp\.icce\.rug\.nl/pub/unix/) and updated for the Samba 2\.0 release by Jeremy Allison\. The conversion to DocBook for Samba 2\.2 was done by Gerald Carter\. The conversion to DocBook XML 4\.2 for Samba 3\.0 was done by Alexander Bokovoy\.
Note:
See TracChangeset
for help on using the changeset viewer.