Migrating from veportal to proxmox

peter

Member
Nov 25, 2008
31
0
6
I'm trying to migrate from veportal to proxmox (1.5).

I did a vzdump on the veportal server and then a vzrestore on the proxmox server.

The proxmox server sees the new server, but I can't make any changes.

When I ran the following command it became obvious:

Code:
#  /usr/bin/pvectl vzset 100 --onboot no
VE 100 is not managed by PVE (origin sample is veportal)

My question is, can I just change:

ORIGIN_SAMPLE="veportal"

in /etc/vz/conf/100.conf

to

ORIGIN_SAMPLE="pve.auto"

or are there other things I need to take into consideration?
 
I'm trying to migrate from veportal to proxmox (1.5).

I did a vzdump on the veportal server and then a vzrestore on the proxmox server.

The proxmox server sees the new server, but I can't make any changes.

When I ran the following command it became obvious:

Code:
#  /usr/bin/pvectl vzset 100 --onboot no
VE 100 is not managed by PVE (origin sample is veportal)
My question is, can I just change:

ORIGIN_SAMPLE="veportal"

in /etc/vz/conf/100.conf

to

ORIGIN_SAMPLE="pve.auto"

or are there other things I need to take into consideration?

change (to pve.auto) and adapt the setting via web interface - click save (at least one time).