Windows 10 Error on deployment only on 1st attempts...
-
@Sebastian-Roth Here’s what I get when trying to debug on my surface when I try to run the fog command on the debug. It doesn’t even make it past the first step.
-
@george1421 They are just load sharing. The devices being imaged are on a different subnet than the storage nodes and fog server. Network team said there should be no blocking between sites on the firewall or the switch configs.
-
@jflippen Ok on this target computer where you are at the FOS Linux command prompt, what is the results of these commands:
ip addr show
lspci -nn|grep -i net
EDIT: Also from your picture, what is the storage node IP address? (its off the screen)
-
@george1421 Here is a pic of the first command… the 2nd command brought back an empty result on the surface:
The storage node IP is 10.59.181.12.
-
@jflippen Oh wait, I just saw something in the previous picture.
Fatal Error: Unknown request type: Null
Are you usb booting into FOS? If so you need to schedule the task in the webui before you pick option 1 on the grub menu. If you don’t it will throw that error.
Now back on task, your surface has an IP address of 10.153.2.65. The fog server is on 10.59.10.12 and the storage node 10.59.181.12.
so now with these conditions from your surface pro running FOS.
mkdir /images mount -t nfs 10.59.181.12:/images /images
That should mount the nfs share on your storage node. That is the point where it is erroring out in your initial picture. It can’t map to the /images share on your storage node.
-
@george1421 Okay. I was issuing the debug task from the web GUI instead of deploying an image with debugging.
So, when I try mounting the volume before running the fog command, I get denied:
However when I then run the FOG command the imaging goes without a hitch:
After the imaging completes the share is mapped no problem.
-
@jflippen The connection refused response is telling (maybe)
On 10.59.181.12 if you run the command
showmount -e 127.0.0.1
It should show you the network shares that are created.Also on 10.59.181.12 you do have selinux set to permissible and the linux firewall disabled?
There is another possibility that I have the nfs mount command wrong for FOS. I don’t think so, but anything is possible.
-
@george1421 I had a meeting this afternoon and will be off the next few days, so I won’t be able to test this until Monday. I will post results when I get in.
-
@george1421 Here is what shows up as mounted on the storage node:
Firewalld stopped and disabled.
sestatus is in permissive mode. -
@george1421 @jflippen Just found this by accident and was wondering if there are any news on this topic?
-
@george1421 @jflippen Marking as solved as we have not heard back from anyone since a long time.
-
@Sebastian-Roth That’s fine. Things have been pretty swamped over here so I had to put the issue on the back burner. The issue doesn’t always show up, so troubleshooting has been time consuming.