【vSphere7】vcsaのパーティション構成の記録(デフォルトストレージサイズ)

どうも、Tです。

vcsaのディスク絡みのトラブルに見舞われてパーティション周りの情報がなかったので、備忘録です。※検証環境で使っているもののため、ディスク使用量などはインストール直後と異なります。

スポンサーリンク
アドセンス1

環境

  • vCenterServer:7.0.2 17958471

小規模環境・デフォルトのストレージサイズでデプロイしています。

vCenter Server アプライアンスのストレージ要件
vCenter Server アプライアンスをデプロイする場合、アプライアンスをデプロイする ESXi ホストまたは DRS クラスタは、最小ストレージ要件を満たす必要があります。必要なストレージ容量は、vSphere 環境とストレージのサイズだけでなく、ディスク プロビジョニング モードによっても異なります。

mount

root@testvcsa [ ~ ]# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=9738588k,nr_inodes=2434647,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
/dev/mapper/vg_root_0-lv_root_0 on / type ext4 (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sda3 on /boot type ext4 (rw,nosuid,nodev,noexec,relatime,noacl)
/dev/mapper/netdump_vg-netdump on /storage/netdump type ext4 (rw,nosuid,nodev,relatime)
/dev/mapper/autodeploy_vg-autodeploy on /storage/autodeploy type ext4 (rw,nosuid,nodev,relatime)
/dev/mapper/lifecycle_vg-lifecycle on /storage/lifecycle type ext4 (rw,nosuid,nodev,noatime,nodiratime)
/dev/mapper/imagebuilder_vg-imagebuilder on /storage/imagebuilder type ext4 (rw,nosuid,nodev,relatime)
/dev/sda2 on /boot/efi type vfat (rw,nosuid,nodev,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
/dev/mapper/updatemgr_vg-updatemgr on /storage/updatemgr type ext4 (rw,nosuid,nodev,relatime)
/dev/mapper/vtsdblog_vg-vtsdblog on /storage/vtsdblog type ext4 (rw,nosuid,nodev,noatime,nodiratime)
/dev/mapper/vtsdb_vg-vtsdb on /storage/vtsdb type ext4 (rw,nosuid,nodev,noatime,nodiratime)
/dev/mapper/core_vg-core on /storage/core type ext4 (rw,nosuid,nodev,relatime)
/dev/mapper/dblog_vg-dblog on /storage/dblog type ext4 (rw,nosuid,nodev,noatime,nodiratime)
/dev/mapper/log_vg-log on /storage/log type ext4 (rw,nosuid,nodev,relatime)
/dev/mapper/seat_vg-seat on /storage/seat type ext4 (rw,nosuid,nodev,noatime,nodiratime)
/dev/mapper/db_vg-db on /storage/db type ext4 (rw,nosuid,nodev,noatime,nodiratime)
/dev/mapper/archive_vg-archive on /storage/archive type ext4 (rw,nosuid,nodev,noatime,nodiratime)

fstab

root@testvcsa [ ~ ]# cat /etc/fstab 
#system mnt-pt type options,nosuid,nodev dump fsck
UUID=b8d2e743-54fc-4fe6-a4ac-ded3484661ed / ext4 defaults 1 1
PARTUUID=70635d8f-007b-473e-a3b5-6cda5e1b192b /boot ext4 defaults,nosuid,noacl,nodev,noexec 1 2
PARTUUID=2c2460fb-3339-4138-a9b1-8ad42326d5b3 /boot/efi vfat rw,nosuid,nodev,exec,auto,nouser,async 1 2
/dev/cdrom /mnt/cdrom iso9660 ro,noauto,nosuid,nodev 0 0
UUID=856acd49-f9f2-40df-8c17-2bbaeba0ce23 none swap sw,nosuid,nodev 0 0

UUID=4d9aeb83-69d3-4723-94c0-e97a832e490a /storage/core ext4 rw,nosuid,nodev,exec,auto,nouser,async 0 2
UUID=2cf0a1a1-2496-4812-be44-cc88784ff0d0 /storage/log ext4 rw,nosuid,nodev,exec,auto,nouser,async 0 2
UUID=d50abbfa-ce97-4489-9f6f-b2ea1ef97ca4 /storage/db ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2
UUID=39533824-08b0-4b50-ab2f-049ca790d3da /storage/dblog ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2
UUID=7df4fcc6-9cba-44c4-9253-0a3d600a9a37 /storage/seat ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2
UUID=98b1064d-4f5c-4b6c-9ec0-27cc3d004214 /storage/netdump ext4 rw,nosuid,nodev,exec,auto,nouser,async 0 2
UUID=a4f9e72e-63b9-416d-809f-b9affade3045 /storage/autodeploy ext4 rw,nosuid,nodev,exec,auto,nouser,async 0 2
UUID=b5c41545-77d2-41ef-8516-d1731ab83848 /storage/imagebuilder ext4 rw,nosuid,nodev,exec,auto,nouser,async 0 2
UUID=c4a65721-fbad-4cca-b5cc-7fee8004f427 /storage/updatemgr ext4 rw,nosuid,nodev,exec,auto,nouser,async 0 2
UUID=df154091-cdba-49b3-acf2-28820b92493e /storage/archive ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2
UUID=3a0fd426-1dc3-4294-a101-0d244a7971da /storage/vtsdb ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2
UUID=0878f625-f304-4021-83dd-6408e80f680f /storage/vtsdblog ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2
UUID=05394b2f-9bc9-4c2b-af39-7ce2cde21199 /storage/lifecycle ext4 defaults,noatime,nodiratime,nosuid,nodev 0 2

df -h

root@testvcsa [ ~ ]# df -h
Filesystem                                Size  Used Avail Use% Mounted on
devtmpfs                                  9.3G     0  9.3G   0% /dev
tmpfs                                     9.4G  676K  9.4G   1% /dev/shm
tmpfs                                     9.4G  1.2M  9.4G   1% /run
tmpfs                                     9.4G     0  9.4G   0% /sys/fs/cgroup
/dev/mapper/vg_root_0-lv_root_0            47G  5.2G   40G  12% /
tmpfs                                     9.4G  4.8M  9.3G   1% /tmp
/dev/sda3                                 488M   40M  414M   9% /boot
/dev/mapper/netdump_vg-netdump            985M  2.5M  915M   1% /storage/netdump
/dev/mapper/autodeploy_vg-autodeploy      9.8G   37M  9.3G   1% /storage/autodeploy
/dev/mapper/lifecycle_vg-lifecycle         98G  3.1G   90G   4% /storage/lifecycle
/dev/mapper/imagebuilder_vg-imagebuilder  9.8G   37M  9.3G   1% /storage/imagebuilder
/dev/sda2                                  10M  2.2M  7.9M  22% /boot/efi
/dev/mapper/updatemgr_vg-updatemgr         98G  283M   93G   1% /storage/updatemgr
/dev/mapper/vtsdblog_vg-vtsdblog           15G   73M   14G   1% /storage/vtsdblog
/dev/mapper/vtsdb_vg-vtsdb                 25G   77M   24G   1% /storage/vtsdb
/dev/mapper/core_vg-core                   49G  1.3G   46G   3% /storage/core
/dev/mapper/dblog_vg-dblog                 15G   89M   14G   1% /storage/dblog
/dev/mapper/log_vg-log                    9.8G  572M  8.7G   7% /storage/log
/dev/mapper/seat_vg-seat                   25G  139M   24G   1% /storage/seat
/dev/mapper/db_vg-db                      9.8G  163M  9.1G   2% /storage/db
/dev/mapper/archive_vg-archive             49G  276M   47G   1% /storage/archive 

pvdislpay

pvdisplay –columns

root@testvcsa [ ~ ]# pvdisplay --columns
  PV         VG              Fmt  Attr PSize    PFree
  /dev/sda4  vg_root_0       lvm2 a--   <48.00g    0 
  /dev/sdc   swap_vg         lvm2 a--    24.99g    0 
  /dev/sdd   core_vg         lvm2 a--    49.99g    0 
  /dev/sde   log_vg          lvm2 a--     9.99g    0 
  /dev/sdf   db_vg           lvm2 a--     9.99g    0 
  /dev/sdg   dblog_vg        lvm2 a--    14.99g    0 
  /dev/sdh   seat_vg         lvm2 a--    24.99g    0 
  /dev/sdi   netdump_vg      lvm2 a--  1016.00m    0 
  /dev/sdj   autodeploy_vg   lvm2 a--     9.99g    0 
  /dev/sdk   imagebuilder_vg lvm2 a--     9.99g    0 
  /dev/sdl   updatemgr_vg    lvm2 a--    99.99g    0 
  /dev/sdm   archive_vg      lvm2 a--    49.99g    0 
  /dev/sdn   vtsdb_vg        lvm2 a--    24.99g    0 
  /dev/sdo   vtsdblog_vg     lvm2 a--    14.99g    0 
  /dev/sdp   lifecycle_vg    lvm2 a--    99.99g    0

pvdisplay

root@testvcsa [ ~ ]# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sdn
  VG Name               vtsdb_vg
  PV Size               25.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              3199
  Free PE               0
  Allocated PE          3199
  PV UUID               zqD0vA-uPFP-SQ8Z-KGze-df6b-d5TA-tk1AEx
   
  --- Physical volume ---
  PV Name               /dev/sdg
  VG Name               dblog_vg
  PV Size               15.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              1919
  Free PE               0
  Allocated PE          1919
  PV UUID               1A4K4Q-ehJ6-njce-K4Ho-0dAX-XGe9-J2Hl4M
   
  --- Physical volume ---
  PV Name               /dev/sdp
  VG Name               lifecycle_vg
  PV Size               100.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              12799
  Free PE               0
  Allocated PE          12799
  PV UUID               rxriQM-cF1Z-7iCc-Rwwg-Z58R-OCM7-Y5CLG0
   
  --- Physical volume ---
  PV Name               /dev/sde
  VG Name               log_vg
  PV Size               10.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              1279
  Free PE               0
  Allocated PE          1279
  PV UUID               A7KDUP-Dj3u-dCC0-t9tI-PyYu-mLWB-tU0dc3
   
  --- Physical volume ---
  PV Name               /dev/sdk
  VG Name               imagebuilder_vg
  PV Size               10.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              1279
  Free PE               0
  Allocated PE          1279
  PV UUID               b9t98g-NGWx-kZ00-PS8t-Zpyd-cTjv-3YyvCk
   
  --- Physical volume ---
  PV Name               /dev/sdd
  VG Name               core_vg
  PV Size               50.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              6399
  Free PE               0
  Allocated PE          6399
  PV UUID               BK4QNP-QRhv-dKRl-4OQ7-Vtvw-pHeA-3I6H9A
   
  --- Physical volume ---
  PV Name               /dev/sda4
  VG Name               vg_root_0
  PV Size               48.00 GiB / not usable 4.00 MiB
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              12287
  Free PE               0
  Allocated PE          12287
  PV UUID               EJ8Sog-N3du-HkEb-WPRg-caJy-axFz-Sxg0Ub
   
  --- Physical volume ---
  PV Name               /dev/sdl
  VG Name               updatemgr_vg
  PV Size               100.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              12799
  Free PE               0
  Allocated PE          12799
  PV UUID               A0wwTP-SeDW-eiyz-exKw-HHhP-ytH8-qALhBP
   
  --- Physical volume ---
  PV Name               /dev/sdc
  VG Name               swap_vg
  PV Size               <25.00 GiB / not usable 7.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              3199
  Free PE               0
  Allocated PE          3199
  PV UUID               f0f9QP-62k8-UHgm-cPN7-uUWd-sSZ5-WCUUQl
   
  --- Physical volume ---
  PV Name               /dev/sdf
  VG Name               db_vg
  PV Size               10.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              1279
  Free PE               0
  Allocated PE          1279
  PV UUID               4OMzon-dLS5-8lRK-JbxB-TZlS-NaVe-utEGPb
   
  --- Physical volume ---
  PV Name               /dev/sdj
  VG Name               autodeploy_vg
  PV Size               10.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              1279
  Free PE               0
  Allocated PE          1279
  PV UUID               1UOSV1-QGN0-GTZg-AViv-UaIF-dVx1-oQulLc
   
  --- Physical volume ---
  PV Name               /dev/sdi
  VG Name               netdump_vg
  PV Size               1.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              127
  Free PE               0
  Allocated PE          127
  PV UUID               itjwvG-DvpT-qxc9-MQNK-YHh1-USLP-l1tVEl
   
  --- Physical volume ---
  PV Name               /dev/sdh
  VG Name               seat_vg
  PV Size               25.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              3199
  Free PE               0
  Allocated PE          3199
  PV UUID               qOj0co-zAeN-BB7a-ihQd-PhkG-nnwA-uXtWDi
   
  --- Physical volume ---
  PV Name               /dev/sdm
  VG Name               archive_vg
  PV Size               50.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              6399
  Free PE               0
  Allocated PE          6399
  PV UUID               DK3tZy-kqMf-zTFP-rR8l-ILDj-8NTu-Pxn6x6
   
  --- Physical volume ---
  PV Name               /dev/sdo
  VG Name               vtsdblog_vg
  PV Size               15.00 GiB / not usable 8.00 MiB
  Allocatable           yes (but full)
  PE Size               8.00 MiB
  Total PE              1919
  Free PE               0
  Allocated PE          1919
  PV UUID               EYfiEI-42Vs-w7Qo-QCQf-7ScV-eOYe-qSKvFI

vgdisplay

vgdisplay –columns

root@testvcsa [ ~ ]# vgdisplay --columns
  VG              #PV #LV #SN Attr   VSize    VFree
  archive_vg        1   1   0 wz--n-   49.99g    0 
  autodeploy_vg     1   1   0 wz--n-    9.99g    0 
  core_vg           1   1   0 wz--n-   49.99g    0 
  db_vg             1   1   0 wz--n-    9.99g    0 
  dblog_vg          1   1   0 wz--n-   14.99g    0 
  imagebuilder_vg   1   1   0 wz--n-    9.99g    0 
  lifecycle_vg      1   1   0 wz--n-   99.99g    0 
  log_vg            1   1   0 wz--n-    9.99g    0 
  netdump_vg        1   1   0 wz--n- 1016.00m    0 
  seat_vg           1   1   0 wz--n-   24.99g    0 
  swap_vg           1   1   0 wz--n-   24.99g    0 
  updatemgr_vg      1   1   0 wz--n-   99.99g    0 
  vg_root_0         1   1   0 wz--n-  <48.00g    0 
  vtsdb_vg          1   1   0 wz--n-   24.99g    0 
  vtsdblog_vg       1   1   0 wz--n-   14.99g    0  

vgdisplay

root@testvcsa [ ~ ]# vgdisplay 
  --- Volume group ---
  VG Name               vtsdb_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               24.99 GiB
  PE Size               8.00 MiB
  Total PE              3199
  Alloc PE / Size       3199 / 24.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               KGfkkC-sU8y-opkf-ThgH-jYNr-FxFO-35c8cB
   
  --- Volume group ---
  VG Name               dblog_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               14.99 GiB
  PE Size               8.00 MiB
  Total PE              1919
  Alloc PE / Size       1919 / 14.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               LWNA1W-Ksu0-sur7-cbR8-fWSb-rgwq-1b6mng
   
  --- Volume group ---
  VG Name               lifecycle_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               99.99 GiB
  PE Size               8.00 MiB
  Total PE              12799
  Alloc PE / Size       12799 / 99.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               LrQU5s-eMfz-3Bm3-y1CX-H2L7-wjOw-Xiq600
   
  --- Volume group ---
  VG Name               log_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               9.99 GiB
  PE Size               8.00 MiB
  Total PE              1279
  Alloc PE / Size       1279 / 9.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               ghpRJM-dG2M-IcAz-tmJ4-fWQV-0hTT-p7pdl2
   
  --- Volume group ---
  VG Name               imagebuilder_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               9.99 GiB
  PE Size               8.00 MiB
  Total PE              1279
  Alloc PE / Size       1279 / 9.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               48mnQM-K7JJ-S2Ew-eTwK-2Q1Q-zOg7-10KQ0F
   
  --- Volume group ---
  VG Name               core_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               49.99 GiB
  PE Size               8.00 MiB
  Total PE              6399
  Alloc PE / Size       6399 / 49.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               rQvFom-YrnH-8O8Q-zm7r-W5uk-Ydds-vbO1gw
   
  --- Volume group ---
  VG Name               vg_root_0
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               <48.00 GiB
  PE Size               4.00 MiB
  Total PE              12287
  Alloc PE / Size       12287 / <48.00 GiB
  Free  PE / Size       0 / 0   
  VG UUID               0wLcoA-SM2R-VBhR-ZiJb-uojn-ybJa-vKaEyL
   
  --- Volume group ---
  VG Name               updatemgr_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               99.99 GiB
  PE Size               8.00 MiB
  Total PE              12799
  Alloc PE / Size       12799 / 99.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               4Sl1X9-fEop-ckaP-XHXo-dDlr-Fqvk-SWcHDb
   
  --- Volume group ---
  VG Name               swap_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  3
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               24.99 GiB
  PE Size               8.00 MiB
  Total PE              3199
  Alloc PE / Size       3199 / 24.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               6HU7KE-55KW-XL5U-GWtM-yC6L-GuY3-47GjVa
   
  --- Volume group ---
  VG Name               db_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               9.99 GiB
  PE Size               8.00 MiB
  Total PE              1279
  Alloc PE / Size       1279 / 9.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               Lh25ZC-HrFI-wqpn-tu2A-7GR9-CTJN-8pLlSW
   
  --- Volume group ---
  VG Name               autodeploy_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               9.99 GiB
  PE Size               8.00 MiB
  Total PE              1279
  Alloc PE / Size       1279 / 9.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               R5S3lN-su7L-UfVH-PYsY-YQhY-uRY4-zW1Cf0
   
  --- Volume group ---
  VG Name               netdump_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               1016.00 MiB
  PE Size               8.00 MiB
  Total PE              127
  Alloc PE / Size       127 / 1016.00 MiB
  Free  PE / Size       0 / 0   
  VG UUID               TXtWkJ-lHNo-YIVi-LVaa-2pxj-b5m5-XDQayc
   
  --- Volume group ---
  VG Name               seat_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               24.99 GiB
  PE Size               8.00 MiB
  Total PE              3199
  Alloc PE / Size       3199 / 24.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               UHMkKl-6J7s-9QHI-1eJx-xxSM-BW5o-fQWul6
   
  --- Volume group ---
  VG Name               archive_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               49.99 GiB
  PE Size               8.00 MiB
  Total PE              6399
  Alloc PE / Size       6399 / 49.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               gL2X8t-UWV1-VOZg-r086-UrrD-hEWH-p8IRR5
   
  --- Volume group ---
  VG Name               vtsdblog_vg
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                8
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               14.99 GiB
  PE Size               8.00 MiB
  Total PE              1919
  Alloc PE / Size       1919 / 14.99 GiB
  Free  PE / Size       0 / 0   
  VG UUID               N2FFc9-i7GT-EeK1-Y7PV-bz0B-eXzU-lEP6ZO

lvdisplay

lvdisplay –columns

root@testvcsa [ ~ ]# lvdisplay --columns
  LV           VG              Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  archive      archive_vg      -wi-ao----   49.99g                                                    
  autodeploy   autodeploy_vg   -wi-ao----    9.99g                                                    
  core         core_vg         -wi-ao----   49.99g                                                    
  db           db_vg           -wi-ao----    9.99g                                                    
  dblog        dblog_vg        -wi-ao----   14.99g                                                    
  imagebuilder imagebuilder_vg -wi-ao----    9.99g                                                    
  lifecycle    lifecycle_vg    -wi-ao----   99.99g                                                    
  log          log_vg          -wi-ao----    9.99g                                                    
  netdump      netdump_vg      -wi-ao---- 1016.00m                                                    
  seat         seat_vg         -wi-ao----   24.99g                                                    
  swap1        swap_vg         -wi-ao----   24.99g                                                    
  updatemgr    updatemgr_vg    -wi-ao----   99.99g                                                    
  lv_root_0    vg_root_0       -wi-ao----  <48.00g                                                    
  vtsdb        vtsdb_vg        -wi-ao----   24.99g                                                    
  vtsdblog     vtsdblog_vg     -wi-ao----   14.99g

lvdisplay

root@testvcsa [ ~ ]# lvdisplay
  --- Logical volume ---
  LV Path                /dev/vtsdb_vg/vtsdb
  LV Name                vtsdb
  VG Name                vtsdb_vg
  LV UUID                Q4f8rA-wXnT-4NfO-mebG-UFrW-Vqwd-GYsPXI
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:53 +0900
  LV Status              available
  # open                 1
  LV Size                24.99 GiB
  Current LE             3199
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:2
   
  --- Logical volume ---
  LV Path                /dev/dblog_vg/dblog
  LV Name                dblog
  VG Name                dblog_vg
  LV UUID                m1daDD-d2Me-V4mE-ss0D-xYLB-fTSZ-3RbiCe
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:31:57 +0900
  LV Status              available
  # open                 1
  LV Size                14.99 GiB
  Current LE             1919
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:9
   
  --- Logical volume ---
  LV Path                /dev/lifecycle_vg/lifecycle
  LV Name                lifecycle
  VG Name                lifecycle_vg
  LV UUID                UXUpf1-FrQs-dnDa-0POp-e3Dj-tOzK-BD8OTs
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:33:06 +0900
  LV Status              available
  # open                 1
  LV Size                99.99 GiB
  Current LE             12799
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:0
   
  --- Logical volume ---
  LV Path                /dev/log_vg/log
  LV Name                log
  VG Name                log_vg
  LV UUID                OV9STt-cYEI-dmix-2jZd-WJjG-2zds-YL1GOo
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:31:48 +0900
  LV Status              available
  # open                 1
  LV Size                9.99 GiB
  Current LE             1279
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:11
   
  --- Logical volume ---
  LV Path                /dev/imagebuilder_vg/imagebuilder
  LV Name                imagebuilder
  VG Name                imagebuilder_vg
  LV UUID                oLbOdp-kHEk-N49z-o3Ly-dWSp-WiO5-uXKiGB
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:16 +0900
  LV Status              available
  # open                 1
  LV Size                9.99 GiB
  Current LE             1279
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:5
   
  --- Logical volume ---
  LV Path                /dev/core_vg/core
  LV Name                core
  VG Name                core_vg
  LV UUID                e5HFf2-6VgL-jBds-GkZX-imQY-1Ah9-8WFLtX
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:31:31 +0900
  LV Status              available
  # open                 1
  LV Size                49.99 GiB
  Current LE             6399
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:12
   
  --- Logical volume ---
  LV Path                /dev/vg_root_0/lv_root_0
  LV Name                lv_root_0
  VG Name                vg_root_0
  LV UUID                d5FR7w-rXeJ-VZeK-btX6-kMfA-CU1O-EcYBEU
  LV Write Access        read/write
  LV Creation host, time photon-installer, 2021-04-07 11:00:56 +0900
  LV Status              available
  # open                 1
  LV Size                <48.00 GiB
  Current LE             12287
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:14
   
  --- Logical volume ---
  LV Path                /dev/updatemgr_vg/updatemgr
  LV Name                updatemgr
  VG Name                updatemgr_vg
  LV UUID                HccEkb-f3J7-x0vR-lWb7-sgO5-jgEd-qSoUWk
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:20 +0900
  LV Status              available
  # open                 1
  LV Size                99.99 GiB
  Current LE             12799
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:4
   
  --- Logical volume ---
  LV Path                /dev/swap_vg/swap1
  LV Name                swap1
  VG Name                swap_vg
  LV UUID                msFC7O-vWuR-Rz3h-GGu2-mypW-uGa0-94cIMQ
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:31:29 +0900
  LV Status              available
  # open                 2
  LV Size                24.99 GiB
  Current LE             3199
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:13
   
  --- Logical volume ---
  LV Path                /dev/db_vg/db
  LV Name                db
  VG Name                db_vg
  LV UUID                i5KetS-Si5O-2Hel-KXkl-19Qp-HdVq-M5dJ4c
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:31:53 +0900
  LV Status              available
  # open                 1
  LV Size                9.99 GiB
  Current LE             1279
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:10
   
  --- Logical volume ---
  LV Path                /dev/autodeploy_vg/autodeploy
  LV Name                autodeploy
  VG Name                autodeploy_vg
  LV UUID                z9QcCu-6nCC-4HrR-k01S-s14H-97N0-Lpuj9k
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:12 +0900
  LV Status              available
  # open                 1
  LV Size                9.99 GiB
  Current LE             1279
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:6
   
  --- Logical volume ---
  LV Path                /dev/netdump_vg/netdump
  LV Name                netdump
  VG Name                netdump_vg
  LV UUID                Mz2W1e-8Yfe-n6Ul-x5Bx-jJK6-rlmX-kAAUC3
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:10 +0900
  LV Status              available
  # open                 1
  LV Size                1016.00 MiB
  Current LE             127
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:7
   
  --- Logical volume ---
  LV Path                /dev/seat_vg/seat
  LV Name                seat
  VG Name                seat_vg
  LV UUID                mDNtaS-gaSH-iKW7-9LBu-7aD4-p1Sx-rIN4mO
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:04 +0900
  LV Status              available
  # open                 1
  LV Size                24.99 GiB
  Current LE             3199
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:8
   
  --- Logical volume ---
  LV Path                /dev/archive_vg/archive
  LV Name                archive
  VG Name                archive_vg
  LV UUID                oeN03e-TS6a-LHrv-dXT8-m4X3-6Ju9-QMqfZG
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:41 +0900
  LV Status              available
  # open                 1
  LV Size                49.99 GiB
  Current LE             6399
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:3
   
  --- Logical volume ---
  LV Path                /dev/vtsdblog_vg/vtsdblog
  LV Name                vtsdblog
  VG Name                vtsdblog_vg
  LV UUID                ctpIPb-ppUk-hCqr-4ZIu-Dazk-om6x-3Y5WLb
  LV Write Access        read/write
  LV Creation host, time testvcsa.testdev.lab, 2021-08-09 14:32:59 +0900
  LV Status              available
  # open                 1
  LV Size                14.99 GiB
  Current LE             1919
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:1 

仮想ハードディスク構成

まとめ

こんな情報使わないことを祈っております。

スポンサーリンク
アドセンス1
アドセンス1
ブログランキング・にほんブログ村へ

シェアする

フォローする