Hi,
I have standalone MAXDB 7.7 database on Linux. I want to connect it to Solman7.1 for monitoring. I have pushed the data of server to SLD after installing diagnostic agent and hostcontrol agent . XUSER entry is also mentained on server. But SLD is only able identify host detail and not the maxdb database present on th servers.
On server, i could see log in file /usr/sap/hostctrl/work/XCMDOUT.LOG as:
"
Start subprocess as user with uid: sapadm
--------------------------------------------------------------
> Subprocess starts at 20150410144138
Execute Command : /sapdb/programs/bin/dbmcli -U SDB -U SDB -n <hostname> db_state
Error! Connection failed to node <hostname> for database SDB:
database instance not found
> Subprocess stops at 20150410144138
> Subprocess call failed
"
But when i directly execute command /sapdb/programs/bin/dbmcli -U SDB -U SDB -n <hostname> db_state on server, It able to fetch the db detail fine as:
OK
State
ONLINE
Please help me understand how to proceed and how to fix this issue.