vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

New-NsxLoadBalancerPool Error : errorCode":202,"details":"The requested object : vm-6307 could not be found. #628

Open guptatarun1989 opened 4 years ago

guptatarun1989 commented 4 years ago

HI team , Please help me to fix this . I have tried on GUI ,API as well as PowerNSX "New-NsxLoadBalancerPool" command .

image

image

$monitor=Get-NsxEdge -objectid edge-19 |Get-NsxLoadBalancer| Get-NsxLoadBalancerMonitor "default_tcp_monitor" $t=Get-NsxEdge -objectid edge-19|Get-NsxLoadBalancer|New-NsxLoadBalancerPool -Name "vy-apo-42-18688" -Description "vy-apo-42-18688" -Transparent:$false -Algorithm leastconn -Monitor $monitor

i have tried a lot of searching and cant found anything .. Please help if any one any input

alagoutte commented 4 years ago

Hi,

What version do you are using ? (for NSX-V and PowerNSX)

guptatarun1989 commented 4 years ago

NSX-V 6.4.5 PowerNSX : 3.0.1118

alagoutte commented 4 years ago

NSX-V 6.4.5 PowerNSX : 3.0.1118

Hi, can you try to upgrade to last PowerNSX release ? (3.0.1174) if remenber i think some issue with NsxLoadBalancer