Direct DB to Web Server connection
Posted
by
Joel Coel
on Server Fault
See other posts from Server Fault
or by Joel Coel
Published on 2011-03-04T14:36:28Z
Indexed on
2011/03/04
15:26 UTC
Read the original article
Hit count: 352
networking
|paths
I have a database server sitting right underneath a virtual machine host server in the rack, and this vm host is primarily responsible for servers hosting a couple different web sites and app servers that all talk to databases on the other server. Right now both servers are connected to the same switch, and I'm pretty happy with the pathing. However, both servers also have an unused network port.
I wondering about the potential benefits of using a short crossover or normal+auto mdix network cable to connect these two servers together directly. Is this a good idea, or would I be doing something that won't show much benefit and is just likely to trip up a future admin who's not looking for this?
The biggest weakness I can see right now is that this would likely require a code change for each vm app to point to the new IP of the database server on this private little network, and if I have a problem with the virtual machine host and have to spin up it's guests elsewhere while I fix it I'll have to change this back before things will work.
© Server Fault or respective owner