Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Deploying 1 image to 6 different pc's

Updated: 22 May 2010 | 4 comments
G-3Manticore's picture
0 0 Votes
Login to vote

Hello Folks,

 

I have a problem concerning Norton Ghost Solution Suite 2.5. Here are the details:

 

Make an image of an installed Workstation. -> No Prob

Deploy this image to 6 different Workstations -> No Prob

 

But now to my question. 

 

When I clone the master pc, and copy the image to the 6 different pc's, the sid,computername, and domain-name won't change. Is it possible to change these with ghostwalker and even more important, can Ghostwalker perfom the changes all in one, or do I have to post-configure every pc manually??

 

Can someone give me a short summary of what is possible for my case?

 

Greetings,

 

G-3Manticore

discussion Filed Under:

Comments

jace5869's picture
19
Feb
2009
0 Votes 0
Login to vote

I think a lot of people ahve their own ways, but I just haven't figured out how to do all of that with ghost walker and ect...So I use

NewSID  http://technet.microsoft.com/en-us/sysinternals/bb897418.aspx

and

WSNchanger http://mystuff.clarke.co.nz/MyStuff/wsname.asp

 

I use a .cmd file to start when I first boot to change the SID and name of the p.c. automatically and it seems to be working great. I will post the code...

 

This is the batch file that runs at startup:

notepad.exe c:\windows\system32\newsid\newsid.txt

c:\windows\system32\newsid\newsid.exe /a /n VM-GHOST

c:\windows\system32\newsid\wsname /N:US$MAC /EXCLUDEADAPTERS[WIRELESS WLAN BLUETOOTH PPP VMWARE IPSEC] /REBOOT

The newsid.txt is just a text file that opens up to let the user know not to do anything, a warning. as you can see WSNchanger changes the p.c.'s name to US<MAC> - which is what we use at my work.

 

This is the .vbs script I run just before I shut down the computer to take an image of the p.c. - this puts an entry into the RunOnce so when the p.c. starts up it runs the batch file above.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"newsid"="c:\\windows\\system32\\newsid\\newsid.cmd"

 

Jackson Lai's picture
19
Feb
2009
0 Votes 0
Login to vote

If you're using Console, when you create a restore task, tick the option 'Use Ghostwalker to perform a SID Change on the target machine' and include a Configuration template with the computer name and domain to join.

If you're running the tasks manually, then you can use Ghostwalker(to change the SID and name) or GhConfig(to change the name). Just copy the executables onto your boot media if it's not already present. Ghostwalker is pretty easy to use, it has a gui and all you need to comfirm the drive and name. Or you can use the command line to change the SID and name:

ghstwalk.exe /cn=ComputerName

A limitation of GhostWalker is that the name has to be the same length as the original name from the source machine. You can use GhConfig.exe to change the computer name without that limitation. GhConfig.exe reads a parameter file for the computer details. You can find more details in the Ghost Implementation Guide under 'Chapter 16. Performing post-clone configuration from the command-line"

These run in the virtual partition like Ghost so the configurations are applied before the machines boot into Windows.

Cheers,
Jackson

G-3Manticore's picture
19
Feb
2009
0 Votes 0
Login to vote

Yeah, thats right. But how can I perform this, if the PC is not already in the domain. As far as I know, pc's which are in the domain, can only perform these tasks.

For Example:

I have a pc which has no operation system installed. How can I set this pc into ghost console. I think this is not possible, isn't it ?

 

Greetings,

 

G-3Manticore

Eugene Manko's picture
20
Feb
2009
1 Vote +1
Login to vote

If you have a bare metal system with no OS installed then you boot to PXE with client agent in it. Ghost boot wizard builds those as well as any other type of bootable media. Winpe boot packages all come with all ghost tools included (walker, ghconfig, ghost, gdisk, client agent etc) so I suggest using Winpe. DOS has size limitations here and there and you might find that not all tools are present by default in all boot packages.

 

Once you boot machine to PXE boot package which has client agent included, it will automatically connect to the Console under Default group. You should see client with MAC address appearing. You can then issue regular tasks on this machine - deploy an image, rename machine, run deploy anywhere etc.

 

Happy cloning!