@Wayne-Workman Working like a charm :). Thanks
Posts made by dvchuyen
-
RE: Cannot import hosts
@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
-
RE: Cannot import hosts
@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)```
-
Cannot import hosts
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-2445This 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,
-
RE: Multicast Session on wrong eth-port
@Tom-Elliott Yes, it is working now.
Thanks, -
RE: Multicast Session on wrong eth-port
@Tom-Elliott Please check my last post on this thread
-
RE: Multicast Session on wrong eth-port
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)
-
RE: Multicast Issues on Centos 7
@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
-
RE: Default Item on PXE boot menu does not work
@Quazz The default item for local disk was unchecked automatically when I selected Quick Image
http://i.imgur.com/ubFGbF7.png -
Default Item on PXE boot menu does not work
My fog server ignores the default item setting, it always boots to local disk.
I’m using Fog trunk 7380
Thanks! -
RE: could not pxe boot (input/output error) when do multicast
@Tom-Elliott Yes, it is
00:0c:29:bf:57:4a
If you don’t mind, could you teamviewer and check ? Thanks! -
RE: could not pxe boot (input/output error) when do multicast
@Tom-Elliott
Thanks,#!ipxe set fog-ip 192.168.1.252 set fog-webroot fog set boot-url http://${fog-ip}/${fog-webroot} kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=127000 keymap= web=192.168.1.252/fog/ consoleblank=0 rootfstype=ext4 rootfstype=ext4 mac=00:0c:29:bf:57:4a ftp=192.168.1.252 storage= storageip= web=192.168.1.252/fog/ osid= consoleblank=0 irqpoll hostname=000c29bf574a isdebug=yes imgfetch init_32.xz boot```
-
RE: could not pxe boot (input/output error) when do multicast
@Tom-Elliott
Of course…
Am I missing something ?
-
RE: could not pxe boot (input/output error) when do multicast
@Tom-Elliott
http://192.168.1.252/fog/service/boot.php?mac=<mac of relevant host with colons> -
RE: could not pxe boot (input/output error) when do multicast
@Tom-Elliott I don’t know how to check port on client, this is my Multicast setting
I got 404 Not Found when access the url. I go to service folder and cannot find boot.php file
-
RE: could not pxe boot (input/output error) when do multicast
@Sebastian-Roth said in could not pxe boot (input/output error) when do multicast:
tried
I got this from server when test with 1 client
and this from client
-
RE: could not pxe boot (input/output error) when do multicast
@Wayne-Workman Yes, I already cleared the tables then re-runed the installer,
[04-26-16 1:28:48 pm] | 0 tasks to be cleaned [04-26-16 1:28:48 pm] | 1 task found [04-26-16 1:28:48 pm] | Task (1) a is new! [04-26-16 1:28:48 pm] | Task (1) a has been cleaned. Udp-sender 20120424 Using mcast address 232.168.1.252 UDP sender for (stdin) at 192.168.1.252 on eno16777984 Broadcasting control to 224.0.0.1 [04-26-16 1:28:48 pm] | Task (1) /images/Win10ESNoDriver image file found. [04-26-16 1:28:48 pm] | Task (1) 1 client(s) found. [04-26-16 1:28:48 pm] | Task (1) a sending on base port: 63100 [04-26-16 1:28:48 pm] | CMD: cat /images/Win10ESNoDriver/d1p1.img | /usr/local/sbin/udp-sender --interface eno16777984 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/Win10ESNoDriver/d1p2.img | /usr/local/sbin/udp-sender --interface eno16777984 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint; [04-26-16 1:28:48 pm] | Task (1) a has started. [04-26-16 1:28:59 pm] | 0 tasks to be cleaned [04-26-16 1:28:59 pm] | 1 task found [04-26-16 1:28:59 pm] | Task (1) a is already running PID 16550 [04-26-16 1:29:10 pm] | 0 tasks to be cleaned [04-26-16 1:29:10 pm] | 1 task found [04-26-16 1:29:10 pm] | Task (1) a is already running PID 16550 [04-26-16 1:29:21 pm] | 0 tasks to be cleaned```
-
RE: could not pxe boot (input/output error) when do multicast
Update to latest verion, restart the server, now the task is not cancelled but It still stuck at Starting to restore image.
[04-26-16 8:18:42 am] | 0 tasks to be cleaned [04-26-16 8:18:42 am] | 1 task found [04-26-16 8:18:42 am] | Task (14) a is new! [04-26-16 8:18:42 am] | Task (14) a has been cleaned. [04-26-16 8:18:42 am] | Task (14) /images/Win10ESNoDriver image file found. [04-26-16 8:18:42 am] | Task (14) 1 client(s) found. [04-26-16 8:18:42 am] | Task (14) a sending on base port: 63100 Udp-sender 20120424 Using mcast address 232.168.1.252 UDP sender for (stdin) at 192.168.1.252 on eno16777984 Broadcasting control to 224.0.0.1 [04-26-16 8:18:42 am] | CMD: cat /images/Win10ESNoDriver/d1p1.img | /usr/local/sbin/udp-sender --interface eno16777984 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/Win10ESNoDriver/d1p2.img | /usr/local/sbin/udp-sender --interface eno16777984 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint; [04-26-16 8:18:42 am] | Task (14) a has started. [04-26-16 8:18:52 am] | 0 tasks to be cleaned [04-26-16 8:18:52 am] | 1 task found [04-26-16 8:18:52 am] | Task (14) a is already running PID 3646 [04-26-16 8:19:03 am] | 0 tasks to be cleaned [04-26-16 8:19:03 am] | 1 task found [04-26-16 8:19:03 am] | Task (14) a is already running PID 3646 5,1```
-
RE: could not pxe boot (input/output error) when do multicast
@Tom-Elliott said in could not pxe boot (input/output error) when do multicast:
Th
It does… so weird
[root@fog ~]# ifconfig eno16777984: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.252 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::20c:29ff:fe8f:977b prefixlen 64 scopeid 0x20<link> ether 00:0c:29:8f:97:7b txqueuelen 1000 (Ethernet) RX packets 93418 bytes 9024294 (8.6 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 55970 bytes 124838779 (119.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eno33557248: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.16.0.3 netmask 255.255.255.0 broadcast 172.16.0.255 inet6 fe80::20c:29ff:fe8f:9785 prefixlen 64 scopeid 0x20<link> ether 00:0c:29:8f:97:85 txqueuelen 1000 (Ethernet) RX packets 2044261 bytes 204256783 (194.7 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1839259 bytes 129113712 (123.1 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0```
-
RE: could not pxe boot (input/output error) when do multicast
It seems that the multicast job is cancel automatically. I set timeout 10 minutes
[04-25-16 5:29:51 pm] * No tasks found! [04-25-16 5:30:02 pm] * No tasks found! [root@fog ~]# tail /opt/fog/log/multicast.log [04-25-16 5:30:23 pm] | Sleeping for 10 seconds to ensure tasks are properly submitted [root@fog ~]# tail /opt/fog/log/multicast.log [04-25-16 5:30:33 pm] | Task (13) a sending on base port: 63100 Udp-sender 20120424 bind socket to 192.168.1.252:63101 (Address already in use) cat: write error: Broken pipe [04-25-16 5:30:33 pm] | CMD: cat /images/Win10ESNoDriver/d1p1.img | /usr/local/sbin/udp-sender --interface eno16777984 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint;cat /images/Win10ESNoDriver/d1p2.img | /usr/local/sbin/udp-sender --interface eno16777984 --min-receivers 1 --max-wait 600 --portbase 63100 --full-duplex --ttl 32 --nokbd --nopointopoint; [04-25-16 5:30:33 pm] | Task (13) a has started. [04-25-16 5:30:43 pm] | 0 tasks to be cleaned [04-25-16 5:30:43 pm] | 1 task found [04-25-16 5:30:43 pm] | Task (13) a is no longer running. [04-25-16 5:30:43 pm] | Task (13) a has been cleaned as cancelled. [root@fog ~]# vim /opt/fog/log/multicast.log```