• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Adam.E
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Adam.E

    • A

      Solved PC Rebooting during Fog startup image process. (Build 4248)

      FOG Problems
      • pc rebooting build 4248 • • Adam.E
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      A

      That did the trick. Thank you. 🙂 Was so use to seeing installation finished that it was finished. But did realize it seemed to grab the kernels and client wayyy faster than normal. I’ll make sure to keep that in mind next time.

    • A

      IPXE - Could Not Start Download issue

      FOG Problems
      • • • Adam.E
      19
      0
      Votes
      19
      Posts
      5.8k
      Views

      Tom ElliottT

      We narrowed what the issue was. On current SVN versions we are not specifying the version number of fog in the init. This displays when the banner is displayed and this was where the issue was/is occurring. The reason for the banner to be stuck is his system would boot and everything just fine. However the os layer is being assigned an ip outside of the fog dhcp controller. For example if his network main has a dhcp server handing out IPs in the 172.16 range while the fog dhcp is handling 10.x.x.x range, boot up would get the 10.x.x.x range but the init would get ip in 172.16.x.x range.

    • A

      Fog with NAS issues

      FOG Problems
      • • • Adam.E
      4
      0
      Votes
      4
      Posts
      1.6k
      Views

      A

      Nvm, still can’t figure this thing out. About to just go buy parts and RAID 5 my linux machine itself. I know I can get the storage node to work locally. But I just can’t figure out this NAS deal.
      Maybe it’s because it NEEDS a username and password? Not sure how specific NFS is but I know it doesn’t ask for it there when I want to mount the nas. I can mount it just fine with CIFS. Infact when I mount it as a CIFS and add that as a node on fog it even gives me the available space pie chart and all. But all in all we need NFS for all of this to work client side.

      Here’s what I currently did:

      On the Imation DataGuard T5R (IP: 192.168.2.201) I made a /Images share out there. This NAS is kind of goofy so it could full well be the NAS. The NAS isn’t on the Active Directory but the computers are. So even though I don’t have the NAS on the AD I still needed to add my username and pass to it as a user and it let me in. So thinking that way I added fog as a user also to see if that could rule it out.

      My /etc/exports say:
      [CODE]/fogimages *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
      /fogimages/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)
      [/CODE]

      I also added the .mntcheck files in these folders. I never did “Touch” those files so that will be next on the list.

      My NAS line in /etc/fstab looks like this:
      [QUOTE]192.168.2.201:/Images /fogimages nfs defaults 0 0
      [/QUOTE]

      When I was done with all of that I made sure I did the exportfs command and even restarted services.

      When I try to mount again I still get this:
      [CODE]mount -t nfs 192.168.2.201:/Images /fogimages
      mount.nfs: access denied by server while mounting 192.168.2.201:/Images
      [/CODE]

      I have tried doing all of this in Fog itself too. [IMG]http://fogproject.org/forum/gyazo.com/8948a37556ff51c00f362e942e4c0538[/IMG]

      I have tried different variations of the Image Path also. Some forums have mentioned that some NAS systems don’t grab the share correctly. So try to find a more direct path. So I tried /Nas1/Images <-- (Logical Drive/ImageFolder). Nadda. Next I logged into the NAS through SSH and found an even more absolute path. Tried that and still nothing. This is going to haunt me, haha. [IMG]http://gyazo.com/8cf806729d6dbcfcbe45edc7d23deaaa[/IMG]

      I know I can get this working with Clonezilla but I really love the way Fog is laid out. Clonezilla I need to always go to the machine and follow the 15 steps and make sure I even have the correct paths. Fog, you just do it once and after that you click a button to start anything you want. It’s super nice.

      So if anybody has some ideas that maybe I am missing or if I’m SOL with this NAS possibly let me know! Thank you. : )

    • 1 / 1