Hostname Changer No Reboot
-
@Bruno-Nogueira You’re using FOG Trunk? What revision number? (look at the number in the cloud, top left).
-
@Wayne-Workman
I’m using fog 1.2.0 -
I’m not entirely positive that 1.2.0 supports hostname changing during imaging…
However, in current FOG Trunk, the setting to enable that is here:
FOG Configuration -> FOG Settings -> General Settings -> FOG_CHANGE_HOSTNAME_EARLY -
@Wayne-Workman I have that option here too and it is enabled, if the hostname changes on one image it have to be something about image configuration.
-
Maybe build a new scratch image and try?
-
@Wayne-Workman I’ve created a new image today and I will deploy it next week, then I say here if it change the hostname.
Thanks -
It’s probably noteworthy to say that you should absolutely NOT take an image from computers that are bound to an Active Directory domain…
It’d probably screw up the hostname changing… and it’d definitely screw up the trust relationship between your DCs (domain controllers) and the deployed client images…
-
@Wayne-Workman We doesn’t have any image with Active Directory active, it is just normal Windows PCs
-
@Wayne-Workman Hi, I’ve done a new deploy and the hostname doesn’t change after imaging, but after it fog try to change it (* Changing hostname…Done) so it have to be something about the Windows Image that by some reason its not changing the registry.
What is the commands fog use to change it?
Can this happen because of permissions?
Thanks!! -
@Bruno-Nogueira The only thing that I can think that is not allowing the hostname to change is your image is sysprepped, but setup for OOBE mode which requires the user to create a username and hostname.
-
Maybe I found part of my solution here:
https://forums.fogproject.org/topic/3361/early-hostname-change-not-working-win7/19My image that change the hostname only have 1 partition (not counting with small windows partitions).
But the image that’s not changing the hostname have 2 partitions and maybe it is applying hostname configuration in the last partition (only data) and not on Windows partition.
I’ve tried to config my server with the steps in the link but my fog.download its a little diffrent and some commands like “xz --decompress init.xz” doesn’t work.
-
@Tom-Elliott My image is just a normal machine clone, ready to use but not OOBE (the first start is a normal windows startup with all users and everything on it).
Do you think that update to SVN fix the problem? -
I need help!
-
@Bruno-Nogueira said:
I need help!
Please look at this thread: https://forums.fogproject.org/topic/3361/early-hostname-change-not-working-win7
That person was using FOG 1.1.2 (I imagine it’s probably fairly similar to 1.2.0). They reported that the early hostname changer only tried to change the name on the last partition restored.
How many partitions does your image have?
You said you were installing “TimeFreeze” or activating it or turning it on or something. If this is “hard drive locking” software, I have some experience with this. In the case of Centurion Technologies Smart Shield and Faronics DEEP FREEZE, both of these create a “unfrozen/unlocked” partition.
If this is the case with “TimeFreeze”, then this might be why you’re experiencing these issues with the early hostname changer…
Just a guess…
-
@Wayne-Workman Time Freeze is not installed, on first boot after imaging the computer run a script to install it. When the image is deployed time freeze is not there.
I’ve already seen that topic, the problem is the file initmountdir/bin/fog.download is not exactly the same as mine.
For example, in the line 268 I haven’t “elif [ “$imgType” == “mps” ]; then” and if I search for it I have 4 or 5 lines like this.
All of them doesn’t have the same sequence:268 elif [ “$imgType” == “mps” ]; then 269 parts=fogpartinfo --list-parts $hd 2>/dev/null; 270 diskLength=expr length $hd; 271 for part in $parts; do 272 partNum=${part:$diskLength}; 273 echo " * Processing Partition: $part ($partNum)"; 274 sleep 2; 275 imgpart="$imagePath/d1p$partNum.img"; 276 if [ ! -f $imgpart ]; then 277 echo " * Partition File Missing: $imgpart"; 278 else 279 writeImageMultiCast $part 280 fi 281 changeHostname; 282 done
— mod edited to use code box.
-
host_namechange_early functions by editing the registry of the computer offline
fog 1.2.0 assumed a specific partition would be used for the operating system and only tried to edit the registry there.
the latest development versions of fog attempt the edit on all ntfs partitions.
upgrading to trunk will almost certainly resolve your problem. -
Hi again!
Today I’ve installed the most recent SVN version and the problem is now solved, thanks to all!
I’m impressed with the download speed of the images… 10GB /Min vs old 4 GB /Min!!
But now I have a problem (the only problem so far). I can’t edit groups, it returns error HTTP 500. -
@Bruno-Nogueira said:
But now I have a problem (the only problem so far). I can’t edit groups, it returns error HTTP 500.
Please be more specific, exactly what were you editing with groups?
-
@Wayne-Workman In group management I have some groups with hosts inside.
Example, I have a group called “Group 1” with 10 members (hosts) and when I press edit it give error “HTTP 500”
-
Whenever you have a “Blank Page” or a 500 series error, it usually indicates an error of syntax, or some other issue. Can you go to the groups page while tailing the apache error logs and give us the output?