diff options
| author | Bart Coddens <bart.coddens@gmail.com> | 2014-11-04 14:39:24 -0500 |
|---|---|---|
| committer | Dan McDonald <danmcd@omniti.com> | 2014-11-04 15:33:26 -0500 |
| commit | 786d1eec1cd1cac7e26243d118cd209e84bc6bb9 (patch) | |
| tree | 683376f31035f4287d883ea67803af67b99183b1 /usr/src/man/man5 | |
| parent | f07f0fb66492a2792d4da5e0a6f9a92b4c581ab3 (diff) | |
| download | illumos-joyent-786d1eec1cd1cac7e26243d118cd209e84bc6bb9.tar.gz | |
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/man/man5')
| -rw-r--r-- | usr/src/man/man5/Makefile | 1 | ||||
| -rw-r--r-- | usr/src/man/man5/dhcp.5 | 73 | ||||
| -rw-r--r-- | usr/src/man/man5/dhcp_modules.5 | 89 |
3 files changed, 9 insertions, 154 deletions
diff --git a/usr/src/man/man5/Makefile b/usr/src/man/man5/Makefile index b553780885..84d3f6aab6 100644 --- a/usr/src/man/man5/Makefile +++ b/usr/src/man/man5/Makefile @@ -40,7 +40,6 @@ MANFILES= Intro.5 \ crypt_unix.5 \ device_clean.5 \ dhcp.5 \ - dhcp_modules.5 \ environ.5 \ eqn.5 \ eqnchar.5 \ diff --git a/usr/src/man/man5/dhcp.5 b/usr/src/man/man5/dhcp.5 index b6370b7cc5..6a662bd6b1 100644 --- a/usr/src/man/man5/dhcp.5 +++ b/usr/src/man/man5/dhcp.5 @@ -1,13 +1,13 @@ '\" te +.\" Copyright 2014 Garrett D'Amore <garrett@damore.org> .\" Copyright (c) 2001, Sun Microsystems, Inc. All Rights Reserved. .\" 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. .\" 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. .\" 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] -.TH DHCP 5 "Jan 5, 2007" +.TH DHCP 5 "Aug 15, 2014" .SH NAME dhcp \- Dynamic Host Configuration Protocol .SH DESCRIPTION -.sp .LP Dynamic Host Configuration Protocol (\fBDHCP\fR) enables host systems in a \fBTCP/IP\fR network to be configured automatically for the network as they @@ -15,28 +15,23 @@ boot. \fBDHCP\fR uses a client/server mechanism: servers store configuration information for clients, and provide that information upon a client's request. The information can include the client's \fBIP\fR address and information about network services available to the client. -.sp .LP -This manual page provides a brief summary of the Solaris \fBDHCP\fR +This manual page provides a brief summary of the \fBDHCP\fR implementation. -.SS "Solaris DHCP Client" -.sp +.SS "DHCP Client" .LP -The Solaris DHCP client is implemented as background daemon, +The DHCP client is implemented as background daemon, \fBdhcpagent\fR(1M). -.sp .LP For IPv4, this daemon is started automatically during bootup if there exists at least one \fBdhcp.\fR\fIinterface\fR file in \fB/etc\fR. Only interfaces with a corresponding \fB\fR\fB/etc/dhcp.\fR\fB\fIinterface\fR\fR file are automatically configured during boot. -.sp .LP For IPv6, this daemon is started automatically when commanded by \fBin.ndpd\fR (based on IPv6 Routing Advertisement messages). No \fB/etc/dhcp\fR.\fIinterface\fR file is necessary, but such a file can be used to specify an interface as "primary," provided that IPv4 DHCP is also in use. -.sp .LP Network parameters needed for system configuration during bootup are extracted from the information received by the daemon through the use of the @@ -44,80 +39,30 @@ from the information received by the daemon through the use of the changing the tunables in the \fB/etc/default/dhcpagent\fR file. The daemon is controlled by the \fBifconfig\fR(1M) utility. Check the status of the daemon using the \fBnetstat\fR(1M) and \fBifconfig\fR(1M) commands. -.SS "Solaris DHCP Server" -.sp -.LP -The Solaris \fBDHCP\fR server is implemented as a background daemon, -\fBin.dhcpd\fR(1M). This daemon can deliver network configuration information -to either \fBBOOTP\fR or \fBDHCP\fR clients. The Solaris \fBDHCP\fR service can -be managed using the \fBdhcpmgr\fR(1M) \fBGUI\fR or the command line utilities -\fBdhcpconfig\fR(1M), \fBdhtadm\fR(1M), and \fBpntadm\fR(1M). -.SS "DHCP Configuration Tables" -.sp -.LP -The Solaris \fBDHCP\fR server stores client configuration information in the -following two types of tables: -.sp -.ne 2 -.na -\fB\fBdhcptab\fR tables\fR -.ad -.RS 23n -Contain macros and options (also known as symbols), used to construct a package -of configuration information to send to each \fBDHCP\fR client. There exists -only one \fBdhcptab\fR for the \fBDHCP\fR service. The \fBdhcptab\fR(4) can be -viewed and modified using the \fBdhtadm\fR(1M) command or \fBdhcpmgr\fR(1M) -graphical utility. See \fBdhcptab\fR(4) for more information about the syntax -of \fBdhcptab\fR records. See \fBdhcp_inittab\fR(4) for more information about -the \fBDHCP\fR options and symbols. -.RE - -.sp -.ne 2 -.na -\fB\fBDHCP\fR network tables\fR -.ad -.RS 23n -\fBDHCP\fR network tables, which contain mappings of client \fBID\fRs to -\fBIP\fR addresses and parameters associated with those addresses. Network -tables are named with the \fBIP\fR address of the network, and can be created, -viewed, and modified using the \fBpntadm\fR command or \fBdhcpmgr\fR graphical -utility. See \fBdhcp_network\fR(4) for more information about network tables. -.RE - .SH SEE ALSO -.sp .LP -\fBdhcpinfo\fR(1), \fBdhcpagent\fR(1M), \fBdhcpconfig\fR(1M), -\fBdhcpmgr\fR(1M), \fBdhtadm\fR(1M), \fBifconfig\fR(1M), \fBin.dhcpd\fR(1M), -\fBin.ndpd\fR(1M), \fBnetstat\fR(1M), \fBpntadm\fR(1M), \fBsyslog\fR(3C), +\fBdhcpinfo\fR(1), \fBdhcpagent\fR(1M), +\fBifconfig\fR(1M), +\fBin.ndpd\fR(1M), \fBnetstat\fR(1M), +\fBsyslog\fR(3C), \fBdhcp_network\fR(4), \fBdhcptab\fR(4), \fBdhcpsvc.conf\fR(4), \fBdhcp_inittab\fR(4), \fBndpd.conf\fR(4), \fBdhcp_modules\fR(5) -.sp -.LP -\fISolaris DHCP Service Developer\&'s Guide\fR -.sp .LP Alexander, S., and R. Droms. \fIRFC 2132, DHCP Options and BOOTP Vendor Extensions\fR. Silicon Graphics, Inc. Bucknell University. March 1997. -.sp .LP Droms, R. \fIRFC 1534, Interoperation Between DHCP and BOOTP\fR. Bucknell University. October 1993. -.sp .LP Droms, R. \fIRFC 2131, Dynamic Host Configuration Protocol\fR. Bucknell University. March 1997. -.sp .LP Wimer, W. \fIRFC 1542, Clarifications and Extensions for the Bootstrap Protocol\fR. Carnegie Mellon University. October 1993. -.sp .LP Lemon, T. and B. Sommerfeld. \fIRFC 4361, Node-specific Client Identifiers for Dynamic Host Configuration Protocol Version Four (DHCPv4)\fR. Nominum and Sun Microsystems. February 2006. -.sp .LP Droms, R. \fIRFC 3315, Dynamic Host Configuration Protocol for IPv6 (DHCPv6)\fR. Cisco Systems. July 2003. diff --git a/usr/src/man/man5/dhcp_modules.5 b/usr/src/man/man5/dhcp_modules.5 deleted file mode 100644 index 79b32b93ee..0000000000 --- a/usr/src/man/man5/dhcp_modules.5 +++ /dev/null @@ -1,89 +0,0 @@ -'\" te -.\" Copyright (c) 2003, Sun Microsystems, Inc. All Rights Reserved. -.\" 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. -.\" 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. -.\" 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] -.TH DHCP_MODULES 5 "Jan 24, 2003" -.SH NAME -dhcp_modules \- data storage modules for the DHCP service -.SH DESCRIPTION -.sp -.LP -This man page describes the characteristics of data storage modules (public -modules) for use by the Solaris Dynamic Host Configuration Protocol -(\fBDHCP\fR) service. -.sp -.LP -Public modules are the part of the \fBDHCP\fR service architecture that -encapsulate the details of storing \fBDHCP\fR service data in a data storage -service. Examples of data storage services are \fBNIS+\fR, Oracle, and -\fBufs\fR file systems. -.sp -.LP -Public modules are dynamic objects which can be shipped separately from the -Solaris \fBDHCP\fR service. Once installed, a public module is visible to the -\fBDHCP\fR service, and can be selected for use by the service through the -\fBDHCP\fR service management interfaces (\fBdhcpmgr\fR(1M), -\fBdhcpconfig\fR(1M), \fBdhtadm\fR(1M), and \fBpntadm\fR(1M)). -.sp -.LP -Public modules may be provided by Sun Microsystems, Inc or by third parties. -.sp -.LP -The Solaris \fBDHCP\fR service management architecture provides a mechanism for -plugging in public module-specific administration functionality into the -\fBdhcpmgr\fR(1M) and \fBdhcpconfig\fR(1M) utilities. This functionality is in -the form of a Java Bean, which is provided by the public module vendor. This -Java Bean collects public module-specific configuration from the user (you) and -provides it to the Solaris \fBDHCP\fR service. -.sp -.LP -The Solaris \fBDHCP\fR service bundles three modules with the service, which -are described below. There are three \fBdhcpsvc.conf\fR(4) \fBDHCP\fR service -configuration parameters pertaining to public modules: \fBRESOURCE\fR, -\fBPATH\fR, and \fBRESOURCE_CONFIG\fR. See \fBdhcpsvc.conf\fR(4) for more -information about these parameters. -.SS "SUNWfiles" -.sp -.LP -This module stores its data in \fBASCII\fR files. Although the format is -\fBASCII\fR, hand-editing is discouraged. It is useful for \fBDHCP\fR service -environments that support several hundred to a couple thousand of clients and -lease times are a few hours or more. -.sp -.LP -This module's data may be shared between \fBDHCP\fR servers through the use of -\fBNFS\fR. -.SS "SUNWbinfiles" -.sp -.LP -This module stores its data in binary files. It is useful for \fBDHCP\fR -service environments with many networks and many thousands of clients. This -module provides an order of magnitude increase in performance and capacity over -SUNWfiles. -.sp -.LP -This module's data cannot be shared between \fBDHCP\fR servers. -.SS "SUNWnisplus" -.sp -.LP -This module stores its data within a \fBNIS+\fR domain. It is useful in -environments where \fBNIS+\fR is already deployed and facilitates sharing among -multiple \fBDHCP\fR servers. This module suports several hundred to a few -thousand clients with lease times of several hours or more. -.sp -.LP -The \fBNIS+\fR service should be hosted on a machine with ample \fBCPU\fR -power, memory, and disk space, as the load on \fBNIS+\fR is significant when it -is used to store \fBDHCP\fR data. Periodic checkpointing of the \fBNIS+\fR -service is necessary in order to roll the transaction logs and keep the -\fBNIS+\fR service operating at its highest efficiency. See \fBnisping\fR(1M) -and \fBcrontab\fR(1) for more information. -.SH SEE ALSO -.sp -.LP -\fBcrontab\fR(1), \fBdhcpconfig\fR(1M), \fBdhcpmgr\fR(1M), \fBdhtadm\fR(1M), -\fBnisping\fR(1M), \fBpntadm\fR(1M), \fBdhcpsvc.conf\fR(4), \fBdhcp\fR(5) -.sp -.LP -\fISolaris DHCP Service Developer\&'s Guide\fR |
