|
# zonecfg
-z guimx5 create -b set zonepath=/export/zone/guimx5 set autoboot=true add fs set dir=/iplanet set special=/dev/md/dsk/d612 set raw=/dev/md/rdsk/d612 set type=ufs end add fs set dir=/logs_aplic set special=/dev/md/dsk/d613 set raw=/dev/md/rdsk/d613 set type=ufs end add fs set dir=/iplanetgui set special=/dev/md/dsk/d614 set raw=/dev/md/rdsk/d614 set type=ufs end add fs set dir=/runwaygui set special=/dev/md/dsk/d615 set raw=/dev/md/rdsk/d615 set type=ufs end add fs set dir=/Logs_Iplanet set special=/dev/md/dsk/d616 set raw=/dev/md/rdsk/d616 set type=ufs end add net set address=10.0.0.33 set physical=qfe0 end # |
SOLARIS X86 DON'T BOOT BECAUSE THE BOOT ARCHIVE WAS CORRUPT.
Anyway the boot archive in solaris 10 X86 was contain kernel module and configuration file was needed for solaris to startup the system.
Error:
module /platform/i86pc/boot_archive error 3 bad or corrupt data while decompressing file
Workaround:
Boot up your solaris in "solaris failsafe mode", next solaris image will mount with writeable mode on "/a" mount point
sh> rm -f /a/platform/i86pc/boot_archive
sh> bootadm update-archive -R /a
sh> reboot