> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/productos/migrations/details/requirements-and-statuses.md).

# Requisitos y estados

Los prerrequisitos que conviene validar antes de lanzar una migración y las fases por las que pasa el proceso.

### Requisitos previos

Validar esto antes de empezar evita bloqueos a mitad del proceso:

* Acceso de administrador local sobre la máquina de origen.
* VPN validada si hay conectividad site-to-site o dependencia de red.
* Firmware identificado: BIOS o UEFI.
* Discos sin cifrar (los cifrados no se pueden migrar).
* Sistema operativo y tipo de carga compatibles.
* Discos bien definidos: número, tamaño y partición cuando aplique.
* DHCP habilitado en todas las tarjetas de red.

> #### ❗️ Los discos cifrados no se migran
>
> Es una limitación dura del flujo actual. Descifra el disco de origen antes de migrar.

### Estados del proceso

La migración avanza por fases que se reflejan en el estado:

* **Transferencia**: el disco llega por SFTP, URL o Acronis (estados *preparando* y *esperando transferencia*).
* **Conversión**: si el formato no es directamente utilizable, la plataforma lo convierte de forma automática.
* **Importación o despliegue**: solo los discos, o además el servidor de destino.
* **Ajustes finales (tuning)**: en migraciones con despliegue, los últimos ajustes en la máquina migrada.
* **Estado final y validación**: cuando ves **Ajustes pendientes**, las fases previstas se han completado; al validar, una serie de checks confirman que todo está correcto.

El recorrido completo, con el detalle de cada fase, está en El proceso de principio a fin.

### Siguientes pasos

* Consulta las capas de [Costes.](/productos/migrations/details/costs.md)
* Lanza tu primera migración con la [Guía rápida.](/productos/migrations/quickstart.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.plenit.com/productos/migrations/details/requirements-and-statuses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
