cancel
Showing results for 
Search instead for 
Did you mean: 

Direct connection configuration between DAA and my Solman

benoit-schmid
Contributor
0 Kudos

Hello,

I have read the Diagnostic Agent 7.3 - Setup Guide, but I have not found

everything to configure my diag. agent.

On the host where my new solman is installed, DAA has been installed by sapinst.

Unfortunately the connection between this Agent and our Solman does not work.

1. What should I do to configure the DAA to connect with direct method to my solman?

There is script/smdsetup.sh. But I have never used it.

2. Which part of my SolMan_Setup Must be configured?

Thanks in advance for your answer.

Accepted Solutions (1)

Accepted Solutions (1)

Lluis
Active Contributor
0 Kudos

Scripts:

# Update server name on smd

smdsetup changeservername servername:"servername"

# Connect to solution manager

smdsetup managingconf hostname:"servername" port:"5xxxx" user:"SMD_USER" pwd:"xxxxxxx"

# Connect to solution manager trough port or P4

smdsetup managingconf hostname:"servername" port:"xxxxx" user:"SOLMAN_ADMIN" pwd:"xxxx"

# Connection trought saprouter

smdsetup addsaprouter route:"/H/x.x.x.x/S/3299/H/solman.domain.com/S/3299"

# Registration of agent on sld

smdsetup sldconf hostname:"servername" port:"5xxxx" user:"j2ee_admin" pwd:"xxxx"

just done, restart DAA and check log

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Schmid,

You can find the answer in this link [http://wiki.sdn.sap.com/wiki/display/SMSETUP/Diagnostics+Agents#DiagnosticsAgents-DirectSolutionMana...]

We usually use user J2EE_ADMIN to register DAA with SLD.

Hope this help.

Regards,

Loc Nguyen