Viewing Available EZ Templates on the Server
The vzpkg list --available command allows you to list the EZ templates that are available in the official remote repositories but not installed on the server yet. For example, to list all EZ templates available for installation on your server, you can run this command:
# vzpkg list --available
The vzpkg list command also supports using wildcards. So you can execute the following command to view all MySQL application templates intended for use with different versions of CentOS:
# vzpkg list --available mysql-centos*
mysql-centos-4-x86 pvc-templates-32
mysql-centos-4-x86_64 pvc-templates
mysql-centos-5-x86 pvc-templates-32
mysql-centos-5-x86_64 pvc-templates
mysql-centos-6-x86 pvc-templates-32
mysql-centos-6-x86_64 pvc-templates
|