Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

It is optional to enter the sld.conf file as an argument, but if you do not enter the sld.conf file, it is assumed that the relevant file is the default, namely MZ_HOME/etc/sld.conf. If you want to use another directory and another filename, you have the option to enter one or two different directories/file names.

Info
titleExample - sldreg

Using No Arguments

Code Block
$ mzsh sldreg

The file cluster-sld.conf will be generated in the directory $MZ_HOME/sap-sldreg/.

Using Directory Arguments

Code Block
$ mzsh sldreg mydirectory/1.conf mydirectory/2.conf

The files 1.conf and 2.conf will be generated in the directory $MZ_HOME/mydirectory/.

...

.

You must run this command from the machine where the Platform is running.

...