Forum Discussion

BRUCE_A_NOLAN_1's avatar
BRUCE_A_NOLAN_1
Icon for Nimbostratus rankNimbostratus
Oct 11, 2017

GTM WideIP status 'Available' while associated LTM Virtual Server status is 'Unknown'

I have a GTM WideIP configured with one pool and one pool member (LTM Virtual Server). There are no additional GTM health monitors configured on the WideIP, Pool, Pool Member, or GTM Virtual Server. The associated LTM Virtual Server does not have a health monitor associated either. I'm curious why the status of the GTM WideIP shows 'Available' and not 'Unknown'. GTM and LTM Configuration attached... gtm wideip u19.ite.xxxxxxxxx.com { ipv6-no-error-response enabled pools { u19.ite.xxxxxxxxx.com { order 0 } } }

----------------------------------


gtm pool u19.ite.xxxxxxxxx.com {
    members {
        LTM-yyylbz1a-b:u19_ite_xxxxxxxxx_com {
            order 0
        }
    }
}




----------------------------------
Gtm::WideIp: u19.ite.xxxxxxxxx.com
----------------------------------
Status
  Availability : available
  State        : enabled
  Reason       : Available

Requests
  Total              255
  A                  162
  AAAA               89
  Persisted          0
  Resolved           163
  Dropped            0

Load Balancing
  Preferred          163
  Alternate          0
  Fallback           0
  CNAME Resolutions  0
---(less 90%)---

----------------------------------
Gtm::WideIp: u19.ite.xxxxxxxxx.com
----------------------------------
Status
  Availability : available
  State        : enabled
  Reason       : Available

Requests
  Total              255
  A                  162
  AAAA               89
  Persisted          0
  Resolved           163
  Dropped            0

Load Balancing
  Preferred          163
  Alternate          0
  Fallback           0
  CNAME Resolutions  0
  Returned from DNS  0
  Returned to DNS    0



--------------------------------
Gtm::Pool: u19.ite.xxxxxxxxx.com
--------------------------------
Status
  Availability : available
  State        : enabled
  Reason       : Available

Load Balancing
  Preferred          163
  Alternate            0
  Fallback             0
  CNAME Resolutions    0
  Returned from DNS    0
  Returned to DNS      0
  Dropped              0


  ------------------------------------------
  Ltm::Virtual Server: u19.ite.xxxxxxxxx.com
  ------------------------------------------


Status
  Availability     : unknown
  State            : enabled
  Reason           : The children pool member(s) either don't have service checking enabled, or service check results are not available yet
  CMP              : enabled
  CMP Mode         : all-cpus


Traffic                    ClientSide  Ephemeral  General
  Bits In                      122.3K          0        -
  Bits Out                     119.0K          0        -
  Packets In                      297          0        -
  Packets Out                     232          0        -
  Current Connections               0          0        -
  Maximum Connections               4          0        -
  Total Connections               166          0        -
  Min Conn Duration/msec            -          -        1
  Max Conn Duration/msec            -          -        4
  Mean Conn Duration/msec           -          -        1
  Total Requests                    -          -        0



  ltm virtual u19.ite.xxxxxxxxx.com {
    destination 1xxx.1xx.2xx.3x:https
    ip-protocol tcp
    mask 255.255.255.255
    profiles {
        tcp { }
    }
}
  • Kevin_K_51432's avatar
    Kevin_K_51432
    Historic F5 Account

    Greetings,

    I'm unable to reproduce this status. My DNS/GTM shows:

    Status
      Availability : offline
      State        : enabled
      Reason       : No enabled pool members available
    

    Perhaps some info from one level lower; can we see the server object hosting the odd virtua and is it the LTM? There could be a number of possiblities here. Can we see:

    tmsh show gtm iquery

    Lastly, big3d does get stuck sometimes when doing lots of config work. You could try:

    bigstart restart big3d

    Thanks!

    Kevin

  • Can you please tell us if the LTM-yyylbz1a-b is added as generic host or bigip. What is the monitor associated for this server LTM-yyylbz1a-b. For some reason, the pool is marked UP, either it has tcp monitor.

     

  • LTM-yyylbz1a-b is server object (not Generic Host) added with the gtm_add script. Its being monitored through iQuery.

     

  • an unknown LTM status is considered available on GTM. As soon as you add a monitor (assuming you are using GTM's bigip server monitor only) to your LTM pool, it'll follow the conventions you are used to for LTM.