Yeh DHCP is on Windows Server
Posts made by Duncan
-
PXE boot stuck when fog is down
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
-
RE: Added new NFS node, dont see pie chart - "failed to connec to"
[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.
-
RE: Added new NFS node, dont see pie chart - "failed to connec to"
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 -AWelcome 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.
-
RE: Added new NFS node, dont see pie chart - "failed to connec to"
so changed it too:
#bind-address = 127.0.0.1restarted mysql and still isnt showing harddisk information.
-
RE: Added new NFS node, dont see pie chart - "failed to connec to"
this is the my.cnf file:
[mysqld]
* Basic Settings
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-lockingInstead of skip-networking the default is now to listen only on
localhost which is more compatible and is not less secure.
bind-address = 127.0.0.1
The Config.class.php all seems to be correct.
DATABASE_HOST
DATABASE_USER
DATABASE_PASSWORDall seem to be correct.
-
RE: Added new NFS node, dont see pie chart - "failed to connec to"
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?
-
Added new NFS node, dont see pie chart - "failed to connec to"
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!