• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Location Plugin - ID Must Be Set To Edit Error

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    38
    8.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tedd77 @Tom Elliott
      last edited by

      @tom-elliott @george1421
      I will re-install 2 new ubuntu servers one on Dev and one on the current release.

      Still having hard time figuring out how to make the FOG writes the images on a separate NAS server.
      I looked onto youtube https://www.bing.com/videos/search?q=fog+location+management+tutorial&&view=detail&mid=ABF5CCD8147F2039673EABF5CCD8147F2039673E&FORM=VRDGAR
      with no luck.
      I created 1 extra group , 1 new storage node, as well as 2 locations
      whenever I divert from the default group the machine fails to create an image however if I keep on the default group it works but
      the image will be stored on the FOG server itself.

      george1421G 1 Reply Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @tedd77
        last edited by

        @tedd77 Storage nodes can only send images (normally). You can only send captured images to the master node of each storage group.

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

        T 1 Reply Last reply Reply Quote 0
        • T
          tedd77 @george1421
          last edited by

          @george1421
          Thank you , what is the best method to capture images then to a large storage nas?
          My Fog server is residing on a VM with limited storage .
          The aim is to have a NAS on the same network to capture and distribute images. The Fog server will be the leader (orchestra leader) of all operations.

          george1421G 1 Reply Last reply Reply Quote 0
          • george1421G
            george1421 Moderator @tedd77
            last edited by

            @tedd77 do you have the nas setup as a FOG storage node?

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

            T 1 Reply Last reply Reply Quote 0
            • T
              tedd77 @george1421
              last edited by

              @george1421

              Yes I defined my nas as a storage node.
              I created a user called fog , and a folder called fog on the nas. Given full rights to that user.
              On the FOG server I created a storage node , pointed it to the NAS server.

              george1421G 1 Reply Last reply Reply Quote 0
              • george1421G
                george1421 Moderator @tedd77
                last edited by

                @tedd77 Who makes your NAS. Because there is a setup required to turn a NAS into a storage node.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                T 1 Reply Last reply Reply Quote 0
                • T
                  tedd77 @george1421
                  last edited by

                  @george1421
                  QNAP 431X with 10G interface

                  george1421G 1 Reply Last reply Reply Quote 0
                  • george1421G
                    george1421 Moderator @tedd77
                    last edited by george1421

                    @tedd77 I’m sure someone wrote a how to for the QNAP. I did write one for a synology nas. Let me grab that one (and look for the qnap)

                    edit
                    https://forums.fogproject.org/topic/9430/synology-nas-as-fog-storage-node

                    edit2 (jackpot)
                    https://forums.fogproject.org/topic/10973/add-a-nas-qnap-ts-231-as-a-storage-node-fog-v1-4

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                    1 Reply Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator
                      last edited by

                      A fog storage node needs

                      1. NFS (set up a certain way)
                      2. FTP (to access the nfs share)
                      3. TFTP (if you want to pxe boot your clients)

                      Then when FOG is accepting that storage node and you can deploy, then switch and make the NAS the master node of its storage group. Its pretty easy to setup if you have only one site, a FOG server and a NAS. Its a little bit more complicated if you have multiple storage nodes across several sites. You can set that up, it just requires smoke and mirrors.

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                      1 Reply Last reply Reply Quote 0
                      • T
                        tedd77
                        last edited by

                        @george1421
                        Very good tutorial , settings were done to the qnap.
                        Now i can see that Fog started pointing to my QNAP and the Fog attempts to write but fails after few seconds.
                        see screen capture

                        0_1511289115211_5d98a0e2-b91a-47c8-83da-64f21d0f586b-image.png

                        george1421G 1 Reply Last reply Reply Quote 0
                        • george1421G
                          george1421 Moderator @tedd77
                          last edited by

                          @tedd77 you need to ensure that the user account you created on the qnap has full rights to that directory structure, as well /share/images/dev needs to be writable by a root user. Not THE root user, but A root user. If you look at my tutorial for the synology, you will see I needed to enable extra rights on that nfs share. I can’t speak for the qnap tutorial since I did not write it. I did write one for MS Windows 2012 and had to set similar rights.

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            tedd77 @george1421
                            last edited by

                            @george1421
                            It is working now however every time I reboot the nas I have to execute the following from FOG server

                            mount -t nfs <nas_ip>:/share/images /mnt
                            mkdir /mnt/dev
                            touch /mnt/.mntcheck
                            umount /mnt

                            mount -t nfs <nas_ip>:/share/images/dev /mnt
                            touch /mnt/.mntcheck
                            umount /mnt

                            george1421G 1 Reply Last reply Reply Quote 0
                            • george1421G
                              george1421 Moderator @tedd77
                              last edited by

                              @tedd77 Um, why are you doing that? The NAS and the FOG server should be a stand alone servers. You should not need to cross mount anything.

                              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                              george1421G 1 Reply Last reply Reply Quote 0
                              • george1421G
                                george1421 Moderator @george1421
                                last edited by george1421

                                @george1421 OK looking at what you are doing closer (and not assuming this time), it appears the NAS is not keeping the hidden files .mntcheck between reboots? And you need to recreate them every NAS reboot. That is pretty strange.

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

                                T 1 Reply Last reply Reply Quote 0
                                • T
                                  tedd77 @george1421
                                  last edited by

                                  @george1421

                                  That is exactly the case. I need to further investigate.

                                  1 Reply Last reply Reply Quote 0
                                  • 1
                                  • 2
                                  • 2 / 2
                                  • First post
                                    Last post

                                  255

                                  Online

                                  12.0k

                                  Users

                                  17.3k

                                  Topics

                                  155.2k

                                  Posts
                                  Copyright © 2012-2024 FOG Project