Forum Discussion
Set existing monitor on existing node in Powershell - F5 Big-IP
I am getting this error. This node does exist in common.
$MonitorRule = New-Object -TypeName iControl.LocalLBMonitorRule $MonitorRule.type = "MONITOR_RULE_TYPE_SINGLE" $MonitorRule.monitor_templates = @("icmp") (Get-F5.iControl).LocalLBNodeAddressV2.set_monitor_rule(@("172.22.130.71"), @($MonitorRule))
Exception calling "set_monitor_rule" with "2" argument(s): "Exception caught in LocalLB::urn:iControl:LocalLB/NodeAddressV2::set_monitor_rule() Exception: Common::OperationFailed primary_error_code : 16908342 (0x01020036) secondary_error_code : 0 error_string : 01020036:3: The requested Node (/Common/172.22.130.71) was not found." At line:4 char:79 + (Get-F5.iControl).LocalLBNodeAddressV2.set_monitor_rule(@("172.22.130.71"), @($M ... + ~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : SoapHeaderException
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com