Can Move Proxmox VE server to other Server with out reconfigurations

prescolt

New Member
Jul 7, 2011
2
0
1
Install Proxmox VE on Physical Server A Which have difference hardware with server B. My question is When i move hard disk to server B, can i uses Proxmox VE without reconfigurations on new server








 
Last edited:
Install Proxmox VE on Physical Server A Which have difference hardware with server B. My question is When i move hard disk to server B, can i uses Proxmox VE without reconfigurations on new server
Hi,
you must done before at least one simple thing:
remove the nic-entry in /etc/udev/rules.d/70-persistent-net.rules
Otherwise your new eth0 will be renamed from udev to eth1 (or eth2, eth3 - depends on the next free number).
During boot the entry wil be recreated.

The other things should work.

Udo