Location plugin not loading
-
Anyone?
-
You went to plugins, went to activate plugins and clicked the location plugin. It removed from the plugin list on that page right?
Did you then click on installed plugins, then click location and finish installing it?
-
Under “Activate Plugins”, Location is no longer listed. It’s listed under “Installed Plugins”. When I click it, I only get the plugin description. When I click the Location icon along the top Fog menu, I get blank pages.
[ATTACH=full]1176[/ATTACH]
[url=“/_imported_xf_attachments/1/1176_location.PNG?:”]location.PNG[/url]
-
Can you try removing the plugin and try installing it again?
-
I’ve tried that multiple times on both of our Fog servers. Is it required to already have a second storage node added for the plugin to function?
-
No it’s not.
Can you try downloading the trunk’s FOGPageManager?
[code]wget -O /var/www/fog/lib/fog/FOGPageManager.class.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/lib/fog/FOGPageManager.class.php[/code]
-
That did the trick!
For the option “TFTP from node”, will this do anything if we’re not using DHCP through the Fog servers? We’d like to have TFTP enabled on both servers, the second one being a storage node though.
-
the tftp from node is basically the same methodology as the imagin it reports to main server for the initial tftp but the init and kernel it downloads from the local node so 20MB doesn’t come from the main server but locally
the location plugin is intended for you to be able to manage where the image comes from as storage nodes are designed as load balancing where the location plugin “directs” the traffic. so you can tell the host by location which node to get it’s image from. simplistic setup is:-
Setup a location for each location/node so
For Remote Location 1.Create a Location Definition Called: Remote Location 1
Add the storage node for Remote Location 1 to that Location
and when you want the host to image from Remote Location 1 under host choose Remote Location 1 under host then deployThis way keeps it “centralised” so you only need 1 Main Server, 1 SQL database etc etc but get the ability to do “local” imaging for that remote site
Hope this makes sense
-
from ur description above about keeping traffic going across “rings” to a minimum you will want to enable tftp from node then… only thing you can’t “control” with location is the snapins but there are ways… we have 25 sites across the country and only traffic is initial tftp request, snapin script and a few db queries everything else is local to the site
so you’re talking mbs if not kbs of traffic
-
Thanks for the explanation Lee. Sounds like the Location plugin along with the TFTP from Node option is what we want. I hope to put this into production later today.
Thanks again!
-MRCUR