Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Solved-Kludge: Netra T1 + RaidFrame boot problems



On Sun, May 11, 2008 at 11:33:51AM -0400, Christopher Sean Hilton wrote:
> 
> I've reinstalled the boot block on disk 1 twice. I'm wondering if I
> should reinstall it on the raid set (/dev/rraid0a)?
> 

That didn't work. My RaidFrame Set consists of sd0 and sd1. It looks
like the boot block in sd1a wasn't properly initialized. I did some
digging on Google and found a post that provided a solution for sparc
but not sparc64 so I did this:

     # dd if=/dev/rsd0a bs=512 count=64 | hexdump > /tmp/boot-sd0.hex
     # dd if=/dev/rsd1a bs=512 count=64 | hexdump > /tmp/boot-sd1.hex
     # diff -u /tmp/boot-sd0.hex /tmp/boot-sd1.hex

And came up with difference. My solution was to do this:

     # shutdown now
     # umount -a
     # dd if=/dev/rsd0c of=/dev/rsd1c bs=512 count=64

To replace the boot block on sd1 with the boot block from sd0

-- Chris

-- 
Chris Hilton                                   chris-at-vindaloo-dot-com
------------------------------------------------------------------------
                "All I was doing was trying to get home from work!"
                                                 -- Rosa Parks


Home | Main Index | Thread Index | Old Index