Skip to main content
Delphix

Confirming VMware CPU and Memory Reservation from the CLI (KBA9575)

 

 

KBA

KBA# 9575

Applicable Delphix Versions

Click here to view the versions of the Delphix engine to which this article applies
Major Release All Sub Releases
6.0

6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1, 6.0.4.2, 6.0.5.0, 6.0.6.0, 6.0.6.1, 6.0.7.0, 6.0.8.0, 6.0.8.1, 6.0.9.0, 6.0.10.0, 6.0.10.1, 6.0.11.0, 6.0.12.0, 6.0.12.1, 6.0.13.0, 6.0.13.1, 6.0.14.0, 6.0.15.0, 6.0.16.0

5.3

5.3.0.0, 5.3.0.1, 5.3.0.2, 5.3.0.3, 5.3.1.0, 5.3.1.1, 5.3.1.2, 5.3.2.0, 5.3.3.0, 5.3.3.1, 5.3.4.0, 5.3.5.0, 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0

5.2

5.2.2.0, 5.2.2.1, 5.2.3.0, 5.2.4.0, 5.2.5.0, 5.2.5.1, 5.2.6.0, 5.2.6.1

5.1

5.1.0.0, 5.1.1.0, 5.1.2.0, 5.1.3.0, 5.1.4.0, 5.1.5.0, 5.1.5.1, 5.1.6.0, 5.1.7.0, 5.1.8.0, 5.1.8.1, 5.1.9.0, 5.1.10.0

5.0

5.0.1.0, 5.0.1.1, 5.0.2.0, 5.0.2.1, 5.0.2.2, 5.0.2.3, 5.0.3.0, 5.0.3.1, 5.0.4.0, 5.0.4.1, 5.0.5.0, 5.0.5.1, 5.0.5.2, 5.0.5.3, 5.0.5.4

How to Confirm VMware CPU and Memory Reservation from the CLI

As part of the prerequisites for deploying a Delphix Engine on a VMware host (see our documentation here - Deployment for VMware), it is strongly recommended that CPUs are reserved for the Delphix VM, and it is required that Memory is reserved.

However, as a VMware host may be managed by a separate team, it may be useful to check whether these reservations have been configured from within the Delphix Engine itself.

To confirm VMware CPU and Memory reservation

It is possible to confirm the reservation from the CLI.

  1. Login to the CLI using the sysadmin username and password.

ssh sysadmin@engine-hostname
  1. Navigate to system.
engine-hostname> system
  1. Get the value for cpuReservation.
engine-hostname system> get cpuReservation
    100%
engine-hostname system>
  1. Get the value for memoryReservation.
engine-hostname system> get memoryReservation
    64GB
engine-hostname system>
  1. Alternatively, list all system properties (example output truncated).
engine-hostname system> ls
Properties
    type: SystemInfo
... 
    cpuReservation: 100%
...
    memoryReservation: 64GB
    memorySize: 64GB
...
engine-hostname system>

Related Articles

The following articles may provide more information or related information to this article: