SUSE Linux system prerequisites
| Article:HOWTO68834 | | | Created: 2012-02-06 | | | Updated: 2012-02-06 | | | Article URL http://www.symantec.com/docs/HOWTO68834 |
The following system prerequisites apply only to SUSE Linux systems:
Install the following RPM packages (unless they are installed already):
Modify the
/etc/dhcpd.conffile to define the networks it serves. You do not have to define host information; hosts are added and removed as needed by the Bare Metal Restore software. The following is an example configuration:log-facility local7; ddns-update-style none; ignore unknown-clients; subnet 10.10.5.0 netmask 255.255.255.0 { default-lease-time 600; max-lease-time 7200; option domain-name "example.com"; option broadcast-address 10.10.5.255; option domain-name-servers 10.10.1.4,10.88.24.5; option routers 10.10.5.1; }To verify the
/etc/dhcpd.conffile syntax, restart the daemon and ensure that it starts successfully by running:
|
|
Legacy ID
v16753526_v71529406
Article URL http://www.symantec.com/docs/HOWTO68834
Terms of use for this information are found in Legal Notices









Thank you.