Forum Discussion
Ram_T_S
Altostratus
Sep 24, 2017Can single VIP serve multiple application running on the same server and same port
Hi Team,
I'm having a three Sharepoint servers running with 5 applications running on 80 port.
Ex:- sharepoint.com:80 , sharpoint2010.com:80, home.xyz.com:80, servicenow.com:80, pdev.com:80
In F...
Faruk_AYDIN
Altostratus
Sep 24, 2017Hi Guy,
There wont be any problem. Beacuse F5 can balance and direct all requests to the defined pool by using the hostname header of the request. Firstly create pools with appropriate names likepool_sharepoint.name, pool_sharpoint2010.com, pool_home.xyz.com, pool_servicenow.com, pool_pdev.com Then Use this iRule :
when HTTP_REQUEST {
switch -glog [string tolower [HTTP::host]] {
"sharepoint.com"
{
pool pool_sharepoint.com
}
"sharpoint2010.com"
{
pool pool_sharpoint2010.com
}
"home.xyz.com"
{
pool pool_home.xyz.com
}
"servicenow.com"
{
pool pool_servicenow.com
}
"pdev.com"
{
pool pool_pdev.com
}
}
}
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
