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

    Windows clients not joining to AD Domain.

    Scheduled Pinned Locked Moved Windows Problems
    18 Posts 6 Posters 5.7k Views
    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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      What did you update from? What version of the FOG Client are you using?

      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/

      1 Reply Last reply Reply Quote 0
      • C
        cojohnson
        last edited by

        I updated from 1.2.0
        I used the client on the fog server. It says “New FOG Client (Recommended)”

        0.1 is the version of the fog tray. if that helps.

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

          @cojohnson Ok. Now, can you please provide us with the c:\fog.log from the troublesome target host, please?

          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/

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

            Why are you updated to such a STRANGE version? What I mean by that is it seems strange, to me, that you would’ve upgraded to that particular version. Or when you did the upgrade that was the version you put on (latest at that time?). You willing to try updating to current latest and see if maybe it’s just fixed now?

            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

            1 Reply Last reply Reply Quote 0
            • C
              cojohnson
              last edited by

              @WAYNE WORKMAN @TOM ELLIOTT

              Ok. I am in the process of upgrading to the latest version of Trunk (7212).

              We did find a work around by using the legacy password for out AD Account. Once the server upgrade completes, I will install updated clients on a few test computers to see if that resolves the issue.

              1 Reply Last reply Reply Quote 0
              • C
                cojohnson
                last edited by

                Issue!!!

                It says you need to Install/Update your Database Schema.
                You can do it by going to 10.21.0.105/fog/management/

                which i did over 30 minutes ago using Firefox browser from the server. It is still sitting there on a blank white page. The HDD light indicator does not show much activity.

                C george1421G 2 Replies Last reply Reply Quote 0
                • C
                  cojohnson @cojohnson
                  last edited by

                  On the fog server, the php5-fpm service is not running. could this be the issue below?

                  From another machine this is what i get. A PHP error?

                  0_1461089619575_Capture.PNG

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

                    @cojohnson If you are getting a white (blank) page any time you interact with the fog management GUI then the apache web server has had an error in the php code. Please review the apache error log (for rhel based systems) /var/log/http/error_log for debian based systems (guess) /var/log/apache2/error.log?

                    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
                    • Wayne WorkmanW
                      Wayne Workman
                      last edited by

                      also ensure the db is running.

                      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/

                      1 Reply Last reply Reply Quote 0
                      • C
                        cojohnson
                        last edited by

                        I could not figure it out. Consequently, I reinstalled ubuntu on the master. Is there any way to either transfer the images from one of the Storage nodes back to the master or Turn a storage node into the master?

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

                          @cojohnson The easiest method is to just use scp and copy them back to the master node. DON"T make the slave node a slave node to the (blank) master node first or all of your images will be gone.

                          Once you have all of the images back on the master node, you will have to manually create the image definitions in the database. (another option would have been to export the image defintions before you rebuilt the master node).

                          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
                          • C
                            cojohnson
                            last edited by

                            After a fresh install of ubuntu, I updated ubuntu then i proceeded by installing fog as a normal server by using the commands

                            sudo apt-get update && apt-get install git
                            sudo -i
                            git clone https://github.com/FOGProject/fogproject.git /root/fogproject
                            cd /root/fogproject/bin
                            ./installfog.sh

                            According to Upgrade to trunk

                            Now, i am still getting that same “500” error when trying to access it via a web browser. What is going on??!!??

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

                              @cojohnson Anything in the apache error log? /var/log/apache2/error.log

                              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
                              • Wayne WorkmanW
                                Wayne Workman
                                last edited by

                                sounds like an IP conflict.

                                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/

                                1 Reply Last reply Reply Quote 0
                                • C
                                  cojohnson
                                  last edited by

                                  Sorry, Sebastian. Right after the error occured I reinstalled the OS again. This time I put on FOG 1.2.0 first and then upgraded to Trunk 7254. The basic fog server is working now.

                                  All i have left to do is move the images that i copied off of one of the Storage Nodes /images/ directory to the Servers Image directory and then attach my storage nodes. Correct?

                                  0_1461323573201_Capture.PNG

                                  Wayne WorkmanW MRCURM 2 Replies Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman @cojohnson
                                    last edited by Wayne Workman

                                    @cojohnson and re-creating your image definitions.

                                    For future record, blasting and reinstalling in the future will leave all fog clients in your environment uncontrolled, because the fog server’s certificate would have been reset. There are steps on how to migrate the certs to a new server in the wiki, here: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client

                                    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/

                                    1 Reply Last reply Reply Quote 0
                                    • MRCURM
                                      MRCUR Testers @cojohnson
                                      last edited by

                                      @cojohnson You have a very unique troubleshooting style.

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

                                      124

                                      Online

                                      12.3k

                                      Users

                                      17.4k

                                      Topics

                                      155.6k

                                      Posts
                                      Copyright © 2012-2025 FOG Project