hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : Want to buy ATOM Server. Need some help
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

Want to buy ATOM Server. Need some help

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-05-2010, 09:40 AM
troboy troboy is offline
Web Hosting Master
 
Join Date: Oct 2008
Location: /root/webhosting
Posts: 845

Want to buy ATOM Server. Need some help


Hi everybody,
I am looking for cheap dedicated server i.e. ATOM server with 250GB X 2 HDD with RAID, 1GB RAM.

I am going to provide File backup service.
  • How can I do Hard Disk cloning ?
  • How RAID works ? Why it is used ?
  • Can I use RAID for cloning HDD or for backup of HDD-1 on HDD-2
I am pretty confused about it
http://www.bestpricecomputers.co.uk/glossary/raid-1.htm

Where can I get ATOM servers ? Following are in my list
SingleHop - But they do not provide RAID for ATOM
iWeb - Their Managed services are expensive (from my point of view)
Gigenet - They also do not provide 2nd drive. So no question of RAID

Need help, thanks

__________________
██ Website Hosting Mumbai | Web Hosting India
██ Web Hosting Unleashed
██ cPanel-Fantastico Shared Hosting | 99.9% Uptime
██ sales[at]linkwayhosting.com | +91-9930-3388-67


Last edited by troboy; 02-05-2010 at 09:50 AM.
Reply With Quote


Sponsored Links
  #2  
Old 02-05-2010, 11:47 AM
FastServ FastServ is offline
Randy
 
Join Date: Aug 2006
Location: Ashburn VA, San Diego CA
Posts: 3,901
You can do software RAID on an Atom if the host will support it for you. We ran some tests and the performance is actually about 15% better on unixbench with software RAID1. Highly recommended.

__________________
Fast Serv Networks, LLC | AS29889 | Dedicated, Cloud, Streaming and more...
Auto OS Install | IPMI | Routed Private Network w/VPN | Managed Services


Reply With Quote
  #3  
Old 02-05-2010, 03:14 PM
Kusai Kusai is offline
Web Hosting Master
 
Join Date: Apr 2009
Location: Dallas/FortWorth TX
Posts: 1,518
what is the budget we are looking at ??

__________________
IPStrada When uptime counts.
Warren Buffet: Honesty is very expensive gift do not expect it from cheap people.

Reply With Quote
Sponsored Links
  #4  
Old 02-05-2010, 04:55 PM
ByteMaster ByteMaster is offline
Web Hosting Master
 
Join Date: May 2005
Location: Detroit, Michigan USA
Posts: 1,422
Troboy,

You can add hardware RAID to an ATOM, but by the time you do, the cost is prohibitive.

If your using this server for backups, then you need reliability. You might consider an E6600 or E7200.

__________________
||| Mike Bowers - Marketing Director
||| atOmicVPS LTD (Launching Soon)
||| OnApp Powered Linux & Windows Cloud Hosting ► [Shared] ► [Reseller] ► [VPS]
||| Follow the atOmicVPS LaunchPad Start-Up Blog until Beta Launch - February 1st 2012

Reply With Quote
  #5  
Old 02-05-2010, 05:14 PM
FastServ FastServ is offline
Randy
 
Join Date: Aug 2006
Location: Ashburn VA, San Diego CA
Posts: 3,901
Quote:
Originally Posted by ByteMaster View Post
Troboy,

You can add hardware RAID to an ATOM, but by the time you do, the cost is prohibitive.

If your using this server for backups, then you need reliability. You might consider an E6600 or E7200.
How can you say Atom is less 'reliable' than any other CPU?

Also, what makes hardware RAID more reliable? In my opinion, the hardware RAID card is just another point of failure.

Bottom line...you want hardware RAID for performance, not reliability.

__________________
Fast Serv Networks, LLC | AS29889 | Dedicated, Cloud, Streaming and more...
Auto OS Install | IPMI | Routed Private Network w/VPN | Managed Services


Reply With Quote
  #6  
Old 02-05-2010, 05:21 PM
eonhost eonhost is offline
Junior Guru Wannabe
 
Join Date: Feb 2010
Posts: 63
Well I have seen software RAID 1 working fine with 2.500GB hdds on intel atom 330. I can confirm it supports it.

And yes, RAID is used for the described purpose. Copy or say mirror HDD 1 data to HDD 2.

Reply With Quote
  #7  
Old 02-05-2010, 05:25 PM
bernardo11 bernardo11 is offline
Junior Guru Wannabe
 
Join Date: Dec 2009
Posts: 41
Digicube.fr:

Atom 230 1,6 GHz
1Gb DDR2
2x 80Gb (Raid1)
100/100MBps Unmetered

= 20€/mth or 15€ without 2nd disk

Reply With Quote
  #8  
Old 02-05-2010, 05:33 PM
NoSupportLinuxHostin NoSupportLinuxHostin is offline
Web Hosting Master
 
Join Date: Jan 2010
Location: USA
Posts: 1,687
RAID is used to protect against hard drive failures. It is completely different from a backup, even though at a glance the ideas seem similar. A backup is a copy of all of the important files. Backups are important, even when you already use RAID. For example, if a hacker gets into your server and deletes some important files, the backup is what you use to restore the server. Or if you accidentally delete some files that you need, the backup is where you can restore those files from.

RAID is important for solving a different problem. Hard drives fail, especially when they are used constantly in server environments. With certain RAID levels, your data is stored on multiple drives. If one drive fails, nothing is lost. You just slam a new, empty drive in place of the failed drive, and everything goes on without a hitch. I've even set up RAID solutions with a spare empty drive already in place. When a drive fails, the RAID enclosure starts rebuilding onto the hot spare automatically and even emails me to let me know all about it. Then I can replace the failed drive with a fresh drive when I get a chance. It works slick. Hard drives can fail without every losing data. It's great.

I mentioned that this only applies to certain RAID levels. RAID0, for example, improves performance but does not improve reliability. In fact, RAID0 can actually reduce reliability. With RAID0, you can lose all of your data if either drive fails. That is why admins never use RAID0 in servers.

My advice is to run RAID1 if you only have two drives, and use RAID10 or RAID1e if you have more than two drives. Avoid RAID5 simply because RAID5 performs poorly when writing data. Web servers write a lot of data into log files each day, and RAID5 performs quite poorly at that task.

__________________
No Support Linux Hosting Bargain cPanel Hosting Experts Only
We IGNORE the support questions, and pass the SAVINGS on to YOU!
We also ignore questions about VPS Hosting

Reply With Quote
  #9  
Old 02-05-2010, 05:36 PM
SwarmHost SwarmHost is offline
Junior Guru Wannabe
 
Join Date: Jan 2010
Posts: 40
Quote:
Originally Posted by troboy View Post
  • How can I do Hard Disk cloning ?
  • Essentially, Raid 1 is cloning hard drives in real time. You have the primary hard drive doing all the work and the secondary drive copying everything that is written to the primary.
    Quote:
    Originally Posted by troboy View Post
  • How RAID works ? Why it is used ?
  • Raid is for performance or redundancy (or both). It uses multiple disks to reach either goal. Some types are more complicated than others. You are looking for Raid 1, which simply mirrors the drives like stated above. This is only for redundancy. In a perfect world, if the primary drive fails, the secondary takes over immediately.

    Quote:
    Originally Posted by troboy View Post
  • Can I use RAID for cloning HDD or for backup of HDD-1 on HDD-2
It's not used for backup. Backup and redundancy are two separate issues with regards to data integrity.


Last edited by SwarmHost; 02-05-2010 at 05:37 PM. Reason: fixed the quoting format
Reply With Quote
  #10  
Old 03-13-2010, 02:30 PM
NuCode NuCode is offline
Aspiring Evangelist
 
Join Date: Nov 2004
Location: Finland
Posts: 382
Just don't go with Digicube. It's the worst provider i've had the "delight" to deal with.

Very slow deliveries, very slow support, hardware unstable, network even worse (min. 10% packet loss" etc. everything was fine until we spent over 2000€ within a week on new server orders.

__________________
Pulsed Media: Seedbox hosting, Dedicated Servers and VPN Hosting

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
[$39 ATOM BLOWOUT] Dual Core Atom 330 - 2 GB RAM - REMOTE REBOOT - PREMIUM BANDWIDTH MrRadic Dedicated Hosting Offers 18 08-10-2010 10:57 AM
HIVELOCITY- $59 Atom, $69 Dual-Core Atom, $99 Core2Quad, $249 Nehalem- 3 MONTHS FREE! HivelocityGM Dedicated Hosting Offers 31 09-21-2009 10:09 AM
HIVELOCITY- $59 Atom, $69 Dual-Core Atom, $99 Core2Quad, $249 Nehalem- 3 MONTHS FREE! HivelocityGM Dedicated Hosting Offers 14 09-19-2009 07:13 PM
HIVELOCITY- Atom $59, Dual-Core Atom $69, Core2Quad $99, Nehalem $199- 3 MONTHS FREE! HivelocityGM Dedicated Hosting Offers 43 08-26-2009 12:38 PM
HIVELOCITY- Atom $59, Dual-Core Atom $69, Core2Quad $99, Nehalem $249- 3 MONTHS FREE! HivelocityGM Dedicated Hosting Offers 32 08-01-2009 10:23 AM

Related posts from TheWhir.com
Title Type Date Posted
Web Hosting Sales and Promos Roundup - December 14, 2012 Web Hosting News 2012-12-14 17:40:06
Web Host 1&1 Internet Adds Server Restoration Tool for Virtual Machines Web Hosting News 2012-11-07 15:45:16
Web Host OrcsWeb Offers Support for Windows Server 2012 Web Hosting News 2012-08-24 11:08:35
Web Host 1&1 Enhances Dedicated Server Line with 32 Core, 64 GB RAM Server Web Hosting News 2011-12-20 15:30:05
DiscountASP.NET Launches Free Beta for Microsoft SQL Server 2012 Hosting Web Hosting News 2011-12-13 22:02:03


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?