Previous page

Next page

Locate page in Contents

Print this page

p2v_migrate_optionsType

Summary:

Physical-to-virtual migration options.

Type specification:

Name

Min/Max

Type

Description

exclude

0..1

 

Linux The list of files and directories on the source machine to exclude from migration.

WindowsPhysical disks to be excluded from migration.

{

 

 

 

path

1..[]

base64Binary

Linux Pathnames. The parameter uses the rsync exclude patterns.

WindowsDisks letter including the colon, e.g. E:

}

 

 

 

keep_dst

0..1

boolean

Specifies whether to keep the transferred data on the target host in case of error. Keeping the data may help reduce the duration of the subsequent migration operation.

true -- keep the data.

false -- remove the data.

config

0..1

env_configType

Configuration parameters to apply to the target Container. Normally, you should use the calc_env_config call to assist you in calculating the correct Container configuration based on the source physical machine parameters.

service

0..[]

 

Linux The list of services to be stopped on the source machine during migration.

{

 

 

 

name

1..1

string

Service name.

}

 

 

 

quota

0..1

 

Linux Disk quota migration information.

You may specify only one partition on the source server which will be migrated to the Container together with all quotas imposed on it. All other partitions on the server will be copied without keeping their quota limits. Moreover, the quota limits imposed on the selected partition will be applied to the entire Container after the server migration.

{

 

 

 

partition

1..1

 

Partition info.

{

 

 

 

name

1..1

string

Partition name.

}

 

 

 

}

 

 

 

Please send us your feedback on this help page