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

    Images on remote server

    Scheduled Pinned Locked Moved
    General
    3
    7
    470
    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.
    • D
      Daan
      last edited by

      I do not know if this question has already been asked. But I could not find it. We currently have a server running and it does not have such a large hard drive. Would it be possible to forward the images through webdav?

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

        No webdav is not supported. You can either add an additional hard drive to the fog server, or setup a new fog server as a storage node. Unfortunately under normal conditions NAS devices are no longer supported by FOG.

        You can use a NAS as long as it is the only device to store captured images (i.e. fog storage nodes can’t be used in the future) plus its not a supported configuration by the developers. That doesn’t mean it won’t work, it just not a configuration the developers are willing to support.

        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
        • S
          Sebastian Roth Moderator
          last edited by

          @Daan Can you possibly just add another hard drive to the server? You could move all your images to that new bigger drive and mount that as /images so FOG won’t even notice.

          If you really wanna use network shard disk space I’d suggest doing it the proper way and use iSCSI.

          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
          • D
            Daan
            last edited by

            Thank you for the reply. Is it possible to run FOG on proxmox?

            1 Reply Last reply Reply Quote 0
            • S
              Sebastian Roth Moderator
              last edited by

              @Daan Yes it is possible. I have done it at my last working place. BUT it need some playing with the settings to get FOG’s NFS shares to work!!!

              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

              D 1 Reply Last reply Reply Quote 0
              • D
                Daan @Sebastian Roth
                last edited by

                @Sebastian-Roth Is there some tutorial for?

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by

                  @Daan To use FOG within a proxmox OpenVZ container you need to make sure NFS is loaded an enabled on the host system first:

                  # lsmod | grep nfsd
                  nfsd                  312315  14
                  # grep nfsd /proc/filesystems
                  nodev   nfsd
                  

                  Now enable NFS for the container as well ($CONTAINER_ID is just a variable, put in the real ID of your container):

                  # vzctl stop $CONTAINER_ID
                  # vzctl set $CONTAINER_ID --feature  nfsd:on --save
                  # vzctl start $CONTAINER_ID
                  

                  As well make sure to set the network up as bridge (veth instead of venet) so wake on lan and multicast will work properly.

                  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
                  • 1 / 1
                  • First post
                    Last post

                  304

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project