Is there a way to consolidate hosts onto one server? We’ve got a fog server setup in a central location at our school. Prior to this, we had a few virtual fog servers setup and did some imaging with them. I would like to retain all of the Hardware Inventory, Image Definitions, and other information from those system and import those systems into the centrally located Fog server. I don’t want to lose the hosts that are currently in that system.
I know that I could run an inventory report and pull out the MAC address and hostname to import into the new server, but there doesn’t seem to be a way to import the other items (asset tag, etc.) from the GUI.
[url]http://fogproject.org/forum/threads/mass-export-host-information.902/#post-7946[/url] covers exporting the database/hosts to use on a new system, but if I ran the import on an existing system, wouldn’t the command
[B]#mysql -u root -p[password] fog < hosts.sql[/B] drop all of the current hosts? Or, will it just add to the list?