Forum Discussion
tmsh command
what is the tmsh command to show or display the configuration for all objects in a single partition on LTM ver 11.3.0 HF 6 or 8?
4 Replies
- nathe
Cirrocumulus
rbagin, I'd normally do:
cat /config/bigip.conf |less
or
tmsh show running-config /ltm
Does that work for you?
N
- Kevin_Stewart
Employee
That will work for stuff in the /Common partition, but to see things in other partitions:
cat /config/partitions/[partition name]/bigip.confor from within TMSH:
cd [partition name] show running-config /ltmI don't believe there's a way to show non-Common partition info using TMSH from the Bash shell.
- rbagin_75716
Nimbostratus
Thanks Kevin, that does give me the output I am looking for on that one partition.
Is there a way to sent the output to a file that I can print to be able to compare it to the same partition on the LTMs at out DR location?
- Kevin_Stewart
Employee
The cat option would be easy. Just pipe that to a file:
cat /config/partitions/[partition name]/bigip.conf > /var/tmp/my_config.conf
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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