ERF50-9294 » History » Version 1
Lukas Zapletal, 09/24/2015 10:02 AM
1 | 1 | Lukas Zapletal | h1. ERF50-9294 Failed to save: failed to detect boot server |
---|---|---|---|
2 | 1 | Lukas Zapletal | |
3 | 1 | Lukas Zapletal | ERF50-9294 [Foreman::WrappedException]: Unable to find IP address for 'foreman.home.lan' ([Resolv::ResolvError]: DNS result has no information for foreman.home.lan) |
4 | 1 | Lukas Zapletal | |
5 | 1 | Lukas Zapletal | This happens when Foreman server or Smart Proxy has no valid DNS record therefore the hostname cannot be resolved. The default TFTP server can be overriden by TFTP Smart Proxy plugin module configuration. Set the tftp_servername value to IP address of the TFTP server (Smart Proxy): |
6 | 1 | Lukas Zapletal | |
7 | 1 | Lukas Zapletal | <pre> |
8 | 1 | Lukas Zapletal | [root@foreman ~]# cat /etc/foreman-proxy/settings.d/tftp.yml |
9 | 1 | Lukas Zapletal | --- |
10 | 1 | Lukas Zapletal | :enabled: true |
11 | 1 | Lukas Zapletal | :tftproot: /var/lib/tftpboot/ |
12 | 1 | Lukas Zapletal | :tftp_servername: 192.168.80.128 |
13 | 1 | Lukas Zapletal | </pre> |
14 | 1 | Lukas Zapletal | |
15 | 1 | Lukas Zapletal | Then restart foreman-proxy. |
16 | 1 | Lukas Zapletal | |
17 | 1 | Lukas Zapletal | Foreman installer can set this automatically via @--foreman-proxy-tftp-servername@ option. |