cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Rationale/Reason of Not Able to Start Active Gate if License Expired?

Of course nobody would has problem of no monitoring data if license expired.

But why would license expired forbid the active gate to be started?

Story: Right now I have a client that wish to verify firewall rules has been allowed and connectivity between Pods and Active Gate is indeed no issue there. But since active gate service can't be started, there is no way for them to telnet 9999 or use whatever necessary mechanism to verify connectivity.


4 REPLIES 4

dave_mauney
Dynatrace Champion
Dynatrace Champion

If you cannot start the ActiveGate, you can use netcat to test the firewall rules.

It works great for testing both sides of a client/server to verify if the firewall is open or closed for a given host/port.

Here are some rough notes of mine on it:

netcat -l 4444 # run a server

netcat <ip> <port> # test the connectivity

If the connection works, the "client" will "hang" and if not it will just return with no message

If you want, you can even type a message on each side to see if it gets echo'ed on the other side

HTH,

dave


Thanks Dave, guess I should read more about netcat command in Google.


If it is available on the hosts or you can install it, it is definitely worth learning about for checking firewalls in advance of an install...

I found this link very helpful:

https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp...

HTH,

dave


smunawar
Inactive

Delivery is delayed to these recipients or groups:


smunawar@groupncs.mail.onmicrosoft.com

Subject: [Dynatrace Open Q&A] "Rationale/Reason of Not Able to Start Active Gate if License Expired?"

This message hasn't been delivered yet. Delivery will continue to be attempted.

The server will keep trying to deliver this message for the next 1 days, 19 hours and 51 minutes. You'll be notified if the message can't be delivered by that time.


Featured Posts