Query node's IP address?

cwilloug

ADSM.ORG Senior Member
Joined
Sep 13, 2006
Messages
388
Reaction score
11
Points
0
Location
North Dakota
Website
Visit site
I've looked, and can't find my answer, I'm wondering if anyone has a query that will return a specific IP address for a node? Say I'm looking for all nodes on 345.87.765.xxx

Thanks!
 
Something like this from the TSM server:

select node_name from nodes where tcp_address like '345.87.765.%'

But in your case, this will never return any - there is no IP above 255.255.255.255 :(
 
Yes moon-buddy I know that, i was implement TV show security on my IP address. You know on (insert your favorite crime drama TV show here) when they are "tracing down" the bad guy's IP address, and you pause the DVR and it's some crazy combination of numbers... anywho.

Thanks, that worked like a charm!
 
Is there a way where you can use the above command and print out both nodename and ipaddress?
 
Back
Top