zone boot problem
Hello,
I have a zone that gets stuck in the initial phase pf the boot:
svcs -xv shows:
svc:/system/manifest-import:default (service manifest import)
State: offline since Fri May 13 12:25:24 2011
Reason: Dependency svc:/system/filesystem/minimal is absent.
See: http://sun.com/msg/SMF-8000-E2
See: man -M /usr/share/man -s 5 smf_bootstrap
Impact: This service is not running.
So, I am looking at why minimal is absent:
the actual service that is not coming online is /lib/svc/method/fs-minimal
This is what it is trying to do:
#
# ident "@(#)fs-minimal 1.33 10/01/05 SMI"
. /lib/svc/share/smf_include.sh
. /lib/svc/share/fs_include.sh
I have a zone that gets stuck in the initial phase pf the boot:
svcs -xv shows:
svc:/system/manifest-import:default (service manifest import)
State: offline since Fri May 13 12:25:24 2011
Reason: Dependency svc:/system/filesystem/minimal is absent.
See: http://sun.com/msg/SMF-8000-E2
See: man -M /usr/share/man -s 5 smf_bootstrap
Impact: This service is not running.
So, I am looking at why minimal is absent:
the actual service that is not coming online is /lib/svc/method/fs-minimal
This is what it is trying to do:
#
# ident "@(#)fs-minimal 1.33 10/01/05 SMI"
. /lib/svc/share/smf_include.sh
. /lib/svc/share/fs_include.sh
0