Name

ocf:dhcpd — Chrooted ISC DHCP Server resource agent.

Synopsis

OCF_RESKEY_config=string OCF_RESKEY_chrooted=boolean OCF_RESKEY_chrooted_path=string [OCF_RESKEY_binary=string] [OCF_RESKEY_user=string] [OCF_RESKEY_group=string] [OCF_RESKEY_interface=string] [OCF_RESKEY_includes=string] [OCF_RESKEY_leases=string] [OCF_RESKEY_pid=string] dhcpd [start | stop | monitor | meta-data | validate-all]

Description

Manage an ISC DHCP server service in a chroot environment.

Supported Parameters

OCF_RESKEY_config=Configuration file

The absolute path to the DHCP server configuration file.

OCF_RESKEY_chrooted=Enable chroot mode

Configure the dhcpd service to run in a chrooted or non-chrooted mode.

OCF_RESKEY_chrooted_path=The chrooted path

The absolute path of the chrooted DHCP environment.

OCF_RESKEY_binary=dhcpd binary

The binary for the DHCP server process. An absolute path definition is not required, but can be used to override environment path.

OCF_RESKEY_user=dhcpd owner

The system user the DHCP server process will run as when it is chrooted.

OCF_RESKEY_group=dhcpd group owner

The system group the DHCP server process will run as when it is chrooted.

OCF_RESKEY_interface=Network Interface

The network interface(s) the DHCP server process will bind to. A blank value will bind the process to all interfaces.

OCF_RESKEY_includes=Include Files

This parameter provides a means to copy include files into the chrooted environment. If a dhcpd.conf file contains a line similar to this: include "/etc/named.keys"; Then an admin also has to tell the dhcpd RA that this file should be pulled into the chrooted environment. This is a space delimited list.

OCF_RESKEY_leases=Leases file

The leases database file, relative to chrooted_path.

OCF_RESKEY_pid=PID file

The path and filename of the PID file. It is relative to chrooted_path.


SUSE Linux Enterprise High Availability Extension High Availability Guide 11 SP3