• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home /
  • Public Forums /
  • Application Monitoring & UEM /
  • AppMon & UEM Open Q&A /
avatar image
Question by Elena H. · Aug 24, 2015 at 07:25 AM ·

Problems to instrument Tibco 5.4 agent on Solaris 8

Hi,

Our customer is trying to start an agent for Tibco 5.4 on Solaris 8. We are using Dynatrace 6.1.

They've added the following line in .tra file:

#Dynatrace

java.extended.properties=-agentpath\:/usr/tibco/products/Dynatrace/dynatrace-6.1.0/agent/lib/libdtagent.so\=name\=OURENVTibco_OURAPP_OURMACHINE_OURSERVER\,server\=XXX.XXX.XXX.XXX\:9998

And they've got the following errors in logs:

Error occurred during initialization of VM

Could not find agent library in absolute path: /usr/tibco/products/Dynatrace/dynatrace-6.1.0/agent/lib/libdtagent.so

They double-checked the library exists in the specified path.

We've seen in this link

https://community.dynatrace.com/community/display/... Tibco 5.4 and Solaris 8 aren't certificated and supported. And they got starting aTibco agent on version 5.11.

Could it be the reason for which they can't start the agent?

If something it's not clear, don't hesitate asking us.

Thanks in advanced.

Regards,

Elena.

Comment

People who like this

0 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

4 Replies

  • Sort: 
  • Most voted
  • Newest
  • Oldest
avatar image

Answer by Elena H. · Aug 24, 2015 at 12:16 PM

Ok. Thanks a lot, Christian.

Regards,

Elena.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Christian S. · Aug 24, 2015 at 12:06 PM

hi Elena,

ok, based on your ldd output it's really the case that some libraries/versions are not found on Solaris 8. so you were right, Solaris 8 is really not supported.

Christian

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Elena H. · Aug 24, 2015 at 11:51 AM

Hi Christian,

We are sure the agent is 32 bit. But the customer has tried to install 64 bits agent and she's got the same errors.

They got the following launching ldd command:

our_machine:/usr/tibco/products/Dynatrace/dynatrace-6.1.0/agent/lib> ldd libdtagent.so

libCrun.so.1 => /usr/lib/libCrun.so.1

libkstat.so.1 => /usr/lib/libkstat.so.1

libc.so.1 => /usr/lib/libc.so.1

libc.so.1 (SUNW_1.22) => (version not found)

librt.so.1 => /usr/lib/librt.so.1

libsocket.so.1 => /usr/lib/libsocket.so.1

libpthread.so.1 => /usr/lib/libpthread.so.1

libm.so.2 => (file not found)

libdl.so.1 => /usr/lib/libdl.so.1

libaio.so.1 => /usr/lib/libaio.so.1

libnsl.so.1 => /usr/lib/libnsl.so.1

libmp.so.2 => /usr/lib/libmp.so.2

/usr/platform/SUNW,Sun-Fire-15000/lib/libc_psr.so.1

libthread.so.1 => /usr/lib/libthread.so.1

They got this launching ldd command for 64 bits library:

our_machine:/usr/tibco/products/Dynatrace/dynatrace-6.1.0/agent/lib64> ldd libdtagent.so

warning: ldd: libdtagent.so: is not executable

libCrun.so.1 => /usr/lib/64/libCrun.so.1

libkstat.so.1 => /usr/lib/64/libkstat.so.1

libc.so.1 => /usr/lib/64/libc.so.1

libc.so.1 (SUNW_1.22) => (version not found)

librt.so.1 => /usr/lib/64/librt.so.1

libsocket.so.1 => /usr/lib/64/libsocket.so.1

libpthread.so.1 => /usr/lib/64/libpthread.so.1

libm.so.2 => (file not found)

libdl.so.1 => /usr/lib/64/libdl.so.1

libaio.so.1 => /usr/lib/64/libaio.so.1

libnsl.so.1 => /usr/lib/64/libnsl.so.1

libmp.so.2 => /usr/lib/64/libmp.so.2

/usr/platform/SUNW,Sun-Fire-15000/lib/sparcv9/libc_psr.so.1

libthread.so.1 => /usr/lib/64/libthread.so.1

Thanks a lot.

Regards,

Elena.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Christian S. · Aug 24, 2015 at 09:07 AM

hi Elena,

you're trying to inject the 32-bit agent, so are you sure that the process is really 32-bit?

you could try the 64-bit agent by just modifying the path to ".../agent/lib64/libdtagent.so...".

HTH, Christian

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Follow this Question

Answers Answers and Comments

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Forum Tags

dotnet mobile monitoring load iis 6.5 kubernetes mainframe rest api dashboard framework 7.0 appmon 7 health monitoring adk log monitoring services auto-detection uem webserver test automation license web performance monitoring ios nam probe collector migration mq web services knowledge sharing reports window java hybris javascript appmon sensors good to know extensions search 6.3+ server documentation easytravel web dashboard kibana system profile purelytics docker splunk 6.1 process groups account 7.2 rest dynatrace saas spa guardian appmon administration production user actions postgresql upgrade oneagent measures security Dynatrace Managed transactionflow technologies diagnostics user session monitoring unique users continuous delivery sharing configuration alerting NGINX splitting business transaction client 6.3 installation database scheduler apache mobileapp RUM php dashlet azure purepath agent 7.1 appmonsaas messagebroker nodejs 6.2 android sensor performance warehouse
  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A