Previous page

Next page

Locate page in Contents

Print this page

migrate_v2p

Summary:

Migrates a Virtuozzo Container to a physical server.

Request specification:

Name

Min/Max

Type

Description

migrate_v2p

1..1

 

 

{

 

 

 

options

0..1

v2p_migrate_optionsType

Migration options.

eid

1..1

eid_type

The Server ID of the source Virtuozzo Container.

dst

1..1

connection_infoType

Destination physical server connection information.

}

 

 

 

Returns:

OK/Error

Example:

<packet version="4.0.0">

<target>vzarelocator</target>

<data>

<vzarelocator>

<migrate_v2p>

<eid>9bafbeb7-85f7-499e-a210-40e00850a5f3</eid>

<dst>

<protocol>TCP</protocol>

<address>192.168.0.64</address>

<login>

<name>root</name>

<realm>00000000-0000-0000-0000-000000000000</realm>

</login>

<password>bXlwYXNz</password>

</dst>

</migrate_v2v>

</vzarelocator>

</data>

</packet>

Please send us your feedback on this help page