F5Networks / f5-aws-cloudformation-v2

AWS Cloudformation Templates for quickly deploying BIG-IP services in AWS
13 stars 22 forks source link

error: Unexpected token F in JSON at position 687 #30

Closed PiotrBratkowski closed 1 year ago

PiotrBratkowski commented 1 year ago

Hello,

When deploying failover.yaml, all resources got created, but cloudformation is stuck in creation of F5 devices. They are running, but I see this log: 022-12-05T02:50:06 - Getting lastest AT metadata at https://cdn.f5.com/product/cloudsolutions/f5-extension-metadata/latest/metadata.json % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed ^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0^M 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0^M 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0^M100 45368 100 45368 0 0 17282 0 0:00:02 0:00:02 --:--:-- 17283 2022-12-05T02:50:09 - Creating command utility. 2022-12-05T02:50:09 - RPM installation is completed.

Regards, Piotr

mikeshimkus commented 1 year ago

Hi @PiotrBratkowski, usually errors in parsing the runtime init configuration are due to missing or invalid inputs in the template. Can you share your template inputs and /config/cloud/runtime-init.conf? Also, do you have values in /config/cloud/secret_id and /config/cloud/license_key (if doing BYOL)? thanks

PiotrBratkowski commented 1 year ago

runtime-init.txt I have this in secret_id: arn:aws:secretsmanager:eu-west-1:056903871874:secret:F5-Cluster-Pass-cwxD9s

I'm using PAYG.

Regards, Piotr

PiotrBratkowski commented 1 year ago

Template parameters:

allowUsageAnalytics true  
appDockerImageName f5devcentral/f5-demo-app:latest  
application f5app  
artifactLocation f5-aws-cloudformation-v2/v2.6.0.0/examples/  
bigIpCustomImageId    
bigIpExternalSelfIp01 10.0.0.11  
bigIpExternalSelfIp02 10.0.4.11  
bigIpExternalVip01 10.0.0.101  
bigIpExternalVip02 10.0.4.101  
bigIpHostname01 failover01.local  
bigIpHostname02 failover02.local  
bigIpImage *16.1.3.2-0.0.4*PAYG-Best Plus 25Mbps  
bigIpInstanceProfile    
bigIpInstanceType m5.xlarge  
bigIpInternalSelfIp01 10.0.2.11  
bigIpInternalSelfIp02 10.0.6.11  
bigIpLicenseKey01    
bigIpLicenseKey02    
bigIpMgmtAddress01 10.0.1.11  
bigIpMgmtAddress02 10.0.5.11  
bigIpPeerAddr 10.0.1.11  
bigIpRuntimeInitConfig01 https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v2.6.0.0/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance01-with-app.yaml  
bigIpRuntimeInitConfig02 https://f5-cft-v2.s3.amazonaws.com/f5-aws-cloudformation-v2/v2.6.0.0/examples/failover/bigip-configurations/runtime-init-conf-3nic-payg-instance02-with-app.yaml  
bigIpRuntimeInitPackageUrl https://cdn.f5.com/product/cloudsolutions/f5-bigip-runtime-init/v1.5.1/dist/f5-bigip-runtime-init-1.5.1-1.gz.run  
bigIpSecretArn arn:aws:secretsmanager:eu-west-1:056903871874:secret:F5-Cluster-Pass-cwxD9s  
cfeS3Bucket s3pbrf5  
cfeTag bigip_high_availability_solution  
cfeVipTag 10.0.0.101,10.0.4.101  
cost f5cost  
environment f5env  
group f5group  
numAzs 2  
numSubnets 4  
owner f5owner  
provisionExampleApp true  
provisionPublicIpMgmt true  
restrictedSrcAddressApp 0.0.0.0/0  
restrictedSrcAddressMgmt 0.0.0.0/0  
s3BucketName f5-cft-v2  
s3BucketRegion us-east-1  
sshKey aCloudGuruKey  
subnetMask 24  
uniqueString f5pbr  
vpcCidr 10.0.0.0/16
mikeshimkus commented 1 year ago

If the BIG-IP where this failed is still accessible, can you modify /config/cloud/runtime-init.conf controls.logLevel to 'silly' and then run f5-bigip-runtime-init --config-file /config/cloud/runtime-init.conf and share the output?

Also, is your "arn:aws:secretsmanager:eu-west-1:056903871874:secret:F5-Cluster-Pass-cwxD9s" secret in string format or JSON format?

PiotrBratkowski commented 1 year ago

Hey,

I will try to deploy it again and try to get this debug data.

arn is pasted as string.

Regards, Piotr

pon., 5 gru 2022 o 17:44 Mike Shimkus @.***> napisał(a):

If the BIG-IP where this failed is still accessible, can you modify /config/cloud/runtime-init.conf controls.logLevel to 'silly' and then run f5-bigip-runtime-init --config-file /config/cloud/runtime-init.conf and share the output?

Also, is your "arn:aws:secretsmanager:eu-west-1:056903871874㊙️F5-Cluster-Pass-cwxD9s" secret in string format or JSON format?

— Reply to this email directly, view it on GitHub https://github.com/F5Networks/f5-aws-cloudformation-v2/issues/30#issuecomment-1337703293, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEW76HSXAYMNSYYHJEX4OHDWLYLVDANCNFSM6AAAAAASUEITO4 . You are receiving this because you were mentioned.Message ID: @.***>

mikeshimkus commented 1 year ago

Sorry, I meant that is the value of the secret (not the ARN) JSON or a string?

PiotrBratkowski commented 1 year ago

Hello,

It's a string, no special characters beside hyphens.

Regards, Piotr

pon., 5 gru 2022 o 17:51 Mike Shimkus @.***> napisał(a):

Sorry, I meant that is the value of the secret (not the ARN) JSON or a string?

— Reply to this email directly, view it on GitHub https://github.com/F5Networks/f5-aws-cloudformation-v2/issues/30#issuecomment-1337721455, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEW76HTEOEU6B4Q2WGOX73DWLYMRFANCNFSM6AAAAAASUEITO4 . You are receiving this because you were mentioned.Message ID: @.***>

mikeshimkus commented 1 year ago

Thanks. Obviously we need to find out what the "Unexpected token F in JSON at position 687" is. Runtime init was able to successfully resolve all the parameters so this must be an issue with the DO/AS3/CF declarations being rendered incorrectly using those resolved parameters.

PiotrBratkowski commented 1 year ago

Hey,

Output in attachment.

BTW. Am I doing something unusual or people are just not using CFTv2 to deploy F5 in AWS?

Regards, Piotr

pon., 5 gru 2022 o 18:01 Mike Shimkus @.***> napisał(a):

Thanks. Obviously we need to find out what the "Unexpected token F in JSON at position 687" is. Runtime init was able to successfully resolve all the parameters so this must be an issue with the DO/AS3/CF declarations being rendered incorrectly using those resolved parameters.

— Reply to this email directly, view it on GitHub https://github.com/F5Networks/f5-aws-cloudformation-v2/issues/30#issuecomment-1337734226, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEW76HVTXNQHRKKZO7STDWDWLYNXNANCNFSM6AAAAAASUEITO4 . You are receiving this because you were mentioned.Message ID: @.***>

@.***:Active:Standalone] tmp # cat output.log 2022-12-05T17:09:05.442Z [20056]: info: Configuration file: /config/cloud/runtime-init.conf 2022-12-05T17:09:05.457Z [20056]: info: Processing controls parameters 2022-12-05T17:09:05.459Z [20056]: silly: F5 Telemetry is enabled. 2022-12-05T17:09:05.460Z [20056]: info: Validating provided declaration 2022-12-05T17:09:05.525Z [20056]: info: Successfully validated declaration 2022-12-05T17:09:05.529Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: false 2022-12-05T17:09:05.580Z [20056]: silly: Request response: 200 {"kind":"tm:sys:ready:readystats","selfLink":"https://localhost/mgmt/tm/sys/ready?ver=16.1.3.2","entries":{"https://localhost/mgmt/tm/sys/ready/0":{"nestedStats":{"entries":{"configReady":{"description":"yes"},"licenseReady":{"description":"yes"},"provisionReady":{"description":"yes"}}}}}} 2022-12-05T17:09:05.582Z [20056]: info: Resolving parameters 2022-12-05T17:09:06.088Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/net/interface verifyTls: false 2022-12-05T17:09:06.089Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/net/interface verifyTls: false 2022-12-05T17:09:06.090Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/net/interface verifyTls: false 2022-12-05T17:09:06.164Z [20056]: silly: Request response: 200 {"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=16.1.3.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":31,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9e:23:4d:64:65","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]} 2022-12-05T17:09:06.166Z [20056]: silly: Interface Response: {"code":200,"body":{"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=16.1.3.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":31,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9e:23:4d:64:65","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]}} 2022-12-05T17:09:06.167Z [20056]: info: Interface:1.2 2022-12-05T17:09:06.168Z [20056]: silly: filtered: [{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}] 2022-12-05T17:09:06.168Z [20056]: info: MAC address found for 1.2: 0a:4e:03:e7:3f:cd 2022-12-05T17:09:06.170Z [20056]: silly: Request response: 200 {"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=16.1.3.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":31,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9e:23:4d:64:65","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]} 2022-12-05T17:09:06.170Z [20056]: silly: Interface Response: {"code":200,"body":{"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=16.1.3.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":31,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9e:23:4d:64:65","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]}} 2022-12-05T17:09:06.171Z [20056]: info: Interface:1.1 2022-12-05T17:09:06.171Z [20056]: silly: filtered: [{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}] 2022-12-05T17:09:06.172Z [20056]: info: MAC address found for 1.1: 0a:9b:f7:d1:ec:7f 2022-12-05T17:09:06.173Z [20056]: silly: Request response: 200 {"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=16.1.3.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":31,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9e:23:4d:64:65","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]} 2022-12-05T17:09:06.174Z [20056]: silly: Interface Response: {"code":200,"body":{"kind":"tm:net:interface:interfacecollectionstate","selfLink":"https://localhost/mgmt/tm/net/interface?ver=16.1.3.2","items":[{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"1.2","fullPath":"1.2","generation":44,"selfLink":"https://localhost/mgmt/tm/net/interface/1.2?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":64,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:4e:03:e7:3f:cd","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"},{"kind":"tm:net:interface:interfacestate","name":"mgmt","fullPath":"mgmt","generation":31,"selfLink":"https://localhost/mgmt/tm/net/interface/mgmt?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":32,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9e:23:4d:64:65","mediaActive":"100TX-FD","mediaFixed":"auto","mediaSfp":"auto","mtu":9001,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}]}} 2022-12-05T17:09:06.174Z [20056]: info: Interface:1.1 2022-12-05T17:09:06.175Z [20056]: silly: filtered: [{"kind":"tm:net:interface:interfacestate","name":"1.1","fullPath":"1.1","generation":50,"selfLink":"https://localhost/mgmt/tm/net/interface/1.1?ver=16.1.3.2","bundle":"not-supported","bundleSpeed":"not-supported","enabled":true,"flowControl":"tx-rx","forceGigabitFiber":"disabled","forwardErrorCorrection":"not-supported","ifIndex":48,"lacpPortPriority":32786,"linkTrapsEnabled":"true","lldpAdmin":"txonly","lldpTlvmap":130943,"macAddress":"0a:9b:f7:d1:ec:7f","mediaActive":"none","mediaFixed":"auto","mediaMax":"10000T-FD","mediaSfp":"auto","mtu":9198,"portFwdMode":"l3","preferPort":"sfp","qinqEthertype":"0x8100","sflow":{"pollInterval":0,"pollIntervalGlobal":"yes"},"stp":"enabled","stpAutoEdgePort":"enabled","stpEdgePort":"true","stpLinkType":"auto"}] 2022-12-05T17:09:06.175Z [20056]: info: MAC address found for 1.1: 0a:9b:f7:d1:ec:7f 2022-12-05T17:09:06.178Z [20056]: info: Primary IP for 0a:4e:03:e7:3f:cd: 10.0.2.11 2022-12-05T17:09:06.179Z [20056]: info: Primary IP for 0a:9b:f7:d1:ec:7f: 10.0.0.11 2022-12-05T17:09:06.180Z [20056]: info: Primary IP for 0a:9b:f7:d1:ec:7f: 10.0.0.11 2022-12-05T17:09:06.183Z [20056]: debug: CIDR block for 0a:4e:03:e7:3f:cd: 10.0.2.0/24 2022-12-05T17:09:06.184Z [20056]: info: ip and mask for 0a:4e:03:e7:3f:cd: 10.0.2.11/24 2022-12-05T17:09:06.184Z [20056]: debug: CIDR block for 0a:9b:f7:d1:ec:7f: 10.0.0.0/24 2022-12-05T17:09:06.185Z [20056]: info: ip and mask for 0a:9b:f7:d1:ec:7f: 10.0.0.11/24 2022-12-05T17:09:06.187Z [20056]: debug: CIDR block for 0a:9b:f7:d1:ec:7f: 10.0.0.0/24 2022-12-05T17:09:06.187Z [20056]: info: ip and mask for 0a:9b:f7:d1:ec:7f: 10.0.0.11/24 2022-12-05T17:09:06.188Z [20056]: silly: ipcalc function resolved first element: 10.0.0.1 of provided IPv4 CIDR 2022-12-05T17:09:06.329Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: false 2022-12-05T17:09:06.340Z [20056]: silly: Request response: 200 {"kind":"tm:sys:ready:readystats","selfLink":"https://localhost/mgmt/tm/sys/ready?ver=16.1.3.2","entries":{"https://localhost/mgmt/tm/sys/ready/0":{"nestedStats":{"entries":{"configReady":{"description":"yes"},"licenseReady":{"description":"yes"},"provisionReady":{"description":"yes"}}}}}} 2022-12-05T17:09:06.341Z [20056]: info: Executing install operations. 2022-12-05T17:09:06.343Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/global-installed-packages verifyTls: true 2022-12-05T17:09:06.350Z [20056]: silly: Request response: 200 {"items":[{"id":"1241344f-04f9-3594-b6cb-f7989ebff7df","appName":"f5-service-discovery","packageName":"f5-service-discovery-1.10.15-1.noarch","version":"1.10.15","release":"1","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260020353396,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/1241344f-04f9-3594-b6cb-f7989ebff7df"},{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.33.0-7.noarch","version":"1.33.0","release":"7","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670259988917532,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"},{"id":"35730460-6e28-3e16-9bfe-e6127e593dd0","appName":"f5-cloud-failover","packageName":"f5-cloud-failover-1.13.0-0.noarch","version":"1.13.0","release":"0","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260040382313,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/35730460-6e28-3e16-9bfe-e6127e593dd0"},{"id":"5b78671e-01ea-3d87-b255-4f6da6047846","appName":"f5-appsvcs","packageName":"f5-appsvcs-3.40.0-5.noarch","version":"3.40.0","release":"5","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260006133616,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/5b78671e-01ea-3d87-b255-4f6da6047846"}],"generation":4,"kind":"shared:iapp:global-installed-packages:installedpackagecollectionstate","lastUpdateMicros":1670260040382521,"selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages"} 2022-12-05T17:09:06.352Z [20056]: silly: package is already installed 2022-12-05T17:09:06.353Z [20056]: silly: Extension installation delay is set to 10000 milliseconds 2022-12-05T17:09:16.354Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/global-installed-packages verifyTls: true 2022-12-05T17:09:16.360Z [20056]: silly: Request response: 200 {"items":[{"id":"1241344f-04f9-3594-b6cb-f7989ebff7df","appName":"f5-service-discovery","packageName":"f5-service-discovery-1.10.15-1.noarch","version":"1.10.15","release":"1","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260020353396,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/1241344f-04f9-3594-b6cb-f7989ebff7df"},{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.33.0-7.noarch","version":"1.33.0","release":"7","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670259988917532,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"},{"id":"35730460-6e28-3e16-9bfe-e6127e593dd0","appName":"f5-cloud-failover","packageName":"f5-cloud-failover-1.13.0-0.noarch","version":"1.13.0","release":"0","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260040382313,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/35730460-6e28-3e16-9bfe-e6127e593dd0"},{"id":"5b78671e-01ea-3d87-b255-4f6da6047846","appName":"f5-appsvcs","packageName":"f5-appsvcs-3.40.0-5.noarch","version":"3.40.0","release":"5","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260006133616,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/5b78671e-01ea-3d87-b255-4f6da6047846"}],"generation":4,"kind":"shared:iapp:global-installed-packages:installedpackagecollectionstate","lastUpdateMicros":1670260040382521,"selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages"} 2022-12-05T17:09:16.361Z [20056]: silly: package is already installed 2022-12-05T17:09:16.362Z [20056]: silly: Extension installation delay is set to 10000 milliseconds 2022-12-05T17:09:26.365Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/global-installed-packages verifyTls: true 2022-12-05T17:09:26.372Z [20056]: silly: Request response: 200 {"items":[{"id":"1241344f-04f9-3594-b6cb-f7989ebff7df","appName":"f5-service-discovery","packageName":"f5-service-discovery-1.10.15-1.noarch","version":"1.10.15","release":"1","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260020353396,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/1241344f-04f9-3594-b6cb-f7989ebff7df"},{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.33.0-7.noarch","version":"1.33.0","release":"7","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670259988917532,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"},{"id":"35730460-6e28-3e16-9bfe-e6127e593dd0","appName":"f5-cloud-failover","packageName":"f5-cloud-failover-1.13.0-0.noarch","version":"1.13.0","release":"0","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260040382313,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/35730460-6e28-3e16-9bfe-e6127e593dd0"},{"id":"5b78671e-01ea-3d87-b255-4f6da6047846","appName":"f5-appsvcs","packageName":"f5-appsvcs-3.40.0-5.noarch","version":"3.40.0","release":"5","arch":"noarch","tags":["PLUGIN"],"generation":1,"lastUpdateMicros":1670260006133616,"kind":"shared:iapp:global-installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages/5b78671e-01ea-3d87-b255-4f6da6047846"}],"generation":4,"kind":"shared:iapp:global-installed-packages:installedpackagecollectionstate","lastUpdateMicros":1670260040382521,"selfLink":"https://localhost/mgmt/shared/iapp/global-installed-packages"} 2022-12-05T17:09:26.373Z [20056]: silly: package is already installed 2022-12-05T17:09:26.373Z [20056]: silly: Extension installation delay is set to 10000 milliseconds 2022-12-05T17:09:36.383Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: false 2022-12-05T17:09:36.397Z [20056]: silly: Request response: 200 {"kind":"tm:sys:ready:readystats","selfLink":"https://localhost/mgmt/tm/sys/ready?ver=16.1.3.2","entries":{"https://localhost/mgmt/tm/sys/ready/0":{"nestedStats":{"entries":{"configReady":{"description":"yes"},"licenseReady":{"description":"yes"},"provisionReady":{"description":"yes"}}}}}} 2022-12-05T17:09:36.397Z [20056]: info: Executing service operations. 2022-12-05T17:09:36.400Z [20056]: error: Unexpected token F in JSON at position 687 2022-12-05T17:09:36.400Z [20056]: info: Sending F5 Teem report for failure case. 2022-12-05T17:09:36.403Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/ready verifyTls: false 2022-12-05T17:09:36.420Z [20056]: silly: Request response: 200 {"kind":"tm:sys:ready:readystats","selfLink":"https://localhost/mgmt/tm/sys/ready?ver=16.1.3.2","entries":{"https://localhost/mgmt/tm/sys/ready/0":{"nestedStats":{"entries":{"configReady":{"description":"yes"},"licenseReady":{"description":"yes"},"provisionReady":{"description":"yes"}}}}}} 2022-12-05T17:09:36.683Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/hardware verifyTls: true 2022-12-05T17:09:36.696Z [20056]: silly: Request response: 200 {"kind":"tm:sys:hardware:hardwarestats","selfLink":"https://localhost/mgmt/tm/sys/hardware?ver=16.1.3.2","entries":{"https://localhost/mgmt/tm/sys/hardware/chassis-info":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/chassis-info/0":{"nestedStats":{"entries":{"maxMacCount":{"value":1},"regKey":{"description":"-"}}}}}}},"https://localhost/mgmt/tm/sys/hardware/hardware-version":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/hardware-version/cpus":{"nestedStats":{"entries":{"model":{"description":"Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz"},"tmName":{"description":"cpus"},"type":{"description":"base-board"},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/0":{"nestedStats":{"entries":{"tmName":{"description":"cache size"},"version":{"description":"36608 KB"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/1":{"nestedStats":{"entries":{"tmName":{"description":"cores"},"version":{"description":"4 (physical:2)"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/2":{"nestedStats":{"entries":{"tmName":{"description":"cpu MHz"},"version":{"description":"2499.998"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/3":{"nestedStats":{"entries":{"tmName":{"description":"cpu sockets"},"version":{"description":"1"}}}},"https://localhost/mgmt/tm/sys/hardware/hardwareVersion/cpus/versions/4":{"nestedStats":{"entries":{"tmName":{"description":"cpu stepping"},"version":{"description":"7"}}}}}}}}}}}}},"https://localhost/mgmt/tm/sys/hardware/platform":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/platform/0":{"nestedStats":{"entries":{"baseMac":{"description":"0a:9e:23:4d:64:65"},"biosRev":{"description":" "},"cloudName":{"description":"AWS"},"hypervisorName":{"description":"m5.xlarge"},"marketingName":{"description":"BIG-IP Virtual Edition"}}}}}}},"https://localhost/mgmt/tm/sys/hardware/system-info":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/hardware/system-info/0":{"nestedStats":{"entries":{"bigipChassisSerialNum":{"description":"439723ec-f8f6-e799-4b5d75f339e0"},"hostBoardPartRevNum":{"description":" "},"hostBoardSerialNum":{"description":" "},"platform":{"description":"Z100"},"project_200LevelBomNum":{"description":" "},"switchBoardPartRevNum":{"description":" "},"switchBoardSerialNum":{"description":" "}}}}}}}}} 2022-12-05T17:09:36.698Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/software/volume verifyTls: true 2022-12-05T17:09:36.716Z [20056]: silly: Request response: 200 {"kind":"tm:sys:software:volume:volumecollectionstate","selfLink":"https://localhost/mgmt/tm/sys/software/volume?ver=16.1.3.2","items":[{"kind":"tm:sys:software:volume:volumestate","name":"HD1.1","fullPath":"HD1.1","generation":24,"selfLink":"https://localhost/mgmt/tm/sys/software/volume/HD1.1?ver=16.1.3.2","active":true,"apiRawValues":{},"basebuild":"0.0.4","build":"0.0.4","product":"BIG-IP","status":"complete","version":"16.1.3.2","media":[{"name":"HD1.1","defaultBootLocation":true,"media":"general_use_ssd","size":"default","nameReference":{"link":"https://localhost/mgmt/tm/sys/software/volume/HD1.1?ver=16.1.3.2"}}]}]} 2022-12-05T17:09:36.717Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/global-settings verifyTls: true 2022-12-05T17:09:36.736Z [20056]: silly: Request response: 200 {"kind":"tm:sys:global-settings:global-settingsstate","selfLink":"https://localhost/mgmt/tm/sys/global-settings?ver=16.1.3.2","awsApiMaxConcurrency":1,"consoleInactivityTimeout":0,"customAddr":"none","failsafeAction":"go-offline-restart-tm","fileBlacklistPathPrefix":"{/shared/3dns/} {/shared/bin/} {/shared/core/} {/appdata/core/} {/shared/datasync/} {/shared/em/} {/shared/GeoIP/} {/shared/images/} {/shared/lib/} {/shared/lib64/} {/shared/log/} {/shared/lost+found/} {/shared/mgmt/} {/shared/nfb/} {/shared/ssh/} {/shared/statsd/} {/shared/tmstat/} {/shared/vadc/} {/config/aaa/} {/config/big3d/} {/config/bigip/} {/config/filestore/} {/config/gtm/} {/config/httpd/} {/config/ntp.conf} {/config/rndc.key} {/config/ssh/} {/config/ssl/}","fileBlacklistReadOnlyPathPrefix":"{/etc/shadow}","fileLocalPathPrefix":"{/shared/} {/tmp/}","fileWhitelistPathPrefix":"{/var/local/scf} {/tmp/} {/shared/} {/config/} {/usr/share/aws/}","guiAudit":"disabled","guiExpiredCertAlert":"enabled","guiSecurityBanner":"enabled","guiSecurityBannerText":"Welcome to the BIG-IP Configuration Utility.\n\nLog in with your username and password using the fields on the left.","guiSetup":"enabled","hostAddrMode":"management","hostname":"ip-10-0-1-11.eu-west-1.compute.internal","lcdDisplay":"enabled","ledLocator":"disabled","mgmtDhcp":"enabled","netReboot":"disabled","passwordPrompt":"Password","quietBoot":"enabled","sshMaxSessionLimit":10,"sshMaxSessionLimitPerUser":-1,"sshRootSessionLimit":"disabled","sshSessionLimit":"disabled","usernamePrompt":"Username"} 2022-12-05T17:09:36.737Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/management-ip verifyTls: true 2022-12-05T17:09:36.751Z [20056]: silly: Request response: 200 {"kind":"tm:sys:management-ip:management-ipcollectionstate","selfLink":"https://localhost/mgmt/tm/sys/management-ip?ver=16.1.3.2","items":[{"kind":"tm:sys:management-ip:management-ipstate","name":"10.0.1.11/24","fullPath":"10.0.1.11/24","generation":31,"selfLink":"https://localhost/mgmt/tm/sys/management-ip/10.0.1.11~24?ver=16.1.3.2","description":"configured-by-dhcp"}]} 2022-12-05T17:09:36.752Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/provision verifyTls: true 2022-12-05T17:09:36.764Z [20056]: silly: Request response: 200 {"kind":"tm:sys:provision:provisioncollectionstate","selfLink":"https://localhost/mgmt/tm/sys/provision?ver=16.1.3.2","items":[{"kind":"tm:sys:provision:provisionstate","name":"afm","fullPath":"afm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/afm?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"apm","fullPath":"apm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/apm?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"asm","fullPath":"asm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/asm?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"avr","fullPath":"avr","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/avr?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"cgnat","fullPath":"cgnat","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/cgnat?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"dos","fullPath":"dos","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/dos?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"fps","fullPath":"fps","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/fps?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"gtm","fullPath":"gtm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/gtm?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"ilx","fullPath":"ilx","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/ilx?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"lc","fullPath":"lc","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/lc?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"ltm","fullPath":"ltm","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/ltm?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"nominal","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"pem","fullPath":"pem","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/pem?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"sslo","fullPath":"sslo","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/sslo?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"swg","fullPath":"swg","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/swg?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0},{"kind":"tm:sys:provision:provisionstate","name":"urldb","fullPath":"urldb","generation":1,"selfLink":"https://localhost/mgmt/tm/sys/provision/urldb?ver=16.1.3.2","cpuRatio":0,"diskRatio":0,"level":"none","memoryRatio":0}]} 2022-12-05T17:09:36.765Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/disk/logical-disk verifyTls: true 2022-12-05T17:09:36.777Z [20056]: silly: Request response: 200 {"kind":"tm:sys:disk:logical-disk:logical-diskcollectionstate","selfLink":"https://localhost/mgmt/tm/sys/disk/logical-disk?ver=16.1.3.2","items":[{"kind":"tm:sys:disk:logical-disk:logical-diskstate","name":"HD1","fullPath":"HD1","generation":76,"selfLink":"https://localhost/mgmt/tm/sys/disk/logical-disk/HD1?ver=16.1.3.2","mode":"mixed","size":102400,"vgFree":43496,"vgInUse":58684,"vgReserved":0}]} 2022-12-05T17:09:36.777Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/shared/iapp/installed-packages verifyTls: true 2022-12-05T17:09:36.781Z [20056]: silly: Request response: 200 {"items":[{"id":"1241344f-04f9-3594-b6cb-f7989ebff7df","appName":"f5-service-discovery","packageName":"f5-service-discovery-1.10.15-1.noarch","version":"1.10.15","release":"1","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1670260020319080,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/1241344f-04f9-3594-b6cb-f7989ebff7df"},{"id":"316c0f71-a1d2-3fbc-a04c-26c8b3262e1e","appName":"f5-declarative-onboarding","packageName":"f5-declarative-onboarding-1.33.0-7.noarch","version":"1.33.0","release":"7","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1670259988880767,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/316c0f71-a1d2-3fbc-a04c-26c8b3262e1e"},{"id":"35730460-6e28-3e16-9bfe-e6127e593dd0","appName":"f5-cloud-failover","packageName":"f5-cloud-failover-1.13.0-0.noarch","version":"1.13.0","release":"0","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1670260040359939,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/35730460-6e28-3e16-9bfe-e6127e593dd0"},{"id":"5b78671e-01ea-3d87-b255-4f6da6047846","appName":"f5-appsvcs","packageName":"f5-appsvcs-3.40.0-5.noarch","version":"3.40.0","release":"5","arch":"noarch","tags":["PLUGIN"],"status":"READY","generation":2,"lastUpdateMicros":1670260006106279,"kind":"shared:iapp:installed-packages:installedpackagestate","selfLink":"https://localhost/mgmt/shared/iapp/installed-packages/5b78671e-01ea-3d87-b255-4f6da6047846"}],"generation":8,"kind":"shared:iapp:installed-packages:installedpackagecollectionstate","lastUpdateMicros":1670260040361104,"selfLink":"https://localhost/mgmt/shared/iapp/installed-packages"} 2022-12-05T17:09:36.782Z [20056]: silly: Making request: GET http://localhost:8100/mgmt/tm/sys/memory verifyTls: true 2022-12-05T17:09:36.837Z [20056]: silly: Request response: 200 {"kind":"tm:sys:memory:memorystats","selfLink":"https://localhost/mgmt/tm/sys/memory?ver=16.1.3.2","entries":{"https://localhost/mgmt/tm/sys/memory/memory-host":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/memory/memory-host/0":{"nestedStats":{"entries":{"hostId":{"description":"0"},"memoryFree":{"value":13978268936},"memoryTotal":{"value":16518062080},"memoryUsed":{"value":2539793144},"otherMemoryFree":{"value":1151995904},"otherMemoryTotal":{"value":3285032960},"otherMemoryUsed":{"value":2133037056},"swapFree":{"value":1046802432},"swapTotal":{"value":1048571904},"swapUsed":{"value":1769472},"tmmMemoryFree":{"value":12826273032},"tmmMemoryTotal":{"value":13233029120},"tmmMemoryUsed":{"value":406756088}}}}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys":{"nestedStats":{"entries":{"https://localhost/mgmt/tm/sys/memory/memory-subsys/AAA_IVS_CTX":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"AAA_IVS_CTX"},"size":{"value":448}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ADM%20Mitigation":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ADM Mitigation"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ADM%20Statistics":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"ADM Statistics"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/APMD%20proxy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"APMD proxy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Application%20Family%20Name":{"nestedStats":{"entries":{"allocated":{"value":4235872},"maxAllocated":{"value":4235872},"tmName":{"description":"Application Family Name"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Application%20filter":{"nestedStats":{"entries":{"allocated":{"value":835584},"maxAllocated":{"value":835584},"tmName":{"description":"Application filter"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/BIGTCP%20PKTSEG%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"BIGTCP PKTSEG cache"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Bot%20Defense":{"nestedStats":{"entries":{"allocated":{"value":379200},"maxAllocated":{"value":379200},"tmName":{"description":"Bot Defense"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Content%20Analysis":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Content Analysis"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Content%20Classification":{"nestedStats":{"entries":{"allocated":{"value":278528},"maxAllocated":{"value":278528},"tmName":{"description":"Content Classification"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DHCP%20lease%20query%20transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DHCP lease query transaction"},"size":{"value":2128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DHCPv4%20transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DHCPv4 transaction"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DHCPv6%20transaction":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DHCPv6 transaction"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DNS%20DOS%20profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DNS DOS profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DWBL":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DWBL"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DoS%20Layer%207":{"nestedStats":{"entries":{"allocated":{"value":21696},"maxAllocated":{"value":21696},"tmName":{"description":"DoS Layer 7"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DoS%20Layer%207%20ACY":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"DoS Layer 7 ACY"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/DoS%20Network%20Whitelist":{"nestedStats":{"entries":{"allocated":{"value":258416},"maxAllocated":{"value":258416},"tmName":{"description":"DoS Network Whitelist"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/ECM":{"nestedStats":{"entries":{"allocated":{"value":6496},"maxAllocated":{"value":6496},"tmName":{"description":"ECM"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/FPS":{"nestedStats":{"entries":{"allocated":{"value":217536},"maxAllocated":{"value":217536},"tmName":{"description":"FPS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/FPS%20Configuration":{"nestedStats":{"entries":{"allocated":{"value":1098912},"maxAllocated":{"value":1098912},"tmName":{"description":"FPS Configuration"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20Auto%20Discovery":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Firewall Auto Discovery"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20BDoS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Firewall BDoS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20FQDN":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Firewall FQDN"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Firewall%20NAT":{"nestedStats":{"entries":{"allocated":{"value":20480},"maxAllocated":{"value":20480},"tmName":{"description":"Firewall NAT"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKE%20DEVBUF":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IKE DEVBUF"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKE%20LIB":{"nestedStats":{"entries":{"allocated":{"value":48384},"maxAllocated":{"value":48384},"tmName":{"description":"IKE LIB"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKE%20VBUF":{"nestedStats":{"entries":{"allocated":{"value":58688},"maxAllocated":{"value":58688},"tmName":{"description":"IKE VBUF"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IKEV2":{"nestedStats":{"entries":{"allocated":{"value":10501120},"maxAllocated":{"value":10501120},"tmName":{"description":"IKEV2"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IPFIX%20MDS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IPFIX MDS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IPFIX%20Proxy":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IPFIX Proxy"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/IPFIX%20iRules":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"IPFIX iRules"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/In-TMM%20monitoring%20activity":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"In-TMM monitoring activity"},"size":{"value":256}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/L3%20Rate%20Limit":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"L3 Rate Limit"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/LSN":{"nestedStats":{"entries":{"allocated":{"value":206848},"maxAllocated":{"value":206856},"tmName":{"description":"LSN"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/LSN%20address%20stats":{"nestedStats":{"entries":{"allocated":{"value":10240},"maxAllocated":{"value":10240},"tmName":{"description":"LSN address stats"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/LTM%20addr%20list":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"LTM addr list"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Layer%202%20Opaque":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Layer 2 Opaque"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Log%20Profile":{"nestedStats":{"entries":{"allocated":{"value":8704},"maxAllocated":{"value":8704},"tmName":{"description":"Log Profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/MW_HASH_COOKIE":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"MW_HASH_COOKIE"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/MW_HASH_TOPIC":{"nestedStats":{"entries":{"allocated":{"value":4480},"maxAllocated":{"value":4480},"tmName":{"description":"MW_HASH_TOPIC"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Monitor%20probe%20context%20for%20MRF%20D":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Monitor probe context for MRF D"},"size":{"value":320}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Monitor%20probe%20context%20for%20MRF%20S":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Monitor probe context for MRF S"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/NETFLOW":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"NETFLOW"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/NIST%20CAVS%20tests":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"NIST CAVS tests"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/NSH":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"NSH"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Netflow%20Protected%20Server":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Netflow Protected Server"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Network%20DoS%20profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Network DoS profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OAuth":{"nestedStats":{"entries":{"allocated":{"value":547320},"maxAllocated":{"value":547320},"tmName":{"description":"OAuth"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OAuth%20Database":{"nestedStats":{"entries":{"allocated":{"value":224},"maxAllocated":{"value":224},"tmName":{"description":"OAuth Database"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OCSP%20responder":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OCSP responder"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_CHANNELS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_CHANNELS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_CONFIG":{"nestedStats":{"entries":{"allocated":{"value":46208},"maxAllocated":{"value":46208},"tmName":{"description":"OFFBOX_CONFIG"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_CONN":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_CONN"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_MESSAGES":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_MESSAGES"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/OFFBOX_TCL":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"OFFBOX_TCL"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/PEM%20PSC%20CFINFO":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"PEM PSC CFINFO"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/PEM%20Subscriber%20Context":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"PEM Subscriber Context"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/PSPM%20PSC%20session%20delete%20context":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"PSPM PSC session delete context"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20lookup%20entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC lookup entry"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20packet":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC packet"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20sack":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC sack"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/QUIC%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"QUIC segment"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Quality%20Qf%20Experience":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Quality Qf Experience"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"RISK"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK_CACHE":{"nestedStats":{"entries":{"allocated":{"value":294912},"maxAllocated":{"value":294912},"tmName":{"description":"RISK_CACHE"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK_CONFIG":{"nestedStats":{"entries":{"allocated":{"value":115392},"maxAllocated":{"value":115392},"tmName":{"description":"RISK_CONFIG"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RISK_TOKENS":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"RISK_TOKENS"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/RLE%20bitmap":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"RLE bitmap"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Radius%20AAA":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Radius AAA"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Rate%20shaper%20flow_key%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Rate shaper flow_key cache"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCRUBBER%20PUBLISHER":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCRUBBER PUBLISHER"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCTP%20buffer":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCTP buffer"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCTP%20chunk":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCTP chunk"},"size":{"value":56}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SCTP%20metadata":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SCTP metadata"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SFC":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SFC"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SIP%20DOS%20profile":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SIP DOS profile"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SSL%20EB%20Tree":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SSL EB Tree"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SSL%20Orchestrator":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SSL Orchestrator"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/SSP_SPM_POLICY_CACHE":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"SSP_SPM_POLICY_CACHE"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Security%20Packet%20Filter.":{"nestedStats":{"entries":{"allocated":{"value":832},"maxAllocated":{"value":832},"tmName":{"description":"Security Packet Filter."},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Shared%20IPTBL":{"nestedStats":{"entries":{"allocated":{"value":529024},"maxAllocated":{"value":529024},"tmName":{"description":"Shared IPTBL"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20SACK":{"nestedStats":{"entries":{"allocated":{"value":640},"maxAllocated":{"value":640},"tmName":{"description":"TCP SACK"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20SACK%20hole":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP SACK hole"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20lost%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP lost segment"},"size":{"value":32}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20qdiffsample%20cache":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TCP qdiffsample cache"},"size":{"value":16}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TCP%20segment":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":160},"tmName":{"description":"TCP segment"},"size":{"value":80}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/TMC%20key":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"TMC key"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Tmstat%20internal%20structures":{"nestedStats":{"entries":{"allocated":{"value":2093936},"maxAllocated":{"value":2093936},"tmName":{"description":"Tmstat internal structures"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Traffic%20Matching%20Criteria":{"nestedStats":{"entries":{"allocated":{"value":1328832},"maxAllocated":{"value":1328832},"tmName":{"description":"Traffic Matching Criteria"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/URL%20Categorization%20Library":{"nestedStats":{"entries":{"allocated":{"value":172352},"maxAllocated":{"value":172352},"tmName":{"description":"URL Categorization Library"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/URL%20Classification":{"nestedStats":{"entries":{"allocated":{"value":160},"maxAllocated":{"value":160},"tmName":{"description":"URL Classification"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/Unit%20Testing":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"Unit Testing"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/aaa_saml_server_entries":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"aaa_saml_server_entries"},"size":{"value":112}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/aaa_saml_server_idp_connector_e":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"aaa_saml_server_idp_connector_e"},"size":{"value":40}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/aaa_saml_server_idp_connector_i":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"aaa_saml_server_idp_connector_i"},"size":{"value":48}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access":{"nestedStats":{"entries":{"allocated":{"value":8949888},"maxAllocated":{"value":8949888},"tmName":{"description":"access"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access2":{"nestedStats":{"entries":{"allocated":{"value":1824},"maxAllocated":{"value":1824},"tmName":{"description":"access2"},"size":{"value":1}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_acp_msg":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_acp_msg"},"size":{"value":64000}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_bwc_items":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_bwc_items"},"size":{"value":24}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_log_entries":{"nestedStats":{"entries":{"allocated":{"value":1280},"maxAllocated":{"value":1280},"tmName":{"description":"access_log_entries"},"size":{"value":160}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_profile_entry":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_profile_entry"},"size":{"value":1280}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_batch":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_batch"},"size":{"value":192}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_data":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_data"},"size":{"value":640}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_items":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_items"},"size":{"value":128}}}},"https://localhost/mgmt/tm/sys/memory/memory-subsys/access_session_variables":{"nestedStats":{"entries":{"allocated":{"value":0},"maxAllocated":{"value":0},"tmName":{"description":"access_session_

mikeshimkus commented 1 year ago

Looks like the output was truncated. Can you share the entire output as a file?

Yes, there is something unusual going on here. The templates are used and are tested regularly.

PiotrBratkowski commented 1 year ago

sily-output.txt

Attached file in email. Check-out part at the end:

2022-12-05T17:09:36.889Z [20056]: debug: F5 TEEM Payload: {"platformDetails":{"platform":"BIG-IP","platformVersion":"16.1.3.2","platformId":"Z100","system":{"cpuCount":4,"memory":15753,"diskSize":102400},"nicCount":3,"modules":{"ltm":"nominal"},"packages":{"f5-service-discovery-1.10.15-1.noarch":"1.10.15","f5-declarative-onboarding-1.33.0-7.noarch":"1.33.0","f5-cloud-failover-1.13.0-0.noarch":"1.13.0","f5-appsvcs-3.40.0-5.noarch":"3.40.0"},"environment":{"pythonVersion":"Python 2.7.5","pythonVersionDetailed":"2.7.5 (default, Sep 14 2022, 06:56:50) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]","nodeVersion":"v6.9.1","libraries":{"ssh":"OpenSSH_7.4p1, OpenSSL 1.0.2u-fips 20 Dec 2019"}}},"templateInfo":{"install":"Unexpected token F in JSON at position 687","templateName":"bigip-standalone.yaml","templateVersion":"v2.6.0.0","nicCount":3,"cloud":"aws","region":"eu-west-1","localization":"en-US"},"product":{"version":"1.5.1","locale":"en-US","installDate":"2022-12-05T17:09:36.888Z","installationId":"9dfe3180-77c7-4b46-aa04-bc966750a0aa","installedComponents":{"commander":"^4.1.0","winston":"^3.3.3","get-user-locale":"^1.4.0","uuid":"^8.2.0","@f5devcentral/f5-teem":"^1.4.6","js-yaml":"^3.13.1","mustache":"^4.0.0","request":"^2.88.0","jmespath":"^0.15.0","netmask":"^2.0.2","aws-sdk":"^2.610.0","lodash.where":"^3.1.0"}},"operation":{"clientRequestId":"9c0b8d92-e261-499d-bbcd-de19deed508c","rawCommand":"f5-runtime-init -c /config/cloud/runtime-init.conf","pre_onboard_enabled":{"commands":0},"runtime_params":{"secrets":1,"metadata":4},"vaults":{"aws":1,"azure":0,"gcp":0,"hashicorp":0},"userAgent":"f5-bigip-runtime-init/1.5.1","extension_packages":{"do":"1.33.0","as3":"3.40.0","cf":"1.13.0"},"extension_services":{"do":true,"cf":true,"as3":true},"post_onboard_enabled":{"commands":0,"postHooks":0},"result":"FAILURE","resultSummary":"Unexpected token F in JSON at position 687","startTime":"2022-12-05T17:09:05.460Z","endTime":"2022-12-05T17:09:36.400Z","installParams":[{"key":"templateName","value":"v2.6.0.0/examples/modules/bigip-standalone/bigip-standalone.yaml"}]}}

Standalone module is bugged?

Regards, Piotr

mikeshimkus commented 1 year ago

Not necessarily, that module name is just being sent as part of telemetry. The logs aren't showing me anything I didn't already know, so I created an internal issue #3236 to troubleshoot this.

PiotrBratkowski commented 1 year ago

Ok, thanks for the info.

mikeshimkus commented 1 year ago

I managed to reproduce this same error by using a secret that contained double quotes, for example: "F5-p@ssword".

Did you create the secret using the steps here: https://github.com/F5Networks/f5-aws-cloudformation-v2/tree/main/examples/failover#prerequisites

Can you verify that when you view the secret value in Secrets Manager, it doesn't contain double quotes?

PiotrBratkowski commented 1 year ago

This is my password: ![Uploading obraz.png…]()

It has been created directly in Secrets Manager. As I understand from this value/key pair only string F5ClusterPass is extracted. Or am I wrong?

PiotrBratkowski commented 1 year ago

Don't know if png is attached -> {"F5-Cluster-Pass":"F5ClusterPass"}

This is data seen in Secrets Manager -> Secret value -> Plaintext

mikeshimkus commented 1 year ago

This is the issue, this secret is in JSON format but needs to be in string format. Follow the cli instructions from the pre-requisites and it should fix the issue.

PiotrBratkowski commented 1 year ago

Ok, so problem was my understanding of how Secrets Manager stores a password value. Maybe it could be clarified that creating it as value/key pair is not correct, so other don't have this problem.

Thank you for help!