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

Usando iSCSI para repositório de imagens

Scheduled Pinned Locked Moved
General
3
3
297
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 Oct 30, 2020, 7:03 PM

    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
    • G
      george1421 Moderator
      last edited by Oct 30, 2020, 8:37 PM

      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 Oct 31, 2020, 2:13 AM Oct 31, 2020, 8:12 AM

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

        186

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project