LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2013, 01:54 PM   #16
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497

Here's my thoughts on building..

If you're building a workstation i.e. ECC RAM Opterons/Xeons Quadro/FirePro and it's in a zero downtime environment you'd be silly to build yourself. My Dell dude is at our place in less than 45 minutes whenever there is a problem there is no need to futz with parts he comes in replaces what needs replaced and thats it. When your machines produce real dollars or in our case insure communication with the good guys on 3 continents diagnosing and going to the store to pick something up is just not the smartest use of time. I have friends that work for RTL and SAT1 they work on seriously tight deadlines they simply cannot afford to have a system down that where that 45 minute thing comes in the Dell dude will replace your computer so you can continue rendering while he pulls your apart and does what needs done.

Germany_chris cuts interviews and makes pretty pictures/posters/banners/certificates et.al. my personal machine was a Mac Pro because I can hoof it to the Apple store and with business service have it fixed in a couple hours I just don't have inflexible deadlines.

For folks that just want an internet machine I can generally build cheaper and higher quality with more options than the big brands and I provide better support. We all have different usage scenarios and one way is never better applied across the board.
 
Old 11-14-2013, 09:00 AM   #17
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by Germany_chris View Post
Here's my thoughts on building..

If you're building a workstation i.e. ECC RAM Opterons/Xeons Quadro/FirePro and it's in a zero downtime environment you'd be silly to build yourself. My Dell dude is at our place in less than 45 minutes whenever there is a problem there is no need to futz with parts he comes in replaces what needs replaced and thats it. When your machines produce real dollars or in our case insure communication with the good guys on 3 continents diagnosing and going to the store to pick something up is just not the smartest use of time. I have friends that work for RTL and SAT1 they work on seriously tight deadlines they simply cannot afford to have a system down that where that 45 minute thing comes in the Dell dude will replace your computer so you can continue rendering while he pulls your apart and does what needs done.
You're also paying tens of thousands of dollars for that privilege, between the ridiculously hiked up cost of the machine and the support contract you have you pay for. So much, in fact, that if you had built it yourself you could just build an additional 1-2 identical machines and have a 2 or 3 way redundant mirrored setup that can seamlessly take over if any machine has a problem, without ANY down time. No phone call required, no 45 minute delay.

If you build it right, it shouldn't be failing anyway. Not a single workstation/server I've built in the last 7 years has failed (apart from the occasional failed HD, which is swapped out seamlessly with hot-swap bays and a redundant RAID setup). By now we would have thrown away somewhere around $100k on unused Dell/HP high purchase prices and support.

Last edited by suicidaleggroll; 11-14-2013 at 09:06 AM.
 
1 members found this post helpful.
Old 11-14-2013, 07:21 PM   #18
Germany_chris
Senior Member
 
Registered: Jun 2011
Location: NOVA
Distribution: Debian 12
Posts: 1,071

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by suicidaleggroll View Post
You're also paying tens of thousands of dollars for that privilege, between the ridiculously hiked up cost of the machine and the support contract you have you pay for. So much, in fact, that if you had built it yourself you could just build an additional 1-2 identical machines and have a 2 or 3 way redundant mirrored setup that can seamlessly take over if any machine has a problem, without ANY down time. No phone call required, no 45 minute delay.

If you build it right, it shouldn't be failing anyway. Not a single workstation/server I've built in the last 7 years has failed (apart from the occasional failed HD, which is swapped out seamlessly with hot-swap bays and a redundant RAID setup). By now we would have thrown away somewhere around $100k on unused Dell/HP high purchase prices and support.
I guess we have to go through this every year when the new workstations come out..to built xeon to xeon ecc to ecc you really don't save that much money.
 
Old 11-14-2013, 08:08 PM   #19
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by Germany_chris View Post
I guess we have to go through this every year when the new workstations come out..to built xeon to xeon ecc to ecc you really don't save that much money.
Except that you do. I run through this exercise every few months, I even posted real prices just a few posts ago, those were valid as of about 2 weeks ago. You typically spend about 2-3x more through Dell or HP versus building it yourself, at least for higher end systems. As I mentioned in my previous post, bottom of the barrel machines are closer in price, sometimes Dell or HP can even be a little less expensive for the SUPER cheap machines.
 
Old 11-14-2013, 10:37 PM   #20
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
Drakeo's suggestions, above, seem to ignore your lack of a second drive bay but are otherwise reasonable.
may have miss read it I thought it was 2 sata drives one usb. I mean if you really want you can just you could use dd
Quote:
dd if=/dev/sda of=/dev/sdb bs=32M
but we know that makes the mirror of the whole drive. or
Quote:
dd if=/dev/sda1 of=/dev/sdb1 bs=32M
or you can use dd to the usb drive.
Quote:
dd if=/dev/sda of=/dev/sdx bs=32M
but how often do well tell new users of linux to use the dd.
I use it but I also use the other for back up\
and I also use squashfs4 for back up.
Quote:
dd if=/dev/sda1 | gzip -c > /mnt/where erver you want it/image.img
the above to just make and image to untar any where you want it.
dontforget to edit your /etc/fstab

Last edited by Drakeo; 11-14-2013 at 10:51 PM.
 
Old 11-15-2013, 12:15 AM   #21
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Why not just run linux from a USB storage device. I run mine from an SDHC card. With a reader, and partitioned to function within the 16GB that that reader plays nice with on a 32GB card. Even older hardware can boot usb devices, via a grub boot CD or other CD options. But most since 2006 seem to support booting from USB in the bios. The boot time hot key might vary, F12, F1, ESC, F10, DEL, SPACE or whatever key it says on the second-ish long BIOS/CMOS screen.

I have a 32 bit single core 2.8GHz laptop with 512MB of ram that I use. Intel graphics which functions about the same performance wise as my prevous 2GHz laptop with an ATI card and a higher resolution monitor. I have a 64 bit dual core 1.9GHz desktop with 1GB of ram that I use. Not much beyond storage devices that is new since 2007-ish. Still chugging along including 3D rendering and video editing. Although I sort of have to edit videos to downgrade the resolution and bitrates to be playable on this antique. But all of the above work fine for youtube and hulu content.
 
1 members found this post helpful.
  


Reply



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
Partitioning a USB Flash Drive For Full Mint 13 Install jimwg Linux Mint 22 09-07-2012 09:08 PM
how to download linux mint on to a USB flash drive? NickRudd Linux - Newbie 4 04-24-2012 05:32 AM
Automatically mounting with wide open permissions a FAT formatted USB flash drive Geojay Linux - General 2 02-18-2011 04:13 PM
load Linux onto a hard drive on one computer then move the hard drive to another Ark9 Linux - Newbie 2 10-06-2008 06:56 PM
Konqueror won't load on KDE after usb flash drive inserted Black_Knight Mandriva 6 03-26-2006 08:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:54 AM.

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