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

    Fog Client Host Renaming Windows 7 Enterprise 64x

    Scheduled Pinned Locked Moved
    FOG Problems
    3
    12
    3.4k
    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
      last edited by

      Are the names incorrect?

      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
      • Joseph HalesJ
        Joseph Hales Testers
        last edited by

        what does the fog log show

        RTFM

        1 Reply Last reply Reply Quote 0
        • C
          Chris Wells
          last edited by

          What do you mean are the name incorrect?
          It worked before in audit mode on the source machine the image was created on,
          But it will not work on the machine after the image is downloaded to a new host.

          It did other things like package deploy, and it is talking with the server according to the logs,
          The log how ever never mentions anything about the host renaming service.

          1 Reply Last reply Reply Quote 0
          • C
            Chris Wells
            last edited by

            Going to retrieve the log.

            UPDATED - Posted Log as Attachment

            [url=“/_imported_xf_attachments/1/1777_fog.log.txt?:”]fog.log.txt[/url]

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

              The “incorrect” means are the hosts already named properly? We have a function that happens right after the imaging completes but before the system reboots that renames the systems for you.

              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
                Chris Wells
                last edited by

                Is there a setting i can change that will call the function again, Registry Edit, File Config?

                And no the imaged machine had win-####### as host name.
                The host as stored on the server was HP####-OFW

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

                  Your error logs seem to indicate this problem for hostname:

                  [code] 3/10/2015 5:33 PM FOG::HostnameChanger AD mode requested, confirming settings.
                  3/10/2015 5:33 PM FOG::HostnameChanger Could not find any recognizable digits.
                  3/10/2015 5:33 PM FOG::HostnameChanger at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos)
                  at System.Convert.ToByte(String value, Int32 fromBase)
                  at FOG.FOGCrypt.hexToByte(String hex)
                  at FOG.FOGCrypt.decryptHex(String hex)
                  at FOG.HostNameChanger.changeHostName()
                  3/10/2015 5:33 PM FOG::GUIWatcher Message found, attempting to notify GUI!
                  3/10/2015 5:33 PM FOG::GUIWatcher The system cannot find message text for message number 0x%1 in the message file for %2
                  3/10/2015 5:33 PM FOG::GUIWatcher at System.Windows.Forms.Form.UpdateLayered()
                  at System.Windows.Forms.Form.set_Opacity(Double value)
                  at FOG.AbstractFOGService.attemptPushToGUI()
                  at FOG.GUIWatcher.startWatching()[/code]

                  What is the output of the browser if you goto the link:

                  [url]http://192.168.77.41/fog/service/hostname.php?mac=00:1A:4B:61:43:E1[/url]

                  Based on the info I’m seeing in this log, the current systems computer name is: RENAME

                  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
                    Chris Wells
                    last edited by

                    [CODE]#!ok=HP6715bOLD #AD=1 #ADDom=XXXXXXXX.Com #ADOU=OU=Win7Computers,DC=XXXXXX,DC=com #ADUser=XXXXXXXX.Com\XXXXXXX #ADPass=XXXXXXXXX[/CODE]

                    1 Reply Last reply Reply Quote 0
                    • C
                      Chris Wells
                      last edited by

                      yeah I was changing the computer name, i read on a post if the name was shorter than the desired host name it would change it.

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

                        Is ADPass an encrypted password or plaintext?

                        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
                          Chris Wells
                          last edited by

                          Hey, it was that i had Active directory settings in there, changed them in the main config for FOG,
                          But the password located on the host machine pass was not encrypted… once i changed that it worked fine.

                          Love your software man. Great Work.

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

                          194

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project