Stupid Question?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Stupid Question?
# 8  
Old 04-25-2001
MySQL

The problem was the number thingy on the back which lets you specift the scsi device number. I would have never figured that one out on my own. I just want to say thanks for all your help and this website "RULES" when it comes to finding the help you really need.

Thanks
# 9  
Old 04-25-2001
Yes, SCSI can be 'pretty wierd' at times. In a nutshell, there are a total of 8 SCSI IDs on a SCSI bus (as I recall off the top of my head). These IDs are 0 - 7. Often the 0 ID is reserved for the 'host adapter' which is tyically the bus interfaced card. (someone please correct me if I've misstated the ID info).

The more tricky, and often fatal problem that come with SCSI, is the requirement to have electrical terminations at both ends of the bus. All devices between the two ends must not be terminated. This can cause real nightmares for people. Sometimes you get all the SCSI IDs just right, but in rearranging things on the bus, you forget to readjust your terminations and WHAM!

Sometimes it will boot just fine and run until a intense transfer on the bus causes the OS to panic (hang up and die). Sometimes even correctly configured devices and terminations can cause unexpected errors.

BTW: I used to be a very big fan of SCSI but (as you can read); I've moved to EIDE for most server applications. I have found EIDE to be 'fast enough' and more reliable. However, for fault tolerant applications (like CPU switchover and other complex RAID configurations) SCSI provides good bus flexibility. Depending on your application, carefully consider the complexity of SCSI vs. the simplicity of EIDE before making a purchase.

# 10  
Old 04-26-2001
In addition, the much higher cost of SCSI devices usually outweighs the performance benefit for low to mid-range applications. With the new ATA/100 disks running at 7200 rpm or greater the performance gap between SCSI is getting smaller.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Stupid question

I just began learning how to use Unix, so forgive my stupidity. I know this is answered somewhere but it's pretty specific and probably easily answered. When I use some commands (particularly recently, the grep command) my terminal seems to freeze up. It switches out of bash mode and into the... (2 Replies)
Discussion started by: ems5311
2 Replies

2. AIX

stupid question: the path

I'm sorry for my stupid question, but when I log in with one account on my AIX machine, I see: psar3@caixpc24: /home/psar3 > > When I login with another login (pger1), I see: caixpc24 # how can i change that i see the same for pger1 as for psar3??? (it's easy to see with which... (4 Replies)
Discussion started by: Leilah
4 Replies

3. UNIX for Dummies Questions & Answers

Stupid question

Hi all, Please excuse my ignorance - I'm a Cisco kid and my knowledge of Unix is somewhat flaky!! Basically we're running MRTG on an HP-UX server and wondered what the "-" means in the following text within the crontab file - -* * * * * root /home/mrtg/fwdev01.sh I... (3 Replies)
Discussion started by: freakydancer
3 Replies

4. UNIX for Dummies Questions & Answers

One stupid question

Has anybody come across the situation when after openning the cover of HP9000 the PC will not start. We checked everything but did not manage to find any solution to that. The PS seems to be functionning (at lease we can hear it clicking). Please help us solving the problem. Thanks to everybody. (2 Replies)
Discussion started by: Andrey Malishev
2 Replies

5. IP Networking

stupid IP question

Hello! I'm sorry - I know nothing about computers, but I have a dumb question. Could someone explain to me if two computers, say in a large city, could have the same IP address on different days, if they were using broadband internet? Or, is it possible an internet service provider could assign... (3 Replies)
Discussion started by: sugarsweet
3 Replies

6. UNIX for Dummies Questions & Answers

Sorry! Stupid question, but...

Hey everybody. I'm going through my system (Mac OS X 10.3.9, through the Terminal application) trying to get rid of instances of MySQL that I installed over each other. I was having trouble getting MySQL to work: it wasn't letting me set the password, then it wouldn't let me create new databases... (2 Replies)
Discussion started by: starscream
2 Replies

7. UNIX for Dummies Questions & Answers

stupid question!?

fedora core 2 xx8. 5xx version (not sure! not sure how to look it up either..(except on boot sorry!!)).. :( the linux version I started on last year was an old redhet 6.0 version with only text mode.. back then for some reason I knew I how to get rid of whole directories without a) going through... (6 Replies)
Discussion started by: moxxx68
6 Replies

8. UNIX for Dummies Questions & Answers

Stupid question

I need to convert a Unix file to a 'Dos' file. Ie if I look at the converted file in 'vi' on Unix it will have '^M' at the end of each line. Hopefully it won't be a case of reading each line in turn and adding a \n. I've heard there is some sort of unix2dos command but it is not recognised on... (2 Replies)
Discussion started by: Bab00shka
2 Replies

9. UNIX for Dummies Questions & Answers

sorry if this is a stupid question

Hi All, just a thought is it possible to make the shell read the following command $ $*pdf to list all pdf ($ls *.pdf) and $*htm as ($ls *.htm) Thanks for the inputs :) (2 Replies)
Discussion started by: sskb
2 Replies

10. UNIX for Dummies Questions & Answers

Stupid question...

Hello, I've always been around systems that ran windows in one version or another, so I'm familiar with what/when/where/drivers/etc for that. I want to build a unix box to use as a place to learn and become more familiar with unix. I would also like to eventually convert it to a server to... (6 Replies)
Discussion started by: Cortney
6 Replies
Login or Register to Ask a Question