sldreg (4.1)

usage: sldreg [outputFilePath]

This command allows you to generate the SLD (System Landscape Directory) configuration data for registration in the SAP Solution Manager.

It is possible to configure additional parameters for the output file by setting system properties for the platform, using the prefix "user.sap.sld". So for example to setting the "default-domain" can be done by setting the system property "user.sap.sld.default-domain". The values used will shown in the command line when the command is run.

Example - sldreg

$ mzsh sldreg

The file cluster-sld.conf will be generated in the directory /opt/mz/sap-sldreg/ on the platform pod.

Return Codes

The different return codes for the sldreg command are listed below:

Code

Description

Code

Description

0

Will be returned if the command is successful.

1

Will be returned if writing the temporary topology file fails.

2

Will be returned if converting to the sld topology file fails.

7

Will be returned if the command is not executed on the machine where the Platform is running.

Â