Unable to Locate the Image Store
-
I recently posted this about migrating images from server a to b.
https://forums.fogproject.org/topic/11557/images-directoryI am trying to just get one image to work at this moment and after verifiying the settings in the FOG GUI were right and that the image folder has the image in it I tried deploying it to one machine and I get an error of:
‘Unable to Locate the Image Store’
https://dl2.pushbulletusercontent.com/ecmuKWAUxcf1I6BybOR20kHcpsaazhvl/20180306_130719.jpg
Any ideas?
-
Are you spinning up a new server as in the a to b or adding a second fog server because you were asking about coping all images, not about server migration.
What is the IP address of the B server?
-
@george1421
10.10.10.1And yes I was just copying the images to B.
-
@imagingmaster21 Ok so the target computer is saying it can’t reach your image store. All of the kernel parameters look good.
So we need to do some checking.
- Did you disable the firewall on your fog server, as well as selinux set to permissive as in the prerequisites to install FOG?
- Is there some kind of firewall between the target computer and the FOG server?
- Execute this command on your FOG server,
showmount -e 127.0.0.1
and post the output here. (Hint if you connect to your fog server using putty you can copy and paste the text without needing to do screen shots). - Also post the output of this command from your FOG server
ls -la /images
-
I got it working, I had to change the permissions slightly differently.