vzlist vzctl and kernel: 4.2.2-1-pve

miami

New Member
Aug 4, 2012
3
0
1
Hi,
I installed proxmox 4 on Debian Jessie following this howto:
http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Jessie

Hardware
Xeon 2 core
12 GB Ram
3 TB Raid 1 data ext4
boot disk 2Tb ext4

when finished the install process all work fine but from console I can't find VZ commands like vzlist vzctl

i install with APT command, but when in do a vzlist command i get ;


#vzlist
Unable to open /proc/vz/veinfo: No such file or directory
Unable to open /proc/user_beancounters: No such file or directory



root@kaliman:~# pveversion
pve-manager/4.0-48/0d8559d0 (running kernel: 4.2.2-1-pve)

vzctl 4.8-1+deb8u2
 
That's because vzctl and vzlist were OpenVZ specific commands and so not available on PVE4 anymore.

Look at our new Proxmox container tool (pct):
Code:
pct help

it should be a good replace to the vz* tools.