Jump to content

Recommended Posts

Posted

I am finally using fog in anger and have noticed that it is much slower to register hosts etc when an image is being sent out to one or more machines.

Not too much of a problem BUT if I was to install a storage node would this help with speed?

Has anyone else done this and noticed an improvement.

 

I am using 0.26 after using 0.27 which seemed to be even slower but looking back I think it was just that when it working slowly it gave me no feedback.

Posted

From what I understood when reading the documentation, adding more storage nodes means that the load is distributed between nodes.

 

You can also specify a specific node so that, for example, you could build a tiny server and carry it to the room you are imaging so that it is nearer the endpoints.

Posted

You can also specify a specific node so that, for example, you could build a tiny server and carry it to the room you are imaging so that it is nearer the endpoints.

 

I wish Ric. I'm imaging the whole school.

 

I'll add on a second storage server this morning and see wht happens!

Posted
In one go? :eek:

 

Shouldn't be too bad if multicasting.

 

We're testing it here and managed 60 PCs in 15 mins or so and that's including re-imaging them, letting sysprep do its thing and getting them added to the domain. Admittedly they were all the same type of machine so the image was just one being mulicast.

 

So far I love it.

 

Now if only those pesky SIS 900 POS NICs would PXE boot :(

 

HBJB

Posted

I'm unicasting, with a queue of 10.

 

Now then back to storage. I have installed fog storage over the top of an install of my old 0.27 server. All seemed fine but it didn't give me a username and password as it said it would in the documentation. Does anyone know where this might be located?

Posted

Sorry, I didn't explain properly.

 

My fog server is stillfine but i don't kow what the username and password is to connect my storage server to the main fog server. It did not give me them

 

Does anyone know what the default ones would be?

 

I have found what I think is the encrypted password in /var/www/fog/commons/config.php but I wouldn' know how to decipher this?

Posted
open up '/opt/fog/.fogsettings' in a text editor. The password is in there.

 

This is what I have, no mention of a user apart from the sql which I have altered.

 

## Created by the FOG Installer
## Version: 0.27
## Install time: Tue 04 Aug 2009 09:35:04 BST

ipaddress="10.60.28.152";
interface="eth0";
routeraddress="";
plainrouter="";
dnsaddress="";
dnsbootimage="";
password="ea345062bf4145de09fa6a7efe4853c9";
osid="2";
osname="Ubuntu";
dodhcp="";
bldhcp="";
installtype="S";
snmysqluser="fogstorage"
snmysqlpass="fs3434";
snmysqlhost="10.60.28.57";
fogupdateloaded="1"

Posted

There it is:

 

password="ea345062bf4145de09fa6a7efe4853c9";

 

In the storage configuration UI on the main FOG server, put that in as the management password.

  • Thanks 1
Posted

Hmm, mixed results.

The password solution from Geoff did work but it just moved me to my next error!

 

The images are not moving across to the storage server.

The /images folder has a 4kb file with the name of my first image.

When I take a look in /opt/fog/log/fogreplicator.log I see the following message being repeated every 10 minutes...

 

"Failed to connect to database server, will try again next iteration."

 

My sqluser and password match up in the Fog Storage nodes settings on the web console and in the /opt/fog/.fogsettings file!

 

Anyone any idaes at all?

 

Thanks

Posted

On my original fog server I have these lines in '/opt/fog/service/etc/config.php'

 

define( "MYSQL_HOST", "" );
define( "MYSQL_DATABASE", "fog" );
define( "MYSQL_USERNAME", "" );
define( "MYSQL_PASSWORD", "" );

 

and in my fog storage node I have...

 

define( "MYSQL_HOST", "10.60.28.57" );
define( "MYSQL_DATABASE", "fog" );
define( "MYSQL_USERNAME", "fogstorage" );
define( "MYSQL_PASSWORD", "fs5998" );

 

hmm, does that seem right!

Posted
Only problem I had is that I had to use the MySQL 'root' user on the storage node rather than the fogstorage user. No idea why.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...