cancel
Showing results for 
Search instead for 
Did you mean: 

SLD for Web Dispatcher

jay_b2
Participant
0 Kudos

I tried registering my WebDispatcher (standalone) to SLD using sldreg.. I need to register it to update System Landscape and use it for montoring.

D:\usr\sap\<SID>\SYS\global>"c:\Program Files\SAP\hostctrl\exe\saposcol.exe" -b |
"c:\Program Files\sap\hostctrl\exe\sldreg.exe" -connectfile slddest.cfg -oldtran
sferdtd
Thu Aug 04 13:14:15 2011 SLD Registration Program [7.20.4]  (Oct 20 2010) [Non-Unicode]
Thu Aug 04 13:14:15 2011 No XML data input file set. Will read input data from standard input.
Impromptu CCC initialization by 'rscpCInit'.
  See SAP note 1266393.
Thu Aug 04 13:14:19 2011 Parsing XML document.
Thu Aug 04 13:14:19 2011 Supplier Name: ComputerSystem
Thu Aug 04 13:14:19 2011 Supplier Version: 1.0
Thu Aug 04 13:14:19 2011 Supplier Vendor:
Thu Aug 04 13:14:19 2011 CIM Model Version: 1.3.21
Thu Aug 04 13:14:19 2011 Using destination file 'slddest.cfg'.
Thu Aug 04 13:14:19 2011 Use binary key file 'slddest.cfg.key' for data decryption
Thu Aug 04 13:14:19 2011 Use encryted destination file 'slddest.cfg' as data source
Thu Aug 04 13:14:19 2011 HTTP trace: false
Thu Aug 04 13:14:19 2011 Data trace: false
Thu Aug 04 13:14:19 2011 Using destination file 'slddest.cfg'.
Thu Aug 04 13:14:19 2011 Use binary key file 'slddest.cfg.key' for data decryption
Thu Aug 04 13:14:19 2011 Use encryted destination file 'slddest.cfg' as data source
Thu Aug 04 13:14:19 2011 ******************************
Thu Aug 04 13:14:19 2011 *** Start SLD Registration ***
Thu Aug 04 13:14:19 2011 ******************************
Thu Aug 04 13:14:19 2011 HTTP open timeout     = 420 sec
Thu Aug 04 13:14:19 2011 HTTP send timeout     = 420 sec
Thu Aug 04 13:14:19 2011 HTTP response timeout = 420 sec
Thu Aug 04 13:14:19 2011 Used URL: http://<sldhost>:50000/sld/ds
Thu Aug 04 13:14:19 2011 HTTP open status: true - NI RC=1
Thu Aug 04 13:14:19 2011 HTTP send successful.
Thu Aug 04 13:14:19 2011 Return code: 200 --- Return message: (OK)
Thu Aug 04 13:14:19 2011 HTTP response: Success. HTTP status code: 200
Thu Aug 04 13:14:19 2011 ****************************
Thu Aug 04 13:14:19 2011 *** End SLD Registration ***
Thu Aug 04 13:14:19 2011 ****************************
Thu Aug 04 13:14:19 2011 Data send status: true

1. In my SLD --> Administration --> Automatically Updated Data --> i can see the systems

<<DISPATCHER_HOST>> ComputerSystem (sap.com) <<Date>>

Diagnostics Agent instance - DSC DiagnosticsAgentInstance (sap.com) <<Date>>

However, It does not show in Home-->Technical Systems --> All

All other SAP systems are showing up there fine. Any clue on where could this be stuck ?

2. Also, does dispatcher installation from sapinst, select the NUC kernel by default. All my systems are unicode enabled. Can I extract the unicode kernel directly in /usr/sap/SID/SYS/exe/ or c:\Program Files\SAP\hostctrl\exe\ ;

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

divyanshu_srivastava3
Active Contributor
0 Kudos

Try in this order .....

After adding the profile parameter......

Configuring sldreg

...

       1.      To check the path to the program, enter sldreg.

The sldreg command line parameters are printed.

       2.      Enter sldreg -configure slddest.cfg –usekeyfile.

       3.      You will be prompted to enter HTTP user(user with DataSupplierLD role), password, host, and port information.

The program creates the slddest.cfg and slddest.cfg.key files.

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:

       1.      Enter saposcol –b.

A short XML document is printed.

       2.      Enter saposcol –b | sldreg -connectfile slddest.cfg -stdin -oldtransferdtd.

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.

Divyanshu

Former Member
0 Kudos

Hi,

The SAP WebDispatcher appears only in the Content Maintenance.

In order to see it, please navigate to

SLD

-> Administration

-> Content Maintenance

-> Subset: All With Instances Class: BC Web Dispatcher

Regards,

Vipin

Former Member
0 Kudos

This message was moderated.