Where can I find the new version of the script? For example, the current script for the monthly patch upgrade expects a file with the name "PlatformUpdate_64bit". This name is outdated for MPP:
..
elif [[ "$patch_name" == *"PlatformUpdate_64bit"* ]]; then
# If patch name contains "PlatformUpdate_64bit" (but not SSG_Platform_Update), it's an MPP
# Example: Layer7_API_PlatformUpdate_64bit_v11.2-Debian-2024-12-01
patch_type="MPP"
((mpp_count++))
11.2
If you use the below MSP .
Layer7_API_Gateway_MSP_v11.2.1-2026-03-25.zip
then inside the folder /opt/SecureSpan/Appliance/bin,
The new script should be update ,
Broadcom have updated the script and shipped the code with MPP, MSP, and also with 11.1.4. Please check the script in /opt/SecureSpan/Appliance/bin where the latest MPP/MSP is applied.