How To Capture And Deploy A Linux Image
Article: 20000045
Applies to: Release 6.x
To capture and deploy a Linux image:
| 1. |
In the Deployment Console, create two new jobs: one to capture the image and one to deploy the image.
|
| 2. |
Add a Create Disk Image task to the new capture job, indicating an image file name and Linux Managed (64-bit) as the
Automation pre-boot environment.
|
| 3. |
Add a Distribute Disk Image task to the new deploy job, indicating the same image file name used in the image task in step 2
and Linux Managed (64-bit) as the Automation pre-boot environment.
In the Additional Parameters field, when deploying a Linux image with LVM, the -dx,y switch must be used where x,y is a comma-separated
list of integers representing all of the disk numbers that the LVM volume will span.
For example, to deploy an LVM image that spans the first three disks, use -d1,2,3.
|
|