FOG Installation with Centos 7.3
-
Hello Guys,
I have centos 7.3 operating system and I have install fog according to the instruction given on fog forum everything gone smooth but at the end while updating the database I have to enter the url ie http://<fog_server_ip>/fog/management it displays blank page please help me on that
I have install fog previously on centos6.5 and it was working fine but this time on centos 7.3 facing problem with blank page plz help me
-
please look at the apache error file. When a blank page is displayed, that means there is an issue with FOG.
for centos: /var/logs/http/error_log tail that file and see if there is a useful error.
-
@george1421 hey friend
I try beta version and now I am able to display the web page but only one thing i want to know is there any special configuration for dhcp in centos 7
-
@Rj_linux said in FOG Installation with Centos 7.3:
is there any special configuration for dhcp in centos 7
No. If you’re running DHCP on the fog server, it’s the same-ole same-ole ISC-DHCP and the configuration file is
/etc/dhcp/dhcpd.conf
as usual, just as it is with all other linux distributions - and there is not any configuration differences due to distribution. However, what you may find is the boot file you had configured in your old server is no longer valid - we don’t use pxelinux.0 anymore. Let the FOG Installer handle the DHCP, it does it well. You can tweak it after it’s done - if you tweak it & want the changes to stick, setbldhcp=0
inside of/opt/fog/.fogsettings
-
@Rj_linux Wayne I think explained it well. FOG uses distibution standard dhcp server (if running on an isolated network). If you already have a dhcp server the clients are using there we have other ways to support pxe booting if you existing dhcp server is not able to supply the dhcp option 66 and 67 values for you.