Dell Security Management Server Core Server, Key Server, and Dell ACL Services are Not Running on Server Restart
Summary: After a reboot when upgrading to v10.2.3, the Dell Core Server, Dell Key Server, and Dell ACL Service will not start automatically.
Symptoms
Affected Products:
- Dell Security Management Server
Affected Versions:
- v10.2.3
In rare instances, the Dell Security Management Server's may not start post-reboot:
- Dell Core Server
- Dell ACL Service
- Dell Key Server
Cause
Not Applicable
Resolution
This issue has been resolved in Dell Security Management Server v10.2.4 and later.
Two workarounds are also available:
- Workaround #1 is to add a registry key which allows the services to start normally.
- Workaround #2 is to set the services to a delayed start.
Click the workaround below that is best for your environment.
- Backup the Registry before proceeding, reference How to Back Up and Restore the Registry in Windows
.
- Editing the Registry can cause the computer to become unresponsive on the next reboot.
- Contact Dell Data Security International Support Phone Numbers for assistance if you have concerns about performing this step.
Add a registry key. This increases the service pipe timeout to 45 seconds, which alleviates the issue.
To add the registry key:
- Right-click the Windows start menu and then click Run.

Figure 1: (English Only) Run
- In the Run UI, type regedit and then press OK. This opens the Registry Editor.

Figure 2: (English Only) Type regedit
- In the Registry Editor, go to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control. - In the right pane, look for ServicesPipeTimeout. If
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServicesPipeTimeoutexists, go to step 7. If the path does not exist, go to step 5.

Figure 3: (English Only) Registry Editor
- Right-click the Control folder, select New, and then click DWORD (32-bit) Value.

Figure 4: (English Only) Create DWORD (32-bit) Value
- Name the DWORD ServicesPipeTimeout.

Figure 5: (English Only) ServicesPipeTimeout
- Double-click ServicesPipeTimeout.

Figure 6: (English Only) Edit DWORD (32-bit) Value
- Populate Value data with 0000afc8 and then click OK.

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.
To set the services to delayed start in the user interface:
- Right-click the Windows start menu and then click Run.

Figure 8: (English Only) Run
- In the Run UI, type services.msc and then press OK. This opens the services.

Figure 9: (English Only) Type services.msc
- Double-click Dell Core Server.
- In the General tab:
- Select the dropdown for Startup type.
- Select Automatic (Delayed Start).
- Click OK.

Figure 10: (English Only) Dell Core Server Properties (local Computer)
- Repeat step 4 with Dell Key Server and Dell ACL Server.

Figure 11: (English Only) Dell Key Server and Dell ACL Server
To set the services to delayed start using the command-line interface:
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.