May 3, 201610 yr A common question is.. what virtual server is my node a member of? This is what I do on the CLI to find that answer. They give me an IP Address of 10.46.88.213 dig -x 10.46.88.213 +short sat1lvmap109.thezah.corp. tmsh list /ltm pool /Integration/* | grep -B 2 sat1lvmap109.thezah.corp ltm pool /Integration/pool.lpopmqm-mdl.int.thezah.com.55555 { members { /Integration/sat1lvmap109.thezah.corp:55555 { Now I found the pool name, what Virtual Server does that pool belong to tmsh list /ltm virtual /Integration/* | grep -B 5 pool.lpopmqm-mdl.int.thezah.com.55555 ltm virtual /Integration/vs.si.lpopmqm-mdl.int.thezah.com.55555 { destination /Integration/10.46.64.90:55555 ip-protocol tcp mask 255.255.255.255 partition Integration pool /Integration/pool.lpopmqm-mdl.int.thezah.com.55555
Create an account or sign in to comment