Forum Discussion

Eugene_Reznik_1's avatar
Eugene_Reznik_1
Icon for Nimbostratus rankNimbostratus
Jul 07, 2014

Error with Get-F5.LTMPoolMember : Exception caught in LocalLB::urn:iControl:LocalLB/PoolMember::get_object_status()

I am getting the exception below when trying to get Pool Members for the nodes that are in the Common partition and the pool is in a different partition.

Is there a way to pull the member information for a pull if a node is in a different partition? Also, what's the best place to log iControl bugs?

PS C:\Windows\system32> Get-F5.LTMPoolMember /int/go01_8081
Get-F5.LTMPoolMember : Exception caught in LocalLB::urn:iControl:LocalLB/PoolMember::get_object_status()
Exception: Common::OperationFailed
primary_error_code   : 16908342 (0x01020036)
secondary_error_code : 0
error_string         : 01020036:3: The requested pool member (/int/go01_8081 /int/10.68.169.196 8081)
was not found.
At line:1 char:1
+ Get-F5.LTMPoolMember /int/go01_8081
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : OpenError: (error:String) [Get-F5.LTMPoolMember], SoapHeaderException
+ FullyQualifiedErrorId : 2,iControlSnapIn.CmdLet.LTM.PoolMember.GetLTMPoolMember