ok great.
I was kind of hoping i didn’t have to go down that route and i could of done it with the PXE boot on the pc.
Seems you cannot do it this way.
I will create a script for the next time i down fog.
Many thanks.
Duncan
ok great.
I was kind of hoping i didn’t have to go down that route and i could of done it with the PXE boot on the pc.
Seems you cannot do it this way.
I will create a script for the next time i down fog.
Many thanks.
Duncan
Sometimes i need to take fog down for backups and other work.
The issue i have then is that all my pcs are set to boot to network. So the pc boots, gets an IP from DHCP and then sticks at PXE-E32: TFTP open timeout
TFTP…
The user then has to press escape to proceed.
But users do not know that they need to press escape and our helpdesk gets flooded with calls about the problem.
Is there a way to put a time out or something so that if it fails to connect to the TFTP it will just carry on and boot into windows?
Many thanks
Duncan
[IMG]http://s27.postimg.org/4jsxfuugz/Capture.png[/IMG]
the fog username and password was the one that was given when I ran installfog.sh and setup the node.
yes seems to connect fine.
mysql -u’fogstorage’ -p’xxxxxx’ -h’10.1.106.54’ fogReading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6461
Server version: 5.5.37-0ubuntu0.13.10.1 (Ubuntu)
Copyright
2000, 2014, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
so changed it too:
#bind-address = 127.0.0.1
restarted mysql and still isnt showing harddisk information.
this is the my.cnf file:
[mysqld]
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
skip-external-locking
bind-address = 127.0.0.1
The Config.class.php all seems to be correct.
DATABASE_HOST
DATABASE_USER
DATABASE_PASSWORD
all seem to be correct.
thanks for the reply.
I have done that and on the “main” fog machine. lets say the ip is 10.1.1.10 The main on is the 10.1.1.10/fog that i connect too.
So say the storage node is 10.1.1.20. do i need to point the my.cnf on the storage node to the main fog ip addess?
Hi there,
Been using fog for a few months now and all has been good.
Was on 0.32 and upgraded to 1.2.0. Also added a 1TB node and made it the master node.
Everything thing is working fine, snaps in, uploads and downloads.
The only issue i have is i cant see the pie chart that shows the space on the node. Doesnt seem to show transfer speed or “server information” either.
Anyone got any ideas?
Many thanks!