Buiding UNIX box


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Buiding UNIX box
# 1  
Old 07-25-2004
Buiding UNIX box

Come on guy/girls get me through this . . . just a couple questions.

1. Motherboard and processor: any special requirements?
2. I'm buiding a UNIX server box. With all the flavors of UNIX I'm really confused as to which one to buy/download. I'm a newbie but it is quite important that I learn a flavor that would help me the most no matter what type of UNIX box I come across.
3. Where could I get this OS at?

Any and all comments would be most appreciated, even the negative ones. I have been tasked with building 2 UNIX servers with a due date of 2 months from now. So I figure 16 hour days building/ learning UNIX I might be able to pull this off.
# 2  
Old 07-25-2004
Wow, what a loaded question!

To get started, take a look at this old but useful explanation of High Performance Networking Unleashed - check out Part 1, Part 4, and Part 5 for starters. Although it looks at UNIX, NT4, and Netware, as a possible OS to choose, it will give you more info on the other things you need to look at.

Realize you are asking "What do I use?" You aren't giving enough information (and probably can't with all the variables involved). It is like asking "I love to travel, what mode of transportation should I use?" You could get opinions about any one of the following as being perfect for traveling: bicycles, boats, planes, trains, automobile, or feet. But since you don't give enough information, some of the answers may not work. If you don't mention you live on an island in the middle of the Pacific, and you want to travel around the world, then a bicycle would be useless - unless of course you can hold your breath for long periods. If you don't mention you are afraid of flying, answers of planes would be useless and a waste of your and our time.

I hate to even ask some of these questions, and don't think even if you answer them here that anyone could give you the correct information. It's something you have to get through with the company you are working for.
1. What are we trying to accomplish? Is this server to be used for web hosting, financial reports, accounting, mail server, (and the list goes on....)? Will the software running the application run on UNIX/Linux - and if so, which ones? The software itself may give you a list of OS and versions that it works on cutting down on the list that you should look at.
2. What type of support is the company looking for? Is this a 24 hour, 7 day a week server (they usually are no matter what, but when it comes down to it, what is the company willing to spend on 24X7 - normally they start by saying they want 24X7 but they usually end up not wanting to pay for it - fault tolerant, clusters, disaster recovery, backup...) How much money are they looking to spend?
3. With the lack of knowledge of UNIX at your company, why are you attempting to use it and build a server that no one knows how to support? How was that decision reached? And can we fire that idiot? Smilie



As far as your original questions:
1. Motherboard and processor: any special requirements?
This will matter on the UNIX OS you decide to use. Most sites that offer either free downloads of Linux/UNIX will have a hardware compatiblity list. Once you have a better understanding of your needs as far as the business requirements, you will have a better understanding of which possible versions of OS will fit your needs and can then cut down on the large list of possible hardware that will work.

2. I'm buiding a UNIX server box. With all the flavors of UNIX I'm really confused as to which one to buy/download. I'm a newbie but it is quite important that I learn a flavor that would help me the most no matter what type of UNIX box I come across.
Since most UNIX/Linux is based on either (or both) BSD and System IV UNIX, you will find most are compareable but each has it's own quirks and going from on to the other is usually a pain. Just as each programming language uses the same logic to get something done, each uses different syntax in it's language. Being a newbie, don't worry about what would help you the most no matter what box you come across. You only have two months - you will have enough problems with getting all this working. Once you figure out the answers to some of the questions and have a better understanding of what OS you may be looking to go towards, you can either look for a book or on-line tutorial that will help you get a feel for the OS and assist you in that learning curve.
Check out the FAQ s listed below.

3. Where could I get this OS at?
If your looking for free software, a quick search on the web will give you many choices - check out the FAQ section of this site for more info on different places to download different sites FAQ on this site

Last edited by RTM; 07-25-2004 at 11:44 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Transferring the file from one UNIX box to another UNIX box

Hi Folks, I am using winscp to graphiclly move the files from one unix box to another unix box , let say one unix box crediantials is (These are dummy crediantials) xxx -->username yyy -->password and another unix box name is RRR -->username TTT -->password NOW i need to... (4 Replies)
Discussion started by: punpun66
4 Replies

2. Shell Programming and Scripting

ftp file starting with particular name on Windows box to Unix box using shell script

Hello all ! I'm trying to write a shell script (bash) to ftp a file starting with particular name like "Latest_" that is present on a Windows box to UNIX server. Basically I want to set this script in the cron so that daily the new build that is posted on the Windows box can be downloaded to the... (2 Replies)
Discussion started by: vijayb4u83
2 Replies

3. UNIX for Advanced & Expert Users

Copy file from unix box to another unix box

Hi, I am new for perl scripting, I need a script to copy a log file /test/test_yyyymmdd.dat from one unix box to another unix box location /check/check1/ at daily 2:00AM, please let me know how to do that...... Regards, Ann (8 Replies)
Discussion started by: fabrine
8 Replies

4. Shell Programming and Scripting

how to compare all files in one unix box has been to copied to another unix box

Hi our unix admin has copied all files from one unix box to new unix box. We just need to confirm that all the file systems are copied properly. How to validate. (9 Replies)
Discussion started by: sravanreddym
9 Replies

5. UNIX for Dummies Questions & Answers

I need an scp command from a unix box to a windows box.

scp file="myfile.txt" todir="user@somehost:(M:drive:/somepath/)"/ Not sure I need it to go to a specific drive on the windows box (1 Reply)
Discussion started by: xgringo
1 Replies

6. Shell Programming and Scripting

Moving files from Unix box to a windows box

Hi All, I need a little help .I want to transfer a file from unix box to a windows box,but the problem i'm facing is that in windows box FTP is not enabled and currently it is nearly impssible to change setting on windows box,i can not use the ftp method ,in my shell script to transfer the file.... (2 Replies)
Discussion started by: Preet
2 Replies

7. UNIX for Dummies Questions & Answers

Running UNIX commands remotely in Windows box from Unix box – avoid entering password

I am able to run the UNIX commands in a Windows box from a UNIX box through "SSH" functionality. But whenever the SSH connection is established between UNIX and Windows, password for windows box is being asked. Is there a way to avoid asking password whenever the SSH connection is made? Can I... (1 Reply)
Discussion started by: D.kalpana
1 Replies

8. Shell Programming and Scripting

FTPing from unix box to windows box.

Hi All, I need to know if it is possible ftping files from unix box to windows box . if yes , how ?. Is there any pre-requisits. Please tell me the steps, this is very urgent. Thnx Aru (8 Replies)
Discussion started by: aarora_98
8 Replies

9. UNIX for Advanced & Expert Users

How to FTP a file generated at UNIX Box to NT Box

Hi all, I am generating a file on the Unix machine , now i want to FTP the same file to the NT machine. how can i do that and the application currently upon which i am working is a JAVA based application. I need your help. regards Ruchir (2 Replies)
Discussion started by: Ruchir
2 Replies

10. UNIX for Advanced & Expert Users

VPN client (windows Box),and Server (Unix Box)

If I want to access unix box via VPN tunnel,from windows box. What sould I configure on the windows client PC, and what should I enable on the Unix Server box ? I am using Solaris V10 intel platform, and I am using windows XP, and 2003 for client (0 Replies)
Discussion started by: zillah
0 Replies
Login or Register to Ask a Question