The System Landscape Data Router (SLDR) is a component enabled on the Simple Diagnostics Agent (SDA), running on the Customer Management Server in the relevant Customer Networks, to route the data from the Outside Discovery and the System Landscape Directory (SLD) payload through the SDA.
The SLDR can be useful in the following scenarios:
Case A) You plan or you operate several SAP Focused Run.
Case B) You plan or you operate SAP Solution Manager in parallel with SAP Focused Run.
Case C) You plan or you operate SAP Solution Manager in parallel with several SAP Focused Run.
For a detailed discussion on the different scenarios, please check the page for SLD DS Payload Distribution.
Note: The SLDR relevant configuration is stored in the file: /usr/sap/hostctrl/SMDAgent/default/configuration/t-connector/<Managing SID>/custom.properties
Remind that the Simple Diagnostics Agent (SDA) is remotely deployed onto a SAP Host Agent, only if the host Outside Discovery was executed successfully.
See the Preparing Outside Discovery page.
To configure the SLDR start the Infrastructure Administration / Agent Administration, within the Launchpad:
Case A:
- <SID> of one or Multiple SAP Focused Run systems.
- HTTP <URL> of relevant reverse proxy or load balancer of one or Multiple SAP Focused Run systems.
The URL should be provided in this format:
http(s)://<frun_or_sld_url>:<http_port>/sld/ds
- <USER> created during the Customer Network preparation: FRN_LDSR_<CID>.
Case B:
- <SID>
of an SAP Focused Run system OR the <SID>.
of SAP Solution Manager Central Classical SLD.
- <URL>
of relevant reverse proxy / load balancer of the SAP Focused Run system.
of SAP Solution Manager Central Classical SLD.
- <USER>
created during the Customer Network preparation: FRN_LDSR_<CID>.
of SAP Solution Manager Central Classical SLD.
Case C:
- <SID>
of one or Multiple SAP Focused Run systems.
of SAP Solution Manager Central Classical SLD.
of the Second SLDR
- HTTP <URL>
of relevant reverse proxy / load balancer of the SAP Focused Run system.
of SAP Solution Manager Central Classical SLD.
- <USER>
created during the Customer Network preparation: FRN_LDSR_<CID>.
of SAP Solution Manager Central Classical SLD.
of the second SLDR: FRN_SLDS_<CID>.
Select the primary SAP Focused Run if several SAP Focused Run systems are declared. This setting ensures that the return of the SAP Focused Run will be propagated to the data supplier.
Note: It is recommended to test the specified Inbound and Outbound URLs, using a Web Browser (if possible). Refer to the Security Guide, chapter System Landscape Data Router Configuration, for additional details about the authentication.
When testing the URL on the browser, this is the result:
Once the configuration on the SDA is in place, you can start sending data through the SLDR on the agent, the command below should run in all servers, where the data needs to go through the SLDR:
On SAP Host Agent folder /usr/sap/hostctrl/exe/ (UNIX) or C:\Program Files\SAP\hostctrl\exe\ (Windows), run this command:
./saphostctrl -function ConfigureOutsideDiscovery -enable -sldusername FRN_SLDS_<CID> -sldpassword <Password> -sldhost <HOST_OF_SDA_CONFIGURED_AS_SLDR> -sldport <PORT_CONFIGURED_AS_INBOUND>
More details on Preparing Outside Discovery page.