Posts

Showing posts from March, 2022

How to check IP Addresses of connected applications in DB2

Image
we will see how to list the connected applications IP on your DB2 database. To find out  execute the below command after connecting with your database: db2 get snapshot for applications on <db_name> | grep -E handle|Inbound"   Above syntax will show you all connected applications (local and IP numbers) on your database. Let's see an example: