Forum Discussion

DAGOATMAMBA_328's avatar
DAGOATMAMBA_328
Icon for Nimbostratus rankNimbostratus
Aug 08, 2017

F5 No longer to create new pool members

For some reason by F5 Big-IP is no longer able to create new pool members:

 

Exception calling "IsMatch" with "2" argument(s): "No such host is known" August 8th 2017 09:37:51Info Unable to create pool member '172.XX.XX.XX:9333'. Aborting... August 8th 2017 09:37:51Fatal The remote script failed with exit code 1

 

5 Replies

  • Can you create a node first and add it to the pool?

     

    What version are you running?

     

    Do you have a cluster? Can you create pool members on the other cluster member?

     

    Do you create the pool member via the web GUI or CLI?

     

  • Im creating this through a powershell template through our deployment application Octopus Deploy. No cluster :(

     

  • Hello,

    The following line

     $poolMember = Get-PoolMember -F5Session $session -PoolName $poolName -Name $poolMemberName -Address $poolMemberIPAddress -ErrorVariable f5Error
    

    Is returning 0. Check if arguments given to the command "Get-PoolMember" are correct.

    Mabye one of the following variabled are empty

    $session $poolName $poolMemberName $poolMemberIPAddress

    f5Error

    Could you execute the command seperatly ?