How to create images of two disks within one job and how to deploy them with one job?
| Article:HOWTO77620 | | | Created: 2012-08-16 | | | Updated: 2012-08-16 | | | Article URL http://www.symantec.com/docs/HOWTO77620 |
1. Job for Image creation
Create a job that consists of a run script task which contains the following:
%ALTIRIS_SHARE%\Ghost\ghost32.exe -clone,MODE=create,SRC=1,DST=.\Images\drive1.gho -sure
%ALTIRIS_SHARE%\Ghost\ghost32.exe -clone,MODE=create,SRC=2,DST=.\Images\drive2.gho -sure
2. Job for Image deployment:
Create a job that consists of a run script task which contains the following:
%ALTIRIS_SHARE%\Ghost\ghost32.exe -clone,MODE=restore,SRC=.\Images\drive1.gho,DST=1 -sure
%ALTIRIS_SHARE%\Ghost\ghost32.exe -clone,MODE=restore,SRC=.\Images\drive2.gho,DST=2 -sure
Both jobs need to run in a pre-boot environment like WinPE.
|
|
Article URL http://www.symantec.com/docs/HOWTO77620
Terms of use for this information are found in Legal Notices









Thank you.