Forum Discussion
Rajkumar_Rajpur
Nimbostratus
Aug 25, 2016LocalLB Virtual Server Creation using powershell
Hi There,
I am facing issue while trying to create a Virtual Server using powershell.
Code:
$vipdefinition = New-Object -TypeName iControl.CommonVirtualServerDefinition;
$vipdefinition...
Aug 25, 2016
Your variable is "$wilmasks" but are passing through it as "$wildmask".
$wildmasks = "255.255.254.0";
(Get-F5.iControl).LocalLBVirtualServer.create($vipdefinition,$wildmask,$resource,$profile);
That could explain a potential problem.
-Joe
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects