Evan_Hendrick
Nimbostratus
Mar 18, 2020All LTMs are at least 14.x.
Two environments are BIG-IP 14.1.0.3 Build 0.0.6 Point Release 3, and two environments are BIG-IP 14.1.2.2 Build 0.0.4 Point Release 2. The one that doesn't work is the later, but the other environment running 14.1.2.2 works OK.
There are pools, and they have members. Looking through the pools.json file it appears the members are missing from there, but other information appears to be intact.
A pool entry from a working environment:
{
"name": "/Common/%REDACTED%_https_pool",
"description": "",
"monitors": [
"/Common/https"
],
"members": [
{
"name": "/Common/%REDACTED%",
"ip": "%REDACTED%",
"port": "443",
"availability": "AVAILABILITY_STATUS_GREEN",
"enabled": "ENABLED_STATUS_ENABLED",
"status": "Pool member is available",
"priority": 0,
"currentconnections": "0",
"maximumconnections": "283"
}
],
"loadbalancingmethod": "Round Robin",
"actiononservicedown": "None",
"allownat": "Yes",
"allowsnat": "Yes",
"orphaned": false,
"loadbalancer": "%REDACTED%",
"availability": "AVAILABILITY_STATUS_GREEN",
"enabled": "ENABLED_STATUS_ENABLED",
"status": "The pool is available"
}Here is a pool entry from the environment with issues:
{
"name": "/Common/%REDACTED%_https_pool",
"description": "",
"monitors": [
"/Common/tcp"
],
"members": null,
"loadbalancingmethod": "Round Robin",
"actiononservicedown": "None",
"allownat": "Yes",
"allowsnat": "Yes",
"orphaned": false,
"loadbalancer": "%REDACTED%",
"availability": "AVAILABILITY_STATUS_GREEN",
"enabled": "ENABLED_STATUS_ENABLED",
"status": "The pool is available"
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)