cancel
Showing results for 
Search instead for 
Did you mean: 

SLD - Register TREX

Private_Member_19084
Active Contributor
0 Kudos

Hello,

I want to register our TREX-System in SLD of Solution Manager.

I've read, that it is not necessary to do it manually, as there should be a kind of data supplier for this.

But can I find this?

We are using TREX on Windows.

Thank you

Former Member
0 Kudos

Sorry, the guide is for linux, but shoul be the same on Windows ( of course, you should change the PATH ).

Anyway,

On solution manager:

sldreg  -configure slddest.cfg –usekeyfile

Copy the file on TREX, change permission and execute like daaadm user

On TREX

/usr/sap/hostctrl/exe/saposcol -b  | sldreg -connectfile slddest.cfg -stdin –oldtransferdtd


After some minute you can check in


http://FQNDnameofsolution:8000/sld

Administrator >> Content Maintenance



daaadm user is created during installation.


My only doubt is where is in windows the file saposcol


regards

Antonietta


Private_Member_19084
Active Contributor
0 Kudos

I will try it.

But before I start, I don't have hostctrl installed on TREX-Host.

So this means, I need to do it before, right?

kr

Private_Member_19084
Active Contributor
0 Kudos

sorry - hostctrl is there.

I will try it now...

Former Member
0 Kudos

Chris

I have one user for java and abap administration. In this case you should use  soltion manager java administration.

(user that you use for logon in url http://<host>.<domanin_name>:8000/sld )

HOST is solution manager FQDN.

A.

Private_Member_19084
Active Contributor
0 Kudos

I did everything now as described - but I can't see it in SLD.

How can I check it?
Is there any log, or what exactly do I have to check in SLD?
I checked, if the Trex-SID is there - but isn't .

kr

Former Member
0 Kudos

Have you try with

sld --> administrator  --> content maintenance

lascape description --> TREX system ?

You should wait some time for see TREX system

Let me know

thanks

A.

Private_Member_19084
Active Contributor
0 Kudos

Hello Antonietta,

till now I don't see it.

May it take a longer period?

Kind regards

Former Member
0 Kudos

with the command

/usr/sap/hostctrl/exe/saposcol -b  | sldreg -connectfile slddest.cfg -stdin –oldtransferdtd

you're saying

Create XML with

/usr/sap/hostctrl/exe/saposcol -b

use the XML output for register  the system in SLD

using connection parameter in slddest.cfg

____________________________

For to be sure you can:

  1. Try to execute C:\Program Files\SAP\hostctrl\exe\saposcol -b and check if XML is correct.
  2. Try to execute sldreg -help
  3. Try to execute again  the command with the option -logfile <logfile>

A.

Former Member
0 Kudos

you should execute the sldreg in /usr/sap/<SID_TREX>/SYS/global, where you copy slddest.cfg

A.

Private_Member_19084
Active Contributor
0 Kudos

Hi,

what do you mean with execute sldreg?
Exactly like I did in solman?

I did the following.

1. I did execute the sldreg in solman.

2. I copied generated files to hostctrl/exe of trex-host

3. I exectued on trex host: /usr/sap/hostctrl/exe/saposcol -b  | sldreg -connectfile slddest.cfg -stdin –oldtransferdtd

Kind regard

Former Member
0 Kudos

hello

Thats the output of host saposcol:

C:\Program Files\SAP\hostctrl\exe>saposcol -b | sldreg -connectfile slddest.cfg -stdin -ol
dtransferdtd
Wed Apr 23 14:13:48 2014 SLD Registration Program [7.20.5]  (Jan 22 2014) [Non-Unicode]
Wed Apr 23 14:13:48 2014 No XML data input file set. Will read input data from standard in
put.

execute just

C:\Program Files\SAP\hostctrl\exe>saposcol -b

and be sure that this command work .

The output have to be  a XML file

regards

Antonietta

Private_Member_19084
Active Contributor
0 Kudos

Hello Antoinetta,

first thank you again, for great support.

Yeah, I got an XML output.

Now I need to execute again the whole saposcol command?

kr

Former Member
0 Kudos

Hi

yes, now you shoul execute again the command, adding at the end the option -logfile <logfile>

/usr/sap/hostctrl/exe/saposcol -b  | sldreg -connectfile slddest.cfg -stdin –oldtransferdtd -logfile <logfile>

I hope this can help.

regards

Antonietta

Private_Member_19084
Active Contributor
0 Kudos

thats the output in log-file:

Wed Apr 23 14:59:15 2014 Parsing XML document.

Wed Apr 23 14:59:15 2014 Supplier Name: ComputerSystem

Wed Apr 23 14:59:15 2014 Supplier Version: 1.0

Wed Apr 23 14:59:15 2014 Supplier Vendor:

Wed Apr 23 14:59:15 2014 CIM Model Version: 1.3.21

Wed Apr 23 14:59:15 2014 Using destination file 'slddest.cfg'.

Wed Apr 23 14:59:15 2014 Use binary key file 'slddest.cfg.key' for data decryption

Wed Apr 23 14:59:15 2014 Use encryted destination file 'slddest.cfg' as data source

Wed Apr 23 14:59:15 2014 HTTP trace: false

Wed Apr 23 14:59:15 2014 Data trace: false

Wed Apr 23 14:59:15 2014 Using destination file 'slddest.cfg'.

Wed Apr 23 14:59:15 2014 Use binary key file 'slddest.cfg.key' for data decryption

Wed Apr 23 14:59:15 2014 Use encryted destination file 'slddest.cfg' as data source

Wed Apr 23 14:59:15 2014 ******************************

Wed Apr 23 14:59:15 2014 *** Start SLD Registration ***

Wed Apr 23 14:59:15 2014 ******************************

Wed Apr 23 14:59:15 2014 HTTP open timeout     = 420 sec

Wed Apr 23 14:59:15 2014 HTTP send timeout     = 420 sec

Wed Apr 23 14:59:15 2014 HTTP response timeout = 420 sec

Wed Apr 23 14:59:15 2014 Used URL: http://<fqhn of solman>:80<no solman>/sld/ds

Wed Apr 23 14:59:15 2014 HTTP open status: true - NI RC=1

Wed Apr 23 14:59:15 2014 HTTP send successful.

Wed Apr 23 14:59:15 2014 Return code: 200 --- Return message: (OK)

Wed Apr 23 14:59:15 2014 HTTP response: Success. HTTP status code: 200

Wed Apr 23 14:59:15 2014 ****************************

Wed Apr 23 14:59:15 2014 *** End SLD Registration ***

Wed Apr 23 14:59:15 2014 ****************************

Private_Member_19084
Active Contributor
0 Kudos

Hello Antonietta,

do you have any further tip for me?

Would be great.

Thank you

Private_Member_19084
Active Contributor
0 Kudos

so...I got it, thanks for help again, you were right.

I had to copy the files also to globals, and executed saposcol again, now it works.

thank you

Former Member
0 Kudos

Hello Chris,

I'm glad to help you,

Antonietta

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Chris,

you can try with the following document, specific for TREX

http://scn.sap.com/docs/DOC-44468

Regards,

Antonietta

madasamy_arunachalam
Active Participant
0 Kudos

Hi Christian

Ensure SAPHostAgent is installed on the Trex's Host.

Follow this note,

http://service.sap.com/sap/support/notes/1018839

This note also has few references for other related/troubleshooting notes, hope this note helps.

regards

Swami

Private_Member_19084
Active Contributor
0 Kudos

Hello Madasamy,

how can I check if HostAgent is installed or not?
I thougt it is "hostctrl", isn't it?

But I can't find this folder.

Kind regards