> Before I go through the pain of logging a support call, has anyone
>seen or fixed the following problem:
>
>I ran an update on a fresh Solaris 11 Express system from the support
>repository and after restarting, all the systems zones are dead. The
>zone consoles report:
>
>SunOS Release 5.11 Version 151.0.1.8 64-bit
>Copyright (c) 1983, 2010, Oracle and/or its affiliates. All rights reserved.
>Requesting System Maintenance Mode
>(See /lib/svc/share/README for more information.)
>svc:/system/early-manifest-import:default signalled: SYS
>
>The log file shows:
>
># more /var/svc/log/system-early-manifest-import:default.log
>svccfg: Loaded 100 smf(5) service descriptions
>/etc/svc system profiles not found: upgrade system profiles
>/lib/svc/method/manifest-import[447]: import_manifests: line 259: 1933:
>Bad system call(coredump)
>/lib/svc/method/manifest-import[447]: import_manifests: line 259: 2424:
>Bad system call(coredump)
>/lib/svc/method/manifest-import[447]: import_manifests: line 259: 3317:
>Bad system call(coredump)
>/lib/svc/method/manifest-import is crashing:
>
>3482: lstat64("/etc/svc/volatile/manifest_import.3465", 0x08047CE0) = 0
>3482: unlinkat() Err#89 ENOSYS
>3482: Received signal #12, SIGSYS [default]
>3482: siginfo: SIG#0
>
>Any clues?
The zones run an older version of the Solaris software and as a result its
libc doesn't match the kernel and the binaries will fail.
I think you will need to upgrade all your zones too
It might be something simple as "zoneadm detach"; "zoneadm attach -u" but
make sure that you keep sufficient save sufficient information to
reinstall the zones; and make sure you try this on one zone first before
you detach all of them. It might be possible to update the zones also
using pkg -R <zoneroot> image-update after you've mounted the root
filesystem.
Casper
_______________________________________________
zones-discuss mailing list
[email protected]