Can´t see my VM´s

I see the VM conf files in the folder /etc/vz/conf/

This is the conf file on my VM
ONBOOT="yes"

PHYSPAGES="0:768M"
SWAPPAGES="0:768M"
KMEMSIZE="349M:384M"
DCACHESIZE="174M:192M"
LOCKEDPAGES="384M"
PRIVVMPAGES="unlimited"
SHMPAGES="unlimited"
NUMPROC="unlimited"
VMGUARPAGES="0:unlimited"
OOMGUARPAGES="0:unlimited"
NUMTCPSOCK="unlimited"
NUMFLOCK="unlimited"
NUMPTY="unlimited"
NUMSIGINFO="unlimited"
TCPSNDBUF="unlimited"
TCPRCVBUF="unlimited"
OTHERSOCKBUF="unlimited"
DGRAMRCVBUF="unlimited"
NUMOTHERSOCK="unlimited"
NUMFILE="unlimited"
NUMIPTENT="unlimited"

# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="60G:66G"
DISKINODES="12000000:13200000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"

# CPU fair scheduler parameter
CPUUNITS="1000"
CPUS="1"
HOSTNAME="main-mail-serv.domein.com"
SEARCHDOMAIN="domein.com"
NAMESERVER="x.x.x.x"
IP_ADDRESS="192.168.0.6"
VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/var/lib/vz/private/106"
OSTEMPLATE="debian-6.0-standard_6.0-4_i386.tar.gz"
 
But you can find the container config in /etc/pve/openvz/? Please can you post the config file here?

Yes, the configuration is there. "pvectl start 999" or "vzctl start 999" works, hence no problems with the configuration file.

Code:
# cat /etc/vz/conf/999.conf

ONBOOT="yes"

# Primary parameters
NUMPROC="1024:1024"
NUMTCPSOCK="9223372036854775807:9223372036854775807"
NUMOTHERSOCK="9223372036854775807:9223372036854775807"
VMGUARPAGES="1024000:9223372036854775807"

# Secondary parameters
KMEMSIZE="9223372036854775807:9223372036854775807"
OOMGUARPAGES="1024000:9223372036854775807"
PRIVVMPAGES="2048000:2073000"
TCPSNDBUF="9223372036854775807:9223372036854775807"
TCPRCVBUF="9223372036854775807:9223372036854775807"
OTHERSOCKBUF="9223372036854775807:9223372036854775807"
DGRAMRCVBUF="9223372036854775807:9223372036854775807"

# Auxiliary parameters
NUMFILE="9223372036854775807:9223372036854775807"
NUMFLOCK="9223372036854775807:9223372036854775807"
NUMPTY="255:255"
NUMSIGINFO="1024:1024"
DCACHESIZE="9223372036854775807:9223372036854775807"
LOCKEDPAGES="9223372036854775807:9223372036854775807"
SHMPAGES="9223372036854775807:9223372036854775807"
NUMIPTENT="9223372036854775807:9223372036854775807"
PHYSPAGES="0:9223372036854775807"

# Disk quota parameters
DISKSPACE="52428800:57671680"
DISKINODES="10000000:11000000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"

# CPU fair sheduler parameter
CPUUNITS="1000"
CPUS="2"

DESCRIPTION="CentOS 6"
HOSTNAME="centos.test.com"
IPV6="no"
IP_ADDRESS="192.168.200.200"
NAMESERVER="192.168.200.200"
NOATIME="yes"
ORIGIN_SAMPLE="pve.auto"
OSTEMPLATE="centos-6-x86_64"
SEARCHDOMAIN="test.com"
SWAPPAGES="0:32G"
 
I installed proxmox v2.0. I tried to create a new VM, by clicking on the button finihs wizard window does not close. I did a full-upgrade, I created a new VM but did not see it.