Operation Manual

Table Of Contents
96 © Acronis, Inc
list
/filename:[file_name]
With this option, the image content is displayed.
When listing image content, partition numbers may not coincide
with those in the drives/partitions list, if the image does not contain
all the disk partitions. For example, if the image contains partitions
2-3 and 2-5, they will be listed as 2-1 and 2-2.
If the deploy /partition command cannot find a partition in
the image by its physical number, use the
/partition:<number
in the image> /target_partition:<physical number
of the target partition> keys. For the above example, to
deploy partition 2-5 to its original place use:
/partition:2-2 /target partition:2-5.
15.3.4 asdcmd usage examples
asdcmd /create /harddisk:1 /filename:\\server1\folder\arc.tib
/net_user:user1 /net_password:pw1 /log:\\server2\dir\log1.log
/log_net_user:user2 /log_net_password:pw2
This will create an image arc.tib of hard disk 1 in the shared folder \\server1\folder. The operation log
file log1.log will be saved on another share \\server2\dir\. Credentials for both shares are provided.
asdcmd /create /filename:h:\raw.tib /partition:1-2 /raw /log5.txt
This will image partition 1-2 sector-by-sector (raw) and save the image on partition H.
asdcmd /deploy /filename:\\server1\folder\1.tib /password:qwerty
/harddisk:2
This will deploy hard disk 2 from the password-protected image 1.tib located in the shared folder
\\server1\folder to the disk with the same number 2.
15.4 Sample scenarios
15.4.1 Deploying images assigned to targets
Scenario:
An administrator might need to deploy diverse images on each of the target computers.
Solution:
The administrator puts the images in a shared location that can be accessed from each target.
The administrator renames each image according to the target’s MAC address. The image
destined to the computer with MAC address 01-02-03-04-05-06 will have the name, say,
image-01-02-03-04-05-06.tib.
The administrator writes a deployment script that can read the target’s MAC address and pull
an image with a name corresponding to the MAC address from the shared location. The script
can be executed on any number of targets.