@@@@@ 6.0.2 초기 설치 시 파티션 구성
[root@xenq7-1 /]# cat /proc/partitions
major minor #blocks name
7 0 51260 loop0
8 0 584960000 sda
8 1 4193297 sda1
8 2 4193297 sda2
8 3 576570351 sda3 <-- 놀고 있음
8 16 877929472 sdb
252 0 4096 dm-0
@@@@@ 디스크 확인
[root@xenq7-1 /]# fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 598.9 GB, 598999040000 bytes
256 heads, 63 sectors/track, 72539 cylinders
Units = cylinders of 16128 * 512 = 8257536 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 72540 584959999+ ee EFI GPT
Disk /dev/sdb: 898.9 GB, 898999779328 bytes
255 heads, 63 sectors/track, 109297 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdb doesn't contain a valid partition table
@@@@@ /dev/sdb 스토리지 추가
xe sr-create host-uuid=3b6d7111-3767-421e-a0bb-c562fcab0896 content-type=user name-label="xenq7-1_DATA" device-config:device=/dev/sdb type=lvm
@@@@@ 물리디스크 구성
pvcreate /dev/sda3
@@@@@ 기존 LVM 볼륨에 추가 할당
vgextend VG_XenStorage-2551d959-cab4-dcba-dc25-c40fb0828010 /dev/sda3
xen 본딩 추가 CLI (0) | 2017.04.04 |
---|---|
xen 7 버전 LVM 구성 시 (0) | 2017.03.07 |
nfs lib 제거 (0) | 2016.08.10 |
xen nfs iso lib 제거 (0) | 2016.06.09 |
xen 스토리지 (0) | 2016.01.28 |