ESXI-06-000044 - The system must enable kernel core dumps.

Information

In the event of a system failure, the system must preserve any information necessary to determine cause of failure and any information necessary to return to operations with least disruption to mission processes.

Solution

From the vSphere Web Client select the ESXi Host and right click. Select the 'Add Diagnostic Partition' option configure a core dump diagnostic partition.

or

From a PowerCLI command prompt while connected to the ESXi host run at least one of the following sets of commands:

To configure a core dump partition:

$esxcli = Get-EsxCli
#View available partitions to configure
$esxcli.system.coredump.partition.list()
$esxcli.system.coredump.partition.set($null,'PartitionName',$null,$null)

To configure a core dump collector:

$esxcli = Get-EsxCli
$esxcli.system.coredump.network.set($null,'vmkernel port to use',$null,'CollectorIP','CollectorPort')
$esxcli.system.coredump.network.set($true)

See Also

http://iasecontent.disa.mil/stigs/zip/U_VMware_vSphere_6-0_ESXi_V1R5_STIG.zip

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-24, CAT|III, CCI|CCI-001665, Group-ID|V-63257, Rule-ID|SV-77747r1_rule, STIG-ID|ESXI-06-000044, Vuln-ID|V-63257

Plugin: Unix

Control ID: 50be8615d78e7b83763ce11fba13c0fb6bd01f78fcadf36fae17f1dac421fe95