<?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[Accidently Registered Twice]]></title><description><![CDATA[<p dir="auto">I registered a computer twice on accident and then it said there was a naming confilict so I deleted the Host. Now when I try to do it again it says “Unable to locate host in database, please ensure that mac address is correct.”</p>
<p dir="auto">Please let me know if any additional information is needed.</p>
<p dir="auto">Thank you.</p>
]]></description><link>http://forums.fogproject.org/topic/973/accidently-registered-twice</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 00:20:54 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/973.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Jul 2012 16:46:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Accidently Registered Twice on Mon, 23 Jul 2012 16:36:28 GMT]]></title><description><![CDATA[<p dir="auto">I was able to add manually. Thank you</p>
]]></description><link>http://forums.fogproject.org/post/8915</link><guid isPermaLink="true">http://forums.fogproject.org/post/8915</guid><dc:creator><![CDATA[SBrady]]></dc:creator><pubDate>Mon, 23 Jul 2012 16:36:28 GMT</pubDate></item><item><title><![CDATA[Reply to Accidently Registered Twice on Mon, 23 Jul 2012 16:33:26 GMT]]></title><description><![CDATA[<p dir="auto">Try manually deleting the entry from the mysql db, if the host is there. From a terminal:<br />
[CODE]mysql -u root -p<br />
use fog;<br />
select * from hosts;  //this will list all the hosts<br />
[/CODE]<br />
if you know the hostname:<br />
[CODE]select * from hosts where hostName=“blah”;[/CODE]<br />
if you find it, delete it with:<br />
[CODE]delete from hosts where hostName=“blah”;[/CODE]<br />
You can list and delete with similar commands for the mac addresses you tried to register. Just change the “where” portion of the above statements like:<br />
where hostMAC=“00:00:00:00:00:00” substituting in your mac values.</p>
<p dir="auto">Let us know if that worked.</p>
<p dir="auto">astrouga</p>
]]></description><link>http://forums.fogproject.org/post/8914</link><guid isPermaLink="true">http://forums.fogproject.org/post/8914</guid><dc:creator><![CDATA[astrouga]]></dc:creator><pubDate>Mon, 23 Jul 2012 16:33:26 GMT</pubDate></item><item><title><![CDATA[Reply to Accidently Registered Twice on Mon, 23 Jul 2012 16:07:15 GMT]]></title><description><![CDATA[<p dir="auto">[quote=“chad-bisd, post: 4970, member: 18”]It might be easiest to delete both instances of the host. then reregister it. The only way you can register the same physical host twice is to use a different MAC address. If a host exists with the same MAC address, Fog will not let you register it again. At least not from the boot menu task. I don’t know about the WebUI.[/quote]</p>
<p dir="auto">That’s the point. I deleted the host and now when I try to re-register it, I get the mac address message and cannot register.</p>
]]></description><link>http://forums.fogproject.org/post/8912</link><guid isPermaLink="true">http://forums.fogproject.org/post/8912</guid><dc:creator><![CDATA[SBrady]]></dc:creator><pubDate>Mon, 23 Jul 2012 16:07:15 GMT</pubDate></item><item><title><![CDATA[Reply to Accidently Registered Twice on Thu, 19 Jul 2012 13:50:07 GMT]]></title><description><![CDATA[<p dir="auto">It might be easiest to delete both instances of the host. then reregister it.  The only way you can register the same physical host twice is to use a different MAC address.  If a host exists with the same MAC address, Fog will not let you register it again.  At least not from the boot menu task.  I don’t know about the WebUI.</p>
]]></description><link>http://forums.fogproject.org/post/8878</link><guid isPermaLink="true">http://forums.fogproject.org/post/8878</guid><dc:creator><![CDATA[chad-bisd]]></dc:creator><pubDate>Thu, 19 Jul 2012 13:50:07 GMT</pubDate></item></channel></rss>