LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-10-2012, 03:40 PM   #1
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Rep: Reputation: Disabled
Can Linux provide enterprise class NAS on a Windows network?


Just looking into the possibilities of using Linux to provide NAS Windows network.

I assume the stack would be:
Samba server
NAS server
SAN
iSCSI Initiators
iSCSI Targets
Question is just how Industrial Strength and Enterprise Class would a Linux storage stack actually be. Would I end up with a storage solution which supported live migration and resizing for example?

Your opinions would be appreciated.
Nick
 
Old 05-10-2012, 04:17 PM   #2
mpapet
Member
 
Registered: Nov 2003
Location: Los Angeles
Distribution: debian
Posts: 548

Rep: Reputation: 72
Quote:
Originally Posted by Nick_C View Post
Question is just how Industrial Strength and Enterprise Class would a Linux storage stack actually be. Would I end up with a storage solution which supported live migration and resizing for example?

Your opinions would be appreciated.
Nick
Since you've managed to combine NAS, samba, iscsi and san into an unholy, unworkable, Titanic class disaster, maybe you should learn the role of each first.

-You don't know enough to understand what a detailed answer would provide, so I'll go easy on you.
-You have exceeded your buzzword allowance forever. Get thee some hardware (no Dell Vostro's) and a distro and figure it out or hire someone who can synchronize enterprise storage management demands with the mission critical 24-7/365 services to maximize Enterprise efficiency.

Live migration: Sure. A few different ways.
Resizing: Sure. A few different ways.

Last edited by mpapet; 05-10-2012 at 04:25 PM.
 
Old 05-10-2012, 04:43 PM   #3
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Have a look at...

FreeNAS http://www.freenas.org/

--C
 
Old 05-11-2012, 04:49 AM   #4
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by custangro View Post
Have a look at...

FreeNAS http://www.freenas.org/

--C
Hi custangro, yep tried freeNAS; it is ok for home or small office use but for enterprise storage it seems you need to upgrade to TrueNAS.

Nick
 
Old 05-11-2012, 05:03 AM   #5
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mpapet View Post
Since you've managed to combine NAS, samba, iscsi and san into an unholy, unworkable, Titanic class disaster, maybe you should learn the role of each first.

-You don't know enough to understand what a detailed answer would provide, so I'll go easy on you.
-You have exceeded your buzzword allowance forever. Get thee some hardware (no Dell Vostro's) and a distro and figure it out or hire someone who can synchronize enterprise storage management demands with the mission critical 24-7/365 services to maximize Enterprise efficiency.

Live migration: Sure. A few different ways.
Resizing: Sure. A few different ways.
Thank you for your, comments mpapet. I fail to see how it would be possible to provide enterprise class storage solutions without incorporating all of these 'buzzword' components as you call them. My question is how complete a storage solution can be delivered using Linux in a Windows environment with the currently available versions of these items. Do they all work well together together, or would I be wasting my time trying to get this lot working, should we just stick with Windows Storage Server?

Last edited by Nick_C; 05-11-2012 at 05:58 AM.
 
Old 05-11-2012, 11:18 AM   #6
mpapet
Member
 
Registered: Nov 2003
Location: Los Angeles
Distribution: debian
Posts: 548

Rep: Reputation: 72
Those buzz words serve multiple purposes, none of which benefit you.

Quote:
Originally Posted by Nick_C View Post
would I be wasting my time trying to get this lot working,
No. Per my first post, Get thee some hardware (no Dell Vostro's) and a distro like Debian and figure it out.

Quote:
Originally Posted by Nick_C View Post
should we just stick with Windows Storage Server?
Depends on a couple of things.
-Do you want to be a point-and-click admin forever constrained by Microsoft's inflexibility? Some people like being spoonfed. Org's love it because you are easily interchanged with the legions of point-and-click admins.
-Will your organization tolerate a mixed environment? Again, this gets back to your organization's motivations/preferences/whatever.

I run exactly what you are describing and haven't had an issue with the storage layer in years. I'll go easy on you and give you a goal. I will assume you have legitimate shared storage. (fibre channel, SCSI, etc)

-Build a cluster using corosync and pacemaker.
-Add shared storage and iSCSItarget as services.
-Present the storage as a bare LUN via iscsitarget and let your windows hosts run the disks.

Your RAID hardware should allow you to expand the RAID unless you have cheap-o RAID. Long ago I was burned by Dell's awful featureless hardware RAID. Hopefully that's improved. Linux's software RAID is very powerful, so you've got that to fall back on. Alternatively, you can present a logical volume. There are other alternatives.

This is Linux, more than one way to do a job, and do it well.

However, my gut feeling is you are looking for an excuse to stick to Windows based on the question and reply. Prove me wrong and get busy.

Last edited by mpapet; 05-11-2012 at 11:21 AM.
 
Old 05-11-2012, 11:46 AM   #7
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mpapet View Post
However, my gut feeling is you are looking for an excuse to stick to Windows based on the question and reply. Prove me wrong and get busy.
Just looking for confirmation that it is actually possible and not just another almost but not quite yet working type promise. Didn't want to waste lots of time investigating this further if the end result was simply to conclude that it doesn't quite work yet.

Thanks,
Nick
 
Old 05-14-2012, 10:25 PM   #8
mpapet
Member
 
Registered: Nov 2003
Location: Los Angeles
Distribution: debian
Posts: 548

Rep: Reputation: 72
Quote:
Originally Posted by Nick_C View Post
Just looking for confirmation that it is actually possible and not just another almost but not quite yet working type promise. Didn't want to waste lots of time investigating this further if the end result was simply to conclude that it doesn't quite work yet.

Thanks,
Nick
Care to elaborate?
 
Old 05-15-2012, 08:04 AM   #9
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mpapet View Post
Care to elaborate?
Well the last thing I tried was to change from Hyper-V virtualization host to KVM/Linux. This was for hosting Win 7/2008 VMs. Unfortunately one of the things I needed to work was audio recording from the microphone. After much experimentation I eventually discovered that this simply does not work when hosting Win 7 VMs under KVM. Regardless of whether VNC or Spice is used to connect, it simply will not work.

Still not really related to the current question but you did ask.

Rgds,
Nick
 
  


Reply

Tags
iscsi, nas, samba, san



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't reach My NAS server after start my windows 7 PC on the same network pjgm Linux - Networking 7 08-21-2011 04:11 PM
LXer: SaaSWizard Lets VARs Provide Enterprise-Class Custom Programs Fast – Without Wr LXer Syndicated Linux News 0 04-10-2008 10:20 PM
Error with update2 Enterprise linux class code 70 jasee Red Hat 5 07-13-2007 10:10 AM
Can somebody provide RH Enterprise Linux 3 download? exper Linux - Software 1 11-20-2003 10:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration