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

Additional disk space is not showing up on Fog server

Scheduled Pinned Locked Moved Solved
FOG Problems
5
33
8.0k
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.
  • S
    sjensen
    last edited by Mar 3, 2017, 2:03 PM

    Version 1.3.0
    There is a fog console? I use the GUI.

    G W 2 Replies Last reply Mar 3, 2017, 2:07 PM Reply Quote 0
    • G
      george1421 Moderator @sjensen
      last edited by Mar 3, 2017, 2:07 PM

      @sjensen fog console, i.e. logging into the fog server via ssh or the fog server monitor and keyboard.

      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 1
      • W
        Wayne Workman @sjensen
        last edited by Mar 3, 2017, 2:07 PM

        @sjensen said in Additional disk space is not showing up on Fog server:

        Version 1.3.0
        There is a fog console? I use the GUI.

        There is a Linux console, all Linux have a console. Terminal or SSH is what George is talking about using.
        What OS is your fog server running on?

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        S 1 Reply Last reply Mar 3, 2017, 2:10 PM Reply Quote 0
        • S
          sjensen @Wayne Workman
          last edited by Mar 3, 2017, 2:10 PM

          @Wayne-Workman
          Ok I thought he might be talking about terminal, but was not sure. I thought I missed something in Fog.

          Ubuntu 14.04

          G W 2 Replies Last reply Mar 3, 2017, 2:12 PM Reply Quote 0
          • G
            george1421 Moderator @sjensen
            last edited by Mar 3, 2017, 2:12 PM

            @sjensen ok now that I wasn’t totally clear

            If you connect via ssh to your fog (linux) server console and key in df -h can you see the added space you created?

            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 1
            • W
              Wayne Workman @sjensen
              last edited by Mar 3, 2017, 2:12 PM

              @sjensen Can you post the output of all of these commands actually? If you are like most people you used all the defaults when installing Ubuntu, and there are volume groups setup.

              sudo -i
              df -h
              lsblk
              fdisk -l
              pvdisplay
              vgdisplay
              lvdisplay
              

              Please post using the code formatting tool, preferably with the output of each command in it’s own box.

              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!
              Daily Clean Installation Results:
              https://fogtesting.fogproject.us/
              FOG Reporting:
              https://fog-external-reporting-results.fogproject.us/

              S 1 Reply Last reply Mar 3, 2017, 2:28 PM Reply Quote 0
              • S
                sjensen @george1421
                last edited by Mar 3, 2017, 2:17 PM

                @george1421

                Here is what I got. I added around 300gb to the linux vm.
                0_1488550591657_linux.PNG

                T 1 Reply Last reply Mar 3, 2017, 2:18 PM Reply Quote 0
                • T
                  Tom Elliott @sjensen
                  last edited by Mar 3, 2017, 2:18 PM

                  @sjensen Did you expand the volume?

                  It may require you to run a live cd to expand seeing as, if I’m understanding correctly, you’re trying to expand the root partition.

                  While it is possible to resize the root partition live, I’d recommend against it.

                  If you can create a snapshot of the system before you make any partition changes, I think it may help you out too.

                  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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  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

                  S 1 Reply Last reply Mar 3, 2017, 2:31 PM Reply Quote 0
                  • S
                    sjensen @Wayne Workman
                    last edited by Mar 3, 2017, 2:28 PM

                    @Wayne-Workman
                    Here you go.

                    4_1488551293945_linux 6.PNG 3_1488551293945_linux 5.PNG 2_1488551293945_linux 4.PNG 1_1488551293945_linux 3.PNG 0_1488551293945_linux 2.PNG

                    1 Reply Last reply Reply Quote 0
                    • S
                      sjensen @Tom Elliott
                      last edited by Mar 3, 2017, 2:31 PM

                      @Tom-Elliott
                      Its already done. I used Gparted live cd.

                      T 1 Reply Last reply Mar 3, 2017, 2:33 PM Reply Quote 0
                      • T
                        Tom Elliott @sjensen
                        last edited by Tom Elliott Mar 3, 2017, 8:41 AM Mar 3, 2017, 2:33 PM

                        @sjensen I think, then, all you need is

                        vgextend FOGserver-vg /dev/FOGserver-vg/root
                        

                        Edited as I copied from another site, and forgot to modify the vg_tecmint portion.

                        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                        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

                        S 1 Reply Last reply Mar 3, 2017, 2:44 PM Reply Quote 3
                        • S
                          sjensen @Tom Elliott
                          last edited by Mar 3, 2017, 2:44 PM

                          @Tom-Elliott said in Additional disk space is not showing up on Fog server:

                          vgextend FOGserver-vg /dev/FOGserver-vg/root

                          Sorry im still new to linux where would i place that at?

                          G T 2 Replies Last reply Mar 3, 2017, 2:45 PM Reply Quote 0
                          • G
                            george1421 Moderator @sjensen
                            last edited by george1421 Mar 3, 2017, 8:49 AM Mar 3, 2017, 2:45 PM

                            @sjensen linux console…

                            What may be confusing you is that linux (here) is using LVM (logical volume manager) to manage your disks. It doesn’t have an equivalent in the windows realm. But LVM is an abstract layer between the hardware and the OS. If you close one eye and squint with the other one, one might says its a kind to a disk virtualization layer. Between the hardware and the OS. (even if the system is running as a virtual machine). LVM allows you to add more disks to an operating system without needing to reformat your hard drive to extend it. Granted its much easier now with linux running on a vm to extend the vmdk and add space, when you are talking about physical servers, it a bit harder. That is where LVM comes into play.

                            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 1
                            • T
                              Tom Elliott @sjensen
                              last edited by Mar 3, 2017, 2:54 PM

                              @sjensen Open a terminal.

                              Gain root: (If ubuntu typically sudo -i).

                              Once at the root prompt, run the command.

                              Root prompt looks similar to:

                              [root@fogserver ~] #
                              

                              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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                              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

                              S 1 Reply Last reply Mar 3, 2017, 3:04 PM Reply Quote 0
                              • S
                                sjensen @Tom Elliott
                                last edited by Mar 3, 2017, 3:04 PM

                                @Tom-Elliott
                                ok done

                                T G 2 Replies Last reply Mar 3, 2017, 3:10 PM Reply Quote 0
                                • T
                                  Tom Elliott @sjensen
                                  last edited by Mar 3, 2017, 3:10 PM

                                  @sjensen Did it work?

                                  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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  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

                                  S 1 Reply Last reply Mar 3, 2017, 3:13 PM Reply Quote 1
                                  • G
                                    george1421 Moderator @sjensen
                                    last edited by Mar 3, 2017, 3:10 PM

                                    @sjensen now do you see the additional space when you do a 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 1
                                    • S
                                      sjensen @Tom Elliott
                                      last edited by Mar 3, 2017, 3:13 PM

                                      @Tom-Elliott 0_1488554008764_Capture6.PNG

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        Tom Elliott
                                        last edited by Mar 3, 2017, 3:18 PM

                                        Did you expand the originating volume, or did you add a new HDD to the VM?

                                        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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                        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

                                        S 1 Reply Last reply Mar 3, 2017, 3:27 PM Reply Quote 0
                                        • S
                                          sjensen @Tom Elliott
                                          last edited by Mar 3, 2017, 3:27 PM

                                          @Tom-Elliott

                                          1. i added more disk space from the hyper v console
                                          2. booted into gparted live cd and extended the volumes.
                                          3. rebooted
                                          J W 2 Replies Last reply Mar 3, 2017, 3:37 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 1 / 2
                                          1 / 2
                                          • First post
                                            12/33
                                            Last post

                                          157

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project