BigIQ

Common Errors


Error while transforming Pool Member in ~Common~test-prod, message 'java.lang.IllegalStateException: Full path /Common/http2 has no matches.' was returned

** Fix was to remove the http2 monitor from pool member ! not pool



Failed to copy configuration to working-config; reason: Failed copying from source subcollections to target subcollections: java.lang.IllegalArgumentException: Device does not belong to an Access Group to update virtual.

**Fix create device specific config when importing


Fix Big-IQ Cluster

#Delete unassigned shards

Impact of procedure: Deleting the unassigned shards remove parts of the statistics data. Proceed to do so if you are fine with losing the statistics data.

Delete the unassigned shards by entering the following command:

curl -s http://localhost:9200/_cat/shards | grep UNAS | awk '{print $1}' | sort | uniq | sed 's/+/%2B/g' | while read line ; do curl -s -X DELETE "localhost:9200/$line" ; done


https://support.f5.com/csp/article/K81715478