SV-256435r959010_rule
V-256435
SRG-OS-000480-VMM-002000
ESXI-70-000083
CAT II
10
From the vSphere Client go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Services.
Select the "slpd" service. If the service is started, click "Stop".
Click "Edit Startup Policy...". Select "Start and stop manually". Click "OK".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-VMHostService | Where {$_.Label -eq "slpd"} | Set-VMHostService -Policy Off
Get-VMHost | Get-VMHostService | Where {$_.Label -eq "slpd"} | Stop-VMHostService
From the vSphere Client go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Services.
Locate the "slpd" service and verify that the "Daemon" is "Stopped" and the "Startup Policy" is set to "Start and stop manually".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-VMHostService | Where {$_.Label -eq "slpd"}
If the slpd service does not have a "Policy" of "off" or is running, this is a finding.
V-256435
False
ESXI-70-000083
From the vSphere Client go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Services.
Locate the "slpd" service and verify that the "Daemon" is "Stopped" and the "Startup Policy" is set to "Start and stop manually".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following command:
Get-VMHost | Get-VMHostService | Where {$_.Label -eq "slpd"}
If the slpd service does not have a "Policy" of "off" or is running, this is a finding.
M
5518