@Wayne-Workman said in Multicast Issues on Centos 7:
Yes, I confirm the command work. I found it and solved my problem few days ago.
https://forums.fogproject.org/topic/7194/could-not-pxe-boot-input-output-error-when-do-multicast/31
@Wayne-Workman said in Multicast Issues on Centos 7:
Yes, I confirm the command work. I found it and solved my problem few days ago.
https://forums.fogproject.org/topic/7194/could-not-pxe-boot-input-output-error-when-do-multicast/31
@Wayne-Workman said in Cannot import hosts:
SELECT hostName,hostID FROM hosts WHERE hostName = ‘T-2443’ OR hostName = ‘T-2444’ OR hostName = ‘T-2445’;
Oh, look like they exist on DB,
MariaDB [fog]> SELECT hostName,hostID FROM hosts WHERE hostName = 'T-2443' OR hostName = 'T-2444' OR hostName = 'T-2445';
+----------+--------+
| hostName | hostID |
+----------+--------+
| T-2443 | 2829 |
| T-2444 | 2830 |
| T-2445 | 2831 |
+----------+--------+
3 rows in set (0.00 sec)
But I still unable to find them on Web
@Wayne-Workman said in Cannot import hosts:
select gmID,gmHostID,gmGroupID FROM groupMembers WHERE gmHostID=0 OR gmHostID=0 OR gmGroupID=0;
Thanks!
MariaDB [(none)]> use fog
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
MariaDB [fog]> SELECT hostID, hostName FROM hosts WHERE hostID=0;
Empty set (0.00 sec)
MariaDB [fog]> SELECT hmID,hmHostID,hmMAC FROM hostMAC WHERE hmID=0 OR hmHostID=0;
Empty set (0.07 sec)
MariaDB [fog]> select gmID,gmHostID,gmGroupID FROM groupMembers WHERE gmHostID=0 OR gmHostID=0 OR gmGroupID=0;
Empty set (0.02 sec)```
I’m using trunk ver 8424
Whenever I import hosts.csv, I get the message:
Errors Row #1: Host already exists with this name: T-2443
Row #2: Host already exists with this name: T-2444
Row #3: Host already exists with this name: T-2445
This is the csv file:
FC:08:4A:5F:E0:51,T-2443
FC:08:4A:5F:E3:C0,T-2444
FC:08:4A:5F:E2:DA,T-2445
There is no host T-2443, 2444 or 2445 on both host list on web GUI or on hosts table on mysql.
I also tried a different hostname, and got the same problem.
Thanks,
@Tom-Elliott Yes, it is working now.
Thanks,
@Tom-Elliott Please check my last post on this thread
I just updated to lasted Trunk version today and have the same problem
Multicast setting
Storage node (I have only 1 node)
And this is multicast log (wrong interface and IP address)
@Wayne-Workman said in Multicast Issues on Centos 7:
Yes, I confirm the command work. I found it and solved my problem few days ago.
https://forums.fogproject.org/topic/7194/could-not-pxe-boot-input-output-error-when-do-multicast/31
@Quazz The default item for local disk was unchecked automatically when I selected Quick Image
http://i.imgur.com/ubFGbF7.png
My fog server ignores the default item setting, it always boots to local disk.
I’m using Fog trunk 7380
Thanks!