Boot one of the computers that are ready registered into fog boot menu select “Client System Information” and then “Show DMI Information”. When you do that does the missing information show up? If it does show the information have you updated fog after the clients were added? I am not sure but maybe those fields are newer and if the host was already registered it wouldn’t update the database unless you remove the host and re do a full host register.
Posts made by cadyfish
-
RE: Inventory Report HD Model field empty
-
RE: Cant boot up after deploy linux ubuntu 12.04
log into your fog web page and go to “Fog Configuration” (question mark) then click on “PXE Boot Menu” it is the last option change it and then click “Save PXE MENU”
-
RE: Inventory Report HD Model field empty
On the host if you select host compatibility and then host information does the information populate?
You could also check to see if it pulled this information by installing webmin [url]http://www.webmin.com/download.html[/url]. This would allow you to look at the SQL database data if you do install do the following to look at the table to see if the data was pulled or if it is just not pulling in the report. If you do install follow these steps
[LIST]
[]login with root account
[]Click on Servers
[]Click on MySQL Database Server
[]Click on fog
[]under “Edit table” click on “Inventory”
[]It will then open the table where you could either export the data into CSV or view the data in the browser
[/LIST] -
RE: Cant boot up after deploy linux ubuntu 12.04
Disable UEFI by setting the computer to legacy mode in bios, and change the “exit to hard drive type” from I assuming “Sanboot style” to "Grub "
-
RE: CentOS 6.5 and fog 1.2.0
You can also check the ftp password in the GUI under Fog Configuration/Fog Settings/TFTP Server/FOG_TFTP_FTP_Password and make sure it matches what is in Storage Management/{Your Storage Node}/Management Password.
It sounds like a issue with boot record on the boot computer you used to upload. Check out post 6 and after on [url]http://fogproject.org/forum/threads/stuck-on-dev-sda.11105/[/url]
-
RE: Cant boot up after deploy linux ubuntu 12.04
Could you give a more information on what it does when you try to boot? What OS are you deploying? Are you using legacy bios or UEFI?
-
RE: Better view of active tasks in Task Management
Its a javascript item I would think that could be modified to always show maximized instead of show on hover. I am not familiar enough with javascript to change it myself. The file that looks that would need to be modified to change this is located in /var/www/fog/management/js/fog.tasks.js
-
RE: IPXE help
So I take it if “it was working before” you could image but you were having issues after deployment with the machine just boot looping through fog?
Maybe try this post [url]http://fogproject.org/forum/threads/chainloading-ipxe.10915/[/url]
-
RE: OS and hardware interchangeability and installation process
Sysprep is normally for used in when you know a computer will be added to a domain due to it resets the Security Identifier, Driver Cache, and Computer Name for example. If you want to create a universal image check out [url]http://www.fogproject.org/wiki/index.php/Create_a_windows_7_image_for_many_different_hardware[/url]
Fog uses kernels basically as an interface to pass commands or pull information off of a computer. It doesn’t install the kernel to the computer you are imaging
Hope this helps
-
RE: Using Hard Disk: /dev/sda, then Processing Hard Disk: dev/sda...hung
It seems like a lot of people run into issues like this when building an image on a physical machine. I would recommend by starting off by wiping all partitions out with a gparted disc and then making sure BIOS is set to legacy mode (at least until UEFI issues are resolved) and then install Windows. It would prevent issues like this from occurring
-
RE: IPXE help
otomoton,
To test if dhcp is what is causing the issue run the following commands
[CODE]sudo cp /tftpboot/undionly.kpxe /tftpboot/pxelinux.0
sudo restart tftpd-hpa[/CODE]Then retry to connect your host if this resolves your issue it is due to a dhcp setting looking for pxelinux.0 and it cant find it. To resolve for future upgrades use this page to assist you to make the changes to point towards undionly.kpxe: [url]http://www.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG[/url]
-
RE: 1.1.2 Different Issues / Problems.
Based on the config file you attached your passwords are:
SQL password xw2vr4nh6!
& you don’t have a FTP password setVerify the passwords are the same in the website… Guessing it is due to FTP password is blank in the config file normally there would be one. The Post Stage 2 moves the image from /images/dev to /images/{image name} it could also be a permission issue or the folder doesn’t exist.
-
RE: Some Computers Fail to Join Domain
The fog ad issues are resolved with 1.2 and in the current svn. Keep in mind that you no longer use domain/username just username. [url]http://fogproject.org/wiki/index.php?title=Active_Directory_-_FOG_Setting[/url]
I would remove joining domain from unattend file and re-upload your image. I would also remove the hosts that give you that error and re-image them with join domain in fog. The reason I say this is to rule out possible AD permission limitations on the user you use to join the domain.
-
RE: Slowness in gui after 20 minutes
There are two web options I could see that may slow down the UI if one you have a large host database or limited ram.
FOG_USE_ANIMATION_EFFECTS
FOG_HOST_LOOKUPAlso if you upgrade from .32 it would work better if you wipe your mySQL database out
-
RE: Fortigate Firewall Setting - FOG Server
The following I believe are the ports that fog uses:
FTP – tcp 20,21
SSH – tcp 22
TFTP – udp 69
HTTP(s) – tcp 80,443
Portmap – tcp/udp 111
NFS – tcp/udp 2049
Transfer ports – tcp/udp 1024 – 65535Depending on where your firewall is located you may not need to make changes to it though. For example if it is out on the DMZ it shouldn’t matter. You will need to configure DHCP in your switches though if not already done so. [url]http://www.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG[/url]
-
RE: FOG Is Inoperable After Server Reboot
Banjo,
That error occurs when the SQL database information doesn’t match what is in fog. This is what I would suggest doing.
[LIST]
[]Open up [CODE]sudo nano /var/www/fog/lib/fog/Config.class.php[/CODE]
[LIST]
[]Notate both the host, username & password
[/LIST]
[]Open up [CODE]sudo nano /opt/fog/.fogsettings[/CODE]
[LIST]
[]Fill in the following portions
[/LIST]
[/LIST]
snmysqluser=“{root}”
snmysqlpass=“{password if you have one}”
snmysqlhost=“{localhost}”
[LIST]
[]Reset the mySQL database password to be what is in the config files
[LIST]
[]run [CODE]sudo dpkg-reconfigure mysql-server-5.5[/CODE] replace the last two numbers if using a different version of mySQL
[*]enter in the new password
[/LIST]
[/LIST]
If you still have issues re-run the installer. I tested with a VM using 14.04 and it resolved the same issue -
RE: Can't Install New Kernel: FOGFTP: Failed to put file.
Sounds like a permisson error either tftp password or file permissions a work around would be
[CODE]sudo cp /tmp/bzImageThink /var/www/fog/service/ipxe/bzImageThink[/CODE] -
RE: Problem with time.
First go to [url]http://us2.php.net/manual/en/timezones.php[/url] and notate which timezone you are in example “America/Chicage”.
On your fog machine enter the following command (if you dont have nano installed use vi instead)
[CODE]sudo nano /etc/php5/apache2/php.ini[/CODE]Find the line that starts with “date.timezone =” {enter in you timezone}
example date.timezone = America/ChicagoSave and exit then run
[CODE]sudo service apache2 restart[/CODE]