{% extends "base.html" %} {% block title %}Server Migration — ICDEV{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if page == "index" %}

Server Migration Canvas

P2P · P2V · V2V migration planning and execution

+ New Migration
{% if sessions %}
{% for s in sessions %}
{{ s.src_hostname or s.src_ip or s.id }}
{{ s.migration_type | upper }}  ·  {{ s.tgt_platform | upper }}  ·  {{ s.status | replace('_',' ') | title }}  ·  {{ s.created_at[:10] if s.created_at else '—' }}
{{ s.readiness_score or 0 }}/100
{% endfor %}
{% else %}
🖥
No server migrations yet.
Start First Migration
{% endif %}
{% else %}

Migration Type & Target

Select the migration vector and destination platform. A session will be created when you proceed.

Migration Type

{% for mt in SERVER_MIGRATION_TYPES %} {% endfor %}

Server Inventory

Enter server specs manually, paste CSV, or import a VMware export. NICs and disks are captured here.

Disks

NameSize (GB)Used (GB)TypeMount / DriveFS

Network Interfaces

NameSpeed (Gbps)MACIPVLAN

Running Services

NameRolePortProtocolStatus
Paste a CSV with headers: hostname,os_name,os_family,vcpus,ram_gb,disk_count,total_disk_gb,nic_count
Paste the contents of a .ovf or VMware export XML file. Hardware config, NICs, and disks will be extracted automatically.

Performance Baseline

CPU, RAM, disk I/O, and network utilization data used for rightsizing recommendations.

CPU Utilization (%)

Avg
0%
Peak
0%

RAM Utilization (%)

Avg
0%
Peak
0%

Disk I/O (IOPS)

Network Throughput (Mbps)

Target Instance Selection

Browse the cloud instance catalog. Get AI-powered rightsizing recommendations or select manually.

Loading…
Instance Provider vCPUs RAM GB Storage GB Network Gbps GovCloud Cost Tier Source
Loading catalog…

Compatibility Checks

Auto-run checks across 6 categories. CAT1 issues must be resolved or overridden before proceeding.

⚠ CAT1 Blockers 0
Total
CAT1
CAT2
Pass

NIC & Storage Map

Map source network interfaces and disks to their target counterparts. IP changes are flagged automatically.

Src NICSrc SpeedSrc IPSrc VLAN → Tgt NICTgt IPTgt VLANIP ChangeDHCP
Src DiskSize GBUsed GBTypeMount → Tgt VolumeTgt Size GBTgt TypeIOPS+%
Hostname / IPRoleDirectionPortCriticalityMig Order

Cutover Planner

Drag to reorder. Edit durations inline. Seed a template or build your own runbook.

Total Est: min
{% for ph in CUTOVER_PHASES %} {% endfor %}

ERB & Test Plan

Define the Engineering Review Board package and validation test cases.

Readiness Score

    Change Metadata

    Maintenance Window

    Narrative

    {% endif %} {% endblock %} {% block extra_js %} {% endblock %}