Configuring sldreg and Transferring Data to SLD 
Before you can use the sldreg to transfer data to SLD, you must configure it.
The SLD server is running.
You have a user assigned to the DataSupplierLD role. The user must be specific for this computer and must not be used on another computer.
You have logged on to the operating system as a <sid>adm user.
From the command line, change the directory to /usr/sap/<SID>/SYS.
To check the path to the program, enter sldreg.
The sldreg command line parameters are printed.
Enter sldreg -configure slddest.cfg -usekeyfile.
You are prompted to enter an HTTP user, password, and host and port information.
The program creates the slddest.cfg and slddest.cfg.key files.
Note
Make sure that users other than <sapsid>adm do not have read and write permissions for the slddest.cfg.key file.
Using this global directory, all generic data suppliers of the current SAP NetWeaver system can send data to the same SLD with one central configuration.
Test your configuration by sending detailed data about your computer to SLD:
Enter saposcol -b.
A short XML document is printed.
Enter saposcol -b | sldreg -connectfile slddest.cfg -stdin -oldtransferdtd.
Note
The oldtransferdtd option is required for compatibility reasons and is specific for SAPOSCOL only.
The program output is as follows:
HTTP response: Success. HTTP status code: 200
End SLD Registration
Data send status: true
You can see your computer as an SAP_ComputerSystem instance in SLD. In addition, details such as the sizes of the physical and virtual memory are reported.