cancel
Showing results for 
Search instead for 
Did you mean: 

Manage system DAA agent How connect with Solman 7.1

Former Member
0 Kudos

Dear All

We install DAA on Manage system now how i connect with my solman 7.1 and how i check that DAA on manage system are start

nainesh

9376998808

Accepted Solutions (1)

Accepted Solutions (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi,

Switch to user daaadm, and issue startsap to start agent.

To connect agent to solution manager, use smdsetup script.

To check from solman if agent is connected ot not, goto agent admin.

ReferDiagnostics Agents - SAP Solution Manager Setup - SCN Wiki

Regards,

Divyanshu

Former Member
0 Kudos

Dear

I install DAA on Manage sytem Development, second as snote

note 1907909

smdsetup managingconf hostname:"sapms://sapslmail.Anupamgroup.local" port:"8101" user:"SMD_AGT" pwd:"sap12345"

this scrip run on my development system it is ok

i also start DAA on development system but still i not show in solman agent admin why?

development host name is sapdevail

solman host name is sapslmail

nainesh

9376998808

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi nainesh,

One development system, check entry from solman host name in host while.

Then do a telnet to solman at port 8101.

Check if this port is open.

If open, check user smd_agt of solman hai correct authorizations.

Run smdsetup script and restart the agent.

Then share the output and logs.

Divyanshu

divyanshu_srivastava3
Active Contributor
0 Kudos

And yes, check agent profile, under service/admin user add daaadm.

Former Member
0 Kudos

dear All

i login with DAAADM usr and go to scripe director

sapdevail:daaadm 5> sapdevail:daaadm 17> ./smdsetup.sh managingconf hostname:"sa                                             pms://sapslmail.Anupamgroup.local" port:"8101" user:"SMD_AGT" pwd:"sap12345"

_________________________________________________________________________

SAP Solution Manager - Diagnostics Agent  - Copyright (c) 2012 SAP AG

_________________________________________________________________________

------- VM Properties ----------

OS                            : AIX

OS Version                    : 5.3

OS Architecture               : ppc64

OS data model                 : 64

Java Vendor                   : SAP AG

Java Home                     : /usr/sap/DAA/SMDA97/exe/sapjvm_6/jre

Java Version                  : 1.6.0_41

Java Classpath                : .:lib/patch_7.10.8.0.20130311233435/launcher/smd                                             agentlauncher.jar:lib/patch_7.10.8.0.20130311233435/sapxmltoolkit.jar:lib/patch_                                             7.10.8.0.20130311233435/smdagent.jar:lib/patch_7.10.8.0.20130311233435/tc_sec_se                                             cstorefs.jar:lib/patch_7.10.8.0.20130311233435/iaik_jce_export.jar:lib/patch_7.1                                             0.8.0.20130311233435/smdserver.jar:lib/patch_7.10.8.0.20130311233435/logging.jar                                             :lib/patch_7.10.8.0.20130311233435/exception.jar:lib/patch_7.10.8.0.201303112334                                             35/sldclient.jar:lib/patch_7.10.8.0.20130311233435/sldserv.jar:lib/patch_7.10.8.                                             0.20130311233435/jARM.jar:lib/patch_7.10.8.0.20130311233435/httpclient.jar:lib/p                                             atch_7.10.8.0.20130311233435/sapj2eeclient.jar:

Java Runtime version          : 6.1.047

Java Specfic. version         : 1.6

File Encoding                 : ISO8859-1

Console Encoding              : null

HTTP Proxy                    : null

HTTP Proxy port               : null

HTTP non Proxy hosts          : null

smd class version:            : 7.10.8.0.20130311231916

--------------------------------

Check Prerequisites:

OK.

[-] Diagnostics agent maintenance setup starting ...

----------------------------------------------------

Execute the action 'managingconf' to update connection information to connect to                                              Managing system.

STEP 1 - File configuration/runtime.properties generated.

secstore.properties: property smd/agent/User updated.

secstore.properties: property smd/agent/Password updated.

STEP  - Agent secstore file generated.

Task completed with status SUCCESS (0)

sapdevail:daaadm 18>

Former Member
0 Kudos

This is my DAA prifile

sapdevail:daaadm 33> ls -l

total 32

-rw-r--r--    1 daaadm   sapsys         1771 Aug 14 14:37 DAA_SMDA97_sapdevail

-rw-r--r--    1 daaadm   sapsys         1658 Aug 14 14:37 DAA_SMDA97_sapdevail.1

-rw-r--r--    1 daaadm   sapsys         1751 Aug 14 14:37 DAA_SMDA97_sapdevail.2

-rw-r--r--    1 daaadm   sapsys          449 Aug 14 14:37 DEFAULT.PFL

sapdevail:daaadm 34> pwd

/usr/sap/DAA/SYS/profile

sapdevail:daaadm 35> vi DAA_SMDA97_sapdevail

"DAA_SMDA97_sapdevail" 42 lines, 1771 characters

SAPSYSTEMNAME = DAA

SAPSYSTEM = 97

INSTANCE_NAME = SMDA97

DIR_CT_RUN = $(DIR_EXE_ROOT)/$(OS_UNICODE)/rs6000_64

DIR_EXECUTABLE = $(DIR_INSTANCE)/exe

DIR_PROFILE = $(DIR_INSTALL)/profile

_PF = $(DIR_PROFILE)/DAA_SMDA97_sapdevail

SETENV_00 = DIR_LIBRARY=$(DIR_LIBRARY)

SETENV_01 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH)

SETENV_02 = SHLIB_PATH=$(DIR_LIBRARY):%(SHLIB_PATH)

SETENV_03 = LIBPATH=$(DIR_LIBRARY):%(LIBPATH)

SETENV_04 = PATH=$(DIR_EXECUTABLE):%(PATH)

#-----------------------------------------------------------------------

# Copy SAP Executables

#-----------------------------------------------------------------------

_CPARG0 = list:$(DIR_CT_RUN)/sdiagag.lst

Execute_00 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG0)

_CPARG1 = list:$(DIR_CT_SAPJVM)/sapjvm_6.lst

_CPARG2 = source:$(DIR_CT_SAPJVM)

Execute_01 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG1) $(_CPARG2)

#-----------------------------------------------------------------------

# JStart configuration

#-----------------------------------------------------------------------

SAPJVM_VERSION = 6.1.047

DIR_SAPJVM = $(DIR_EXECUTABLE)$(DIR_SEP)sapjvm_6

jstartup/vm/home = $(DIR_SAPJVM)

jstartup/bootstrap = no

alert/disable_j2ee_monitoring = 1

jstart/checkVersion = false

#-----------------------------------------------------------------------

# Start SMD Agent

#-----------------------------------------------------------------------

_JC = jc.sap$(SAPSYSTEMNAME)_$(INSTANCE_NAME)

Execute_02 = local rm -f $(_JC)

Execute_03 = local ln -s -f $(DIR_EXECUTABLE)/jstart$(FT_EXE) $(_JC)

Start_Program_00 = local $(_JC) pf=$(_PF)

SAPGLOBALHOST = sapdevail

smd/agent/type = 710

jstartup/instance_properties = $(DIR_INSTANCE)/SMDAgent/smdagent.properties

Autostart = 1

~

"DAA_SMDA97_sapdevail" 42 lines, 1771 characters

divyanshu_srivastava3
Active Contributor
0 Kudos

Have checked your host file, port and profile as told above.

Also, restart agent and check from agent admin.

Once restarted check logs for possible issues.

divyanshu_srivastava3
Active Contributor
0 Kudos

Not these profile. Check in agents directory for host_profile.

Former Member
0 Kudos

Dear All

This profiel from /usr/sap/DAA/SYS/profile directory forn Developmnet server

nainesh

9376998808

Former Member
0 Kudos

Now This my Host Profile

sapdevail:daaadm 49> pwd

/usr/sap/hostctrl/exe

sapdevail:daaadm 50> vi host_profile

"host_profile" [Read only] 9 lines, 313 characters

SAPSYSTEMNAME = SAP

SAPSYSTEM = 99

service/porttypes = SAPHostControl SAPOscol SAPCCMS

DIR_LIBRARY = /usr/sap/hostctrl/exe

DIR_EXECUTABLE = /usr/sap/hostctrl/exe

DIR_PROFILE = /usr/sap/hostctrl/exe

DIR_GLOBAL = /usr/sap/hostctrl/exe

DIR_INSTANCE = /usr/sap/hostctrl/exe

DIR_HOME = /usr/sap/hostctrl/work

~

~

~

~

~

~

~

~

~

~

~

~

~

~

"host_profile" [Read only] 9 lines, 313 characters

SAPSYSTEMNAME = SAP

SAPSYSTEM = 99

service/porttypes = SAPHostControl SAPOscol SAPCCMS

DIR_LIBRARY = /usr/sap/hostctrl/exe

DIR_EXECUTABLE = /usr/sap/hostctrl/exe

DIR_PROFILE = /usr/sap/hostctrl/exe

DIR_GLOBAL = /usr/sap/hostctrl/exe

DIR_INSTANCE = /usr/sap/hostctrl/exe

DIR_HOME = /usr/sap/hostctrl/work

~

~

~

~

~

~

Former Member
0 Kudos

How i get Agent admin on AIX system

how i start it

nainesh

9376998808

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi Nainesh,

These are some basics. You should read on help.sap and scn wiki or even do google.

Agent admin is accessed from solution manager.

Check solman_workcenter or use below url  http://solmanhost:5xx00/webdynpro/dispatcher/sap.com/tc~smd~server~agent~admin/SMDAgentAdminApplicat...

Divyanshu

Former Member
0 Kudos

Dear All

I get the Solman Agent admin but there only solman DAA show not show Delopment DAA

nainesh

9376998808

Former Member
0 Kudos

can give me u contact no

divyanshu_srivastava3
Active Contributor
0 Kudos

Please check SMDSystem log file of agent and share it if you can't check.

Former Member
0 Kudos

sorry friend not posible

nainesh

9376998808

Answers (0)