Forum Discussion
rgk_76855
Nimbostratus
Jun 24, 2010Problem with Redundancy Mode
Dear All,
My Redundant LTM is becoming Active however it is configured as a Standy unit 2,
Active System Code = BIG-IP 9.2.4 Build 13.1 (This is my active unit, however no configsy...
hexueli_36169
Nimbostratus
Aug 12, 2010Hi Dave,
I have the same issue. Can you please be so kind to provide more details how you get this to work?
I don't follow your "Problem was with ....", where to putup that command? Are you using GTM? ...
Thanks for your help!
The settings for ASM Advanced Settings are not accessible from tmsh. You will need to use REST or the UI.
Example:
curl -sku admin:admin https://${bigip_mgmt}/mgmt/tm/asm/advanced-settings?\$filter=name%20eq%20"total_xml_memory" | jq . { "kind": "tm:asm:advanced-settings:advanced-settingcollectionstate", "selfLink": "https://localhost/mgmt/tm/asm/advanced-settings?ver=13.1.0&$filter=name%20eq%20total_xml_memory", "totalItems": 1, "items": [ { "value": 0, "isUserDefined": false, "maxValue": 1073741824, "name": "total_xml_memory", "lastUpdateMicros": 1528371962000000, "kind": "tm:asm:advanced-settings:advanced-settingstate", "selfLink": "https://localhost/mgmt/tm/asm/advanced-settings/O6z_jDkjBalpmAiwURU9HQ?ver=13.1.0", "minValue": 0, "format": "integer", "id": "O6z_jDkjBalpmAiwURU9HQ", "defaultValue": 0, "units": "Bytes" } ] }
The logging is different and can be accessed via the specific profile or all profiles.
tmsh list security log profile Guarantee_Log_Profile application { /Common/Guarantee_Log_Profile { guarantee-logging } } security log profile Guarantee_Log_Profile { application { Guarantee_Log_Profile { guarantee-logging enabled } } }
Does this cover what you are looking for?
Adding reply to the answers section.
The settings for ASM Advanced Settings are not accessible from tmsh. You will need to use REST or the UI.
Example:
curl -sku admin:admin https://${bigip_mgmt}/mgmt/tm/asm/advanced-settings?\$filter=name%20eq%20"total_xml_memory" | jq . { "kind": "tm:asm:advanced-settings:advanced-settingcollectionstate", "selfLink": "https://localhost/mgmt/tm/asm/advanced-settings?ver=13.1.0&$filter=name%20eq%20total_xml_memory", "totalItems": 1, "items": [ { "value": 0, "isUserDefined": false, "maxValue": 1073741824, "name": "total_xml_memory", "lastUpdateMicros": 1528371962000000, "kind": "tm:asm:advanced-settings:advanced-settingstate", "selfLink": "https://localhost/mgmt/tm/asm/advanced-settings/O6z_jDkjBalpmAiwURU9HQ?ver=13.1.0", "minValue": 0, "format": "integer", "id": "O6z_jDkjBalpmAiwURU9HQ", "defaultValue": 0, "units": "Bytes" } ] } `
The logging is different and can be accessed via the specific profile or all profiles.
` tmsh list security log profile Guarantee_Log_Profile application { /Common/Guarantee_Log_Profile { guarantee-logging } } security log profile Guarantee_Log_Profile { application { Guarantee_Log_Profile { guarantee-logging enabled } } }