<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Host name already exists]]></title><description><![CDATA[<p dir="auto">I am trying to register a host when it boots it says unregistered but when I attempt to register it I get a host name already exists on the boot menu and the web admin. When I search my hosts by name and by mac address I am unable to locate the record. I believe I have a corrupt record in my database but I am not comfortable with editing it directly. Anyone able to suggest some step by step commands to remove the offending record the host name should be lap7p96302 and the mac address [FONT=Tahoma][COLOR=black]D0:67:E5:2E:1E:AD.[/COLOR][/FONT]</p>
]]></description><link>http://forums.fogproject.org/topic/4437/host-name-already-exists</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 20:32:58 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/4437.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Feb 2015 21:31:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Host name already exists on Fri, 06 Feb 2015 19:59:10 GMT]]></title><description><![CDATA[<p dir="auto">Can you hit me up on Google</p>
]]></description><link>http://forums.fogproject.org/post/34360</link><guid isPermaLink="true">http://forums.fogproject.org/post/34360</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 06 Feb 2015 19:59:10 GMT</pubDate></item><item><title><![CDATA[Reply to Host name already exists on Fri, 06 Feb 2015 19:54:56 GMT]]></title><description><![CDATA[<p dir="auto">2952 that you loaded its been stable for me so far.</p>
]]></description><link>http://forums.fogproject.org/post/34356</link><guid isPermaLink="true">http://forums.fogproject.org/post/34356</guid><dc:creator><![CDATA[Joseph Hales]]></dc:creator><pubDate>Fri, 06 Feb 2015 19:54:56 GMT</pubDate></item><item><title><![CDATA[Reply to Host name already exists on Fri, 06 Feb 2015 19:47:57 GMT]]></title><description><![CDATA[<p dir="auto">What revision are you running</p>
]]></description><link>http://forums.fogproject.org/post/34355</link><guid isPermaLink="true">http://forums.fogproject.org/post/34355</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 06 Feb 2015 19:47:57 GMT</pubDate></item><item><title><![CDATA[Reply to Host name already exists on Fri, 06 Feb 2015 19:42:29 GMT]]></title><description><![CDATA[<p dir="auto">When I locate that record it showed two records and wouldnt allow me to insert the mac address so I deleted both and tried to recreate it in the fog ui but when i added host it went to a blank screen and the record is still not visible in the fog ui. I went back into mysql and tried your commands again and got this result.<br />
mysql&gt; select hostID from hosts WHERE hostName like ‘%lap7p96302%’ \G<br />
*************************** 1. row ***************************<br />
hostID: 6223<br />
1 row in set (0.01 sec)</p>
<p dir="auto">mysql&gt; INSERT INTO hostMAC SET hmHostID=‘hostIDreturnedbefore’,hmMAC=‘d0:67:e5:2e:1e:ad’,hmPrimary=‘1’;<br />
ERROR 1062 (23000): Duplicate entry ‘d0:67:e5:2e:1e:ad’ for key ‘hmHostID’<br />
mysql&gt;</p>
]]></description><link>http://forums.fogproject.org/post/34352</link><guid isPermaLink="true">http://forums.fogproject.org/post/34352</guid><dc:creator><![CDATA[Joseph Hales]]></dc:creator><pubDate>Fri, 06 Feb 2015 19:42:29 GMT</pubDate></item><item><title><![CDATA[Reply to Host name already exists on Thu, 05 Feb 2015 22:26:58 GMT]]></title><description><![CDATA[<p dir="auto">Well you could get the hostID of the host named lap7p96302 in the hosts table of the database:</p>
<p dir="auto">[code]select hostID from hosts WHERE hostName like ‘%lap7p96302%’ \G[/code]</p>
<p dir="auto">Then insert the mac address from the returned hostid into the hostMAC table:</p>
<p dir="auto">[code]INSERT INTO hostMAC SET hmHostID=‘hostIDreturnedbefore’,hmMAC=‘d0:67:e5:2e:1e:ad’,hmPrimary=‘1’;[/code]</p>
]]></description><link>http://forums.fogproject.org/post/34291</link><guid isPermaLink="true">http://forums.fogproject.org/post/34291</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 05 Feb 2015 22:26:58 GMT</pubDate></item></channel></rss>