// Technical guide // P2P · Bare-metal

Physical-to-physical server migration
when P2P makes sense — and why Proxmox is the better end state

Moving an entire OS stack from one bare-metal server to another without a hypervisor is classic P2P (Physical-to-Physical) migration. We explain how to do it safely — and why a hardware refresh alone does not fix the problems a Proxmox VE cluster solves.

// Table of contents
  1. What P2P migration is
  2. When P2P fits — and when it does not
  3. How we run a P2P migration
  4. The P2P trap: same model on new hardware
  5. Why the target state should be Proxmox VE
  6. Hybrid path: refresh → consolidation
// 01 · Definition

What physical-to-physical migration is

P2P (Physical-to-Physical) server migration moves a full operating system, applications and data from one physical server to another — with no hypervisor layer. Unlike P2V migration, the system still runs directly on hardware after cutover.

Typical P2P scenarios:

ℹ️

P2P is not VM cloning or VMware → Proxmox migration. It is disk- and boot-loader level engineering — closer to disaster recovery than consolidation.

// 02 · Architecture decision

When P2P fits — and when it does not

ScenarioP2P (bare-metal)P2V on Proxmox VE
1:1 hardware refresh, no time for redesignYes — fast lift-and-shiftBetter long-term
Consolidating 10+ physical serversNo — cost scales linearlyYes — 10:1 ratio is realistic
HA and fast failover requiredApp clusters or duplicate hardwareBuilt-in Proxmox HA
Oracle/SQL per-core licensingFull socket on every serverDenser VMs on fewer sockets
PCIe card (FPGA, GPU, dedicated HBA)Passthrough or bare-metalPCIe passthrough in Proxmox
OPEX reduction (power, rack, support)MinimalUp to ~75% less power (P2V calculator)
💡

Practical rule: if you are planning P2P for more than 2–3 servers in the same budget cycle — stop and model TCO for P2V consolidation on Proxmox. In 8 out of 10 audits we run, P2P turns out to be the more expensive detour.

// 03 · Process

How we execute P2P migration

Safe physical-to-physical server migration needs disk, firmware and boot engineering — copying files over the network is not enough. Our proven process:

1

Hardware audit and dependency mapping

RAID model (hardware vs mdadm/ZFS), firmware versions, NIC layout (bonding, VLAN), PCIe cards, kernel and driver set. We document boot order and disk identifiers (UUID/labels).

2

Block replication or disk image

Depending on the OS: Clonezilla, dd with compression, block-level rsync, or vendor tools (e.g. Dell iDRAC virtual media). For Windows — VSS snapshot before copy or Disk2vhd as an intermediate step.

3

Adaptation to new hardware

initramfs with modules for the new RAID/NVMe controller, GRUB update, network interface mapping, Windows/RHEL licence checks after machine UUID changes.

4

Testing and production cutover

Boot in an isolated network, application tests, delta sync where possible, service window for DNS/IP cutover. Source server kept for rollback for an agreed period.

p2p-block-copy.sh (Linux)
# Block copy from source disk to target (rescue mode)
# pv /dev/sda | lz4 | ssh root@new-host 'lz4 -d | dd of=/dev/sda bs=4M status=progress'
 
# After boot on new hardware — rebuild initramfs
root@new# update-initramfs -u -k all
root@new# grub-install /dev/sda && update-grub
✓ Verify: fsck, systemctl list-units --failed, application port checks
// 04 · Trap

The P2P trap: same model on new hardware

A bare-metal refresh only fixes ageing hardware. It does not fix structural infrastructure problems:

After a third P2P cycle in ten years many organisations have newer hardware but the same operational chaos — just a more expensive rack and higher power bills.

⚠️

Strategic mistake: planning P2P for an entire DC without asking “can these workloads run as VMs?” is the most common reason clients return a year later asking for real consolidation.

// 05 · Proxmox as the target

Why the end state should be Proxmox VE

Instead of another wave of bare-metal servers, plan P2V migration to Proxmox VE — even if you must run P2P first on a critical legacy system.

📉

CAPEX and OPEX

10:1 consolidation — 10 physical servers can run on 1–2 Proxmox hosts. Up to 75% power and rack savings — model it in the physical server calculator.

🔄

HA without hardware duplication

Proxmox HA + live migration — VM failover in minutes without a second physical server per app. Affinity rules like vSphere — see our HA affinity guide.

💶

Licensing

Fewer physical sockets = lower Oracle EE and SQL Server Enterprise cost. EPYC 9175F sizing for databases is a deliberate licensing strategy.

🛡️

Backup and ransomware resilience

Proxmox Backup Server — VM-level snapshots, deduplication, encryption and off-site replication. One backup policy instead of agents on every bare-metal box.

Proxmox VE does not need expensive per-core licences like post-Broadcom VMware — the software is free, support subscription optional. TCO comparison: VMware vs Proxmox and official Proxmox pricing.

// 06 · Hybrid path

Hybrid path: refresh → consolidation

You do not have to choose “P2P or Proxmox” on day one. Recommended model for mixed bare-metal estates:

  1. Stage 1 — audit: inventory workloads and decide bare-metal vs VM (details below).
  2. Stage 2 — P2P only where required: critical legacy on new hardware with an exit plan.
  3. Stage 3 — Proxmox cluster: 3-node HA deployment (Proxmox implementation services).
  4. Stage 4 — phased P2V: migrate remaining servers to VMs — process as in our step-by-step migration guide, with < 2 min windows per VM.
  5. Stage 5 — decommission old bare-metal: after 30–90 days of stable Proxmox production.

Stage 1 in practice: what stays on physical hardware

In a typical audit, 70–85% of servers qualify for VMs on Proxmox. Bare-metal is reserved for exceptions — the categories we check first. If a workload does not match any of them, we default to P2V.

CategoryExamplesWhy it stays physical
HSM and hardware cryptographyThales Luna, Utimaco, PKCS#11 modules on PCIe/USBPrivate keys must not leave the device; FIPS / Common Criteria / PCI DSS often forbid a shared hypervisor
Sub-ms latency (deterministic)HFT, matching engines, CNC/robotics control, telecom syncVM jitter, shared CPU cache and I/O scheduling break real-time SLAs — even when average latency looks fine
Vendor licence lockLegacy ERP/ISV “physical server only”, OEM without VM rights, activation tied to motherboard UUIDLicence terms or activation do not allow rehost — VM migration needs vendor negotiation or P2P as a transitional step
Dedicated PCIe without guest supportFPGA (e.g. trading), capture cards, legacy Fibre Channel HBAs with boot-from-SANDriver or firmware is unstable in a VM; WWPN/WWNN binding on SAN boot
OT / SCADA / industrial automationPLC gateways, vision systems, MES with vendor certificationWarranty and support only on qualified physical servers — platform change voids support
Legacy hardware bindingUSB dongles, MAC-bound licences, disk UUID, parallel-port keysApplication will not start after machine ID changes — needs 1:1 P2P or licence reconfiguration before P2V

What usually does not stay physical (moves to VMs without debate): web and API servers, Active Directory, DNS/DHCP, file servers, mail, most databases (PostgreSQL, MSSQL, Oracle — with a deliberate per-core licensing strategy), monitoring, backup, logs, dev/test. Proxmox VE hosts themselves are bare-metal — the layer VMs run on, not another “application server”.

Grey area — verify before keeping physical: GPUs (PCIe passthrough in Proxmox is often enough instead of a dedicated physical server). In the audit we classify each row: is the constraint technical, licensing-related, or just historical (“we always did it this way”).

ℹ️

Audit deliverable: server matrix → category (bare-metal / VM / passthrough) → rationale → migration plan (P2P, P2V or hybrid). Management then sees how many physical servers truly must remain vs how many can be consolidated in the first P2V wave.

🎯

Outcome: you keep business continuity where P2P is unavoidable — while building infrastructure that cuts CAPEX/OPEX and gives management auditable savings.

Plan your P2P migration or Proxmox transition

We will analyse your physical servers for free — and tell you what belongs in P2P vs what should be virtualised on Proxmox VE straight away. Quote within 24 hours.

⚡ Free environment analysis → P2V migration on Proxmox