Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.54 KB

Activating_SLProtocol_as_a_32_Bit_Process.md

File metadata and controls

50 lines (30 loc) · 1.54 KB
uid
Activating_SLProtocol_as_a_32_Bit_Process

Activating SLProtocol as a 32-bit process

From DataMiner 10.3.9/10.4.0 onwards, SLProtocol is a 64-bit process by default. However, a fallback soft-launch has been provided.

This is a soft-launch feature that can be activated from DataMiner 10.3.9 onwards. There are two ways to activate this soft-launch feature, depending on whether you want to combine this with an upgrade action or not.

Note

While this can be activated on only some of the DMAs in a cluster, we strongly recommend that you use the same configuration on all DMAs.

Activation with upgrade

  1. Create an empty text file named SoftLaunchX86_SLProtocol.txt in the folder C:\Skyline DataMiner\Tools on each DMA. There is no need to stop the DMAs for this.

  2. Install the DataMiner upgrade package.

Activation without upgrade

  1. Stop all DMAs where you want to enable this feature.

  2. Launch a command line prompt as administrator on each of the DMAs.

  3. Navigate to C:\Skyline DataMiner\Tools\ in the prompts.

  4. Execute RegisterSLProtocolAsX86.bat from the prompts.

  5. Restart the DMAs.

Examples

  • Command line example:

    C:\> cd "C:\Skyline DataMiner\Tools\"
    C:\Skyline DataMiner\Tools> RegisterSLProtocolAsX86.bat
  • PowerShell example:

    PS C:\> cd "C:\Skyline DataMiner\Tools\"
    PS C:\Skyline DataMiner\Tools> .\RegisterSLProtocolAsX86.bat

Rollback

See Activating SLProtocol as a 64-bit process.