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

Images on remote server

Scheduled Pinned Locked Moved
General
3
7
467
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 Oct 11, 2018, 5:45 PM

    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
    • G
      george1421 Moderator
      last edited by Oct 11, 2018, 6:00 PM

      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 Oct 11, 2018, 6:32 PM

        @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 Oct 12, 2018, 12:14 PM

          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 Oct 12, 2018, 1:30 PM

            @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 Oct 12, 2018, 7:42 PM Reply Quote 0
            • D
              Daan @Sebastian Roth
              last edited by Oct 12, 2018, 7:42 PM

              @Sebastian-Roth Is there some tutorial for?

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Oct 12, 2018, 10:52 PM

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

                192

                Online

                12.0k

                Users

                17.3k

                Topics

                155.2k

                Posts
                Copyright © 2012-2024 FOG Project