vzmigrate after migration VE not in web interface

Josh

New Member
Mar 23, 2011
7
0
1
Hi, I migrated VE using vzmigrate from old openVZ server to Proxmox.

But after migration the VE didn't appear in Proxmox web interface.

What are the steps needed for VE to appear in web interface after migration?
 
Maybe you migrated to the wrong place. On Debian, container data is at /var/lib/vz/... (not in /vz).
 
Container is running good after migration. It is in /var/lib/vz. Everything seems OK only it is not showing in web interface and cannot manage it through that. If I run commands from console everything is OK.
 
Container is running good after migration. It is in /var/lib/vz. Everything seems OK only it is not showing in web interface and cannot manage it through that. If I run commands from console everything is OK.

What is the output of:

# pvectl print <CTID>
 
I have ORIGIN_SAMPLE line in config.

When I remove "nano" line this is what I get from #pvectl print 102

Resource settings for VE 102:
Memory: 16 MB
SWAP: 1188 MB
Disk Space: 4.48 GB
CPU Units: 66504
 
Nope, still cannot see it.

When I create new VE from web I can see it. But cannot see only migrated VEs from another server.
 
I checked syslog and there was few lines with

ERROR: unable to parse config line: DISK_QUOTA=no#012

This was also in two more VEs I migrated to that server. When I cleaned all conf files. I removed line DISK_QUOTA and set line ORIGIN_SAMPLE="pve.auto" to all conf files it started working.

Now I can see all my VEs in web interface. Thanks for help.