Forum Discussion

Greg_Jewett's avatar
May 16, 2024
Solved

AS3 Deployments (shared objects)

BIG-IP LTM: 17.1.1 AS3 Plugin: 3.49.0 We are migrating from older hardware to newer r5900 series hardware.   In that process we are moving to configuration as code, using AS3. Working through al...
  • MJ_1024's avatar
    May 18, 2024

    In the past, I have found you have to do one of two things if you want to use shared objects.

    1. (what I normally do): instead of the 'use' command, enter the 'bigip' command. The 'use' expects the element in the declaration, and the bigip expects the element just already exists.
    2. Ensure you are posting with both 'Shared' and 'application' at the same time. I'm not sure if this would even work with /Common/Shared and /OtherPartition/OtherApp... But if I remember correctly, this does work with /OtherPartition/Shared and /OtherPartition/OtherAppp when declaring at the same time.

    Hopefully this link helps:

    Cloud Docs - big-ip-as3-pointers-in-declarations and overview-of-the-big-ip-as3-declaration