Berkeley CSUA MOTD:Entry 25770
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2002/9/4-5 [Computer/HW/Drives] UID:25770 Activity:very high
9/4     I've got an E450, Solaris 2.7, and a D1000.  I've cabled up the scsi
        the way the manual says.  Shouldn't the disks show up with the format
        command?  Any idea what I'm missing?  Thanks!
        \_ boot -r  # gots to look for the disks first...
           \_ did 'reboot -- -r'.  I don't have easy console access. I also
              did 'drvconfig' followed by 'disks' which is supposed to do the
              same thing they say.
              \_ Sorry to hear about the console access, but my next move
                 would be probe-scsi and probe-scsi-all from the ok prompt.
                 \_ I'm trying to avoid that if possible since it requires
                    some travel....
                    \_ Won't help you much now, but you should really have
                        some sort of remote console access (terminal server
                        or serial cable) to non-local unix boxes.  It's a
                        great help in situations like this.  As it is,
                        unless I'm missing something, I think you're SOL,
                        unless there's a way to get the eeprom to recognize
                        new hardware on the fly.  -John
                        \_ Not my box.  Sometimes you gotta take what life
                           gives you and hope for the best.
        \_ Make sure you're using an HVD SCSI card since D1000 is HVD SCSI
           box.
           \_ Hooked up to a single edged controller.  The cabling exactly
              matched another e450/d1000 pair I have that's working.  I'm
              thinking maybe the d1000 is just fucked.  Running out of reasons
              for this.
              \_ HVD SCSI uses the same connectors as other SCSI
                 implementations. You could have plugged the D1000 into a
                 single-ended card. I'd double check the SCSI card chipset
                 and part number.
                 \_ I've got single edged scsi on addon cards which don't work
                    and tried the built in regular scsi.  Nothing going on.
                    \_ The question is: Do you have a HVD SCSI card in
                       the system? Do you? --dim
                       \_ Yes.  I'm desperate and trying things I'm sure won't
                          work bc I already tried everything I think should.
        \_ HVD = High Voltage Differential as in NOT a normal Sun onboard SCSI
           port.  -ax
        \_ Bent pin on the SCSI cable?  SCSI Host ID's set to 0 or 7 on D1000?
           Also, one bad disk can hang the whole SCSI bus and you will see
           nothing. Finally, split the D1000 into 2 separate 6 disks pieces
           using a terminator and no loop cable between the busses and see if
           you can see either bus.  -ax
2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
2012/1/4-2/6 [Computer/HW/Drives] UID:54281 Activity:nil
1/4     I want to test how my servers behave during a disk failure and
        a RAID reconstruction so I want to simulate a hardware failure.
        How can I do this in Linux without having to physically pull
        a drive? These disks are behind a RAID card and run Linux. -ausman
        \_ According to the Linux RAID wiki, you might be able to use mdadm
           to do this with something like the following:
	...
2011/9/14-10/25 [Computer/HW/Drives] UID:54173 Activity:nil
9/13    Thanks to Jordan, our disk server is no longer virtualized. Our long
        nightmare of poor IO performance should hopefully be over. Prepare for
        another long nightmare of poor hardware reliability!
        ...
        Just kidding! (I hope)
        In any case, this means that cooler was taken out back and shot, and
	...
2011/2/14-4/20 [Computer/SW/Unix] UID:54039 Activity:nil
2/14    You sure soda isn't running windows in disguise?  It would explain the
        uptimes.
        \_ hardly, My winbox stays up longer.
        \_ Nobody cares about uptime anymore brother, that's what web2.0 has
           taught us.  Everything is "stateless".
           \_ You;d think gamers would care more about uptime.
	...
2011/2/18-4/20 [Computer/SW/Unix] UID:54044 Activity:nil
2/18    Why does the system seem so sluggish lately?
        \_ Slow NFS is basically always the answer. --toulouse
        \_ Any truth to the rumor that soda will be decommissioned this summer?
           \_ Absolutely none. Soda might go down temporarily while disks are
              reorganized and stuff so soda doesn't suffer from such shitty
              performance nearly as much, but no, we've gotta maintain NFS and
	...
2010/7/22-8/9 [Computer/SW/OS/FreeBSD, Computer/HW/Drives] UID:53893 Activity:nil
7/22    Playing with dd if=/dev/random of=/dev/<disk> on linux and bsd:
        2 questions, on linux when <disk>==hda it always gives me this off
        by one report i.e. Records out == records in-1 and says there is an
        error. Has anyone else seen this?  Second, when trying to repeat this
        on bsd, <disk>==rwd0 now, to my surprise, using the install disk and
        selecting (S)hell, when I try to dd a 40 gig disk it says "409 records
	...
2009/10/27-11/3 [Computer/HW/Drives] UID:53474 Activity:nil
10/27   I just read an article that Facebook had moved their database
        to all SSD to speed throughput, but now I can't find it. Has
        anyone else seen this? Any experience with doing this? -ausman
        \_ I hope you're not running mission critical data:
           http://ask.slashdot.org/story/09/10/27/1559248/Reliability-of-PC-Flash-SSDs?from=rss
        \_ Do you have any idea how much storage space is used by Facebook,
	...
2009/8/4-13 [Computer/SW/OS/Windows] UID:53239 Activity:kinda low
8/3     VMWare + Windows XP + Validation question. I need to test stuff with
        Service Pack 3 installed. I have a valid key that I own (yeah yeah I
        actually *bought* a copy, please don't flame me for supporting evil
        M$). Is it possible to register the key once, and then duplicate it
        for testing purposes?  Will Windows or Microsoft detect copies and
        disable the rest the copies?
	...
2009/7/28-8/6 [Computer/HW/Drives] UID:53216 Activity:nil
7/28    Does it make sense to defragment disks on VMWare? My 80GB disk
        on VMWare isn't really using 80GB, it just uses what it needs.
        Will defragment do anything to it?
        \_ If you want to speed up disk operation in your VM, it's best to
           defragment the disks in your VM, then defragment the disk on your
           host machine where the VM files are.
	...