Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
1/27/2017 3:44:55 PM EDT
I have two identical Windows 2012 servers in my company of 100 users.
The server's only function is to serve simple files to users.
Server "A" has about 750GB of files.
I would like to configure Server "B" in case the main server goes down "B" would jump in and keep on going seamlessly (with the users never knowing what happened).
Would I need third party software to do this?
Thanks.
1/27/2017 4:02:12 PM EDT
[#1]
You want scale-out file server.

https://technet.microsoft.com/en-us/library/hh831349(v=ws.11).aspx
1/27/2017 4:07:28 PM EDT
[#2]
Quote History
Quoted:
You want scale-out file server.

https://technet.microsoft.com/en-us/library/hh831349(v=ws.11).aspx
View Quote


look into this or just DFS and compare functionality.


the general consensus is that with SOFSFA is meant for serving application data as its primary function not files.

DFS is intended for highly available file shares and branch office file server replication.
1/27/2017 4:11:59 PM EDT
[#3]
It says Scale-Out File Server is not recommended with Home Directories.
My users all have home directories.
According to that link "General Use File Server Cluster" might be the way I should go?
1/27/2017 4:14:53 PM EDT
[#4]
Quote History
Quoted:


look into this or just DFS and compare functionality.


the general consensus is that with SOFSFA is meant for serving application data as its primary function not files.

DFS is intended for highly available file shares and branch office file server replication.
View Quote


You're right, DFS is likely better for end-user file shares.  SOFS would be better if he were hosting VMs on Hyper-V or SQL DBs.  Even if it's Active/Passive, all his end-users would experience is a few seconds of lag.
1/27/2017 4:16:57 PM EDT
[#5]
Quote History
Quoted:
It says Scale-Out File Server is not recommended with Home Directories.
My users all have home directories.
According to that link "General Use File Server Cluster" might be the way I should go?
View Quote


Pretty much, but I would honestly just recommend using a NAS/SAN or whatever that has built in fault tolerance.  

With NetApp and others you can provision CIFS shares directly from the filer.

The share would be on a volume that could tolerate multiple disk failures, controller failures and the like.

The fact that you have 100 users and it sounds like you're not virtualized makes my brain hurt.
1/27/2017 4:27:58 PM EDT
[#6]
The two servers I have now are DELL NX3230 NAS devices (one offsite) using Windows Storage Server 2012 R2 Standard.
It is plenty fault tolerant, but when I have to patch the main server, which requires a restart, no one can do anything file-wise until the server comes back up which means I have to schedule the downtime.
It'd be nice if it was transparent to the user.

Heck, I'd be happy with just a complete up-to-date (live) copy of all the current files on the second server.
Then I could just rename the second server and be back in business if disaster struck the first server.
1/27/2017 4:42:21 PM EDT
[#7]
Sounds like you want to build a server cluster.
1/27/2017 4:51:03 PM EDT
[#8]
Quote History
Quoted:
The two servers I have now are DELL NX3230 NAS devices (one offsite) using Windows Storage Server 2012 R2 Standard.
It is plenty fault tolerant, but when I have to patch the main server, which requires a restart, no one can do anything file-wise until the server comes back up which means I have to schedule the downtime.
It'd be nice if it was transparent to the user.

Heck, I'd be happy with just a complete up-to-date (live) copy of all the current files on the second server.
Then I could just rename the second server and be back in business if disaster struck the first server.
View Quote



ick... I guess that's a NAS.  Sorry about that.  


If one of them is remote use DFS namespace with DFS-R  

That gives you one point of entry and the data is replicated on each.

the drawback is that (could be wrong things have been changing recently) but file locking is practically nonexistent with DFS-R but it's more or less a non-issue if you it's just for information worker file access and your namespace is setup appropriately with your shares and drive maps.
1/27/2017 8:01:53 PM EDT
[#9]
Quote History
Quoted:



ick... I guess that's a NAS.  Sorry about that.  


If one of them is remote use DFS namespace with DFS-R  

That gives you one point of entry and the data is replicated on each.

the drawback is that (could be wrong things have been changing recently) but file locking is practically nonexistent with DFS-R but it's more or less a non-issue if you it's just for information worker file access and your namespace is setup appropriately with your shares and drive maps.
View Quote


DFS-R without the file locking is fine for Folder Redirection of user profiles, as file lock doesn't matter on a users own files.  It's when you have multiple users trying to make changes to one file where shit gets annoying and the file lock is necessary.

If there are multi-user accessed shares, you can still use DFS-R but you have to go buy yourself a PeerLock or something similar that provides for file locking.

If he wants straight up fail over clustering with out shared storage, he needs to get a Starwind vSAN license.  Then he can seamlessly failover the servers themselves.
1/27/2017 8:03:26 PM EDT
[#10]
So what I want to know is why is this second WSS off site, but there's no replication in place?  What's it doing off site?
1/27/2017 11:03:35 PM EDT
[#11]
A variation of the following (admittedly cynical) SMB scenario:

Someone had an idea of how to do an "offsite backup" wherein once in a blue moon somebody manually (or by job) copies files across the wire until one day the aggregate storage size gets far too large to both keep track of as a catalog and to reliably send across an SMB pipe.  

Backups become less frequent and often incomplete and there's no central catalog of what is backed up, where, and to what delta frequency.

Inevitably there's a disaster and after much panic and doom, someone has to tell the boss that only about half the files are actually on the "other server" and that the last date files were backed up was 9 months ago.

It can very from not nearly that bad to "the other WSS has been sitting over there for three years and has never been used.

Quote History
Quoted:
So what I want to know is why is this second WSS off site, but there's no replication in place?  What's it doing off site?
View Quote
1/28/2017 12:13:56 AM EDT
[#12]
Office Manager:  Well I opened this email attachment that looked like an invoice from Amazon and now all my files have .locky at the end of them
Me: When was the last backup of all your data?
Office Manager: Well I think we did one a couple of years ago, can you get all my stuff back?
Me:Yeah.....it's gone.
<insert continued reiterations that the data is really gone>
Office Manager:  *sobbing uncontrollably*

Entire accounting system; gone
Every word document; gone
Every excel spreadsheet; gone
Every pdf; gone

2 months later that same office manager disappeared on some sort of weird drinking bender.

True story.

Quote History
Quoted:
A variation of the following (admittedly cynical) SMB scenario:

Someone had an idea of how to do an "offsite backup" wherein once in a blue moon somebody manually (or by job) copies files across the wire until one day the aggregate storage size gets far too large to both keep track of as a catalog and to reliably send across an SMB pipe.  

Backups become less frequent and often incomplete and there's no central catalog of what is backed up, where, and to what delta frequency.

Inevitably there's a disaster and after much panic and doom, someone has to tell the boss that only about half the files are actually on the "other server" and that the last date files were backed up was 9 months ago.

It can very from not nearly that bad to "the other WSS has been sitting over there for three years and has never been used.
View Quote
1/28/2017 12:16:40 AM EDT
[#13]
You know what, I'm just going to go ahead and post this video again.

1/28/2017 10:34:42 AM EDT
[#14]
Quote History
Quoted:
You know what, I'm just going to go ahead and post this video again.

https://www.youtube.com/watch?v=gSrnXgAmK8k
View Quote



So much fail in this video.   A good reason to not just use bullshit cobbled together because you thought it looked cool on a gaming website.
1/28/2017 11:38:20 AM EDT
[#15]
Quote History
Quoted:



So much fail in this video.   A good reason to not just use bullshit cobbled together because you thought it looked cool on a gaming website.
View Quote


More like if you say your going to build an offsite backup then actually build and offsite backup.  Otherwise be prepared to grab ankles.
1/29/2017 1:18:05 AM EDT
[#16]
It usually starts off with the best of intentions.  Then it is discovered just how involved and expensive it actually IS to do this correctly.  That's when the duct tape and string comes out and things go downhill.

Quote History
Quoted:


More like if you say your going to build an offsite backup then actually build and offsite backup.  Otherwise be prepared to grab ankles.
View Quote View All Quotes
View All Quotes
Quote History
Quoted:
Quoted:



So much fail in this video.   A good reason to not just use bullshit cobbled together because you thought it looked cool on a gaming website.


More like if you say your going to build an offsite backup then actually build and offsite backup.  Otherwise be prepared to grab ankles.
1/29/2017 1:31:17 AM EDT
[#17]
so you want a metro cluster. N+1, windows uses something similar in WCS now plus a witness so you could probably make that work.  Where are you backing up this data?

This is an async layout were talking about, ie if you lose one you could lose data.  Generally worth the risk for a file server and a few minutes lag.

EDIT:  you are discussing an HA layout, fault tolerance.  Where is this data copied and stored in some type of backup rotation.
1/29/2017 1:33:01 AM EDT
[#18]
I still think it's hilarious that kid built a physical file server with 300,000 IOPS for basic SMB shares with mapped network drives for 6 users.  I get using components you got for free from corporate sponsors, but come on.

Quote History
Quoted:
It usually starts off with the best of intentions.  Then it is discovered just how involved and expensive it actually IS to do this correctly.  That's when the duct tape and string comes out and things go downhill.
View Quote
1/29/2017 1:39:01 AM EDT
[#19]
Quote History
Quoted:
I still think it's hilarious that kid built a physical file server with 300,000 IOPS for basic SMB shares with mapped network drives for 6 users.  I get using components you got for free from corporate sponsors, but come on.
View Quote


Didn't see his clients wired up with 4cards / 32GB FC to mount luns switches or Arista 100GB and NFS and the requisite cards to drive that IO.  SMB falls apart well before that, with 6 users.   I mean unless they were all using USC C460's it's all flash.
1/29/2017 1:59:49 AM EDT
[#20]
Yep, this is the "computer guy" gold standard.  



There are surprising numbers of "that guy" who thinks that the latest parts build in "PC Gamer" or "Maximum PC" is obviously kick-ass for business.  After crawling forums looking for more "performance" he finds out about pedestrian but impressive-sounding things like SAS, RAID controllers, etc. and a new threat to critical business data everywhere is born.  

Businesses wind up hiring these guys because they find out how expensive it is to engage a professional services company or to hire an individual who actually knows what he/she is doing and will work for a small/medium business.

It's an expensive lesson to have to learn.

I always forget about that video but it's still funny every time I watch it.

Quote History
Quoted:
I still think it's hilarious that kid built a physical file server with 300,000 IOPS for basic SMB shares with mapped network drives for 6 users.  I get using components you got for free from corporate sponsors, but come on.
View Quote
1/29/2017 2:16:53 AM EDT
[#21]
I had a customer once.  They were a small CLEC, and the owners were basically just run-of-the-mill geeks that knew enough about networking get by building a WISP and riding the CLEC bandwagon in the mid-90s selling basic POTS and shitty DSL in a rural county.

They had VMware problems, they had vSphere hosts with 128GB of RAM, dual socket 16 core/32thread chips running over 50 VMs each, backed by 10 year old Thecus NAS boxes with 7200 RPM SATA drives in RAID 10.  Shit was so deep into spin-lock that I was seeing storage latency spikes of over 2500ms, and average continuous latency of 450-500ms.

Round and round I went with them, saying they needed to upgrade their storage.  "We aren't a big company, we can't afford that."  but during our initial discussion they loved to brag about their personal workstations with i7 processors, SSD/PCIe SSDs and water cooling.

Quote History
Quoted:
Yep, this is the "computer guy" gold standard.  



There are surprising numbers of "that guy" who thinks that the latest parts build in "PC Gamer" or "Maximum PC" is obviously kick-ass for business.  After crawling forums looking for more "performance" he finds out about pedestrian but impressive-sounding things like SAS, RAID controllers, etc. and a new threat to critical business data everywhere is born.  

Businesses wind up hiring these guys because they find out how expensive it is to engage a professional services company or to hire an individual who actually knows what he/she is doing and will work for a small/medium business.

It's an expensive lesson to have to learn.

I always forget about that video but it's still funny every time I watch it.
View Quote
1/29/2017 2:19:28 AM EDT
[#22]
Quote History
Quoted:


Didn't see his clients wired up with 4cards / 32GB FC to mount luns switches or Arista 100GB and NFS and the requisite cards to drive that IO.  SMB falls apart well before that, with 6 users.   I mean unless they were all using USC C460's it's all flash.
View Quote


When that kid built that thing he probably sat around for a weekend wondering why no matter what he did, he couldn't it to go any faster than 110MB/s across the network.
1/29/2017 3:46:50 PM EDT
[#23]
Dear God.



I would have backed out of the room slowly with my hands up going "yeah, you know, you guys have totally got this one by the balls and at this point I'm just an unnecessary expense... Maybe start running some of the more critical VMs on your kick-ass workstations! Good luck!"

Quote History
Quoted:
I had a customer once.  They were a small CLEC, and the owners were basically just run-of-the-mill geeks that knew enough about networking get by building a WISP and riding the CLEC bandwagon in the mid-90s selling basic POTS and shitty DSL in a rural county.

They had VMware problems, they had vSphere hosts with 128GB of RAM, dual socket 16 core/32thread chips running over 50 VMs each, backed by 10 year old Thecus NAS boxes with 7200 RPM SATA drives in RAID 10.  Shit was so deep into spin-lock that I was seeing storage latency spikes of over 2500ms, and average continuous latency of 450-500ms.

Round and round I went with them, saying they needed to upgrade their storage.  "We aren't a big company, we can't afford that."  but during our initial discussion they loved to brag about their personal workstations with i7 processors, SSD/PCIe SSDs and water cooling.

View Quote View All Quotes
View All Quotes
Quote History
Quoted:
I had a customer once.  They were a small CLEC, and the owners were basically just run-of-the-mill geeks that knew enough about networking get by building a WISP and riding the CLEC bandwagon in the mid-90s selling basic POTS and shitty DSL in a rural county.

They had VMware problems, they had vSphere hosts with 128GB of RAM, dual socket 16 core/32thread chips running over 50 VMs each, backed by 10 year old Thecus NAS boxes with 7200 RPM SATA drives in RAID 10.  Shit was so deep into spin-lock that I was seeing storage latency spikes of over 2500ms, and average continuous latency of 450-500ms.

Round and round I went with them, saying they needed to upgrade their storage.  "We aren't a big company, we can't afford that."  but during our initial discussion they loved to brag about their personal workstations with i7 processors, SSD/PCIe SSDs and water cooling.

Quoted:
Yep, this is the "computer guy" gold standard.  



There are surprising numbers of "that guy" who thinks that the latest parts build in "PC Gamer" or "Maximum PC" is obviously kick-ass for business.  After crawling forums looking for more "performance" he finds out about pedestrian but impressive-sounding things like SAS, RAID controllers, etc. and a new threat to critical business data everywhere is born.  

Businesses wind up hiring these guys because they find out how expensive it is to engage a professional services company or to hire an individual who actually knows what he/she is doing and will work for a small/medium business.

It's an expensive lesson to have to learn.

I always forget about that video but it's still funny every time I watch it.
1/29/2017 6:51:29 PM EDT
[#24]
That's pretty much how it went.

OH!! Another fun one.  They had absolutely critical billing functions (moving of call detail records from their 15 year old CopperComm carrier switch into their billing system) running on ColdFusion scripts that were executed by Windows Scheduled Tasks on a 15 year old Windows XP physical workstation that just sat on a shelf in the server room.


Quote History
Quoted:
Dear God.



I would have backed out of the room slowly with my hands up going "yeah, you know, you guys have totally got this one by the balls and at this point I'm just an unnecessary expense... Maybe start running some of the more critical VMs on your kick-ass workstations! Good luck!"
View Quote
1/30/2017 12:03:37 PM EDT
[#25]
Quote History
Quoted:
So what I want to know is why is this second WSS off site, but there's no replication in place?  What's it doing off site?
View Quote


I put the second server offsite (we have an offsite Datacenter) in case of physical disaster at the first site (i.e. water main breaks over the server room here).
This allows us to have a complete copy of our data that we can restore from.

Server number one does have some fault tolerance.
The main system drive (C:) is mirrored. So if the main drive #1 fails it will switch over to the #2 drive and keep going.
The storage RAID 5 array which includes a standby hot swap disk, so if we lose a drive it will keep going seamlessly.
1/30/2017 12:56:33 PM EDT
[#26]
So there is replication between WSS A and WSS B?

So, if you want seamless fail-over for User directories, you can totally do this with DFS-R.  The one caveat is that if there are shares that multiple users have access to, with DFS-R you can't have file locking unless you install a 3rd party file locking service.  This means if more than one user opens the same file, shit gets weird.

Quote History
Quoted:


I put the second server offsite (we have an offsite Datacenter) in case of physical disaster at the first site (i.e. water main breaks over the server room here).
This allows us to have a complete copy of our data that we can restore from.

Server number one does have some fault tolerance.
The main system drive (C:) is mirrored. So if the main drive #1 fails it will switch over to the #2 drive and keep going.
The storage RAID 5 array which includes a standby hot swap disk, so if we lose a drive it will keep going seamlessly.
View Quote
1/30/2017 1:02:46 PM EDT
[#27]
Quote History
Quoted:
It usually starts off with the best of intentions.  Then it is discovered just how involved and expensive it actually IS to do this correctly.  That's when the duct tape and string comes out and things go downhill.
View Quote


Yeah those good intentions go right down the drain when your data is hosed and you gotta dish out big money for data recovery.
1/30/2017 1:10:07 PM EDT
[#28]
Quote History
Quoted:
So there is replication between WSS A and WSS B?

So, if you want seamless fail-over for User directories, you can totally do this with DFS-R.  The one caveat is that if there are shares that multiple users have access to, with DFS-R you can't have file locking unless you install a 3rd party file locking service.  This means if more than one user opens the same file, shit gets weird.
View Quote


Crap. I do have shares that multiple users have access to.

No, there's no replication between WSS A and WSS B.
I could not get replication to work when I tried configuring it (using the "Replication Group Wizard"). Kept getting an error that told me my replication group could not be created. Only the Domain Admin of our whole University could set up the new group for me which is a real hassle.
*I also heard that replication of .pst files (for Outlook) cannot be done if the .pst file is in use. Which, if true, is the nail in the coffin because we use .pst's extensively.

Currently I'm only using the Windows Backup that came with 2012 to backup WSS A --> WSS B.
1/30/2017 1:57:16 PM EDT
[#29]
If you're using Exchange, then PSTs can be safely ignored/filtered from replication as all of that data is server side.  If you use PST files extensively, and aren't using Exchange, then you're environment is fucked up, your management team is fucked up, and you should just quietly resign yourself to the shitstorm that will eventually explode all over the place.  So if you can't get replication working because your change management is a "hassle" why the hell is that WSS there?  Who approved the purchase but didn't approve the change requirements to actually deploy it?

Quote History
Quoted:


Crap. I do have shares that multiple users have access to.

No, there's no replication between WSS A and WSS B.
I could not get replication to work when I tried configuring it (using the "Replication Group Wizard"). Kept getting an error that told me my replication group could not be created. Only the Domain Admin of our whole University could set up the new group for me which is a real hassle.
*I also heard that replication of .pst files (for Outlook) cannot be done if the .pst file is in use. Which, if true, is the nail in the coffin because we use .pst's extensively.

Currently I'm only using the Windows Backup that came with 2012 to backup WSS A --> WSS B.
View Quote