Port-sparc64 archive

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

Re: V240 Status?



On Jan 21, 2013, at 7:45 PM, Martin Husemann <martin%duskware.de@localhost> 
wrote:

> On Mon, Jan 21, 2013 at 07:24:31PM +0100, J. Hannken-Illjes wrote:
>> Are high priority cpu crosscalls working on other Sparc64 SMP systems?
> 
> Define "working" and tell me how to test. There are no know problems.

With sys/kern/vfs_trans.c Rev. 1.26 it is sufficient to take a file
system snapshot like:

        /usr/local/bin/mdconfig /dev/md0c 2048000 &
        P=${!}
        newfs /dev/rmd0a
        mount -t ffs /dev/md0a /mnt
        fssconfig -c -x -v fss0 /mnt /mnt/snap0
        fssconfig -u -v fss0
        umount /mnt
        kill ${P}

> Btw: your CD drive will most likely not work at all.

I was able to run the first install kernel from the CD ...

--
J. Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig 
(Germany)



Home | Main Index | Thread Index | Old Index