In rare instances, the Dell Security Management Server's may not start post-reboot:
Not Applicable
This issue has been resolved in Dell Security Management Server v10.2.4 and later.
Two workarounds are also available:
Click the workaround below that is best for your environment.
Add a registry key. This increases the service pipe timeout to 45 seconds, which alleviates the issue.
Figure 1: (English Only) Run
Figure 2: (English Only) Type regedit
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
.HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServicesPipeTimeout
exists, go to step 7. If the path does not exist, go to step 5.
Figure 3: (English Only) Registry Editor
Figure 4: (English Only) Create DWORD (32-bit) Value
Figure 5: (English Only) ServicesPipeTimeout
Figure 6: (English Only) Edit DWORD (32-bit) Value
Figure 7: (English Only) Populate Value data
Set the Dell Core Server, Dell Key Server, and Dell ACL Server to delayed start. The services may be set to delayed start using the user interface (UI) or through the command-line interface (CLI) switches. Click a method for more information.
Figure 8: (English Only) Run
Figure 9: (English Only) Type services.msc
Figure 10: (English Only) Dell Core Server Properties (local Computer)
Figure 11: (English Only) Dell Key Server and Dell ACL Server
This can also be done using the command line through PowerShell using the Set-Service command. These commands can be run using Microsoft Powershell, as an administrator, to pre-set the services to Automatic (Delayed Start):
Set-Service -displayname "Dell ACL Service" -startuptype "AutomaticDelayedStart" Set-Service -displayname "Dell Core Server" -startuptype "AutomaticDelayedStart" Set-Service -displayname "Dell Key Server" -startuptype "AutomaticDelayedStart"
This can also be done on older Windows Server Operating Systems through the sc
command.
Dell ACL Service: sc config aclserv start=delayed-auto Dell Core Server: sc config EpmCoreSvr start=delayed-auto Dell Key Server: sc config EpmKeySvr start=delayed-auto
To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.