[Users] V7 Testing

2015-09-02 Thread Phil Daws
Hello: Have installed Virtuozzo 7 Beta on a clean Centos 7 host but when I try and create my first container I receive the following: [root@vsi01 parallels]# prlctl create ads01 --ostemplate centos7-x86_64 --vmtype ct Creating the Virtuozzo Container... Failed to register the CT: Operation fail

[Users] HA: V7 Testing

2015-09-02 Thread Konstantin Bukharov
Hello, Just a raw guess - missed '-' in the template name - 'centos-7-x86_64'. You could always check list of installed OS templates as: # vzpkg list -O debian-7.0-x86_64 debian-8.0-x86_64 2015-08-18 13:15:42 centos-7-x86_64 centos-5-x86 centos-6-x86_642015-07

Re: [Users] HA: V7 Testing

2015-09-02 Thread Phil Daws
Hmmm, something seems not quite right then: [root@vsi01 ~]# vzpkg list -O --available centos-5-x86 virtuozzo-os centos-6-x86_64virtuozzo-os debian-8.0-x86_64 virtuozzo-os ubuntu-14.04-x86_64virtuozzo-os [root@vsi01 ~]# rpm

[Users] HA: V7 Testing

2015-09-02 Thread Konstantin Bukharov
Phil, Installed templates are shown *without* '--available' option. Just 'vzpkg list -O'. Best regards, Konstantin -Исходное сообщение- От: users-boun...@openvz.org [mailto:users-boun...@openvz.org] От имени Phil Daws Отправлено: Wednesday, September 2, 2015 15:57 Кому: users Тема: Re

Re: [Users] HA: V7 Testing

2015-09-02 Thread Phil Daws
Okay, thanks. So now I have it: [root@vsi01 config]# vzpkg list -O centos-7-x86_64 and then try to use it: [root@vsi01 config]# prlctl create ads01 --ostemplate centos-7-x86_64 --vmtype ct Creating the Virtuozzo Container... Failed to register the CT: Operation failed. Creation of Container pr

[Users] HA: V7 Testing

2015-09-02 Thread Konstantin Bukharov
I could just suggest to look at /var/log/vzctl.log. Hope it contains detailed description of a problem. Best regards, Konstantin PS. Check that 'vz' service is started. -Исходное сообщение- От: users-boun...@openvz.org [mailto:users-boun...@openvz.org] От имени Phil Daws Отправлено: Wed

Re: [Users] HA: V7 Testing

2015-09-02 Thread jjs - mainphrame
What filesystem are you using on the host? Joe On Wed, Sep 2, 2015 at 7:14 AM, Phil Daws wrote: > Okay, thanks. So now I have it: > > [root@vsi01 config]# vzpkg list -O > centos-7-x86_64 > > and then try to use it: > > [root@vsi01 config]# prlctl create ads01 --ostemplate centos-7-x86_64 > --v