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

    Adding NAS Synology like a node

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    7
    27
    12.4k
    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.
    • Miguel PalaciosM
      Miguel Palacios
      last edited by

      Hi guys!
      We are trying install a NAS Synology (DS215+) like a node in our FOG server 1.2.0.
      We have created a shared folder “images” with 777 UNIX permissions… The user in the node is the same that in the FOG server… and the configuration NFS in the shared folder is the attached (in the fill “Name or IP server” we have tried with static IP server and allow all network). 0_1457347508271_NFS.PNG

      What can we do guys?
      Thank you!

      ch3iC 1 Reply Last reply Reply Quote 0
      • ch3iC
        ch3i Moderator @Miguel Palacios
        last edited by

        @Miguel-Palacios Hi, There is a lot of topic about that and you can follow instructions on the wiki : https://wiki.fogproject.org/wiki/index.php?title=NAS_Storage_Node & https://wiki.fogproject.org/wiki/index.php?title=Use_FOG_with_FreeNAS

        Prefer trunk version (https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk) instead 1.2.

        Miguel PalaciosM 1 Reply Last reply Reply Quote 2
        • george1421G
          george1421 Moderator
          last edited by

          What does the permissions tab look like?

          Also you stated what your synology nas setup has been. What have you done to configure fog server OS to connect to this network share?

          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!

          Miguel PalaciosM 1 Reply Last reply Reply Quote 0
          • Miguel PalaciosM
            Miguel Palacios @ch3i
            last edited by

            @ch3i Hi, We tried setting the node following this manuals but we don’t had succesfully…
            Where are we failing? 😞 😞

            Someone has configured an SYNOLOGY as node?

            Thank you!

            M 1 Reply Last reply Reply Quote 0
            • Miguel PalaciosM
              Miguel Palacios @george1421
              last edited by

              @george1421 Attached you can find the node configuration, the password is the same that the NAS and FOG_TFTP_FTP_PASSWORD

              0_1457441301434_SEVILLA_NODE.PNG

              Thank you.

              Tom ElliottT 1 Reply Last reply Reply Quote 0
              • Tom ElliottT
                Tom Elliott @Miguel Palacios
                last edited by

                @Miguel-Palacios To more appropriately handle a NAS as a node, you will need to update to trunk.

                Synology NAS in particular has one setting for NFS (/volume1/images) but another setting for FTP (/images).

                Updating to trunk we’ve taken this into account.

                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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                george1421G Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator @Tom Elliott
                  last edited by george1421

                  @Tom-Elliott Do you need to install FOG as a storage node on this NAS for it to work using the storage management panels? Or will any NFS device work? My concern is some of the synology nas devices have ARM based CPUs, or Atom based CPUs and the bigger units have x64 based CPUs. The concern is that there may not be the required packages available for that arch.

                  [Edit] A quick check of the specs show that diskstation to use the Annapurna Labs Alpine AL-212 which is a dual core ARM Cortex A15 based processor. If that has any impact on the decision to use this as a storage node [/Edit]

                  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!

                  Q ch3iC Wayne WorkmanW 3 Replies Last reply Reply Quote 0
                  • Q
                    Quazz Moderator @george1421
                    last edited by

                    @george1421 You don’t need the FOG storage node installer to make storage nodes work, but some functionality (like the available size pie chart) won’t be available. If you have NFS and FTP properly setup you can use the device as storage node pretty much, at least in my experience.

                    1 Reply Last reply Reply Quote 1
                    • ch3iC
                      ch3i Moderator @george1421
                      last edited by

                      @george1421
                      @Quazz said:

                      @george1421 You don’t need the FOG storage node installer to make storage nodes work, but some functionality (like the available size pie chart) won’t be available. If you have NFS and FTP properly setup you can use the device as storage node pretty much, at least in my experience.

                      And the node can’t be master node of his storage group if you want to multicast (replication too I think).

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

                        @ch3i Is there any mandatory add on packages that need to be installed on the synology nas to make it work as a storage node? I use synology nas’ for data backup and I had to add perl and a few other packages to get Veeam to work properly. Is there any scripting that is going on at the storage node, or does the OP just need to enable NFS and FTP, set the user ID so it has access to the volumes and he’s done???

                        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!

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

                          @george1421 There is no package available for NAS (like Syno, Freenas, …), maybe in the next version (2.0). If you want to use your NAS as slave storage on a storage group, you have to set only NFS/FTP and fog user on it. 😉

                          1 Reply Last reply Reply Quote 2
                          • Wayne WorkmanW
                            Wayne Workman @Tom Elliott
                            last edited by

                            @Tom-Elliott said:

                            Synology NAS in particular has one setting for NFS (/volume1/images) but another setting for FTP (/images).

                            I think it’s the other way around.

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            george1421G 1 Reply Last reply Reply Quote 0
                            • Wayne WorkmanW
                              Wayne Workman @george1421
                              last edited by

                              @george1421 said:

                              @Tom-Elliott Do you need to install FOG as a storage node on this NAS for it to work using the storage management panels?

                              Nope.
                              Just need a “fog” user, and ftp and nfs configured for a directory. You also need a subdirectory called dev and you need a .mntcheck file in both the shared directory and the dev directory.

                              The problem with the Synology devices is the NFS path and the FTP path to the same directory are not the same.

                              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!
                              Daily Clean Installation Results:
                              https://fogtesting.fogproject.us/
                              FOG Reporting:
                              https://fog-external-reporting-results.fogproject.us/

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

                                @Wayne-Workman said:

                                @Tom-Elliott said:

                                Synology NAS in particular has one setting for NFS (/volume1/images) but another setting for FTP (/images).

                                I think it’s the other way around.

                                I can say for the NFS side it is /volume(X)/<share path>

                                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 1
                                • george1421G
                                  george1421 Moderator @Wayne Workman
                                  last edited by

                                  @Wayne-Workman said:

                                  Nope.
                                  Just need a “fog” user, and ftp and nfs configured for a directory. You also need a subdirectory called dev and you need a .mntcheck file in both the shared directory and the dev directory.

                                  Do we have a wiki on a kb on setting this up? If not I can look into it tonight. I have our (redundant) backup synology nas just idling right now.

                                  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!

                                  Wayne WorkmanW ch3iC 2 Replies Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman @george1421
                                    last edited by

                                    @george1421 I thought we did but I guess not. I mentioned it in the “Troubleshoot FTP” article here: https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP#FTP_Path

                                    It’s come up at least 5 or 8 times though in the forums over the last year.

                                    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!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

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

                                      @Wayne-Workman ok let me see what I can do after supper tonight.

                                      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 1
                                      • ch3iC
                                        ch3i Moderator @george1421
                                        last edited by

                                        @george1421 said:

                                        @Wayne-Workman said:

                                        Nope.
                                        Just need a “fog” user, and ftp and nfs configured for a directory. You also need a subdirectory called dev and you need a .mntcheck file in both the shared directory and the dev directory.

                                        Do we have a wiki on a kb on setting this up? If not I can look into it tonight. I have our (redundant) backup synology nas just idling right now.

                                        For Freenas : https://wiki.fogproject.org/wiki/index.php?title=Use_FOG_with_FreeNAS . It can help you.

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

                                          Well on the plus side I was able to setup the synology nas last night. I have nfs and ftp configured. This morning my images are on the synology nas. I setup a new storage node in FOG last night to kick off the replication process. This morning I created a new vm that referenced the synology nas and tried to image it. The boot.php page attempted to load with … for about 5 seconds and then it flashed real quick this message: “The storage groups associated storage node is not valid”. I’ve confirmed the nfs path is correct. I don’t think ftp is coming into play here but that path is also correct.

                                          There was a setting for a web root address in the management gui for the storage node. I wonder if something is going on where it needs a specific page. Either way I don’t think you can use a nas without setting up a bit more things. I’ll work on it again in the evening.

                                          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!

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

                                            @george1421 Please look at : https://forums.fogproject.org/topic/6857/the-storage-groups-associated-storage-node-is-not-valid/7

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

                                            209

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project