Changeset 478 for vendor/current/docs/manpages/net.8
- Timestamp:
- Aug 2, 2010, 6:40:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs/manpages/net.8
r427 r478 2 2 .\" Author: [see the "AUTHOR" section] 3 3 .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/> 4 .\" Date: 0 3/30/20104 .\" Date: 06/18/2010 5 5 .\" Manual: System Administration tools 6 6 .\" Source: Samba 3.5 7 7 .\" Language: English 8 8 .\" 9 .TH "NET" "8" "0 3/30/2010" "Samba 3\&.5" "System Administration tools"9 .TH "NET" "8" "06/18/2010" "Samba 3\&.5" "System Administration tools" 10 10 .\" ----------------------------------------------------------------- 11 11 .\" * (re)Define some macros … … 1324 1324 .PP 1325 1325 This example would connect to a computer named XP as the local administrator using password secret, and rename the joined computer to XPNEW using the MYDOM domain administrator account and password topsecret\&. After successful rename, the computer would reboot\&. 1326 .SS "G_LOCK" 1327 .PP 1328 Manage global locks\&. 1329 .SS "G_LOCK DO lockname timeout command" 1330 .PP 1331 Execute a shell command under a global lock\&. This might be useful to define the order in which several shell commands will be executed\&. The locking information is stored in a file called 1332 \FCg_lock\&.tdb\F[]\&. In setups with CTDB running, the locking information will be available on all cluster nodes\&. 1333 .sp 1334 .RS 4 1335 .ie n \{\ 1336 \h'-04'\(bu\h'+03'\c 1337 .\} 1338 .el \{\ 1339 .sp -1 1340 .IP \(bu 2.3 1341 .\} 1342 \fILOCKNAME\fR 1343 defines the name of the global lock\&. 1344 .RE 1345 .sp 1346 .RS 4 1347 .ie n \{\ 1348 \h'-04'\(bu\h'+03'\c 1349 .\} 1350 .el \{\ 1351 .sp -1 1352 .IP \(bu 2.3 1353 .\} 1354 \fITIMEOUT\fR 1355 defines the timeout\&. 1356 .RE 1357 .sp 1358 .RS 4 1359 .ie n \{\ 1360 \h'-04'\(bu\h'+03'\c 1361 .\} 1362 .el \{\ 1363 .sp -1 1364 .IP \(bu 2.3 1365 .\} 1366 \fICOMMAND\fR 1367 defines the shell command to execute\&. 1368 .SS "G_LOCK LOCKS" 1369 .PP 1370 Print a list of all currently existing locknames\&. 1371 .SS "G_LOCK DUMP lockname" 1372 .PP 1373 Dump the locking table of a certain global lock\&. 1326 1374 .SS "HELP [COMMAND]" 1327 1375 .PP
Note:
See TracChangeset
for help on using the changeset viewer.