SUMMARY:Installing Solaris on different machine

From: Steinhauer Jürgen (gawith@gmx.de)
Date: Wed Feb 05 2003 - 08:09:09 EST


Hi gurus,

thanks for all the good tips to install Solaris on a machine and then get the
system to a different machine just by exchanging the disks.

The common suggestion to "boot -r" doesn't work, because the entries in
/devices and path_to_inst are wrong and therefore drvconfig can't be loaded.

The solution is documented in Sun's infodoc 15010 and rebuilds the devices
after a cdrom boot.

Device tree rebuild:

Ok boot cdrom -s
    mount /dev/dsk/c0t0d0s0 /a cd /a/dev/dsk
    rm c*
    cd /a/dev/rdsk
    rm c*
    cd /
    drvconfig -r /a/devices -p /a/etc/path_to_inst
    devlinks -r /a
    disks -r /a
    tapes -r /a
    ports -r /a
    audlinks -r /a

I had to adjust /etc/vfstab, too.

Thanks to Charlotte R., Joon H., Bill V. and all the others.

JS
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:25:46 EDT