2V0-622D · Question #34
Which two partitions are used for the VMware vCenter Server Appliance embedded vPostgres database? (Choose two.)
The correct answer is A. /storage/seat/ C. /storage/db/. The vCenter Server Appliance uses dedicated partitions to store vPostgres database data. Two specific mount points serve the embedded database: one for core database files and one for stats, events, alarms, and tasks data.
Question
Which two partitions are used for the VMware vCenter Server Appliance embedded vPostgres database? (Choose two.)
Options
- A/storage/seat/
- B/storage/netdump/
- C/storage/db/
- D/storage/core/
How the community answered
(41 responses)- A90% (37)
- B5% (2)
- D5% (2)
Why each option
The vCenter Server Appliance uses dedicated partitions to store vPostgres database data. Two specific mount points serve the embedded database: one for core database files and one for stats, events, alarms, and tasks data.
/storage/seat/ stores the SEAT data (Stats, Events, Alarms, and Tasks) which is a distinct portion of the vPostgres database used by vCenter for historical and operational records.
/storage/netdump/ is reserved for ESXi host network core dump files collected by the vCSA's netdump service, not for database storage.
/storage/db/ is the primary partition that holds the core vPostgres database files, including the vCenter inventory, configuration, and relational data.
/storage/core/ is used for vCSA core dump and diagnostic log data, not for the vPostgres database.
Concept tested: vCSA vPostgres database storage partition layout
Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vcenter.install.doc/GUID-CF623AC4-9C1E-4E40-AE0B-8E1CA72B7392.html
Topics
Community Discussion
No community discussion yet for this question.