Hi all, I've inherited from a previous It personnel a centos server which works as a fileserver and at the same time has one Vmware (windows xp) working on it. due to file server data load, the windows xp services get unreachable until the data transfer from the fileserver itself slows down.. the NIC max out its transfer speed.. the same server has two * 1 GB nics one is currently being used.. my question is this: is there a way to make the afp/smb services work only one ONE nic.. in other words users accessing the shared files from a specific NIC.. that way I can divide the load. file transfers goes from one NIC and windows services gets reached from the other..(different IPs) doo all this make any sense? is there any other way of solving this (other than moving the VM elsewhere) ? thanks in advance for yoru help __________ Information from ESET Smart Security, version of virus signature database 5015 (20100410) __________ The message was checked by ESET Smart Security. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100410/23cd0563/attachment-0002.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Emoticon1.gif Type: image/gif Size: 257 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20100410/23cd0563/attachment-0002.gif>
On Sat, 2010-04-10 at 19:33 +0300, Roland Roland wrote:> Hi all, >> > is there a way to make the afp/smb services work only one ONE nic.. > in other words users accessing the shared files from a specific NIC.. > that way I can divide the load. file transfers goes from one NIC and > windows services gets reached from the other..(different IPs) > doo all this make any sense? is there any other way of solving this > (other than moving the VM elsewhere) ?--- If its samba you can use "interface=192.x.x.x" in smb.conf John
On Apr 10, 2010, at 12:33 PM, "Roland Roland" <R_O_L_A_N_D at hotmail.com> wrote:> Hi all, > > I've inherited from a previous It personnel a centos server which > works as a fileserver and at the same time has one Vmware (windows > xp) working on it. > due to file server data load, the windows xp services get > unreachable until the data transfer from the fileserver itself slows > down.. > the NIC max out its transfer speed.. > the same server has two * 1 GB nics > one is currently being used.. > my question is this: > > is there a way to make the afp/smb services work only one ONE nic.. > in other words users accessing the shared files from a specific NIC.. > that way I can divide the load. file transfers goes from one NIC and > windows services gets reached from the other..(different IPs) > doo all this make any sense? is there any other way of solving this > (other than moving the VM elsewhere) ? > > thanks in advance for yoru helpAt the same time make sure the VM's vmdk file isn't on the same disks as the file data or you will have the VM starve for IO while the file data is being written/read. -Ross -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100410/d4b89ce5/attachment-0002.html>
Roland Roland wrote:> Hi all, > > I've inherited from a previous It personnel a centos server which works > as a fileserver and at the same time has one Vmware (windows xp) working > on it. > due to file server data load, the windows xp services get unreachable > until the data transfer from the fileserver itself slows down.. > the NIC max out its transfer speed.. > the same server has two * 1 GB nics > one is currently being used.. > my question is this: > > is there a way to make the afp/smb services work only one ONE nic.. > in other words users accessing the shared files from a specific NIC.. > that way I can divide the load. file transfers goes from one NIC and > windows services gets reached from the other..(different IPs) > doo all this make any sense? is there any other way of solving this > (other than moving the VM elsewhere) ? > > thanks in advance for yoru help Smile emoticonI'd leave the file sharing side alone and change the Vmware settings to bridge to the other NIC - and I think you can do that without even giving it an IP address on the centos side which will avoid routing problems if they live on the same subnet. Longer term, you might want to look at putting VMware ESXi on the bare metal and running the Centos and windows servers as separate guests. -- Les Mikesell lesmikesell at gmail.com