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

I would like add a new hdd ...

Scheduled Pinned Locked Moved Solved
General Problems
4
46
12.3k
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.
  • A
    afaure @george1421
    last edited by Jul 17, 2017, 7:34 AM

    Hi @george1421
    Ok i waiting your tutorial 🙂

    Thanks !!

    G 1 Reply Last reply Jul 17, 2017, 9:48 AM Reply Quote 0
    • G
      george1421 Moderator @afaure
      last edited by Jul 17, 2017, 9:48 AM

      @afaure Sorry. I finished it last week, but forgot to post a link here. https://forums.fogproject.org/topic/10450/adding-additional-image-storage-space-to-fog-server

      It did install correctly and work as expected. The first post talks about setting up the operating system and the second post shows what FOG settngs are needed.

      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!

      A 1 Reply Last reply Jul 17, 2017, 9:53 AM Reply Quote 0
      • A
        afaure @george1421
        last edited by Jul 17, 2017, 9:53 AM

        @george1421 Thanks for the tuto.

        For information, I just updated the FOG !
        I can select my new storage but i have a problem of permission !!

        I reading your documentation and post the result later !!

        Big thanks @george1421

        G 1 Reply Last reply Jul 17, 2017, 11:30 AM Reply Quote 0
        • G
          george1421 Moderator @afaure
          last edited by george1421 Jul 17, 2017, 5:30 AM Jul 17, 2017, 11:30 AM

          @afaure Well, lets hold the thanks for a little while. I just LOOKED at the proof of concept server again AND the capture image IS going to /images and not /images2!!!

          On the negative side my tutorial does not work as intended. On the plus time I can duplicate your results exactly. Which is VERY strange since I saw (and posted in the tutorial) that partclone was saying it was copying to /images2/dev. I’m going to duplicate the test since the environment is still setup from last week to confirm. If I can confirm for sure that things are not working right I’ll ask the developers to take a second look at the FOG code since things don’t “appear” to be doing what we are telling them.

          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
          • G
            george1421 Moderator
            last edited by Jul 17, 2017, 11:45 AM

            What you are seeing has been confirmed and I can duplicate it over and over. I have issued a bug check with the developers.

            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!

            G 1 Reply Last reply Jul 17, 2017, 12:34 PM Reply Quote 0
            • G
              george1421 Moderator @george1421
              last edited by george1421 Jul 17, 2017, 6:37 AM Jul 17, 2017, 12:34 PM

              @george1421 The developers got back with me and there was a flaw in what I did with the instructions. By simply copy and pasting the nfs exported filesystem I introduced the error.

              In the exportfs file the following was the incorrect instructions.

              1. Append the following lines to the end of the exports file
              /images2 *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
              /images2/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
              

              The fsid value should have been incremented to not duplicate the fsid for two shares on the same server. So for the /images2 share the fsid should be 3 and /images2/dev fsid should be 4. The correct line should be this:

              /images2 *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=3)
              /images2/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=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!

              A 1 Reply Last reply Jul 17, 2017, 2:18 PM Reply Quote 0
              • A
                afaure @george1421
                last edited by Jul 17, 2017, 2:18 PM

                Thanks @george1421 i have try this.
                I have an error at the end 😞

                0_1500300986164_1.jpg

                Where are you ftp_login 😢

                Thanks for the next reply 😄

                T G 2 Replies Last reply Jul 17, 2017, 2:28 PM Reply Quote 0
                • T
                  Tom Elliott @afaure
                  last edited by Jul 17, 2017, 2:28 PM

                  @afaure On the second storage node that’s connected to the same server, you need the same management username and password as the original server has.

                  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

                  A 1 Reply Last reply Jul 17, 2017, 2:32 PM Reply Quote 0
                  • A
                    afaure @Tom Elliott
                    last edited by Jul 17, 2017, 2:32 PM

                    @Tom-Elliott thanks.

                    The same user/password is used on the configuration node.
                    I have inspect the box with management password.
                    I have copy/paste the password 😞

                    1 Reply Last reply Reply Quote 0
                    • G
                      george1421 Moderator @afaure
                      last edited by Jul 17, 2017, 2:33 PM

                      @afaure In your case (as Tom posted) your ftp managmeent password is wrong.

                      In step 6 of the tutorial, ensure the management user name and password are set correctly. You can find out the answers there if you review the /opt/fog/.fogsettings file.

                      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!

                      A 1 Reply Last reply Jul 17, 2017, 3:27 PM Reply Quote 0
                      • A
                        afaure @george1421
                        last edited by afaure Jul 17, 2017, 9:29 AM Jul 17, 2017, 3:27 PM

                        @george1421 i have been used the same username/password for the node by default.

                        I have create a new image/association with PC and NOW it’s WORKS !!!

                        A big thank you dude ! It’s DONE !

                        Thanks everyone !

                        G 1 Reply Last reply Jul 17, 2017, 3:45 PM Reply Quote 0
                        • G
                          george1421 Moderator @afaure
                          last edited by Jul 17, 2017, 3:45 PM

                          @afaure Really nice. I needed to write that tutorial for a while now. With your motivation its now done and works!!

                          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!

                          A 1 Reply Last reply Jul 17, 2017, 4:00 PM Reply Quote 0
                          • A
                            afaure @george1421
                            last edited by Jul 17, 2017, 4:00 PM

                            @george1421 ahah thanks really 😉

                            I will be back soon (tomorrow) for a new thread 😄
                            I used FOG since 3 years and this solution is beautiful !

                            @george1421 thank you so much 🙂
                            Have a good night 😉

                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 3
                            • 3 / 3
                            3 / 3
                            • First post
                              43/46
                              Last post

                            180

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project