Forum Discussion
Thiyagu_343098
Nimbostratus
Feb 12, 2018LTM command to search for a node in all partition
Hello All, I'm looking for a command which would help to search for a node IP in all the partition in LTM.
Instead of changing to different partition and search for a node IP, I want to search the node IP in all partition in a single execution?
Could you please help me on this?
Regards, Thiyagu
- Daniel_Varela
Employee
First go to root: cd / then execute list ltm node recursive | grep "your filter"
This will look in all the partitions you have.
Maybe something like this:
tmsh -q -c 'cd / ; list recursive' | grep 'ltm node'
This should list all nodes. Grep some more for the node your are looking for.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects