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

    How work the fog storage (nodes, groups, replication ...)

    Scheduled Pinned Locked Moved
    General
    4
    17
    8.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.
    • george1421G
      george1421 Moderator @arnaudrigole
      last edited by

      @arnaudrigole said:

      (like my first question to george, is fog replication basically installed & configured with fog)

      When FOG is setup replicated is installed and configured for the Master node only. When you add a FOG storage node then the slaves are configured as part of the setup process. When you add a Windows slave storage node then you have to setup the storage node configuration on the Master node by hand.

      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
      • arnaudrigoleA
        arnaudrigole @george1421
        last edited by

        @george1421
        George, could you explain how to do that powershell cmds in 2008r2? or maybe with graphic interface?

        Set-ItemProperty "IIS:\Sites\FOGFtpSite" -Name ftpServer.security.ssl.controlChannelPolicy -Value 0
        Set-ItemProperty "IIS:\Sites\FOGFtpSite" -Name ftpServer.security.ssl.dataChannelPolicy -Value 0
        Set-ItemProperty "IIS:\Sites\FOGFtpSite" -Name ftpServer.security.authentication.basicAuthentication.enabled -Value $true
        Set-ItemProperty "IIS:\Sites\FOGFtpSite" -Name ftpserver.userisolation.mode -Value 4
        Add-WebConfiguration "/system.ftpServer/security/authorization" -value @{accessType="Allow";roles="fog_users";permissions="Read,Write";users=""} -PSPath IIS:\ -location "FOGFtpSite"
        Restart-WebItem "IIS:\Sites\FOGFtpSite"
        
        
        x23piracyX 1 Reply Last reply Reply Quote 0
        • x23piracyX
          x23piracy @arnaudrigole
          last edited by

          @arnaudrigole put the lines into a ps script .ps1 and create snapin (powershell based)

          alt text

          Regards X23

          ║▌║█║▌│║▌║▌█

          arnaudrigoleA 1 Reply Last reply Reply Quote 0
          • arnaudrigoleA
            arnaudrigole @x23piracy
            last edited by arnaudrigole

            @x23piracy
            I don’t understand? i have to setup the ftp server on windows 2008r2, which isn’t a client of fog
            And again the powershell file will not work on 2008r2 which is radically different of 2012 😕

            x23piracyX 1 Reply Last reply Reply Quote 0
            • x23piracyX
              x23piracy @arnaudrigole
              last edited by x23piracy

              @arnaudrigole oh sorry i thought you would like to execute it after client imaging

              ║▌║█║▌│║▌║▌█

              arnaudrigoleA 1 Reply Last reply Reply Quote 0
              • arnaudrigoleA
                arnaudrigole @x23piracy
                last edited by

                @x23piracy
                I’m just searching how to make my setup work …
                Need to store images on that f****g 2008r2 and its really HARD! Currently, my problem is located on image upload: when the upload task finish, the .Img files stay on /images/dev/mac@ddrs/ and they don’t move in /images/imagenamedefinedonwebgui

                Some people of fog support told me that its an ftp issue, (FTP to transfer /images/dev on /images , why don’t use a simply CP cmd, in local situation???) and i don’t understand why. It will be never resolved, because i think nobody understand (my fault maybe, i don’t write english very well) my configuration and issues i encounter :(((! I needed to write over 7 or 8 threads for the same issue, each time we resolve 1 step, but each next step i encounter another issue !!..

                x23piracyX george1421G 2 Replies Last reply Reply Quote 0
                • x23piracyX
                  x23piracy @arnaudrigole
                  last edited by

                  @arnaudrigole look over here please: https://forums.fogproject.org/topic/1811/how-to-setup-a-fog-storage-node-without-installing-fog

                  ║▌║█║▌│║▌║▌█

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

                    I translated the 2012 instruction to Windows 2008 commands. I have not tested these commands yet, but in general they should configure a windows 2008 server into a FOG storage node.

                    https://forums.fogproject.org/topic/6941/windows-server-as-fog-storage-node-reboot/9

                    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 @arnaudrigole
                      last edited by george1421

                      @arnaudrigole said :

                      Some people of fog support told me that its an ftp issue, (FTP to transfer /images/dev on /images , why don’t use a simply CP cmd, in local situation???)

                      You have to remember the brains for FOG is on the FOG Master node. Consider if your storage node is located in another city connected via MPLS. A copy command issued by the FOG master node, would transfer the image from the storage node /images/dev/macaddr to the master node and then from the master node to /images/{fog_sys_name}. Now with FOG using ftp, the FOG master node connectes to the storagenode via FTP and then issues the move command via ftp. The FTP Server (in this case the storage node) just moves the file locally and no network traffic is generated. Once the move is complete the FOG server verifies the move and then disconnects.

                      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!

                      arnaudrigoleA 1 Reply Last reply Reply Quote 0
                      • arnaudrigoleA
                        arnaudrigole @george1421
                        last edited by

                        @george1421
                        Oh ok, thanks for the precisions.Let’s work about ftp issues!
                        Thank you for your work george, appreciate it !!!
                        I’ll try it and keep you up.

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

                          This might help:
                          https://wiki.fogproject.org/wiki/index.php?title=Location_Plugin

                          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/

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

                          187

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project