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

Windows clients not joining to AD Domain.

Scheduled Pinned Locked Moved
Windows Problems
6
18
5.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.
  • C
    cojohnson
    last edited by Apr 14, 2016, 4:04 PM

    I recently upgaded to FOG Trunk 6541. Joining active directory was working before the upgrade took place. Now, it is not. All settings on the fog server look proper and the hosts are set to join the domain after the image task. The hosts restart to get renamed but do not join our AD Domain. Is there any troubleshooting steps that i can take to help resolve this problem?

    Any help is greatly appreciated

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Apr 14, 2016, 4:49 PM

      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 Apr 15, 2016, 3:38 PM

        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.

        W 1 Reply Last reply Apr 15, 2016, 7:54 PM Reply Quote 0
        • W
          Wayne Workman @cojohnson
          last edited by Apr 15, 2016, 7:54 PM

          @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
          • T
            Tom Elliott
            last edited by Apr 15, 2016, 9:02 PM

            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 Apr 19, 2016, 5:40 PM

              @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 Apr 19, 2016, 6:08 PM

                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 G 2 Replies Last reply Apr 19, 2016, 6:43 PM Reply Quote 0
                • C
                  cojohnson @cojohnson
                  last edited by Apr 19, 2016, 6:43 PM

                  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
                  • G
                    george1421 Moderator @cojohnson
                    last edited by george1421 Apr 19, 2016, 12:46 PM Apr 19, 2016, 6:45 PM

                    @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
                    • W
                      Wayne Workman
                      last edited by Apr 19, 2016, 6:46 PM

                      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 Apr 21, 2016, 4:40 PM

                        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?

                        G 1 Reply Last reply Apr 21, 2016, 5:03 PM Reply Quote 0
                        • G
                          george1421 Moderator @cojohnson
                          last edited by Apr 21, 2016, 5:03 PM

                          @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 Apr 21, 2016, 7:50 PM

                            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 Apr 21, 2016, 8:29 PM

                              @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
                              • W
                                Wayne Workman
                                last edited by Apr 21, 2016, 11:54 PM

                                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 Apr 22, 2016, 11:21 AM

                                  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

                                  W MRCURM 2 Replies Last reply Apr 22, 2016, 5:13 PM Reply Quote 0
                                  • W
                                    Wayne Workman @cojohnson
                                    last edited by Wayne Workman Apr 22, 2016, 11:13 AM Apr 22, 2016, 5:13 PM

                                    @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 Apr 27, 2016, 12:35 PM

                                      @cojohnson You have a very unique troubleshooting style.

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

                                      132

                                      Online

                                      12.1k

                                      Users

                                      17.3k

                                      Topics

                                      155.4k

                                      Posts
                                      Copyright © 2012-2024 FOG Project