Forum Discussion
woodaker_98924
Jan 24, 2012Nimbostratus
Session user disabled
Hello,
when i send the following command to not allow any new connections to a pool member but allow the current connections to remain ...
b pool Pool_Name {members 10.10.10.10:ms-...
nitass
Jan 24, 2012Employee
can you try this?
[root@ve1023:Active] config b pool Pool_Name list
pool Pool_Name {
members {
10.10.10.10:3389 {}
10.10.10.20:3389 {}
10.10.10.30:3389 {}
}
}
[root@ve1023:Active] config b pool Pool_Name members 10.10.10.10:ms-wbt-server { session user disabled }
[root@ve1023:Active] config b pool Pool_Name list
pool Pool_Name {
members {
10.10.10.10:3389 {
session user disabled
}
10.10.10.20:3389 {}
10.10.10.30:3389 {}
}
}
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