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

    Making Fog as easy as possible in daily use

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    16
    3.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.
    • Tom ElliottT
      Tom Elliott @lunde326
      last edited by

      @lunde326 One caveat. The deploy image/quick image method will work, but it requires a User login.

      If you’re running trunk versions of fog, however, you can edit the deploy image menu item and supply that information in place of the login commands. This would be what I would recommend. I think you would also need to add the qihost.

      So, theoretically, your Deploy Image menu parameters would go from:

      login
      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username ${username}
      param password ${password}
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      

      To:

      params
      param mac0 ${net0/mac}
      param arch ${arch}
      param username fog
      param password password
      param qihost 1
      isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
      isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
      

      Notice the first element shows ${username} and ${password}. This is actually correct. In the second I replaced those fields with actual text values. (Of course change the fog portion to whatever user you want to use, and the respective password).

      Also notice the login line seen in the first one is no longer present. This is so you aren’t presented with the login information.

      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

      L 1 Reply Last reply Reply Quote 1
      • L
        lunde326 @Tom Elliott
        last edited by

        @Tom-Elliott @Wayne-Workman Thanks for the help so far.
        I’ve successfully made my “golden” image. and deployed it to the 4 available loan PC’s. everything around that works great.
        but after the deployment the disk size is only around 30 GB ( image size +2 GB). and i have to go into disk management and grow the disk with the remaining 870 GB.
        Any tips?

        Tom ElliottT 1 Reply Last reply Reply Quote 0
        • Tom ElliottT
          Tom Elliott @lunde326
          last edited by

          @lunde326 is the image type set to resizable?

          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

          L 1 Reply Last reply Reply Quote 0
          • L
            lunde326 @Tom Elliott
            last edited by

            @Tom-Elliott Yeah, single disk resizable.

            1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott
              last edited by

              Are you running a current version of fog? Meaning trunk or the rc ?

              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

              L 1 Reply Last reply Reply Quote 0
              • L
                lunde326 @Tom Elliott
                last edited by

                @Tom-Elliott alt text

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @lunde326
                  last edited by

                  @lunde326 when and what version did you use to capture the image?

                  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

                  L 1 Reply Last reply Reply Quote 0
                  • L
                    lunde326 @Tom Elliott
                    last edited by

                    @Tom-Elliott The server has been off internet access since it was configured running on an isolated network. so i was using the version in my image above.
                    did the capture earlier today. same with the deployments.

                    Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                    • Wayne WorkmanW
                      Wayne Workman @lunde326
                      last edited by

                      @lunde326 fog 1.3.0 RC1 is out, I’d really recommend you connect the server to the net in order to update, then go back to the isolated network.

                      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/

                      L 2 Replies Last reply Reply Quote 0
                      • L
                        lunde326 @Wayne Workman
                        last edited by

                        @Wayne-Workman Will do. thanks

                        1 Reply Last reply Reply Quote 0
                        • L
                          lunde326 @Wayne Workman
                          last edited by

                          @Wayne-Workman Hmm, still does it in the latest version (leaves computer with a disk size 2GB larger than the image, and you have to grow the remaining X GB to make it full capacity again). image captured and deployed on the 1.3.0 RC1. The captured machine was that way after capture, and the machines that had been deployed to also.

                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          • First post
                            Last post

                          207

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project