@george1421 Good News! I got it to work. I noticed that I got bunch of alert about some host is trying to access the tftpd and httpd service. It was the firewall. At the beginning, while I was setting up the node, I typed systemctl stop firewalld; while I should have typed systemstl disable firewalld since I rebooted once.
Best posts made by msi
-
RE: PXE can't find correct bootfile size
-
RE: Image not syncing between nodes
@wayne-workman said in Image not syncing between nodes:
If you run this command from your Master Node, it will prompt you for the storage node’s local
fog
user’s password. You can find that in that node’s storage management area or from this file on it:/opt/fog/.fogsettings
rsync <options> <source> <destination>
rsync -r --bwlimit=6250 fog@10.134.200.230:/images/Laptop2.1 /images rsync -r --bwlimit=6250 fog@10.134.200.230:/images/Laptop /images
The 6250 is supposed to be 6250Kbps, or 50Mbps. If you want slower, you can do the math to figure out what you need with the calculator I reference below.
It took some times but it is working after issuing the rsync command. I had to delete the image from the NJED node after rsync completion.
Latest posts made by msi
-
RE: Capturing image keep failing at database update
@Sebastian-Roth we are using p3p2. I just rechecked, all are using p3p2 interface in the web ui
[root@gaaufog php-fpm]# ip a s 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: p3p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:13:3b:12:30:f3 brd ff:ff:ff:ff:ff:ff 3: p3p2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 00:13:3b:12:30:f4 brd ff:ff:ff:ff:ff:ff inet 192.168.1.230/24 brd 192.168.1.255 scope global noprefixroute p3p2 valid_lft forever preferred_lft forever inet6 fe80::ec94:a6b:f680:c6d5/64 scope link noprefixroute valid_lft forever preferred_lft forever 4: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether 54:bf:64:85:96:1d brd ff:ff:ff:ff:ff:ff inet 192.168.1.104/24 brd 192.168.1.255 scope global noprefixroute dynamic enp0s31f6 valid_lft 20999sec preferred_lft 20999sec inet6 fe80::ae81:cd39:7f04:8cd1/64 scope link noprefixroute valid_lft forever preferred_lft forever 5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 52:54:00:13:1e:25 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.1.255 scope global virbr0 valid_lft forever preferred_lft forever 6: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000 link/ether 52:54:00:13:1e:25 brd ff:ff:ff:ff:ff:ff [root@gaaufog php-fpm]# ip r s default via 192.168.1.250 dev enp0s31f6 proto dhcp metric 104 default via 192.168.1.250 dev p3p2 proto static metric 105 192.168.1.0/24 dev enp0s31f6 proto kernel scope link src 192.168.1.104 metric 104 192.168.1.0/24 dev p3p2 proto kernel scope link src 192.168.1.230 metric 105 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 [root@gaaufog php-fpm]#
-
RE: Capturing image keep failing at database update
@Sebastian-Roth I just checked all. All passwords are matching but still not working. I also noticed that it is using enp0s31f6 IP address instead of p2p3 IP (192.168.1.230). is it normal since both IP’s are working when accessing the web console?
-
RE: Capturing image keep failing at database update
Looks like ftp password is mismatching as below screenshot
-
Capturing image keep failing at database update
Hello,
I am using CentOS 7.5 with 1.5.8 fog installed. It is keep failing to update the database after capture
It has two Ethernet port. enp0s31f6 to only manage for administrative purpose. p3p2 is to provide dhcp and all fog related data transmission
-
RE: images are not syncing from master to node
@Sebastian-Roth I killed all the defunct process and restarted the server. Still not syncing…
-
RE: images are not syncing from master to node
@Sebastian-Roth We have verity of speed based on branch size. Our baseline is to have 10 MB upload and download speed which most brunch carries out. Below is the output for lftp:
[root@fogserver images]# ps aux |grep lftp root 12955 0.0 0.0 0 0 ? Z 08:13 0:00 [lftp] <defunct> root 22481 0.0 0.0 0 0 ? Z 08:21 0:00 [lftp] <defunct> root 41111 0.0 0.0 0 0 ? Z 08:38 0:00 [lftp] <defunct> root 42773 0.0 0.0 112708 972 pts/0 S+ 08:40 0:00 grep --color=auto lftp
-
RE: images are not syncing from master to node
@Sebastian-Roth replication is check marked for all images
0_1538657572096_fogreplicator.log
I have attached the fogreplocator log -
images are not syncing from master to node
Hi,
I have 4 total images in the master server. However, it’s not syncing other two image to all other node.
The image was captured via another node and transferred manually using scp to the master server since it wasn’t syncing it all. -
RE: 503 Service Unavailable
@wayne-workman I have restored the VM and ran updateIP.sh, still getting the same error. I checked the .fogsettings config file. it only updated the ipaddress; didn’t change routeraddress, plainrouter, and dns address.
-
RE: 503 Service Unavailable
@george1421 Hi,
I have followed the migration document. It’s giving me the same error