Forum Discussion
Prakash_109945
Nimbostratus
14 years agoDisable/Turnoff a TMM
I am a newbie to using F5. I have an iRule which upon processing certain control traffic prepares a map of data which I share across multiple virtual servers. However I see that this map data ca...
hoolio
Cirrostratus
14 years agoHi Prakash,
You can use subtables to share data across TMMs in a CMP compliant way:
http://devcentral.f5.com/wiki/iRules.table.ashx
http://devcentral.f5.com/Default.aspx?tabid=63&articleType=ArticleView&articleId=2375
You shouldn't have to for this, but if you want to disable CMP on a virtual server, you can use:
b virtual < virtual_server_name > cmp < disable|enable >
See SOL7751 for details:
sol7751: Overview of Clustered Multi-Processing
http://support.f5.com/kb/en-us/solutions/public/7000/700/sol7751.html
Aaron