meta data de esta página
Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
virtualizacion:vmware:version4:recuperar_volumen [2020/12/21 12:22] – lc | virtualizacion:vmware:version4:recuperar_volumen [2023/01/18 14:46] (actual) – editor externo 127.0.0.1 | ||
---|---|---|---|
Línea 11: | Línea 11: | ||
- Identify the disk in question, and note the value under the Console Device column. | - Identify the disk in question, and note the value under the Console Device column. | ||
- Run the command: < | - Run the command: < | ||
- | < | ||
+ | La salida será algo así | ||
+ | < | ||
Disk /dev/sde: 268.4 GB, 268440698880 bytes | Disk /dev/sde: 268.4 GB, 268440698880 bytes | ||
255 heads, 63 sectors/ | 255 heads, 63 sectors/ | ||
Línea 20: | Línea 21: | ||
/dev/sdd 1 32636 262148606 fb VMware VMFS | /dev/sdd 1 32636 262148606 fb VMware VMFS | ||
</ | </ | ||
- | - Ejecutar <code>fdisk < | + | - Ejecutar <sxh>fdisk < |
- Crear la partición | - Crear la partición | ||
< | < | ||
Línea 33: | Línea 34: | ||
3. Enter fb and press Enter | 3. Enter fb and press Enter | ||
</ | </ | ||
+ | |||
- Align the partition to sector 128. | - Align the partition to sector 128. | ||
- | + | <note warning> Caution: Do not execute the realign procedure if the volume was originally created from the ESX command line or if the volume was upgraded from ESX 2.x as the starting sector is 63, which is the default when using fdisk. If the VMFS volume was originally created using VMware Infrastructure Client, the beginning of the partition was set to sector 128 and the alignment is required to match the beginning of the partition to where the volume used to be.</ | |
- | <note warning> Caution: Do not execute the realign procedure if the volume was originally created from the ESX command line or if the volume was upgraded from ESX 2.x as the starting sector is 63, which is the default when using fdisk. If the VMFS volume was originally created using VMware Infrastructure Client, the beginning of the partition was set to sector 128 and the alignment is required to match the beginning of the partition to where the volume used to be.</ | + | |
< | < | ||
+ | |||
< | < | ||
1. Type x and press Enter to move to expert mode. | 1. Type x and press Enter to move to expert mode. | ||
Línea 45: | Línea 47: | ||
5. Type w and press Enter to save. | 5. Type w and press Enter to save. | ||
</ | </ | ||
- | | + | < |
- | | + | - Run vmkfstools -V and press Enter to discover the VMFS. |