Viewing the License
In Parallels Server Bare Metal, you can use the
vzlicview
utility to view the information on the installed license and find out its current status. When executed, this utility processes the license currently installed on the Parallels server and prints the license contents along with its status. A sample output of
vzlicview
is given below:
# vzlicview
Searching for installed licenses...
VZSRV
status="ACTIVE"
version=X.X
serial="
XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
"
expiration="12/01/2012 23:59:59"
graceperiod=86400 (86400)
key_number="PSBM.00000001.0000"
cpu_total=64 (1)
ct_total=100 (1)
max_vzmcpmc_users=128
max_pim_users=260
platform="Any"
product="PSBM"
vzpp_allowed=1
backup_mgmt_allowed=1
workflow_mgmt_allowed=1
vzagent_allowed=1
nr_vms=10 (2)
architecture="Any"
The command output shows the full information about the license. The main license parameters are listed in the following table:
Column Name
|
Description
|
status
|
The license status. The information on all possible license statuses is provided in
License Statuses
.
|
version
|
The version of Parallels Server Bare Metal for which the license was issued.
|
serial
|
The license serial number.
|
expiration
|
The license expiration date, if it is time-limited.
|
graceperiod
|
The period, in seconds, during which Parallels Server Bare Metal continues functioning if
-
the license has expired
-
the number of running virtual machines and Containers exceeds the limit defined by the license
|
key_number
|
The number under which the license is registered on the Parallels Key Authentication server.
|
cpu_total
|
The total number of CPUs you are allowed to install on the Parallels server.
|
ct_total
|
The total number of Containers you are allowed to simultaneously run on the Parallels server.
|
max_vzmc_users
|
The number of users able to simultaneously connect to the server using Parallels Management Console.
|
max_vzcc_users
|
The number of users able to simultaneously connect to the server using Parallels Virtual Automation (formerly, Parallels Infrastructure Manager).
|
platform
|
The operating system with which the license is compatible.
|
product
|
The product name for which the license has been issued.
|
vzpp_allowed
|
Indicates whether you can manage virtual machines and Containers using Parallels Power Panel:
-
1
: the 'Parallels Power Panel' functionality is enabled
-
0
: the 'Parallels Power Panel' functionality is disabled
|
backup_mgmt_allowed
|
Indicates whether the 'backup' functionality is enabled for the given server:
-
1
: the 'backup' functionality is enabled
-
0
: the 'backup' functionality is disabled
|
workflow_mgmt_allowed
|
Indicates whether the 'virtual machine and Container requesting' functionality is enabled for the given server:
-
1
: the 'virtual machine and Container requesting' functionality is enabled
-
0
: the 'virtual machine and Container requesting' functionality is disabled
|
vzagent_allowed
|
Indicates whether you are allowed to use the Parallels Agent functionality on the given server:
-
1
: the Parallels Agent functionality is enabled
-
0
: the Parallels Agent functionality is disabled
|
nr_vms
|
The number of virtual machines you are allowed to simultaneously run on the Parallels server.
|
architecture
|
The system architecture with which the license is compatible.
|
concerto
|
If this field is present, the license supports the ability to use the Plesk application in Containers.
|
Licenses with a combined limit on virtual machines and Containers
Some licenses shipped with Parallels Server Bare Metal 5.0 define a combined limit on the number of virtual machines and Containers you are allowed to simultaneously run on the Parallels server rather than set limits separately for virtual machines and Containers. In this case, the license output is as follows:
# vzlicview
Searching for installed licenses...
VZSRV
status="ACTIVE"
version=
X
.
X
serial="
XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
"
expiration="12/01/2012 23:59:59"
graceperiod=86400 (86400)
key_number="PSBM.00000001.0000"
cpu_total=64 (1)
ct_total=100 (1)
max_vzmcpmc_users=128
max_vzcc_users=260
platform="Any"
product="PSBM"
vzpp_allowed=1
backup_mgmt_allowed=1
workflow_mgmt_allowed=1
vzagent_allowed=1
nr_vms="combined" (2)
servers_total=100
architecture="Any"
As you can see, the output now contains one more parameter—
servers_total
. This parameter defines the total number of virtual machines and Containers you can simultaneously run on the Parallels server. For example, according to the license above, you can run 100 Containers, or 100 virtual machines, or 50 Containers and 50 virtual machines on the server at the same time.
|