Init,
Installboot,
Savecore,
Reboot,
Shutdown,
Ddb,
Rbootd,
Halt,
Dhcpd,
Boot,
Boot-Hppa BOOT_HPPA(8) - System Manager’s Manual (hppa) # BOOT_HPPA(8) - System Manager’s Manual (hppa)
NAME # boot_hppa - hppa system bootstrapping procedures
DESCRIPTION # System starts # When powered on, after a panic, or if the system is rebooted via reboot(8) or shutdown(8), the hppa firmware (“PDC”) will proceed to its initialization, and will boot an operating system if autoboot is enabled.
Boot process description # System boot blocks are provided as a “LIF” (Logical Interchange Format) archive, either on a disk device, or via the network, using the bootp or rboot protocols, depending on the PDC version.
...
DHCLIENT.CONF(5) - File Formats Manual # DHCLIENT.CONF(5) - File Formats Manual
NAME # dhclient.conf - DHCP client configuration file
DESCRIPTION # dhclient.conf is the configuration file for dhclient(8). It is a free-form ASCII text file made up of declarations, extra tabs and newlines for formatting purposes and comments. Keywords in the file are case-insensitive. Comments begin with the ‘#’ character and extend to the end of the current line.
...
DHCLIENT.LEASES(5) - File Formats Manual # DHCLIENT.LEASES(5) - File Formats Manual
NAME # dhclient.leases - DHCP client lease database
DESCRIPTION # dhclient(8) keeps a persistent database of leases that it has acquired that are still valid. The database is a free-form ASCII file containing one valid declaration per lease. The file is written as a log, so the last declaration is the most recent lease obtained.
The lease file is named /var/db/dhclient.
...
DHCLIENT(8) - System Manager’s Manual # DHCLIENT(8) - System Manager’s Manual
NAME # dhclient - Dynamic Host Configuration Protocol (DHCP) client
SYNOPSIS # dhclient [-dnrv] [-c file] [-i options] interface
DESCRIPTION # dhclient uses the Dynamic Host Configuration Protocol (DHCP), or its predecessor BOOTP, to configure a network interface. Information typically provided via DHCP includes IPv4 address and subnet mask, default route, and domain name server.
The options are as follows:
...
DHCP-OPTIONS(5) - File Formats Manual # DHCP-OPTIONS(5) - File Formats Manual
NAME # dhcp-options - DHCP options
DESCRIPTION # The Dynamic Host Configuration protocol allows the client to receive options from the DHCP server describing the network configuration and various services that are available on the network. When configuring dhcpd(8) or dhclient(8), options must often be declared. The syntax for declaring options, and the names and formats of the options that can be declared, are documented here.
...
DHCPD.CONF(5) - File Formats Manual # DHCPD.CONF(5) - File Formats Manual
NAME # dhcpd.conf - DHCP server configuration file
DESCRIPTION # The dhcpd.conf file contains configuration information for dhcpd(8), the Internet Software Consortium DHCP Server.
The dhcpd.conf file is a free-form ASCII text file. It is parsed by the recursive-descent parser built into dhcpd(8). The file may contain extra tabs and newlines for formatting purposes. Keywords in the file are case-insensitive.
...
DHCPD.LEASES(5) - File Formats Manual # DHCPD.LEASES(5) - File Formats Manual
NAME # dhcpd.leases - DHCP server lease database
DESCRIPTION # The Internet Software Consortium DHCP Server keeps a persistent database of leases that it has assigned. This database is a free-form ASCII file containing a series of lease declarations. Every time a lease is acquired, renewed or released, its new value is recorded at the end of the lease file.
...
DHCPD(8) - System Manager’s Manual # DHCPD(8) - System Manager’s Manual
NAME # dhcpd - Dynamic Host Configuration Protocol (DHCP) daemon
SYNOPSIS # dhcpd [-dfnv] [-A abandoned_ip_table] [-C changed_ip_table] [-c config-file] [-L leased_ip_table] [-l lease-file] [-u[bind_address]] [-Y synctarget] [-y synclisten] [if0 [… ifN]]
DESCRIPTION # dhcpd implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). DHCP allows hosts on a TCP/IP network to request and be assigned IP addresses, and also to discover information about the network to which they are attached.
...
DHCPLEASED(8) - System Manager’s Manual # DHCPLEASED(8) - System Manager’s Manual
NAME # dhcpleased - Dynamic Host Configuration Protocol (DHCP) client
SYNOPSIS # dhcpleased [-dnv] [-f file] [-s socket]
DESCRIPTION # dhcpleased is a dynamic host configuration protocol (DHCP) daemon for clients. It requests IP configuration information from for example those offered by dhcpd(8), on interfaces with the AUTOCONF4 flag set. See hostname.if(5) and ifconfig(8) on how to enable auto configuration on an interface.
...
DHCRELAY(8) - System Manager’s Manual # DHCRELAY(8) - System Manager’s Manual
NAME # dhcrelay - Dynamic Host Configuration Protocol (DHCP) relay agent
SYNOPSIS # dhcrelay [-dor] [-C circuit-id] [-R remote-id] -i interface destination …
DESCRIPTION # The dhcrelay utility provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets.
dhcrelay listens for DHCP requests on a given interface.
...