I have a physical server that needs to be retired. It's a heavily used file server. The server stores patient data (small text files, small images) for an EMR and is constantly hit with requests to retrieve those files. I wanted to migrate to a VM but now that I've seen how the environment is configured I'm not sure that it's the right move.
Here is diagram of the setup
File server & SAN NICs are 1GB.
The VM host is Hyper-V on Windows Server 2012R2 with 1GB NICs.
The SAN is a Dell EqualLogic, 24 x 600GB 10K disks in RAID-50
File server connects to single LUN that holds two disks. About 5TB total data.
File server has two NICs for storage, configured with MPIO.
This file server is the only server using the SAN for storage.
Potential Options
1. Migrate data from LUN into VHDX stored on the SAN (create a separate LUN). Create new VM with said VHDX. Doing this would temporarily require more storage than available but could schedule downtime and use another server for temporary storage while migrating.
2. Connect Hyper-V to current LUN, pass through disk to VM. Current host does not have two NICs available for storage so would lose MPIO.
3. Create new external switch bound to one NIC that connects directly to SAN. Attach new file server VM to this as a "storage network".
Ultimately I'd like the file server to be clustered (supporting option 1). The client just wants off the current hardware ASAP and does not want to buy new hardware, though we can have that conversation if it's the right thing to do.
I appreciate everyone's input, thanks!