I am having issues exporting the host list. I found this link ([url]http://fogproject.org/forum/threads/mass-export-host-information.902/[/url]) showing the command information. I got the user and password information from the FOG Settings for mySQL but there is no information being saved, or error messages being returned.
The commands I followed are these:
[FONT=Consolas]#mysqldump -u root -p[password] fog hosts > hosts.sql[/FONT]
[FONT=Consolas]Where does the file actually go to? I checked the root directory but found nothing. I modified the directory in the output to point to my home directory but it did not give me any results.[/FONT]