Histórico da Página
...
Certifique-se de que os discos que serão utilizados foram apresentados ao Host com o comando fdisk:
Bloco de código | ||
---|---|---|
| ||
fdisk -l |
Bloco de código | ||||
---|---|---|---|---|
| ||||
Disk /dev/sdb: 512 GiB, 549755813888 bytes, 1073741824 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 1048576 bytes Disk /dev/sdc: 512 GiB, 549755813888 bytes, 1073741824 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 1048576 bytes Disk /dev/sdd: 512 GiB, 549755813888 bytes, 1073741824 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 1048576 bytes Disk /dev/sde: 512 GiB, 549755813888 bytes, 1073741824 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 1048576 bytes |
Note que os discos acima relacionados não possuem nenhuma partição ativa
Criação dos Physical Volumes
...
ETAPA 2 : Criação do Volume Group (VG)
Bloco de código | ||||
---|---|---|---|---|
| ||||
vgcreate -s 8M totvs /dev/sd[b-c-d-e] -v |
...
Bloco de código | ||||
---|---|---|---|---|
| ||||
0 logical volume(s) in volume group "totvs" now active |
...
Criação do Logical Volume
...
Bloco de código | ||||
---|---|---|---|---|
| ||||
--- Logical volume --- LV Path /dev/totvs/lv_stripe LV Name lv_stripe VG Name totvs LV UUID s2q3rr-flaD-5Ahx-i4OJ-RYR7-mCse-7ijSMV LV Write Access read/write LV Creation host, time prodvmprim, 2021-08-03 19:07:51 +0000 LV Status available # open 0 LV Size 1.95 TiB Current LE 256000 Segments 4 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 252:2 --- Segments --- LogicalLogical extents 0 to 65534: Type Type linear Physical Physical volume /dev/sdb Physical Physical extents 0 to 65534 LogicalLogical extents 65535 to 131069: Type Type linear Physical Physical volume /dev/sdc Physical Physical extents 0 to 65534 LogicalLogical extents 131070 to 196604: Type Type linear Physical Physical volume /dev/sdd Physical Physical extents 0 to 65534 LogicalLogical extents 196605 to 255999: Type Type linear Physical Physical volume /dev/sde Physical Physical extents 0 to 59394 |
ETAPA 5 : Formatar o LVM
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas