Unable to register Hosts (SVN 2361)
-
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]