VG
-
LINUX LVM(Logical Volume Managemant) 구성하는 방법System of Infra/Linux System 2022. 4. 26. 21:43
LINUX LVM(Logical Volume Managemant) 구성하는 방법 [root@localhost ~]# fdisk -l Disk /dev/sda: 80 GiB, 85899345920 bytes, 167772160 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xbe61492f Device Boot Start End Sectors Size Id Type /dev/sda1 2048 8390655 8388608 ..
-
IBM AIX VG,LV,FS command 생성System of Infra/Unix System 2020. 5. 6. 21:22
IBM AIX VG, LV, FS command 생성 volume group생성 # mkvg [-S -B] [-y VGname] [-s 16 32 64 128 256 512 1024] [-f] [-n] [-V MAJJOR_NUM] [hdiskN] example) mkvg -S -y datavg -s 512 hdisk7 -S : Scalable VG 생성 -B : Big VG 생성 -y : VG name 지정 -s : 피지컬 파티션(PP)의 사이즈 지정(단위 MB) -n : 시스템 부팅시 VG를 auto mount 하지 않음(생략 시 auto mount) logical volume 생성1 # mklv [-y LVname] [-t LV_TYPE] [-c 2] [VGname] [LP_CNT] example) ..