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

NFS volume failed to mount

Scheduled Pinned Locked Moved Solved
FOG Problems
4
24
4.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.
  • W
    Wayne Workman @abos_systemax
    last edited by Wayne Workman Jan 9, 2017, 8:13 AM Jan 9, 2017, 2:12 PM

    @abos_systemax What’s the name of the image you’re trying to deploy? Also, permissions on /images should be 777 recursive for troubleshooting purposes. We first want it working, you can change whatever you want after it’s working.

    You might also try to mount the NFS share manually using debug mode to see what sort of error you get. Instructions on that (and other stuff) are here:
    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_NFS

    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 1
    • T
      Tom Elliott
      last edited by Jan 9, 2017, 2:14 PM

      What’s the status of: sudo ufw status

      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

      1 Reply Last reply Reply Quote 1
      • W
        Wayne Workman
        last edited by Wayne Workman Jan 9, 2017, 8:18 AM Jan 9, 2017, 2:15 PM

        Also - you’re adding another drive to the system. Why? Is SDA full? If so, this would cause some pretty major weirdness. Check with this command: df -h and look for mount points with 99% or 100% usage.

        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/

        A 1 Reply Last reply Jan 9, 2017, 2:20 PM Reply Quote 1
        • A
          abos_systemax @Wayne Workman
          last edited by Jan 9, 2017, 2:20 PM

          @Wayne-Workman
          The reason why I am using another disk is because we want the images and the server to be separated for replication/backup/restore possibilities.
          That is why SDA is only 30GB, and the SDB is 1.2TB

          Right now I am reïnstalling the server to see why my FOG install seems to be weird; the password etc don’t match, and the FOG client appears to be 1.2.0 instead of 1.3.0 (dunno if that is what it should be). Upgrading the Kernel doesn’t work.

          I did first install FOG 1.2.0 by accident; after which I upgraded to 1.3.1, but there might be some configuration issues?

          Will post results asap

          T 1 Reply Last reply Jan 9, 2017, 2:23 PM Reply Quote 0
          • T
            Tom Elliott @abos_systemax
            last edited by Jan 9, 2017, 2:23 PM

            @abos_systemax You might need to check the /var/www/fog folder and the /var/www/html/fog folders.

            If my guesses are right, right now they’re both individual folders. This would seem to be the cause of the “I installed 1.3.0 but it still looks like 1.2.0”.

            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 Jan 9, 2017, 2:31 PM Reply Quote 0
            • A
              abos_systemax @Tom Elliott
              last edited by Jan 9, 2017, 2:31 PM

              @Tom-Elliott
              they were indeed! I was wondering where that issue arose from

              T 1 Reply Last reply Jan 9, 2017, 2:32 PM Reply Quote 0
              • T
                Tom Elliott @abos_systemax
                last edited by Jan 9, 2017, 2:32 PM

                @abos_systemax To fix, typically I will find out which holds the current (most likely /var/www/html/fog).

                Then I will do:

                sudo rm -rf /var/www/fog
                sudo ln -s /var/www/html/fog /var/www/
                

                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

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Jan 9, 2017, 2:38 PM

                  Trying to hit you on chat with more ideas.

                  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 Jan 9, 2017, 3:15 PM Reply Quote 0
                  • A
                    abos_systemax @Tom Elliott
                    last edited by Jan 9, 2017, 3:15 PM

                    @Tom-Elliott Thanks Tom for the quick help;
                    For the others in this topic: Thanks as well,
                    The issue has been resolved. Apparently there was a misconfiguration ‘somewhere’ in the server setup.
                    I installed FOG 1.2.0 and immediately upgraded to 1.3.1, then configured the SDB harddisk and the images (which were copied from another server), chown-ed and grpch-ed the folders, reconfigured the node and MySQL …

                    somewhere some setting went wrong;

                    I’ve reinstalled the server and started from scratch with Fog 1.3.1, now everything works as intended.

                    W 1 Reply Last reply Jan 9, 2017, 6:15 PM Reply Quote 0
                    • W
                      Wayne Workman @abos_systemax
                      last edited by Jan 9, 2017, 6:15 PM

                      @abos_systemax next time please include the bigger story. In this situation, telling us that this was a migration would have caused us to ask different questions.

                      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/

                      A 1 Reply Last reply Jan 10, 2017, 10:41 AM Reply Quote 0
                      • A
                        abos_systemax @Wayne Workman
                        last edited by Jan 10, 2017, 10:41 AM

                        @Wayne-Workman I will. I did not pay much attention to it because I assumed that I installed 1.3… but during our Q&A, i slowly realized that there might be an issue with my initial install, especially when I noticed that the FOG client that loaded was 1.2, not 1.3 (but that skips so darn fast that I noticed only after 3 reboots…)

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

                        220

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project