Solaris SVM boot cdrom with metadevices: Difference between revisions
From Lolly's Wiki
Jump to navigationJump to search
(Die Seite wurde neu angelegt: „First, boot from the media: # boot net -s Now mount one of the subdisks read-only, so you cannot accidentally damage the subdisk: # mount -o ro /dev/dsk/c0t0…“) |
m (Text replacement - "[[Kategorie:" to "[[Category:") |
||
Line 21: | Line 21: | ||
[[ | [[Category:Solaris_SVM]] |
Latest revision as of 04:45, 26 November 2021
First, boot from the media:
# boot net -s
Now mount one of the subdisks read-only, so you cannot accidentally damage the subdisk:
# mount -o ro /dev/dsk/c0t0d0s0 /a
Then set up the current booted environment so it can use Solaris Volume Manager:
# cp /a/kernel/drv/md.conf /kernel/drv/md.conf # umount /a
Now update the Solaris Volume Manager driver to load the configuration:
# update_drv -f md
Ignore any error messages from update_drv:
# metainit -r