Previous page

Next page

Locate page in Contents

Print this page

install

Summary:

Installs a Virtuozzo Containers license on the Hardware Node.

Request specification:

Name

Min/Max

Type

Description

install

1..1

 

 

{

 

 

 

license

1..1

string

License body, product key, or product activation code, whichever is available to you.

options

1..1

 

Installation options.

{

 

 

 

transfer

0..[]

boolean

Include this parameter and set it to true if you would like to transfer the license to a different Hardware Node.

The parameter can only be used when the license element contains a product activation code. If you have a license file or a product key, delete the license first using the delete call and then install it on another Hardware Node using the install call in a usual manner.

}

 

 

 

}

 

 

 

Returns:

Name

Min/Max

Type

Description

licenses

0..[]

licensesType

License information.

Example:

Installing a Virtuozzo Containers license using a product key.

Input

<packet version="4.0.0">

<target>licensem</target>

<data>

<licensem>

<install>

<license>0M9Y96-2GVKXG-82773A-BBKHYB-VFDYDP</license>

</install>

</licensem>

</data>

</packet>

Output

<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/licensem" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="10c464846a5t5f90re80" time="2007-05-15T10:23:28+0000" priority="0" version="4.0.0">

<ns1:origin>licensem</ns1:origin>

<ns1:target>vzclient2</ns1:target>

<ns1:dst>

<ns1:director>gend</ns1:director>

</ns1:dst>

<ns1:data>

<ns2:licensem>

<ns2:license>

<ns2:parameter>

<ns2:name>CLASS</ns2:name>

<ns2:value>VlpTUlY=</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>status</ns2:name>

<ns2:value>VkFMSUQ=</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>version</ns2:name>

<ns2:value>NC4w</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>serial</ns2:name>

<ns2:value>ME05WTk2LTJHVktYRy04Mjc3M0EtQkJLSFlCLVZGRFlEUA==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>expiration</ns2:name>

<ns2:value>MjAwNy0wNi0wMVQyMzo1OTo1OSswMDAw</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>graceperiod</ns2:name>

<ns2:value>MzYwMA==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>key_number</ns2:name>

<ns2:value>VlouMDAwMDAwMTMuMDAwMA==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>cpu_total</ns2:name>

<ns2:value>NjQ=</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>ve_total</ns2:name>

<ns2:value>ODIwMA==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>max_vzmc_users</ns2:name>

<ns2:value>MTI4</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>max_vzcc_users</ns2:name>

<ns2:value>MjYw</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>platform</ns2:name>

<ns2:value>QW55</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>product</ns2:name>

<ns2:value>VmlydHVvenpv</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>vzpp_allowed</ns2:name>

<ns2:value>MQ==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>backup_mgmt_allowed</ns2:name>

<ns2:value>MQ==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>workflow_mgmt_allowed</ns2:name>

<ns2:value>MQ==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>vzagent_allowed</ns2:name>

<ns2:value>MQ==</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>architecture</ns2:name>

<ns2:value>eDg2</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>architecture</ns2:name>

<ns2:value>eDg2XzY0</ns2:value>

</ns2:parameter>

<ns2:parameter>

<ns2:name>architecture</ns2:name>

<ns2:value>aWE2NA==</ns2:value>

</ns2:parameter>

</ns2:license>

</ns2:licensem>

</ns1:data>

<ns1:src>

<ns1:director>gend</ns1:director>

</ns1:src>

</ns1:packet>

Please send us your feedback on this help page