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

    Usando iSCSI para repositório de imagens

    Scheduled Pinned Locked Moved
    General
    3
    3
    290
    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.
    • K
      kevinnew22
      last edited by

      Preciso de uma ajuda sobre a tecnologia iSCSI quero usar ele como No de armazenamento, mas nao sei como fazer, tenho um NAS Seagate ja criei o disco virtual e coloquei ele no linux aonde esta localizado o servidor FOG, mas o client que sobe no pxe nao consegue montar.iscsi.JPG

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

        I’m sorry but I need to answer in english.

        I need to ask your questions using my words to make sure I understand your server configuration.

        My FOG server doesn’t have much space. I have a seagate NAS where I’m sharing a virtual iSCSI disk. I have it it connected to my fog server. When the client pxe boot they can not mount it. How do I make it work?

        If I understand your problem correctly then it is possible to make it work as you have configured.

        Before I answer how show me the output of this command df -h

        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 Sebastian Roth

          @kevinnew22 You need to explain what sda and sdb in your case are. Both are named “virtual disk”. Which one is iSCSI and what is the other one based on?

          When you want to extend your image space it’s usually best to mount the /images folder on a separate disk. So in this case you would create a partition on sdb, format with a filesystem and move your images over to that new disk - e.g.:

          use at your own risk!!

          parted -s /dev/sdb mkpart primary 0% 100%
          mkfs.ext4 /dev/sdb1
          mkdir /images_new
          mount /dev/sdb1 /images_new/
          mv /images/* /images_new/
          mv /images/.mntcheck /images_new/
          umount /images_new/
          rmdir /images_new/
          mount /dev/sdb1 /images/
          

          As well edit /etc/fstab to mount this nuew partition on boot up as well.

          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

          207

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project