1 '\" te
   2 .\" Copyright (c) 2001, Sun Microsystems, Inc. All Rights Reserved.
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH DSVCLOCKD 1M "Dec 3, 2001"
   7 .SH NAME
   8 dsvclockd \- DHCP service lock daemon
   9 .SH SYNOPSIS
  10 .LP
  11 .nf
  12 \fB/usr/lib/inet/dsvclockd\fR [\fB-d\fR 1 | 2] [\fB-f\fR ] [\fB-v\fR]
  13 .fi
  14 
  15 .SH DESCRIPTION
  16 .sp
  17 .LP
  18 The \fBdsvclockd\fR daemon is a lock manager that works in conjunction with the
  19 Dynamic Host Configuration Protocol (\fBDHCP\fR) Data Service Library
  20 (\fBlibdhcpsvc\fR). It provides shared or exclusive access to the
  21 \fBdhcp_network\fR(4) and \fBdhcptab\fR(4) tables. This service is used by the
  22 \fBSUNWbinfiles\fR and \fBSUNWfiles\fR \fBDHCP\fR data store modules. See
  23 \fBdhcp_modules\fR(5).
  24 .sp
  25 .LP
  26 \fBdsvclockd\fR is started on demand by \fBlibdhcpsvc\fR. The \fBdsvclockd\fR
  27 daemon should be started manually only if command line options need to be
  28 specified.
  29 .SH OPTIONS
  30 .sp
  31 .LP
  32 The following options are supported:
  33 .sp
  34 .ne 2
  35 .na
  36 \fB\fB-d\fR \fB1\fR | \fB2\fR\fR
  37 .ad
  38 .RS 12n
  39 Set debug level. Two levels of debugging are currently available, \fB1\fR and
  40 \fB2\fR. Level \fB2\fR is more verbose.
  41 .RE
  42 
  43 .sp
  44 .ne 2
  45 .na
  46 \fB\fB-f\fR\fR
  47 .ad
  48 .RS 12n
  49 Run in the foreground instead of as a daemon process. When this option is used,
  50 messages are sent to standard error instead of to \fBsyslog\fR(3C).
  51 .RE
  52 
  53 .sp
  54 .ne 2
  55 .na
  56 \fB\fB-v\fR\fR
  57 .ad
  58 .RS 12n
  59 Provide verbose output.
  60 .RE
  61 
  62 .SH ATTRIBUTES
  63 .sp
  64 .LP
  65 See \fBattributes\fR(5) for descriptions of the following attributes:
  66 .sp
  67 
  68 .sp
  69 .TS
  70 box;
  71 c | c
  72 l | l .
  73 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  74 _
  75 Interface Stability     Unstable
  76 .TE
  77 
  78 .SH SEE ALSO
  79 .sp
  80 .LP
  81 \fBsyslog\fR(3C), \fBdhcp_network\fR(4), \fBdhcptab\fR(4),
  82 \fBdhcp_modules\fR(5), \fBattributes\fR(5)