Issue Deleting Host
-
Hey again.
I was in the process of registering a host, and the computer lost power while “sending info to server.”
So, the host was registered in an incomplete state.
The host appears on the Web GUI, but there is no info inside.
If I try to manually add the MAC address and info, I receive “No user history data found!”
The host entry is not updated.If I try to delete the host, it does nothing. It goes to a blank white page and sits there.
I’m guessing I will have to remove the entry from the database itself, but I’m not quite sure how to do this.
-
if you set without a password, on the FOG Server run:
[code]mysql -u root fog[/code]
if you set mysql with a password, on the FOG Server run:
[code]mysql -u root -p fog[/code]Once at the mysql> prompt type:
[code]delete from hosts where hostName=‘<HOSTNAME>’;[/code]Don’t forget the semicolon at the end.
Once complete, type exit.
-
Thanks, Tom!
-
This may be a year old, but it helped me out a ton. Suddenly a bunch of hosts entries have stopped loading.