SV-258786r933419_rule
V-258786
SRG-OS-000480-VMM-002000
ESXI-80-000231
CAT II
10
From the vSphere Client go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Services.
Under "Services" select the "slpd" service and click the "Stop" button.
Click "Edit Startup policy..." and select the "Start and stop manually" radio button. Click "OK".
or
From a PowerCLI command prompt while connected to the ESXi host, run the following commands:
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.
Under "Services", locate the "slpd" service and verify it 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-258786
False
ESXI-80-000231
From the vSphere Client go to Hosts and Clusters.
Select the ESXi Host >> Configure >> System >> Services.
Under "Services", locate the "slpd" service and verify it 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
5562