DHCP Server Management
As superuser, you can start, stop, and configure the DHCP server with the DHCP Manager, or with command-line utilities described in "DHCP Command-Line Utilities". Generally, the DHCP server is configured to start automatically when the system boots, and stop when the system is shut down. You should not need to start and stop the server manually under normal conditions.
DHCP Data Store
All the data used by the Solaris DHCP server is maintained in a data store, which might be stored as plain text files, NIS+ tables, or binary-format files. While configuring the DHCP service, the administrator chooses the type of data store to be used. The section "Choosing the Data Store" describes the differences between the data stores. Data stores can be converted from one format to another using DHCP Manager or the dhcpconfig command.
You can also move data from one DHCP server's data store to another with export and import utilities that work with the data stores, even if the servers are using different data store formats. The entire content of a data store, or just some of the data within it, can be exported and imported using DHCP Manager or the dhcpconfig command.
Note - Any database or file format can be used for DHCP data storage if you want to develop your own code module to provide an interface between Solaris DHCP (server and management tools) and the database. Solaris DHCP Service Developer's Guide contains information for doing this.
Within the Solaris DHCP data store are two types of tables, the contents of which you can view and manage by using either the DHCP Manager or command-line utilities. The data tables are:
dhcptab table - Table of configuration information that can be passed to clients.
DHCP network tables - Tables that contain information about the DHCP and BOOTP clients that reside on the network specified in the table name. For example, the network 134.20.0.0 would have a table whose name includes 134_20_0_0.
The dhcptab Table
The dhcptab table contains all the information that clients can obtain from the DHCP server. The DHCP server scans the dhcptab each time it starts. The file name of the dhcptab varies according to the data store used. For example, the dhcptab created by the NIS+ data store SUNWnisplus is SUNWnisplus1_dhcptab.
The DHCP protocol defines a number of standard items of information that can be passed to clients. These items are referred to as parameters, symbols, or options. Options are defined in the DHCP protocol by numeric codes and text labels, but without values. Some commonly used standard options are shown in the following table.
Table 7-1 Sample DHCP Standard Options
Code | Label | Description |
---|---|---|
1 | Subnet | Subnet mask IP address |
3 | Router | IP address for router |
6 | DNSserv | IP address for DNS server |
12 | Hostname | Text string for client host name |
15 | DNSdmain | DNS domain name |
Some options are automatically assigned values when the administrator provides information during server configuration. The administrator can also explicitly assign values to other options at a later time. Options and their values are passed to the client to provide configuration information. For example, the option/value pair, DNSdmain=Georgia.Peach.COM, sets the client's DNS domain name to Georgia.Peach.COM.
Options can be grouped with other options in containers known as macros, which makes it easier to pass information to a client. Some macros are created automatically during server configuration, and contain options that were assigned values during configuration. Macros can also contain other macros.
The format of the dhcptab table is described in dhcptab(4) man page. In DHCP Manager, all the information shown in the Options and Macros tabs comes from the dhcptab table. See "About Options" for more information about options, and "About Macros" for more information about macros.
Note that the dhcptab table should not be edited manually. You should use either the dhtadm command or DHCP Manager to create, delete, or modify options and macros.
DHCP Network Tables
A DHCP network table maps client identifiers to IP addresses and the configuration parameters associated with each address. The format of the network tables is described in the dhcp_network(4) man page. In DHCP Manager, all the information shown in the Addresses tab is acquired from the network tables.
DHCP Manager
DHCP Manager is a graphical tool you can use to perform all management duties associated with DHCP services, and you must be root when you run it. You can use it to manage the server itself as well as the data the server uses. You can use DHCP Manager with the server in the following ways:
Configure and unconfigure the DHCP server
Start, stop, and restart the DHCP server
Disable and enable DHCP service
Customize server settings
DHCP Manager allows you to manage the IP addresses, network configuration macros, and network configuration options in the following ways:
Add and delete networks under DHCP management
View, add, modify, delete, and release IP addresses under DHCP management
View, add, modify, and delete network configuration macros
View, add, modify, and delete nonstandard network configuration options
DHCP Manager allows you to manage the DHCP data stores in the following ways:
Convert data to a new data store format
Move DHCP data from one DHCP server to another by exporting it from the first server and importing it on the second server
DHCP Manager includes extensive online help for procedures you can perform with the tool.
DHCP Command-Line Utilities
All DHCP management functions can be performed using command-line utilities. You can run them if you are logged in as root, or as a user assigned to the DHCP Management profile. See "Setting Up User Access to DHCP Commands".
The following table lists the utilities and describes the purpose of each utility.
Table 7-2 DHCP Command-Line Utilities
Role-Based Access Control for DHCP Commands
Security for the dhcpconfig, dhtadm, and pntadm commands is determined by role-based access control (RBAC) settings. By default, the commands can be run only by root. If you want to be able to use the commands under another user name, you must assign the user name to the DHCP Management profile as described in "Setting Up User Access to DHCP Commands".
DHCP Server Configuration
You configure the DHCP server the first time you run DHCP Manager on the system where you want to run the DHCP server. DHCP Manager server configuration dialogs prompt you for essential information needed to enable and run the DHCP server on one network. Some default values are obtained from existing system files. If you have not configured the system for the network, there will be no default values. DHCP Manager prompts for the following information:
Role of the server, either DHCP server or BOOTP relay agent
Data store type (files, binary files, NIS+, or something specific to your site)
Data store configuration parameters, which vary according to the data store type you selected
Naming service to use to update host records, if any (/etc/hosts, NIS+, or DNS)
Length of lease time and whether clients should be able to renew leases
DNS domain name and IP addresses of DNS servers
Network address and subnet mask for the first network you want to be configured for DHCP service
Network type, either LAN or point-to-point
Router discovery or the IP address of a particular router
NIS domain name and IP address of NIS servers
NIS+ domain name and IP address of NIS+ servers