Unable to register Hosts (SVN 2361)
-
Once again, please try SVN 2263
-
ok I’m able to register host now but now I am unable to deploye or upload an image when i try to deploye the image the computer will boot to fog then as soon as it boots to fog it goes straight to boot to hard drive and it looks like it does this for any computer that is registered to fog now if it’s not register to fog it will let me register it and after i tell it to image now it reboots and it will boot to fog but as soon as it finishes the pxe boot to fog it goes straight to boot to hard drive
-
also when i try to deploy from the web console it now says i must first upload an image
-
This post is deleted! -
Do you have multiple storage nodes?
-
no i only have one and its on the same server
-
Did you FTP information change? Meaning, did you have to reinstall or did just upgrading help you out?
-
nothing should had change i just upgraded im about to upgrade to the latest bluid and see if that helps.
-
this is the error i get even on 2367
Failed to create deployment tasking for the following hosts
You must first upload an image to create a download taskthis is when i try from the webconsole
-
Under storage management did your image path change? Otherwise this really sounds like an FTP issue. You can try resetting the password for the user “fog” to the FTP password you have listed in the web UI.
-
[quote=“BPSTravis, post: 37343, member: 22444”]Under storage management did your image path change? Otherwise this really sounds like an FTP issue. You can try resetting the password for the user “fog” to the FTP password you have listed in the web UI.[/quote]
nothing has changed that i know of other than me doing the updates heres a video of what is happening[url=“http://www.youtube.com/watch?v=GSUa4u33hak”]www.youtube.com/watch?v=GSUa4u33hak[/url]
and this happens for any host that is register to fog if the host is not register the menu screen will pop up
-
That is happening because there is no task for the host. The error you encountered while starting the task prevents it from being made.
Try setting the password for the fog user on the unix system to what shows in the web ui for your FTP password.
-
I believe this is now fixed.
Most of the problem was because of duplicate hostMAC entries.
The way I fixed:
In mysql:[code]ALTER IGNORE TABLE hostMAC ADD UNIQUE INDEX hmHostID (hmMAC);[/code]