Webmaster Forum

Go Back   Webmaster Forum > Web Development > Web Hosting Forum > Dedicated Servers

Dedicated Servers Dedicated server help.


Reply
 
LinkBack Thread Tools Display Modes
Old 08-13-2004, 03:36 PM   #1 (permalink)
Junior Member
 
Join Date: 08-13-04
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

duke is liked by many
Raid or two machines for reliability?

Our company's venturing into dedicated servers for the first time. We want to run our sites and email from it.

Email has gone down twice in the last two weeks with our current shared host so the emphasis is on doing what's needed to keep it going. The sites are important, but not like email.

Looking over the options, we see Raid 1 and two connected servers offered by most places. Can I get some guidance on how to consider these? We'll need to get educated no matter which way we go. Or maybe neither's the answer?

duke is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-20-2004, 11:15 PM   #2 (permalink)
Senior Member
 
cltwebs's Avatar
 
Join Date: 10-15-03
Location: Charlotte, NC
Posts: 383
iTrader: 0 / 0%
Latest Blog:
None

cltwebs is liked by somebodycltwebs is liked by somebodycltwebs is liked by somebodycltwebs is liked by somebodycltwebs is liked by somebody
Send a message via AIM to cltwebs Send a message via MSN to cltwebs Send a message via Yahoo to cltwebs
When you are connecting two servers together you are performing what is called a cluster. A cluster is either two or more servers that are identical in data and configuration. One is primary and other is 2ndary. If one goes down the other takes its place.

RAID 1 is just mirrored drives same data on two drives if one goes down the ther other drive becomes the primary and takes over until replace.

Clusting is more expensive for configureation. Any server IMO should be runing at some sort of raid level.

You are are saying that email went down how did the email go down the app/hardware/network ?

Designing redundancy in server applications such as email is very detailed. But to provide redundance in hardware is much easier. RAID provides Harddisk redunancy and Cluster provides system redunancy.

If your mail app failed neither solution may not even prevented that. could be how the email server was configured or network.

I know does not really answer your question but figuring out how and why went down would be good start and preventing it from doing it again would be first priority if I was maintining that server.

Good Luck
cltwebs is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-20-2004, 05:29 AM   #3 (permalink)
Contributing Member
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 1,268
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
Is that the primary domain controller and bdc?
__________________
Business directory

Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-20-2004, 06:10 AM   #4 (permalink)
Senior Member
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 1,911
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
Unless you're looking at very heavy server loads, then my inexpert understanding is that RAID 1 with dual SCSI drives will do you great.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-06-2004, 08:12 PM   #5 (permalink)
Contributing Member
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 1,268
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
Why not SATA, they're cheaper?
__________________
Business directory

Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-23-2004, 11:47 PM   #6 (permalink)
Senior Member
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 1,758
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
SATA disk use main CPU to process data transfer, so they slow down the PC. With heavy disk access the slowdown may be signifficant. Besides, top speed for SATA drive is 10000RPM (only one model in varoius capacities), while top SCSI speed is 15000RPMS with random access in sub 3ms. (sub 5ms for fastest SATA). Especially with software basd (and some cheaper hardware controlled) RAID 5 configurations SATA can be painfuly slow.

SCSI drives on have also their own own processor, so data transfer doesn't slow down the main procesor.

As for the redundancy, for the last 5 years I've been quite happy with RAID 1 on my two home servers. RAID 5 is a little more economical and can be faster, but the speed issue depends on the actual applicaion. it is not always rue that RAID 5 is faster than RAID 1. For instance for database applications RAID 1 may be a tad faster if majority of operations are writes rather than reads.

As far as speed goes, of course RAID 0 is the fastest, but using RAID 0 is ony for those who are not very sentimental about the data they store on their drives. One glitch on either drive means and you kiss your data good bye.
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-25-2004, 05:35 PM   #7 (permalink)
Contributing Member
 
Fusion's Avatar
 
Join Date: 03-08-04
Posts: 1,268
iTrader: 0 / 0%
Latest Blog:
None

Fusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the roughFusion is a jewel in the rough
Send a message via MSN to Fusion Send a message via Yahoo to Fusion
RAID 5 minimum 3 disks
__________________
Business directory


Last edited by Fusion; 10-25-2004 at 05:46 PM..
Fusion is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-14-2005, 08:08 PM   #8 (permalink)
Junior Member
 
Join Date: 06-14-05
Posts: 1
iTrader: 0 / 0%
Latest Blog:
None

mavwebnet is liked by many
Most of our clients just get 2 Hard drives in their dedicated server and configure Mirroring in Windows 2003 Server for redundancy.

Like others posted... this solution would not have helped with your email solution failing. Make sure when you go dedicated you get a stable mail app.
mavwebnet is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Hosting Forum > Dedicated Servers

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A Drive in the Raid 0 is failing Nick Tech Support Forum 2 11-18-2006 01:38 PM
Help on Manufacturers' Raid options. zion Dedicated Servers 2 10-22-2006 12:41 AM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 01:33 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.