@Joe-Schmitt That worked. Thank you so much. You guys totally rock! When I first introduced the idea of moving to FOG from a paid imaging platform a few years ago, my boss was concerned about support. I have to tell you that the support that all of you and the community provides is far better than anything I have witnessed from companies that we pay.
Posts made by Tim M
-
RE: Client install issues - Legacy uninstall
-
RE: Client install issues - Legacy uninstall
@Wayne-Workman I am having the same issue. I modified and used your script from the other thread to uninstall the old client and install the new client. It worked fine in most cases. However, when it doesn’t work, it doesn’t install the new client, and I can’t install it manually because the installer keeps detecting the old client even though I can’t find any sign of it anywhere. I looked for the registry key that Tom mentioned, but it isn’t there. Any insight would be great. I am in the process of migrating about 1,000 machines from a server running 0.32 to one running the latest trunk.
-
RE: Manually typing TFTP address after booting
@Sebastian-Roth Forgive my ignorance, I captured a PCAP dump, but probably grabbed too much. It was too big to upload so I shared it on Google Drive here: https://drive.google.com/file/d/0B5aGXxaL3_W6aFVfbnItNVRyTDQ/view?usp=sharing
Here are the TFTP Server settings:
I have my Windows DHCP Server set with option 66 as 10.2.1.96 and Option 67 as undionly.kpxe. I have tried kkpxe, ipxe, etc… with no success.
I installed the latest Trunk today (6124). I am still getting the same error. It looks like the screenshot that Quazz uploaded 12 days ago. It keeps asking for the TFTP server.
Thanks for your help and patience.
-
RE: Manually typing TFTP address after booting
@Sebastian-Roth Thanks. You guys are awesome! I will try to get to that today. When I wanted to switched from Ghost to Fog a few years ago, my boss was worried about customer support. Just try to get this kind of quick response from Symantec!
-
RE: Manually typing TFTP address after booting
I have been having a similar issue. I am not using the fog server for DHCP. Options 66 and 67 are set correctly on my Windows server. 99% of the time I am asked for the IP of the TFTP server. Since I changed the boot order of 800+ machines to boot to the NIC first when I installed and successfully used FOG 0.32, it has become a real issue while testing 1.2 (latest Trunk).
Once I enter the TFTP (fog server) ip, it seems to work. Firewall is off. Permissions on TFTP folder are correct. Any help would be greatly appreciated.
-
RE: Feedback: Snap-in system
[quote=“timcough, post: 11851, member: 40”]I have suggested the following in a different thread to allow a single snapin to be sent to multiple computers:
Add the following lines to the groups section of tasks.advanced.include.php:
[PHP]<tr>
<td class=“c”><a href=“?node=tasks&type=group&direction=onesnap&noconfirm=<?php print $groupid; ?>”><img src=“./images/snap.png” /><p><?php print _(‘Deploy Single Snapin’); ?></p></a></td>
<td><p><?php print _(‘This option allows you to send one of the snapins to the group without imaging the computers. (Requires FOG Service to be installed on client)’); ?></p></td>
</tr>[/PHP][/quote]Thank you SO MUCH for this code. It has made snap-in deployment much easier. Has anyone figured out a way to make snap-in groups? It would be terrific to be able to put a number of snapins into a group for deployment to certain machines. ie. all 32 bit machines get a certain group of snapins, while 64 bit get a different group, etc.