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

    No DHCP Response on Eth0

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    28
    4.8k
    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.
    • B
      bartont126 @bartont126
      last edited by

      @bartont126 Any ideas what might be causing the issue from the showmount -e?

      george1421G 2 Replies Last reply Reply Quote 0
      • george1421G
        george1421 Moderator @bartont126
        last edited by

        @bartont126 those settings are correct. You have 2 shares. /images and /images/dev. (I assume the missing slash in front of /images was a type-o).

        I’m still a bit confused why your target computer is reporting “Unable to locate image store”. Did you do the prerequisites of disabling the firewall and setting selinux to permissive?

        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
        • george1421G
          george1421 Moderator @bartont126
          last edited by

          @bartont126 can you also run these commands? (hint if you connect to your FOG server using a terminal program like putty you can copy and paste outputs a bit easier).

          ls -la /images/dev
          ls -la /images

          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!

          B 1 Reply Last reply Reply Quote 0
          • B
            bartont126 @george1421
            last edited by

            @george1421 ls -la /images/dev

            total 16
            drwxrwxrwx 4 fog root 4096 Feb 12 19:06 .
            drwxrwxrwx 4 fog root 4096 Feb 12 16:06 …
            drwxrwxrwx 2 root root 4096 Feb 12 19:06 54e1adc29063
            -rwxrwxrwx 1 fog root 0 Feb 12 16:06 .mntcheck
            drwxrwxrwx 2 fog root 4096 Feb 12 16:06 postinitscripts
            tyler@tyler-PowerEdge-T710:~$

            ls -la /images

            total 16
            drwxrwxrwx 4 fog root 4096 Feb 12 16:06 .
            drwxr-xr-x 27 root root 4096 Feb 12 16:30 …
            drwxrwxrwx 4 fog root 4096 Feb 12 19:06 dev
            -rwxrwxrwx 1 fog root 0 Feb 12 16:06 .mntcheck
            drwxrwxrwx 2 fog root 4096 Feb 12 16:06 postdownloadscripts

            I also did not disable the firewall and setting selinux. I’m unsure of how to do that so I will look it up.

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

              What OS did you use for the FOG server?

              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!

              B 2 Replies Last reply Reply Quote 0
              • B
                bartont126 @george1421
                last edited by

                @george1421 I just disabled the firewall. Trying to enable Selinux right now and set to permissive. Running Ubuntu desktop 16.04.3

                1 Reply Last reply Reply Quote 0
                • B
                  bartont126 @george1421
                  last edited by

                  @george1421 George, looks like it was the firewall the whole time. It’s now copying the image.

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

                    @bartont126 well now don’t forget your original issue with spanning tree. Make sure you get that bit fixed on your enterprise switch so you get the best deployment times. Ideal times for deployment are around 6GB/min according to the partclone screen. Capture times will be less of course. Less rates to just under 2GB/min are typically seen, but 6GB/min is ideal with a typical SSD dual or quad core target computer. I have seen speeds as high as 10GB/min with a new 7280 and 7285 Dell laptop with nvme drives. Just so you are aware the target computer has a bigger impact on deployment speeds than the FOG server.

                    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!

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      bartont126 @george1421
                      last edited by

                      @george1421 So stp mode needs to be changed to rstp or whatever to fix the spanning issue? I’m using some cheap tenda switch I’m getting around 3gb/sec right now. Obviously the enterprise switch would be ideal. I’m definitely going to run into an issue with space. my Ubuntu is imaged on a patrician of only around 150gb. I have about 70gb of free space left on it. I have another drive on the server with 1.7tb of space. is there a way for me to direct the images folder to another drive on the server to maximize my space without having to re set up the whole sever?

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

                        @bartont126 Great to hear you got most of your issues solved. Thanks to George who’s been of great help. I’d ask you to try and keep topics together in one thread and separate unrelated issues in different threads. There is no restriction on how many threads you open and it’s way better for everyone to follow!

                        I’ll mark this solved now.

                        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
                        • george1421G
                          george1421 Moderator
                          last edited by

                          @bartont126 If you are getting 3GB/min right now that is acceptable. I may have your thread mixed up with another one with a similar issue.

                          Adding a second hard drive is a topic for another thread. But there are a few ways to go about it.

                          1. If your system uses lvm, just add the new disk to the lvm pool and your done.
                          2. Add the new disk as a second storage node on your fog server
                          3. Mount the new disk over /images to place all of your images on the new disk while the original disk is just used for the OS and FOG.

                          If you look in the tutorial section of the forums you will see many of my posts, some discuss adding additional space to your fog server. The easiest I my say is the LVM route.

                          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!

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            bartont126 @george1421
                            last edited by

                            @george1421 I actually just posted another thread as that’s what I thought the moderator wanted me to do. however, I will look into these few things and look for your thread on adding more space. My networking guy is taking a look into the rstp on the switch so hopefully we can get this enterprise switch up and going to increase our speeds.

                            1 Reply Last reply Reply Quote 0
                            • B
                              bartont126
                              last edited by

                              @george1421 Thanks for all your help, boss! My boss also appreciates it

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

                                @bartont126 I’m glad you have it all worked out. I checked in on the other threads and it looks like you found out about the dirty bits and shutting windows down properly and how to add additional storage to your fog server. well done.

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

                                160

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project