There Goes a Tenner (Jan 20 2011) |
![]() |
| log in |
Message boards : Technical News : There Goes a Tenner (Jan 20 2011)
Previous · 1 · 2
| Author | Message |
|---|---|
|
That was many many years ago - late 80's into the early 90's. Went back to school to get my masters from UW-Madison and then went to Microsoft as a 5th level enterprise networking tech. Been up and down the road a few times :) | |
| ID: 1069067 · | |
I suppose we should wait and see if Bruno is still viable. At this point, Todd has talked me into it. Hopefully, Bruno's problem is just something simple like loose cables or weak power supply. | |
| ID: 1069088 · | |
|
would bumping up the disk cache on synergy help? seems like 96 Gb of ram would give you a lot of options... | |
| ID: 1069138 · | |
we had two large storerooms of full height 5.25" 1GB Micropolis SCSI drives and one storeroom would be empty in a month. Humm, the M-word might be key there. I was the first kid on my block to own a Gigabyte hard drive. This enabled me to do audio editing, as an entire concert would fit on the drive. The actual drive was a 1.6 Gbyte IDE Micropolis, but back then I think it was pretty common to sell the same drive hardware with IDE or SCSI interface, with maybe a $50 adder for the SCSI variant. I was extremely pleased to pay a little over $1000 for my drive. The first one failed less than two days of installation--not subtle bad sectors, but hard failure. Warranty replacement went OK, but the second one lasted only a couple of years before also failing hard. Now a single user experience on tiny sample is not the way to judge HD reliability, but I have heard that Micropolis did not lead the field in reliability even in their good days. How did Cray come to choose them? Oh, yes, and my application was not hammering the thing at all. I probably did active audio work less than 1% of the time, and did not yet have an internet connection, so the drive was closer to excess idle than to excess activity. ____________ | |
| ID: 1069162 · | |
we had two large storerooms of full height 5.25" 1GB Micropolis SCSI drives and one storeroom would be empty in a month. Your comment is interesting, because I had bad things happen with Micropolis drives too, back in the day. Horribly unreliable......went through a streak of about 10 bad ones. All purchased at different times from different vendors. Seagate forever for the kitties now. And very happy with them. I learned to buy 'server class' drives for the 100% uptime I give them...... Yet another piece of valuable advice I gleaned from my friends at Seti. ____________ ****** "Ask not, what your kitty can do for you. Ask what you can do for your kitty." As it is kitten, so shall it be done. | |
| ID: 1069165 · | |
|
I'd swear that Micropolis was the company that got caught packaging bricks | |
| ID: 1069631 · | |
|
I think it was MiniScribe that was shipping the bricks. | |
| ID: 1069649 · | |
|
Alex Hilleary wrote: I'd swear that Micropolis was the company that got caught packaging bricks in order make it's quarterly numbers one time. Close, but you are thinking of MiniScribe. I'm not sure the bricks story was proven, or the fact that employees believed it to be true was cited as one illustration of just how completely broken things were. It was a famous mess, either way. ____________ | |
| ID: 1069650 · | |
They were not actual bricks, but the one of last rounds of drives only worked as bricks. I got 3 of them one after another that had to be replaced under warranty. The 4th one lasted for about 5 years. The first one I got lasted 3 days. The second one lasted 7 hours. The third lasted 1 hour. (I was a bit peeved about spending about 6 hours filling the disk from backups before imminent failure each time except the last). The solution was to send me a drive with a different capacity (25% larger) that did not have the infant mortality problem. The drive I ordered was 120MB, three failures. The drive I ended up with was 150MB. These were among the largest drives available at the time. Miniscribe went out of business within 2 years of this fiasco. ____________ BOINC WIKI | |
| ID: 1069657 · | |
|
I think I have a 40 MB Miniscribe disk on my AT&T UNIX PC (PC 7300 aka Safari) dating back from 1986. It is still working, after many reformatting and reloading the UNIX System V OS fro 5 1/4 inch disks. Memory is a hefty 512 KB. | |
| ID: 1069853 · | |
I think I have a 40 MB Miniscribe disk on my AT&T UNIX PC (PC 7300 aka Safari) dating back from 1986. It is still working, after many reformatting and reloading the UNIX System V OS fro 5 1/4 inch disks. Memory is a hefty 512 KB. Yes, some of their earlier drives were tanks - built to keep running through anything forever. It was some of their last disks that had problems. ____________ BOINC WIKI | |
| ID: 1069896 · | |
|
So who bought this company, Micropolis? I seem to recall them being bought out. | |
| ID: 1069940 · | |
So who bought this company, Micropolis? I seem to recall them being bought out. Quote from wiki.. This company was one of the many hard drive manufacturers in the 1980s and 1990s that went out of business, merged, or closed their hard drive divisions; as a result of capacities and demand for products increased, and profits became hard to find. While Micropolis was able to hold on longer than many of the others, it ultimately sold its hard drive business to Singapore Technologies (now Temasek Holdings), who has ceased to market the brand. ____________ Linux laptop uptime: 1484d 22h 42m Ended due to UPS failure, found 14 hours after the fact | |
| ID: 1069988 · | |
I'd swear that Micropolis was the company that got caught packaging bricks Actually I had to go through 10 Seagate ST4096 MFM 5.25" FH hdds before I had one that worked Years ago, So Yeah there were crap dives being made, Even by Seagate. Today there is no such thing as a New 5.25" FH(Full Height) hdd anymore, But those were Bricks alrighty. ____________ BSG Anthem My Facebook page | |
| ID: 1070139 · | |
Also by the way, somebody asked if we should have two upload servers. We used to have the upload server split onto two systems but this wasn't helping - in fact it was making it worse. The problem is not the lack of bandwidth i/o, but disk i/o. The results have to live somewhere, and require lots of random read/writes. So it's best if the upload server saves the results on directly attached storage. If it is also serving them over NFS (or likewise equivalent) such that a second upload server can write to them, it's too much of an overhead drag. So the upload server has to be a singular server which also (1) holds the results and (2) as much of the backend processing on these result files as possible. I think right now the only backend processing on results which bruno does NOT do is assimilation, which vader handles. You might think "why not just have the upload server save the results IT gets on ITS own storage?" Then we end up with two piles of results, randomly split, and then the NFS/mounting bottleneck is simply pushed down the pike to the validators, who need to read both piles at once. (First post, so please bear with me...) My spontaneous thought when reading the above, is that since the entire S@H thingie is about distribution... shouldn't there be a way to distribute this too? Just like the home computers might not always be so fast, but compensate this by their large numbers, wouldn't it be possible to have even more upload servers (not just two), and perhaps one dedicated "indexing server", to keep track of which upload server has which data... And by increasing the number of ul servers to more than two, you also distribute the network traffic. So even if the total traffic gets higher, the load gets more spread out. In other words, just two ul servers maybe isn't enought to distribute the network traffic, but with even more servers, the mere numbers will compensate for the network limitations. I realise I'm probably just missing something more or less obvious here, just thought I'd mention it anyways... ;) ____________ | |
| ID: 1072646 · | |
Also by the way, somebody asked if we should have two upload servers. We used to have the upload server split onto two systems but this wasn't helping - in fact it was making it worse. The problem is not the lack of bandwidth i/o, but disk i/o. The results have to live somewhere, and require lots of random read/writes. So it's best if the upload server saves the results on directly attached storage. If it is also serving them over NFS (or likewise equivalent) such that a second upload server can write to them, it's too much of an overhead drag. So the upload server has to be a singular server which also (1) holds the results and (2) as much of the backend processing on these result files as possible. I think right now the only backend processing on results which bruno does NOT do is assimilation, which vader handles. You might think "why not just have the upload server save the results IT gets on ITS own storage?" Then we end up with two piles of results, randomly split, and then the NFS/mounting bottleneck is simply pushed down the pike to the validators, who need to read both piles at once. Unfortunately, the uploaded data has to end up at Berkeley for validation and incorporation into the Science Data Base. The bottle neck here is the 100Mb link up the hill. We shall see if the project to get Gb up the hill will actually help much as that Gb is shared among several labs. ____________ BOINC WIKI | |
| ID: 1072883 · | |
Unfortunately, the uploaded data has to end up at Berkeley for validation and incorporation into the Science Data Base. The bottle neck here is the 100Mb link up the hill. We shall see if the project to get Gb up the hill will actually help much as that Gb is shared among several labs. Sorry if I was unclear... I didn't mean distributed as "distributed between users", but rather as "distributed between a larger number of local upload servers at Berkeley". It won't solve the problem with the 100mbit link (but won't make it worse either), my thought was that it however might solve the problem with concentrating all data to one single upload server, which of course doesn't give much redundancy AND as far as I've understood is a bottleneck even when it works at its best? ____________ | |
| ID: 1073011 · | |
Sorry, but all the data HAS to go thru one server - as that server does all the validating, assimilation, and deletions. As it has been explained to me, any other possibility (and several have been tried, so I understand...) makes too much network thrashing as the WU/results get tossed back and forth between servers. ____________ . | |
| ID: 1073196 · | |
It's always good to read RFC-1925. What we're talking about is Truth #6. First of all, this isn't a "problem" because the BOINC client will keep trying to upload until it succeeds, and data is no more likely to be lost at the client (cruncher) than it is on some intermediate server. Distributing upload servers adds a whole layer of logic to deal with getting the files from the upload servers to the central site for validation, and it doesn't change the amount of data that has to be transmitted to the central site. It moves the problem out of the client, and into a whole new infrastructure, but the problem still exists. "Redundancy" is expensive, and it's only important if you have fickle consumers on an E-Commerce site or something that has to be done in real-time. | |
| ID: 1073243 · | |
Message boards : Technical News : There Goes a Tenner (Jan 20 2011)
| Copyright © 2013 University of California |