Skip to main content

List of VMDKs in vCenter Server 7.0 Appliance

 

In vCenter Server Appliance 7.0, there are 16 VMDKs now. In  vCenter Server Appliance 6.7 version it was 13 disks. Additional 3 new disks in this release are as follow:

 

·         vTSDB Service Repository for stats

·         vTSDB Service Repository for logs

·         Lifecycle for binaries (install, update and upgrade). 

There are multiple ways in which we can access information about disks. Below are some of the examples. 

·         We can check usage from vimtop about disks, however vimtop does not show all disks.



·         Complete list of disks can be seen in Appliance VM edit settings as well.

·         You can check these disks from VAMI as shown in below screenshot.


·         We can use df -h command to retrieve disk information as shown below.




·         Another way to access this information is lsblk command on vCenter shell as shown below.





Below is the complete list of VMDKs along with their usages and mount points.

Note: 

Below sizes are application only for vCenter Server Appliance 7.0 with tiny specification and default size and hence will differ in your environment as per inventory specification.

·         VMDK1

·         Size:

·         12 GB

·         Mount Points:

·         / (10GB)

·         /boot (132MB)

·         SWAP (1GB)

·         Usage:

·         Directory where the kernel images and boot loader configurations are stored.

·         VMDK2

·         Size:

·         1.8 GB

·         Mount Point:

·         /tmp

·         Usage:

·         Directory used to store temporary files generated or used by services from vCenter Server

·         VMDK3

·         Size:

·         25 GB

·         Mount Point:

·         SWAP

·         Usage:

·         Directory used when the system is out of memory to swap to disk

·         VMDK4

·         Size:

·         25 GB

·         Mount Point:

·         /storage/core

·         Usage:

·         Directory where core dumps from VPXD process from the vCenter Server are stored

·         VMDK5

·         Size:

·         10 GB

·         Mount Point:

·         /storage/log

·         Usage:

·         Directory where vCenter Server and Platform Services Controller store all logs for the environment

·         VMDK6

·         Size:

·         10 GB

·         Mount Point:

·         /storage/db

·         Usage: 

·         VMware Postgres database storage location

·         VMDK7

·         Size: 

·         5 GB

·         Mount Point:

·         /storage/dblog

·         Usage:

·         VMware Postgres database logging location

·         VMDK8

·         Size:

·         10 GB

·         Mount Point:

·         /storage/seat

·         Usage:

·         Stats, Events, Alarms and Tasks (SEAT) directory for VMware Postgres

·         VMDK9

·         Size:

·         1 GB

·         Mount Point:

·         /storage/netdump

·         Usage:

·         VMware Netdump collector repository that stores ESXi dumps

·         VMDK10

·         Size:

·         10 GB

·         Mount Point:

·         /storage/autodeploy

·         Usage: 

·         VMware Auto Deploy repository that stores the thinpackages used for stateless booting of ESXi hosts

·         VMDK11

·         Size:

·         10 GB

·         Mount Point:

·         /storage/imagebuilder

·         Usage:

·         VMware Image Builder repository that stores the vSphere image profiles, software depots and VIB packages, such as driver VIBs and update VIBs.

·         VMDK12

·         Size:

·         100 GB

·         Mount Point:

·         /storage/updatemgr

·         Usage:

·         VMware Update Manager repository where patches and updates are stored for Virtual Machine and ESXi hosts

·         VMDK13

·         Size:

·         50 GB

·         Mount Point:

·         /storage/archive

·         Usage:

·         VMware Postgres database’s Write-Ahead Logging (WAL) location

·         VMDK14

·         Size:

·         10 GB

·         Mount Point:

·         /storage/vtsdb

·         Usage:

·         VMware vTSDB Service Repository that stores the stats

·         VMDK15

·         Size:

·         5 GB

·         Mount Point:

·         /storage/vtsdblog

·         Usage:

·         VMware vTSDB Service Repository that stores the logs of the service


·         VMDK16

·         Size:

·         100 GB

·         Mount Point:

·         /storage/lifecycle

·         Usage: 

·         Workload Control Plane service stage directory or software depot, this stores the binaries for install and update/upgrade.





Comments

Popular posts from this blog

Dell EMC VxRail – VMware Virtual SAN Stretched Cluster

Logical Diagram of VMware vSAN Stretched Cluster Physical Diagram of VMware vSAN Stretched Cluster Last week I deployed a test environment of VMware vSAN Stretched Cluster which is running on Dell EMC VxRail Appliance. In this post we will describe how to setup VMware vSAN Stretched Cluster on Dell EMC VxRail Appliance. Above figure is the high level of physical system diagram. In site A/B there are six VxRail Appliances and two 10GB Network Switch which are interconnected by two 10GB links, and each VxRail Appliance has one 10GB uplink connects to each Network Switch. In site C, there are one vSAN Witness host and one 10GB Network Switch. For the details of configuration of each hardware equipment in this environment, you can reference the followings. Site A (Preferred Site) 3 x VxRail E460 Appliance Each node includes 1 x SSD and 3 x SAS HDD, 2 x 10GB SFP+ ports 1 x 10GB Network switch Site B (Secondary Site) 3 x VxRail E460 Appliance Each node includes 1 x SSD and...

UEFI Secure Boot with ESXi 6.5

UEFI Secure Boot: UEFI, or Unified Extensible Firmware Interface, is a replacement for the traditional BIOS firmware. In UEFI, Secure Boot is a “protocol” of the UEFI firmware. UEFI Secure boot ensures that the boot loaders are not compromised by validating their digital signature against a digital certificate in the firmware. UEFI can store whitelisted digital certificates in a signature database (DB). There is also a blacklist of forbidden certificates (DBX), a Key Exchange Keys (KEK) database and a platform key. These digital certificates are used by the UEFI firmware to validate the boot loader.  Boot loaders are typically cryptographically signed and their digital signature chains to the certificate in the firmware.The default digital certificate in almost every implementation of UEFI firmware is a x509 Microsoft UEFI Public CA cert. Most of the UEFI implementations also allows the installation of additional certificate in the UEFI firmware and UE...

VMware Interview Questions & Answers

These interview questions are categorized into the following technical areas: Hypervisor Fault Tolerance (FT) Virtual Networking vCenter Server Virtual Storage (Datastore) What’s New in vSphere 6.0 Content Libraries vSAN vApp and Miscellaneous Hypervisor What is VMKernel and why it is important? VMkernel is a virtualization interface between a Virtual Machine and the ESXi host which stores VMs. It is responsible to allocate all available resources of ESXi host to VMs such as memory, CPU, storage etc. It’s also controlled special services such as vMotion, Fault tolerance, NFS, traffic management and iSCSI. To access these services, VMkernel port can be configured on ESXi server using a standard or distributed vSwitch. Without VMkernel, hosted VMs cannot communicate with ESXi server. What is the hypervisor and its types? A hypervisor is a virtualization layer that enables multiple operating systems to share a single hardware host.  Each operating syste...