NexentaStor and Zones
Added by Peter Kropf over 2 years ago
I'm trying to create a zone on a nexentastor 3.0.0-1 system. When I try to install, I see this output:
root@buzz:~# BOOTSTRAP_EXTRA_DEBS=apache2 zoneadm -z zone2 install
DEBUG: zoneadm -z global list -p: 0:global:running:/::native:shared
DEBUG: zoneadm -z zone2 list -p: -:zone2:incomplete:/zones/2:b94cdf62-43fd-cafb-f09b-a60cb41aa10c:native:shared
Local Zone Path: /zones/2/zone2/root
__ _ _____
/\ \ _____ _____ _ __ | |_ __ _ / _ / ___ _ __ ___ ___
/ \/ / _ \ \/ / _ \ '_ | __/ _` | \// / / _ | '_ \ / _ \/ __|
/ /\ / __/> < __/ | | | || (_| | / //\ (_) | | | | __/__ \
_\ \/ ___/_/____|_| |_|____,_| /____/___/|_| |_|___||___/
This operation will take some time.
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Retrieving Packages
I: Validating Packages
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: apt binutils debootstrap gpgv lib64z1 libbz2-1.0 libcurl3-gnutls libgcrypt11 libgnutls13 libgpg-error0 libidn11 libkrb53 libldap-2.4-2 liblzo2-2 libncursesw5 libnspr4 libnss3 libnss3-0d libopencdk10 libreadline5 libsasl2-2 libsasl2-modules libsqlite3-0 libssl0.9.8k libtasn1-3 libtspi1 lzma makedev mktemp nexenta-zones python2.5-minimal readline-common sunwbridgeu sunwfcoeu sunwfcprtr sunwgrubr sunwopensslr sunwtsg sunwtsr sunwtsu sunwzoner sunwzoneu wget
I: Found additional base dependencies: apache2-mpm-worker apache2-utils apache2.2-common cpp cpp-4.2 dbus libapr1 libaprutil1 libcwidget3 libdbus-1-3 libdbus-glib-1-2 libglib2.0-0 libmagic1 mime-support openssl python2.5 sunwhal sunwhalr sunwhwdata sunwpolkit sunwroutr tzdata vim-common vim-runtime
I: Checking component main on http://apt.nexenta.org...
I: Retrieving dselect
I: Validating dselect
I: Retrieving apt
I: Validating apt
I: Retrieving base-passwd
I: Validating base-passwd
. . .
I: Configuring sunwcdrw...
I: Configuring apache2...
I: Base system installed successfully.
cp: cannot stat `/lib/svc/method/elatte-sysidtool-system': No such file or directory
cp exited with value 1
cp: cannot stat `/var/svc/manifest/system/elatte-sysidtool.xml': No such file or directory
cp exited with value 1
cp: cannot stat `/lib/svc/method/elatte-sysidtool-net': No such file or directory
cp exited with value 1
root@buzz:~#
Anyone else have this problem? Any solutions?
Thanks!
- Peter
Replies
RE: NexentaStor and Zones - Added by Anil Gulecha over 2 years ago
Hi Peter,
NexentaStor isn't really targeted as a general usage Unix.. but specifically as a Storage appliance.
But NexentaStor being NCP underneath :) ,
cp: cannot stat `/lib/svc/method/elatte-sysidtool-system': No such file or directory cp exited with value 1 cp: cannot stat `/var/svc/manifest/system/elatte-sysidtool.xml': No such file or directory cp exited with value 1 cp: cannot stat `/lib/svc/method/elatte-sysidtool-net': No such file or directory
you can safely ignore these error messages.
Now try to boot the zone..
zoneadm -z zonename boot
Then login may fail via a
zlogin zonename. To get around this, run
zlogin zonename -S.. which will drop you into safe mode. Then run pwconv, passwd (empty password), and logout. zlogin zonename should work fine now.
~Anil