SV-239337r679560_rule
V-239337
SRG-OS-000480-VMM-002000
VMCH-67-000006
CAT II
10
From the vSphere Web Client right-click the Virtual Machine and go to Edit Settings. Select the target hard disk and change the mode to persistent or uncheck Independent.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-HardDisk | Set-HardDisk -Persistence IndependentPersistent
or
Get-VM "VM Name" | Get-HardDisk | Set-HardDisk -Persistence Persistent
From the vSphere Web Client right-click the Virtual Machine and go to Edit Settings. Review the attached hard disks and verify they are not configured as independent nonpersistent disks.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-HardDisk | Select Parent, Name, Filename, DiskType, Persistence | FT -AutoSize
If the virtual machine has attached disks that are in independent nonpersistent mode and are not documented, this is a finding.
V-239337
False
VMCH-67-000006
From the vSphere Web Client right-click the Virtual Machine and go to Edit Settings. Review the attached hard disks and verify they are not configured as independent nonpersistent disks.
or
From a PowerCLI command prompt while connected to the ESXi host or vCenter server, run the following command:
Get-VM "VM Name" | Get-HardDisk | Select Parent, Name, Filename, DiskType, Persistence | FT -AutoSize
If the virtual machine has attached disks that are in independent nonpersistent mode and are not documented, this is a finding.
M
5327