Resolved:solaris patch panic – cannot start the system after patch
Here goes the whole story:
Step 1. patch with PCA. after reboot — -r
Rebooting with command: boot -r
Boot device: /pci@1c,600000/scsi@2/disk@0,0:a File and args: -r
SunOS Release 5.10 Version Generic_142900-13 64-bit
Copyright 1983-2010 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
WARNING: mod_load: cannot load module ‘sharefs’
WARNING: Cannot mount /etc/dfs/sharetab
Hardware watchdog enabled
/kernel/drv/sparcv9/ip: undefined symbol ‘ddi_get_lbolt64′
WARNING: mod_load: cannot load module ‘ip’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘sock_comm_create_function’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘smod_lookup_byname’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘sctp_disconnect’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘sctp_getsockname’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘nd_free’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘nd_load’
/kernel/fs/sparcv9/sockfs: undefined symbol ‘UDP_WR’
Step 2. zfs Roll back
ok>boot -F failsafe
#zfs rollback rpool/ROOT/sol10_sparc@pre_patched.142900-13_04.03.2011
Step 3. Patch with PCA again, then “halt”, boot archive is not updated after patching, so we need remove the boot_archive
ok>boot -F failsafe
# mv /a/platform/`uname -i`/boot_archive /a/root/b_back
# /a/sbin/bootadm update-archive -R /a
# reboot
Step 4. Server is patched
root@solaris01~# uname -a
SunOS solaris01 5.10 Generic_144488-06 sun4u sparc SUNW,Sun-Fire-V240
Step 5. Restore the Zone Read more…
