Packages in zones

hello,
I have this problem. I'm trying to setup 2 zones on my server with different packages. I want one zone to have the package SUNlldap and the other zone to not have it. I don't care what's on the global zone. This package seems to be set to SUNW_PKG_ALLZONES=true. So It seems, that I have to have the package on all or none of the zones. How can I get around this problem? Can I set the SUNW_PKG_ALLZONES to false?
How can I set this up.
By the way this setup is for testing only. The zones are full root, running Solaris 10 10/09 s10s_u8a SPARC.
Thanks for your help

Most of the pkgadd will fail from local zones as /sbin, /lib, /usr are inherited from global zone which has not write permission to some of the dirs/files. Still try to run the pkgadd from local zone having the pkgfile in the local zone.

Similar Messages

  • Some package installation error during zone installation steps.....

    hi,
    i am totally new to this technology.
    i had created 3 Zone's on X86 Sun Fire X4270 M2 Hardware (OS - Solaris 10 update 9)
    & during OS Installation i had selected Software installations using the Entire Distribution.
    every thing worked fine but during zone installation steps, got some package installation error (refer the below output)
    bash-3.00# zoneadm -z OFSMU-PWM-zone1 install
    Preparing to install zone <OFSMU-PWM-zone1>.
    Creating list of files to copy from the global zone.
    Copying <158400> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1240> packages on the zone.
    Initialized <1240> packages on zone.
    Zone <OFSMU-PWM-zone1> is initialized.
    Installation of these packages generated errors: <SUNWpostgr-82-libs SUNWpostgr-82-devel SUNWpostgr-83-server-data-root SUNWpostgr-82-server SUNWpostgr-82-contrib SUNWpostgr-82-client SUNWpostgr-82-server-data-root>
    The file </zone/OFSMU-PWM-zone1/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    i checked the log file "/zone/OFSMU-PWM-zone1/root/var/sadm/system/logs/install_log"
    its show below error's
    *** package <SUNWpostgr-82-libs> failed to install with fatal errors:
    *** package <SUNWpostgr-82-devel> failed to install with fatal errors:
    need your help my friends..
    thanks in advance....
    Edited by: Raja Kondar on Dec 9, 2010 11:59 AM

    hi DR,
    thnks for reply..
    but i can see that "postgres" already exist in the system as user &l group.
    postgres:x:90:90:PostgreSQL Reserved UID:/:/usr/bin/pfksh
    also the failed packages duirng zone creation steps are already installed in the global zone..
    is thr any other way to resolve this issue....
    Edited by: Raja Kondar on Dec 16, 2010 11:00 AM

  • Package installation error during zone installation

    Hi All
    I am getting a lot of errors from package installations during zone installation
    Installation of these packages generated errors: <SUNWcsu SUNWckr SUNWgnome-base-libs SUNWgnome-audio SUNWtltk SUNWzoner SUNWzfskr SUNWzfsr SUNWzfsu SUNWzoneu SUNWtoo SUNWssad SUNWusb SUNWtavor SUNWudapltu SUNWopenssl-libraries SUNWwbsup SUNWPython SUNWbip SUNWxge SUNWxcu4 SUNWxcu6 SUNWcry SUNWntp4u SUNWqlc SUNWqlcu SUNWgnome-im-client SUNWgnome-img-editor SUNWsndmr SUNWsndmu SUNWsshcu SUNWsshdu SUNWsshu SUNWgnome-text-editor>
    When I look into /var/sadm/system/logs/install_log in the zone, I am seeing the erros are relate to file corruption:
    *** package <SUNWckr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWckr/save/pspool/SUNWckr/pkginfo
    is corruptfile size <17259> expected <17199> actual
    *** package <SUNWsshcu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWsshcu/save/pspool/SUNWsshcu/pkg
    info> is corrupt
    file size <6235> expected <7087> actual
    as an example, the pkginfo file referred to above has size 17199 and 7087 in the global zone so why is it thinking it should be 17259 and 6235? Could this be due to the patching done before the zone creation?
    thanks

    I just realized what is causing this but no sure what is the best way to get around this:
    we have another home grown package the overwrite the problematic files reported thay lay on top of the sun packages and zone installation does not like that. The original file size and check sum is checked against what was installed in the global zone and hence the warning messages.
    I would have thought it should pick the most updated ones especially it was overwritten by another package (and therefore it should have the updated information in the package database)?

  • Open ports in zones

    I am encountering a strange behavior in new zones created using zonemgr 2.0.6 (this is the only way I create zones, so I do not know if the issue is more general). When I create a new zone, two strange things are happening:
    1. Immediately after the zone is created, no services are running, not even ssh
    2. About 10 minutes later, a whole bunch of services are running. Most of these are not running on the global zone.
    For reference, nmap output on the global zone is the following:
    [dcomsm1@dcomsm1:~] $ nmap t2000
    Starting Nmap 5.00 ( http://nmap.org ) at 2010-02-28 20:51 EST
    Interesting ports on 131.247.16.134:
    Not shown: 991 closed ports
    PORT STATE SERVICE
    22/tcp open ssh
    111/tcp open rpcbind
    2161/tcp open apc-agent
    3052/tcp open powerchute
    4045/tcp open lockd
    32774/tcp open sometimes-rpc11
    32775/tcp open sometimes-rpc13
    32776/tcp open sometimes-rpc15
    32777/tcp open sometimes-rpc17
    The new zone is created using the following zonemgr arguments:
    [root@t2000:~/zonecfgs] # more ./temp.sh
    #!/usr/bin/bash
    ./zonemgr -a add -n drenkhah -z "/export/zones" -P "root_pw" -I "131.247.16.159|e1000g0|25|drenkhah" -R "/root|/usr/bin/bash" -s "basic|lock"
    zone creation output is as follows:
    [root@t2000:~/zonecfgs] # ./temp.sh
    Checking to see if the zone IP address (131.247.16.159) is already in use...IP is available.
    cannot create '/drenkhah': leading slash in name
    chmod: WARNING: can't access /export/zones/drenkhah
    chown: /export/zones/drenkhah: No such file or directory
    Zone drenkhah will be placed in the following directory: /export/zones/drenkhah
    Preparing to install zone <drenkhah>.
    Creating list of files to copy from the global zone.
    Copying <2568> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1042> packages on the zone.
    Initialized <1042> packages on zone.
    Zone <drenkhah> is initialized.
    The file </export/zones/drenkhah/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    Creating the sysidcfg file for automated zone configuration.
    Booting zone for the first time.
    Waiting for first boot tasks to complete.
    Waiting for automatic post-install reboot to complete
    Updating netmask information.
    Updating /etc/inet/hosts of the global zone with the drenkhah IP information.
    Generating ssh host keys. Details in the (/root/.zonemgr/zone28330-ssh.log) file.
    svcadm: Pattern 'svc:/network/ssh' doesn't match any instances
    Setting the root user's home directory to /root
    Setting the root user's shell to /usr/bin/bash
    Disabling un-necessary services via basic method for the default services.
    Zone drenkhah is complete and ready to use.
    nmap output just after creating the zone is as follows:
    [dcomsm1@dcomsm1:~] $ nmap drenkhah
    Starting Nmap 5.00 ( http://nmap.org ) at 2010-02-28 17:53 EST
    All 1000 scanned ports on 131.247.16.159 are closed
    Nmap done: 1 IP address (1 host up) scanned in 29.39 seconds
    nmap output 17 minutes later is as follows:
    [dcomsm1@dcomsm1:~] $ nmap drenkhah
    Starting Nmap 5.00 ( http://nmap.org ) at 2010-02-28 18:10 EST
    Interesting ports on 131.247.16.159:
    Not shown: 986 closed ports
    PORT STATE SERVICE
    21/tcp open ftp
    22/tcp open ssh
    23/tcp open telnet
    25/tcp open smtp
    79/tcp open finger
    111/tcp open rpcbind
    513/tcp open login
    514/tcp open shell
    587/tcp open submission
    4045/tcp open lockd
    6112/tcp open dtspc
    6788/tcp open unknown
    6789/tcp open ibm-db2-admin
    7100/tcp open font-service
    Nmap done: 1 IP address (1 host up) scanned in 29.25 seconds
    Note that there are many open ports
    # uname -a
    SunOS t2000 5.10 Generic_137137-09 sun4v sparc SUNW,Sun-Fire-T200
    Thanks
    Manish

    The Leopard OS X firewall is application based and not port based. Honestly, I haven't played with it enough to know for certain how to answer your question.
    But... when you do connection sharing, you're essentially doing a port based NAT for the systems on the other side of your Mac. This pretty much keeps you from initiating anything to the other system even without a local firewall unless you were to configure port forwarding.
    As for blocking packets, you would need to use the 'ipfw' command to do things at the port level.

  • Problem with zone creation in Solaris 10 6/06

    Hi,
    I have configured and installed a non-global zone following the example given in the guide http//www.sun.com/software/solaris/howtoguides/posgresqlhowto.jsp. My zone has the following configuration:
    # zonecfg -z pg_zone
    zonecfg:pg_zone> info
    zonepath: /export/zones/pg_zone
    autoboot: true
    pool:
    fs:
    dir: /pg_log
    special: /dev/dsk/c1d0s0
    raw: /dev/rdsk/c1d0s0
    type: ufs
    options: []
    net:
    address: 192.168.10.100/24
    physical: bge0
    zonecfg:pg_zone> exit
    The installation completed but I got the following errors:
    # zoneadm -z pg_zone install
    Preparing to install zone <pg_zone>.
    Creating list of files to copy from the global zone.
    Copying <130101> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1059> packages on the zone.
    Initialized <1059> packages on zone.
    Zone <pg_zone> is initialized.
    Installation of these packages generated errors: <SUNWgnome-a11y-libs-share>
    Installation of <63> packages was skipped.
    The file </export/zones/pg_zone/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    When examined the logs there were several messages like this:
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWamutl> was not installed:
    The package <SUNWamutl> is registered to be installed in the
    global zone only. The package may have been installed in the global
    zone using the pkgadd '-G' option, or the package may contain a
    request script, or the package may directly set the package attribute
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWiimdv> was not installed:
    The package <SUNWiimdv> is either not fully installed in the
    global zone, or the package contains a request script. Only packages
    that are fully installed in the global zone and that do not contain a
    request script can be installed when a new zone is created. If this
    package does not contain a request script, you can correct this
    problem by removing and reinstalling the package in the global zone.
    And when I try to boot the zone I get this error:
    # zoneadm -z pg_zone boot
    zoneadm: zone 'pg_zone': "/usr/lib/fs/lofs/mount -o zonedevfs /export/zones/pg_zone/dev /export/zones/pg_zone/root/dev" failed with exit code 33
    zoneadm: zone 'pg_zone': call to zoneadmd failed
    Any suggestion how to solve this problem?
    thanks

    To answer your question wangzh: Yes I did. I actually followed exactly the procedure on the how-to-uides: http://www.sun.com/software/solaris/howtoguides/containersLowRes.jsp.
    I think the problem here might reside in the script supplied in the solaris distribution for creating zones. For example, in the default configuration script, the package directories /lib /platform /var and /usr are by default set to be automatically imported. But when I try to create a zone using these defaults settings, it ends up with an mounting error that prevents the installation of the zone. only when I remove manually those directories from the configuration then the installation continues.
    And during the installation process there are number of packages that are by default imported via the installation script and this is some of those packages that cause the errors here. I also tried to exclude the offending packages as suggested by henryC but I couldn't find all of them and the creation still fails at the booting.

  • Unable to create a whole root zone

    Hi Folks,
    I wanted to create a whole-root zone. I am unable to create one :(. Did some one encounter this problem ?.
    BTW: I have SC 3.2 installed on this two node cluster. I was able to validate our Data services on this setup without any problem Now I am trying to experiment with zones, by creating zones. I am unable to move further with my validation of our data services on zones.
    *) mkdir -m 700 /export/zone-1
    *) The version of the OS used
    # cat /etc/release
    Solaris 10 11/06 s10s_u3wos_09 SPARC
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 01 November 2006
    # zonecfg -z zone-1
    zone-1: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:zone-1> create
    zonecfg:zone-1> remove inherit-pkg-dir dir=/sbin
    zonecfg:zone-1> remove inherit-pkg-dir dir=/usr
    zonecfg:zone-1> remove inherit-pkg-dir dir=/platform
    zonecfg:zone-1> remove inherit-pkg-dir dir=/lib
    zonecfg:zone-1> set autoboot=true
    zonecfg:zone-1> set zonepath=/export/zone-1
    zonecfg:zone-1> add net
    zonecfg:zone-1:net> set address=192.18.75.237
    zonecfg:zone-1:net> set physical=eri0
    zonecfg:zone-1:net> end
    zonecfg:zone-1> info
    zonename: zone-1
    zonepath: /export/zone-1
    autoboot: true
    pool:
    limitpriv:
    net:
    address: 192.18.75.237
    physical: eri0
    zonecfg:zone-1> verify
    zonecfg:zone-1> commit
    zonecfg:zone-1> exit
    # cat /etc/zones/zone-1.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE zone PUBLIC "-//Sun Microsystems Inc//DTD Zones//EN" "file:///usr/share/lib/xml/dtd/zonecfg.dtd.1">
    <!--
    DO NOT EDIT THIS FILE. Use zonecfg(1M) instead.
    -->
    <zone name="zone-1" zonepath="/export/zone-1" autoboot="true">
    <network address="192.18.75.237" physical="eri0"/>
    </zone>
    # zoneadm list -civ
    ID NAME STATUS PATH
    0 global running /
    - zone-1 configured /export/zone-1
    # zoneadm -z zone-1 verify
    # zoneadm -z zone-1 install
    Preparing to install zone <zone-1>.
    Creating list of files to copy from the global zone.
    Copying <6080> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1071> packages on the zone.
    Initialized <1071> packages on zone.
    Zone <zone-1> is initialized.
    Installation of these packages generated errors: <SUNWsczr SUNWdtlog SUNWsmmgr>
    Installation of <1> packages was skipped.
    Installation of these packages generated warnings: <SUNWcsr SUNWxwplr SUNWfontconfig-root SUNWpcr SUNWdtdmr SUNWtnamr SUNWkrbr SUNWtnetr SUNWdoc SUNWppror SUNWocfr SUNWvolr SUNWnfscr SUNWwbcor SUNWwebminr SUNWgssc SUNWnisr SUNWypr SUNWipplr SUNWaccr SUNWbsr SUNWdhcsr SUNWatfsr SUNWkdcr SUNWapch2r SUNWbindr SUNWbnur SUNWcnsr SUNWpsr SUNWsacom SUNWnfssr SUNWntpr SUNWftpr SUNWrcapr SUNWrcmdr SUNWslpr SUNWsndmr SUNWsshdr SUNWstsfr SUNWswupclr>
    The file </export/zone-1/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    # pkginfo -i SUNWsczr
    application SUNWsczr Sun Cluster (non-global zones support)
    # pkginfo -i SUNWsczr
    application SUNWsczr Sun Cluster (non-global zones support)
    # pkginfo -i SUNWdtlog
    system SUNWdtlog System boot for Desktop Login
    # pkginfo -i SUNWsmmgr
    system SUNWsmmgr System Management Agent Startup scripts
    *** package <SUNWsczr> failed to install with fatal errors:
    WARNING: attribute verification of </export/zone-1/root/etc/init.d/stoprgm> failed
    pathname does not exist
    NOTE: When the package <SUNWsczr> was installed in the global zone, the file <etc/init.d/stoprgm> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone <zone-1> in the file </export/zone-1/root/etc/init.d/stoprgm>.
    ERROR : i.manifest cannot find archived files in /var/sadm/pkg/SUNWsczr/save/pspool/SUNWsczr/archive.
    pkgadd: ERROR: class action script did not complete successfully
    Installation of <SUNWsczr> on zone <zone-1> failed.
    *** package <SUNWnisr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/nsswitch.nis> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <etc/nsswitch.nis> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/nsswitch.nis>.
    WARNING: attribute verification of </export/zone-1/root/etc/nsswitch.nisplus> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <etc/nsswitch.nisplus> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/nsswitch.nisplus>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/nisplus> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <lib/svc/method/nisplus> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/nisplus>.
    WARNING: attribute verification of </export/zone-1/root/var/nis/NIS+LDAPmapping.template> failed
    pathname does not exist
    NOTE: When the package <SUNWnisr> was installed in the global zone,
    the file <var/nis/NIS+LDAPmapping.template> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/nis/NIS+LDAPmapping.template>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnisr/save/pspool/SUNWnisr/reloc/var/svc/manifest/network/ nis/client.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnisr/save/pspool/SUNWnisr/reloc/var/svc/manifest/network/ rpc/nisplus.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnisr/save/pspool/SUNWnisr/reloc/var/svc/manifest/network/ rpc/rex.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/client.xml> failed
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/client.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/nisplus.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/rex.xml> failed
    pathname does not exist
    Installation of <SUNWnisr> on zone <zone-1> partially
    failed.
    *** package <SUNWypr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/var/yp/updaters> failed
    pathname does not exist
    NOTE: When the package <SUNWypr> was installed in the global zone,
    the file <var/yp/updaters> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/yp/updaters>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/passwd.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/server.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/update.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWypr/save/pspool/SUNWypr/reloc/var/svc/manifest/network/ni s/xfr.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/passwd.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/server.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/update.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nis/xfr.xml> failed
    pathname does not exist
    Installation of <SUNWypr> on zone <zone-1> partially
    failed.
    *** package <SUNWipplr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWipplr/save/pspool/SUNWipplr/reloc/var/svc/manifest/applic ation/print/ipp-listener.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/print/ipp-listener.xml> failed
    pathname does not exist
    Installation of <SUNWipplr> on zone <zone-1> partially
    failed.
    *** package <SUNWaccr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/svc-sar> failed
    pathname does not exist
    NOTE: When the package <SUNWaccr> was installed in the global zone,
    the file <lib/svc/method/svc-sar> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/svc-sar>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWaccr/save/pspool/SUNWaccr/reloc/var/svc/manifest/system/s ar.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/system/sar.xml> failed
    pathname does not exist
    Installation of <SUNWaccr> on zone <zone-1> partially
    failed.
    *** package <SUNWbsr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/rpld.conf> failed
    pathname does not exist
    NOTE: When the package <SUNWbsr> was installed in the global zone,
    the file <etc/rpld.conf> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/rpld.conf>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbsr/save/pspool/SUNWbsr/reloc/var/svc/manifest/network/ra rp.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbsr/save/pspool/SUNWbsr/reloc/var/svc/manifest/network/rp c/bootparams.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rarp.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/bootparams.xml> failed
    pathname does not exist
    Installation of <SUNWbsr> on zone <zone-1> partially
    failed.
    *** package <SUNWdhcsr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/init.d/dhcp> failed
    pathname does not exist
    NOTE: When the package <SUNWdhcsr> was installed in the global zone,
    the file <etc/init.d/dhcp> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/init.d/dhcp>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWdhcsr/save/pspool/SUNWdhcsr/reloc/var/svc/manifest/networ k/dhcp-server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/dhcp-server.xml> failed
    pathname does not exist
    Installation of <SUNWdhcsr> on zone <zone-1> partially
    failed.
    *** package <SUNWatfsr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/svc-autofs> failed
    pathname does not exist
    NOTE: When the package <SUNWatfsr> was installed in the global zone,
    the file <lib/svc/method/svc-autofs> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/svc-autofs>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWatfsr/save/pspool/SUNWatfsr/reloc/var/svc/manifest/system /filesystem/autofs.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/system/filesystem/autofs.xml> failed
    pathname does not exist
    Installation of <SUNWatfsr> on zone <zone-1> partially
    failed.
    *** package <SUNWkdcr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWkdcr/save/pspool/SUNWkdcr/reloc/var/svc/manifest/network/ security/krb5_prop.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/security/krb5_prop.xml> failed
    pathname does not exist
    Installation of <SUNWkdcr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/var/apache2/icons/world2.gif> failed
    pathname does not exist
    NOTE: When the package <SUNWapch2r> was installed in the global zone,
    the file <var/apache2/icons/world2.gif> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/apache2/icons/world2.gif>.
    WARNING: attribute verification of </export/zone-1/root/var/apache2/icons/world2.png> failed
    pathname does not exist
    NOTE: When the package <SUNWapch2r> was installed in the global zone,
    the file <var/apache2/icons/world2.png> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/apache2/icons/world2.png>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWapch2r/save/pspool/SUNWapch2r/reloc/var/svc/manifest/netw ork/http-apache2.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/http-apache2.xml> failed
    pathname does not exist
    Installation of <SUNWapch2r> on zone <zone-1> partially
    failed.
    *** package <SUNWbindr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbindr/save/pspool/SUNWbindr/reloc/var/svc/manifest/networ k/dns/server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/dns/server.xml> failed
    pathname does not exist
    Installation of <SUNWbindr> on zone <zone-1> partially
    failed.
    *** package <SUNWbnur> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWbnur/save/pspool/SUNWbnur/reloc/var/svc/manifest/network/ uucp.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/uucp.xml> failed
    pathname does not exist
    Installation of <SUNWbnur> on zone <zone-1> partially
    failed.
    *** package <SUNWcnsr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ chargen.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ daytime.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ discard.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ echo.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWcnsr/save/pspool/SUNWcnsr/reloc/var/svc/manifest/network/ time.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/chargen.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/daytime.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/discard.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/echo.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/time.xml> failed
    pathname does not exist
    Installation of <SUNWcnsr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/etc/lp/fd/pr.fd> failed
    pathname does not exist
    NOTE: When the package <SUNWpsr> was installed in the global zone,
    the file <etc/lp/fd/pr.fd> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/lp/fd/pr.fd>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/print-svc> failed
    pathname does not exist
    NOTE: When the package <SUNWpsr> was installed in the global zone,
    the file <lib/svc/method/print-svc> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/print-svc>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWpsr/save/pspool/SUNWpsr/reloc/var/svc/manifest/applicatio n/print/server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/print/server.xml> failed
    pathname does not exist
    Installation of <SUNWpsr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/var/snmp/mib/sun.mib> failed
    pathname does not exist
    NOTE: When the package <SUNWsacom> was installed in the global zone,
    the file <var/snmp/mib/sun.mib> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/var/snmp/mib/sun.mib>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/etc/init.d/init.dmi> is corrupt
    file size <373> expected <1125> actual
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/etc/init.d/init.snmpdx& gt; is corrupt
    file size <382> expected <685> actual
    ERROR: attribute verification of </export/zone-1/root/etc/init.d/init.dmi> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/etc/init.d/init.snmpdx> failed
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/var/svc/manifest/applic ation/management/dmi.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWsacom/save/pspool/SUNWsacom/reloc/var/svc/manifest/applic ation/management/snmpdx.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/management/dmi.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/application/management/snmpdx.xml> failed
    pathname does not exist
    Installation of <SUNWsacom> on zone <zone-1> partially
    failed.
    *** package <SUNWdtlog> failed to install with fatal errors:
    WARNING: attribute verification of </export/zone-1/root/etc/init.d/dtlogin> failed
    pathname does not exist
    NOTE: When the package <SUNWdtlog> was installed in the global zone,
    the file <etc/init.d/dtlogin> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/init.d/dtlogin>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/svc-dtlogin> failed
    pathname does not exist
    NOTE: When the package <SUNWdtlog> was installed in the global zone,
    the file <lib/svc/method/svc-dtlogin> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/svc-dtlogin>.
    ERROR : i.manifest cannot find archived files in /var/sadm/pkg/SUNWdtlog/save/pspool/SUNWdtlog/archive.
    pkgadd: ERROR: class action script did not complete successfully
    Installation of <SUNWdtlog> on zone <zone-1> failed.
    *** package <SUNWnfssr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/nfs-server> failed
    pathname does not exist
    NOTE: When the package <SUNWnfssr> was installed in the global zone,
    the file <lib/svc/method/nfs-server> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/nfs-server>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnfssr/save/pspool/SUNWnfssr/reloc/var/svc/manifest/networ k/nfs/rquota.xml> is corrupt
    pathname does not exist
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWnfssr/save/pspool/SUNWnfssr/reloc/var/svc/manifest/networ k/nfs/server.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nfs/rquota.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/nfs/server.xml> failed
    pathname does not exist
    Installation of <SUNWnfssr> on zone <zone-1> partially
    failed.
    *** package <SUNWntpr> installed with warnings:
    WARNING: attribute verification of </export/zone-1/root/etc/inet/ntp.server> failed
    pathname does not exist
    NOTE: When the package <SUNWntpr> was installed in the global zone,
    the file <etc/inet/ntp.server> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/etc/inet/ntp.server>.
    WARNING: attribute verification of </export/zone-1/root/lib/svc/method/xntp> failed
    pathname does not exist
    NOTE: When the package <SUNWntpr> was installed in the global zone,
    the file <lib/svc/method/xntp> was also installed. After the file was
    installed in the global zone, the contents and/or attributes of the file
    changed. The contents of this file must never be changed. As a result,
    the changes in this file have been duplicated in the non-global zone
    <zone-1> in the file </export/zone-1/root/lib/svc/method/xntp>.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWntpr/save/pspool/SUNWntpr/reloc/var/svc/manifest/network/ ntp.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/ntp.xml> failed
    pathname does not exist
    Installation of <SUNWntpr> on zone <zone-1> partially
    failed.
    *** package <SUNWftpr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWftpr/save/pspool/SUNWftpr/reloc/var/svc/manifest/network/ ftp.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/ftp.xml> failed
    pathname does not exist
    Installation of <SUNWftpr> on zone <zone-1> partially
    failed.
    *** package <SUNWrcapr> installed with warnings:
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWrcapr/save/pspool/SUNWrcapr/reloc/var/svc/manifest/system /rcap.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/system/rcap.xml> failed
    pathname does not exist
    Installation of <SUNWrcapr> on zone <zone-1> partially
    failed.
    pkgadd: ERROR: source path </var/sadm/pkg/SUNWrcmdr/save/pspool/SUNWrcmdr/reloc/var/svc/manifest/networ k/talk.xml> is corrupt
    pathname does not exist
    chmod: WARNING: can't access /export/zone-1/root/etc/svc/repository.db
    chown: /export/zone-1/root/etc/svc/repository.db: No such file or directory
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/comsat.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/finger.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/login.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rexec.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/rstat.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/rusers.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/spray.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/rpc/wall.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/shell.xml> failed
    pathname does not exist
    ERROR: attribute verification of </export/zone-1/root/var/svc/manifest/network/talk.xml> failed
    pathname does not exist
    Installation of <SUNWrcmdr> on zone <zone-1> partially
    failed.
    WARNING: attribute verification of </export/zone-1/root/etc/sma/snmp/snmpconf-data/snmptrapd-data/traphandle> ; failed
    pathname does not exist
    NOTE: When the package <SUNWsmmgr> was installed in the global zone,
    the file <etc/sma/snmp/snmpconf-data/snmptrapd-data/traphandle> was also installed. Af

    Hello,
    I still get the errors.
    # zonecfg -z zone-one
    zone-one: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:zone-one> create -b
    zonecfg:zone-one> set autoboot=true
    zonecfg:zone-one> set zonepath=/export/zone-one
    zonecfg:zone-one> add net
    zonecfg:zone-one:net> set physical=eri0
    zonecfg:zone-one:net> set address=192.18.xx.xxx
    zonecfg:zone-one:net> end
    zonecfg:zone-one> verify
    zonecfg:zone-one> commit
    zonecfg:zone-one> exit
    # zoneadm -z zone-one verify
    # zoneadm -z zone-one install
    Preparing to install zone <zone-one>.
    Creating list of files to copy from the global zone.
    Copying <6080> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1071> packages on the zone.
    Initialized <1071> packages on zone.
    Zone <zone-one> is initialized.
    Installation of these packages generated errors: <SUNWsczr SUNWdtlog SUNWsmmgr>
    Installation of <1> packages was skipped.
    Installation of these packages generated warnings: <SUNWcsr SUNWxwplr SUNWfontconfig-root SUNWpcr SUNWdtdmr SUNWtnamr SUNWkrbr SUNWtnetr SUNWdoc SUNWppror SUNWocfr SUNWvolr SUNWnfscr SUNWwbcor SUNWwebminr SUNWgssc SUNWnisr SUNWypr SUNWipplr SUNWaccr SUNWbsr SUNWdhcsr SUNWatfsr SUNWkdcr SUNWapch2r SUNWbindr SUNWbnur SUNWcnsr SUNWpsr SUNWsacom SUNWnfssr SUNWntpr SUNWftpr SUNWrcapr SUNWrcmdr SUNWslpr SUNWsndmr SUNWsshdr SUNWstsfr SUNWswupclr>
    The file </export/zone-1/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    _DD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Partial Install of base pkgs upon creating Solaris 10 zone

    Greetings,
    I have this weird situation when attempting to create a zone. Hoping I can get a bit of insight as to a resolution here.
    The procedure I follow is:
    root@was07:/root
    zonecfg -z was07zonewas07zone: No such zone configured
    Use 'create' to begin configuring a new zone.
    zonecfg:was07zone> create
    zonecfg:was07zone> set autoboot=true
    zonecfg:was07zone> set zonepath=/was07zone
    zonecfg:was07zone> add net
    zonecfg:was07zone:net> set address=xxx.xxx.xxx.107
    zonecfg:was07zone:net> set physical=ce0
    zonecfg:was07zone:net> end
    zonecfg:was07zone> info
    zonepath: /was07zone
    autoboot: true
    pool:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    net:
    address: xxx.xxx.xxx.107
    physical: ce0
    zonecfg:was07zone> verify
    zonecfg:was07zone> commit
    zonecfg:was07zone> exit
    root@was07:/root
    zoneadm -z was07zone installPreparing to install zone <was07zone>.
    Creating list of files to copy from the global zone.
    Copying <12701> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <937> packages on the zone.
    Initialized <937> packages on zone.
    Zone <was07zone> is initialized.
    Installation of these packages generated warnings: <SUNWocfd SUNWkvm SUNWcsl SUNWcsr SUNWzlib SUNWgss SUNWopenssl-libraries SUNWsshcu SUNWsshdu SUNWperl584core SUNWperl584usr SUNWesu SUNWlibC SUNWlibms SUNWlexpt SUNWwbsup SUNWswmt SUNWbzip SUNWxwdv SUNWcpp SUNWctpls SUNWtecla SUNWtftp SUNWpr SUNWtls SUNWtnamd SUNWkrbu SUNWtnetc SUNWtnetd SUNWtoo SUNWudaplu SUNWudapltu SUNWudf SUNWnfscu SUNWlxml SUNWocf SUNWgzip SUNWadmlib-sysid SUNWadmap SUNWmdu SUNWadmc SUNWbip SUNWrcmdc SUNWrcmds SUNWscpu SUNWnisu SUNWfmd SUNWmdb SUNWpiclu SUNWlccom SUNWbsu SUNWnfssu SUNWidnl SUNWluxop SUNWadmfw SUNWinst SUNWipc SUNWipfu SUNWipmi SUNWiscsiu SUNWloc SUNWatfsu SUNWauda SUNWcfcl SUNWcfpl SUNWpcu SUNWpsu SUNWcnsu SUNWjfcau SUNWjss SUNWkey SUNWlibCf SUNWdtrc SUNWlibsasl SUNWllc SUNWlldap SUNWfchba SUNWfcmdb SUNWflexruntime SUNWftpu SUNWpkgcmdsu SUNWqusu SUNWrmodu SUNWroute SUNWsndmu SUNWsshu SUNWter SUNWgcmn SUNWtiu8 SUNWdoc SUNWvolu SUNWadmj SUNWwbapi SUNWaudit SUNWjsnmp SUNWwbcou SUNWjhrt SUNWwbpro SUNWxcu4 SUNWxcu6 SUNWeurf SUNWmgapp SUNWpmu SUNWowbcp SUNWlxsl SUNWzip SUNWsmbau SUNWscplp SUNWpool SUNWzoneu SUNWcpcu SUNW1251f SUNWGlib SUNWGtku SUNWTcl SUNWfruid SUNWfruip SUNWTk SUNWimagick SUNWbash SUNWpsutils SUNWa2psu SUNWbcp SUNWgsfot SUNWgsfst SUNWhpijs SUNWgimpprint SUNWgscr SUNWrsg SUNWgssdh SUNWgtar SUNWhiu8 SUNWhmdu SUNWiniu8 SUNWpapi SUNWippcore SUNWislcc SUNWisolc SUNWaudf SUNWciu8 SUNWjiu8 SUNWkiu8 SUNWbart SUNWbind SUNWgccruntime SUNWjcom SUNWppm SUNWpsf SUNWctlu SUNWjib SUNWffiltersu SUNWsmapi SUNWmdau SUNWfppd SUNWfss SUNWmibii SUNWsasnm SUNWsadmi SUNWmlib SUNWggrp SUNWntpu SUNWopenssl-commands SUNWpamsc SUNWpcsclite SUNWpsm-lpd SUNWqosu SUNWrcapu SUNWrmwbu SUNWscbcp SUNWscmhdlr SUNWslpu SUNWsmagt SUNWsmbac SUNWsmcmd SUNWtcatu SUNWtcpd SUNWprd SUNWtcsh SUNWpl5u SUNWtexi SUNWtlsd SUNWtlsu SUNWtnfc SUNWtnfd SUNWucbt SUNWugenu SUNWusbu SUNWwbdev SUNWwbdoc SUNWwbmc SUNWwebminu SUNWwgetu SUNWsprot SUNWxcu4t SUNWxsrt SUNWxrgrt SUNWxrpcrt SUNWmga SUNWrmui SUNWsadml SUNWypu SUNWzebrau SUNWzsh SUNW1394h SUNWaccu SUNWgpch SUNWpstl SUNWhea SUNWant SUNWapch2u SUNWapch2d SUNWapchu SUNWapchd SUNWbtool SUNWapct SUNWarc SUNWdclnt SUNWdhcsu SUNWdhcm SUNWipplu SUNWiqfs SUNWiquc SUNWiqum SUNWiqdoc SUNWladm SUNWiqjx SUNWfsmgtu SUNWdmgtu SUNWlvma SUNWlvmg SUNWiqu SUNWjhdev SUNWjato SUNWmctag SUNWmcon SUNWast SUNWpprou SUNWaudh SUNWbinutils SUNWbison SUNWbnuu SUNWcdrw SUNWjatodoc SUNWjatodmo SUNWjaxp SUNWcstl SUNWjhdem SUNWdfbh SUNWdhcsb SUNWdpl SUNWkdcu SUNWless SUNWlibm SUNWlibusb SUNWlibusbugen SUNWfac SUNWmcos SUNWflexlex SUNWmcosx SUNWmdbdm SUNWmddr SUNWftduu SUNWgcc SUNWmipu SUNWmkcd SUNWmlibe SUNWmlibh SUNWgm4 SUNWgmake SUNWmysqlu SUNWmysqlt SUNWncau SUNWncft SUNWocfh SUNWopenssl-include SUNWopenssl-man SUNWosdem SUNWpcsclite-devel SUNWpdu SUNWpiclh SUNWpl5v SUNWpl5p SUNWpmgr SUNWpppd SUNWpppdu SUNWpppdt SUNWpppg SUNWppro-plugin-sunos-base SUNWrpm SUNWrsm SUNWseru SUNWserweb SUNWsfdoc SUNWsfinf SUNWsfman SUNWsfwdemo SUNWsfwhea SUNWsmdoc SUNWspnego SUNWsra SUNWsrh SUNWcsu>
    The file </was07zone/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    All of the errors in the above log look like this:
    *** package <SUNWcsr> installed with warnings:
    pkgadd: ERROR: unable to create package object </was07zone/root/usr>.
    unable to fix attributes
    Installation of <SUNWcsr> on zone <was07zone> partially failed.
    I have performed this procedure on 8 identical machines in the past week with no problems, except this one.
    uname -aSunOS was07 5.10 Generic_118822-23 sun4u sparc SUNW,Sun-Fire-V440
    cat /etc/releaseSolaris 10 3/05 s10_74L2a SPARC
    Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 22 January 2005
    Now I can finish the the install and boot the zone just fine, but those packages are listed as partially installed, thusly when they are a prereq for any application, the application install fails with dependancy issues. If I try to install those pkgs, the dependancy loop gets very deep.
    Plus I know that this isnt the expected results of my command chain above.
    TIA for any assistance that can be provided.

    One cant perform a zoneadm -z was07zone install
    if the permissions on the zonepath are other than 700, correct?
    /was07zone with permisisons=777
    /was07zone must not be group readable.
    /was07zone must not be group writable.
    /was07zone must not be group executable.
    /was07zone must not be world readable.
    /was07zone must not be world writable.
    /was07zone must not be world executable.
    could not verify zonepath /was07zone because of the above errors.
    zoneadm: zone was07zone failed to verify
    /was07zone with permissions=755
    /was07zone must not be group readable.
    /was07zone must not be group executable.
    /was07zone must not be world readable.
    /was07zone must not be world executable.
    could not verify zonepath /was07zone because of the above errors.
    zoneadm: zone was07zone failed to verify
    /was07zone with permissions=744
    /was07zone must not be group readable.
    /was07zone must not be world readable.
    could not verify zonepath /was07zone because of the above errors.
    zoneadm: zone was07zone failed to verify
    /was07zone with permissions=711
    /was07zone must not be group executable.
    /was07zone must not be world executable.
    could not verify zonepath /was07zone because of the above errors.
    zoneadm: zone was07zone failed to verify
    I did open up another terminal window while creating the zone.. and /was07zone/root is created with permisisons of 755

  • Created zone with defaults won't boot completely (Solaris 10, Update 1)

    If I create a zone with defaults, i.e. allowing the zone to inherit the typical package dirs, the resulting zone does not boot completely. When I attach to the zone via zlogin, the zone looks to be in an administrative state. It never boots to a point where one would typically enter in the initial configuration info, e.g. timezone and root password.
    However if I create the zone after first removing the inherited dirs, the zone boots to a state where it subsequently can be confiured and fully booted.
    Looks as if the SMF facilities are not fully initialized when the zone is configured to inherit its packages. This could be a red herring as I'm a newbie who's moved over from Linux and starting to understand SMF specifically and Solaris in general.
    I did not have this problem with Solaris 10. I've just installed Solaris 10 Update 1; the problem seems specific to that installation. I reinstalled and the problem persists.

    I snipped the output because there were some errors, which on retrospect seems to have been a silly decision. I repeated the process and captured the missing output:
    # zoneadm -z foo install
    Preparing to install zone <foo>.
    Creating list of files to copy from the global zone.
    Copying <5913> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <942> packages on the zone.
    Initialized <942> packages on zone.
    Zone <foo> is initialized.
    Installation of <1> packages was skipped.
    Installation of these packages generated warnings: <SUNWxwfnt
    SUNWxwplt SUNWxwcft SUNWjxmft SUNWxwpls SUNWpmowu
    SUNWxilrl SUNWolrte SUNWi13rf SUNWi15rf SUNWi2rf SUNWi5rf
    SUNWi7rf SUNWi9rf SUNWtxfnt SUNWdoc SUNWi1of SUNWi4rf
    SUNWi8rf SUNW1251f SUNWarrf SUNWxwoft SUNWxwxst
    SUNWkoi8f SUNWasu SUNWxrpcrt SUNWasac SUNWasdb
    SUNWasut>
    The file </zone/foo/root/var/sadm/system/logs/install_log> contains a log of the zone installation.The packages are related to App development and X11. I don't see any that might be related to SMF.
    The logfile is too large to post at over 37K lines. However there seemed to be a pattern to the package failures. Hopefully these greps highlight the important messages:
    # grep "partially failed" /zone/foo/root/var/sadm/system/logs/install_log
    Installation of <SUNWxwfnt> on zone <foo> partially failed.
    Installation of <SUNWxwplt> on zone <foo> partially failed.
    Installation of <SUNWxwcft> on zone <foo> partially failed.
    Installation of <SUNWjxmft> on zone <foo> partially failed.
    Installation of <SUNWxwpls> on zone <foo> partially failed.
    Installation of <SUNWpmowu> on zone <foo> partially failed.
    Installation of <SUNWxilrl> on zone <foo> partially failed.
    Installation of <SUNWolrte> on zone <foo> partially failed.
    Installation of <SUNWi13rf> on zone <foo> partially failed.
    Installation of <SUNWi15rf> on zone <foo> partially failed.
    Installation of <SUNWi2rf> on zone <foo> partially failed.
    Installation of <SUNWi5rf> on zone <foo> partially failed.
    Installation of <SUNWi7rf> on zone <foo> partially failed.
    Installation of <SUNWi9rf> on zone <foo> partially failed.
    Installation of <SUNWtxfnt> on zone <foo> partially failed.
    Installation of <SUNWdoc> on zone <foo> partially failed.
    Installation of <SUNWi1of> on zone <foo> partially failed.
    Installation of <SUNWi4rf> on zone <foo> partially failed.
    Installation of <SUNWi8rf> on zone <foo> partially failed.
    Installation of <SUNW1251f> on zone <foo> partially failed.
    Installation of <SUNWarrf> on zone <foo> partially failed.
    Installation of <SUNWxwoft> on zone <foo> partially failed.
    Installation of <SUNWxwxst> on zone <foo> partially failed.
    Installation of <SUNWkoi8f> on zone <foo> partially failed.
    Installation of <SUNWasu> on zone <foo> partially failed.
    Installation of <SUNWxrpcrt> on zone <foo> partially failed.
    Installation of <SUNWasac> on zone <foo> partially failed.
    Installation of <SUNWasdb> on zone <foo> partially failed.
    Installation of <SUNWasut> on zone <foo> partially failed.and# grep "not installed" /zone/foo/root/var/sadm/system/logs/install_log
    *** package <SPROmrdwf> was not installed:
    *** package <SPROdwrfb> was not installed:
    *** package <SPROlang> was not installed:
    *** package <SPROlangx> was not installed:
    *** package <SPROdwrfx> was not installed:
    *** package <SPROsbld> was not installed:
    *** package <SPROsbldx> was not installed:
    *** package <SPROrdbkb> was not installed:
    *** package <SPROrdbkx> was not installed:
    *** package <SPROcc> was not installed:
    *** package <SPROutool> was not installed:
    *** package <SPROmrcc> was not installed:
    *** package <SPROmrcom> was not installed:
    *** package <SPROmr3m> was not installed:
    *** package <SPROmrtcv> was not installed:
    *** package <SPROm9xs> was not installed:
    *** package <SPROsunms> was not installed:
    *** package <SPROsmsx> was not installed:
    *** package <SPROsmpx> was not installed:
    *** package <SPROmrsbe> was not installed:
    *** package <SPROsbe> was not installed:
    *** package <SPROpnsn> was not installed:
    *** package <SPROfd> was not installed:
    *** package <SPROupdck> was not installed:
    *** package <SPROcpl> was not installed:
    *** package <SPROcplx> was not installed:
    *** package <SPROcmpl> was not installed:
    *** package <SPROtlbn7> was not installed:
    *** package <SPROtll7> was not installed:
    *** package <SPROtl7x> was not installed:
    *** package <SPROtll7x> was not installed:
    *** package <SPROscl> was not installed:
    *** package <SPROsclx> was not installed:
    *** package <SPROmrstd> was not installed:
    *** package <SPROmrcpl> was not installed:
    *** package <SPROstl4h> was not installed:
    *** package <SPROstl4a> was not installed:
    *** package <SPROstl4o> was not installed:
    *** package <SPROstl4x> was not installed:
    *** package <SPROstl4y> was not installed:
    *** package <SPROftool> was not installed:
    *** package <SPROl90> was not installed:
    *** package <SPROl90x> was not installed:
    *** package <SPROl90s> was not installed:
    *** package <SPROl90sx> was not installed:
    *** package <SPROf90> was not installed:
    *** package <SPROmrftn> was not installed:
    *** package <SPROgc> was not installed:
    *** package <SPROlgc> was not installed:
    *** package <SPROgcx> was not installed:
    *** package <SPROlgcx> was not installed:
    *** package <SPROdbx> was not installed:
    *** package <SPROdbxx> was not installed:
    *** package <SPROjdbx> was not installed:
    *** package <SPROjdbxx> was not installed:
    *** package <SPROmrdbx> was not installed:
    *** package <SPROdemo> was not installed:
    *** package <SPROdmake> was not installed:
    *** package <SPROmrdmk> was not installed:
    *** package <SPROtdemo> was not installed:
    *** package <SPROmride> was not installed:
    *** package <SPROdbxui> was not installed:
    *** package <SPROsvc> was not installed:
    *** package <SPROxdplg> was not installed:
    *** package <SPROidext> was not installed:
    *** package <SPROjnsnb> was not installed:
    *** package <SPROjnsrt> was not installed:
    *** package <SPROjnsup> was not installed:
    *** package <SPROctags> was not installed:
    *** package <SUNWnbide> was not installed:
    *** package <SUNWnbcpp> was not installed:
    *** package <SUJAnbcpp> was not installed:
    *** package <SUZHnbcpp> was not installed:
    *** package <SUNWexted> was not installed:
    *** package <SUJAexted> was not installed:
    *** package <SUZHexted> was not installed:
    *** package <SPROnbreg> was not installed:
    *** package <SPROfdxd> was not installed:
    *** package <SPROmrxd> was not installed:
    *** package <SPROgvim> was not installed:
    *** package <SPROxmbin> was not installed:
    *** package <SPROxmshr> was not installed:
    *** package <SPROxmsrc> was not installed:
    *** package <SPROmrxm> was not installed:
    *** package <SPROprfan> was not installed:
    *** package <SPROmrpan> was not installed:
    *** package <SPROprfax> was not installed:
    *** package <SPROprflb> was not installed:
    *** package <SPROprflx> was not installed:
    *** package <SPROprfgn> was not installed:
    *** package <SPROmrpgn> was not installed:
    *** package <SPROhtbas> was not installed:
    *** package <SPROhttl7> was not installed:
    *** package <SPROhtstd> was not installed:
    *** package <SPROhtxd> was not installed:
    *** package <SPROdwrfs> was not installed:
    *** package <SPROrdbks> was not installed:
    *** package <SPROctsrc> was not installed:
    *** package <SPROplg> was not installed:
    *** package <SPROpl> was not installed:
    *** package <SPROplx> was not installed:
    *** package <SPROpls> was not installed:
    *** package <SPROplsx> was not installed:
    *** package <SPROmrpl> was not installed:These messages seem to be inline with the general output captured from the zone install itself.
    > What does "svcadm list -vc" give you when you started the zone ?
    I took that as a typo, instead using "zoneadm?"
    # zoneadm list -vc
      ID NAME             STATUS         PATH
       0 global           running        /
       7 foo              running        /zone/fooThe zone is not on its own slice, however "/zone" is mounted as a loopback from /export/zone. I don't think that's a problem since the zone install seems to work if I don't inherit packages. Unless perhaps its a nesting level of lofs's.
    FWIW,
    # mount |grep zone
    /zone on /export/zone read/write/setuid/devices/dev=1540000 on Fri Feb 24 16:10:55 2006
    /zone/foo/root/dev on /zone/foo/dev read/write/setuid/devices/zonedevfs/dev=4640007 on Tue Feb 28 13:13:03 2006
    /zone/foo/root/lib on /lib read only/setuid/nodevices/nosub/dev=dc0440 on Tue Feb 28 13:13:03 2006
    /zone/foo/root/platform on /platform read only/setuid/nodevices/nosub/dev=dc0440 on Tue Feb 28 13:13:03 2006
    /zone/foo/root/sbin on /sbin read only/setuid/nodevices/nosub/dev=dc0440 on Tue Feb 28 13:13:03 2006
    /zone/foo/root/usr on /usr read only/setuid/nodevices/nosub/dev=dc0440 on Tue Feb 28 13:13:03 2006
    /zone/foo/root/proc on proc read/write/setuid/nodevices/zone=foo/dev=4400007 on Tue Feb 28 13:13:06 2006
    /zone/foo/root/system/contract on ctfs read/write/setuid/nodevices/zone=foo/dev=43c0008 on Tue Feb 28 13:13:06 2006
    /zone/foo/root/etc/svc/volatile on swap read/write/setuid/nodevices/xattr/zone=foo/dev=448000e on Tue Feb 28 13:13:06 2006
    /zone/foo/root/etc/mnttab on mnttab read/write/setuid/nodevices/zone=foo/dev=4440008 on Tue Feb 28 13:13:06 2006

  • Software Installation on Zones

    Hello Folks,
    I read a bit about package management in the zone documentation and was wondering what is the expected manner of installing applications in a Zone environment. How does it differ between whole root and sparse root zones ? Are applications always installed on Global zones and migrated to the sparse and whole root zones ? Also can we install applications in individual zones ? Appreciate you thoughts

    ...it depends....
    there are packages which only install in global zones, some only in non global, some in both, more later on. Whole root zones usually create no problem, they have their file system to install all the stuff.
    I got a few problems with packages in sparse root zones when they need write access to files which are inherited from the global zone. We make some packages ourselfes, and we install all of them in /usr/local. This packages have their log files in /usr/local/var, their configuration in /usr/local/etc. This fails for sparse root zones as the whole /usr is inherited.
    I used 2 workarounds
    - make softlinks in the global zone, e.g /usr/local/etc -> /opt/local/etc
    - change the inherited directoryies so /usr/local/etc and /usr/local/var are no longer inherited, but /usr/lib and so on
    Both workarounds are ugly, we use whole root zones wherever possible
    There is an article on the developers site: http://developers.sun.com/solaris/articles/application_in_zone.html#installconfig describing how flageas and and the -g option of pkgadd control the installation of packages in zones
    Fritz

  • Cannot boot new zone - "mount of /proc failed", "call to zoneadmd failed"

    All the following is on Solaris 10GE, on a freshly installed V20z.
    root@turing> zonecfg -z testzone info
    zonepath: /var/zones/testzone
    autoboot: true
    pool:
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    net:
    address: 131.211.141.205
    physical: bge1
    root@turing> zoneadm -z testzone verify
    root@turing> zoneadm -z testzone install
    Preparing to install zone <testzone>.
    Creating list of files to copy from the global zone.
    Copying <351> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <326> packages on the zone.
    Initialized <326> packages on zone.
    Zone <testzone> is initialized.
    The file </var/zones/testzone/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    root@turing> zoneadm -z testzone ready
    root@turing> zoneadm -z testzone boot
    zoneadm: zone 'testzone': mount of /proc failed: Bad address
    zoneadm: zone 'testzone': call to zoneadmd failed
    If anybody would have any clues on how to tackle this, I'd be obliged.

    The problem is reproducable.
    On a "Core" installation,
    +with the following added:
    Documentation Tools
    Lint Libs (usr)
    Live Upgrade Software (dependency; why?)
    On-Line Manual Pages
    Secure Shell
    SunOS Header Files
    Solaris Zones
    -and the following excluded:
    FTP server (root and usr)
    PCMCIA support
    Sendmail
    Solaris Desktop /usr/dt
    Xinside Xserver driver
    I do get zones working on a full "end user" install -- but then I also get sh*tloads of stuff I really don't want on a server (GNOME, CDE, StarOffice, Evolution, Mozilla, X11, OpenWin, ...). Removing the spurious fluff won't work; some packages removal scripts seem to be broken, and dependency checking is, well, living hell on Solaris 10.
    I would like a simple thing, which is: a very basic, bare-bones installation of a Solaris 10 server -- WITH zones.
    Perhaps this is an impossible dream. Is it?

  • Cannot create zone

    Hi, I am trying to create a zone, but there is a problem, there are some missing files in /etc/ like /etc/inittab...
    Here are the steps:
    root@gzone00 # zonecfg -z pam03
    zonecfg:pam03> create
    zonecfg:pam03> set zonepath=/zonepool/pam03
    zonecfg:pam03> set autoboot=true
    zonecfg:pam03> verify
    zonecfg:pam03> add net
    zonecfg:pam03:net> set address=200.34.12.110/25
    zonecfg:pam03:net> set physical=igb2
    zonecfg:pam03:net> set defrouter=200.34.12.4
    zonecfg:pam03:net> end
    zonecfg:pam03> verify
    zonecfg:pam03> commit
    zonecfg:pam03> exit
    root@gzone00 # zoneadm -z pam03 install
    A ZFS file system has been created for this zone.
    Preparing to install zone <pam03>.
    Creating list of files to copy from the global zone.
    Copying <2994> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1149> packages on the zone.
    Initialized <1149> packages on zone.
    Zone <pam03> is initialized.
    Installation of these packages generated errors: <SUNWcar SUNWcsl SUNWcsr SUNWcsu SUNWckr SUNWesu SUNWgss SUNWcslr SUNWpostgr-82-server-data-root SUNWpmu SUNWnfscr SUNWnfsckr SUNWnfscu SUNWnfssu SUNWpostgr-83-server-data-root SUNWssad SUNWzfskr SUNWzfsr SUNWzfsu SUNWzoneu SUNWs9brandr SUNWnfsskr SUNWmptsas SUNWmdbr SUNWn2cp SUNWftdur SUNWmdb SUNWpdu SUNWpd SUNWhea SUNWftpr SUNWust2 SUNWfss SUNWdtrc SUNWdtrp SUNWust1>
    Installation of <3> packages was skipped.
    Installation of these packages generated warnings: <SUNWsmbar>
    The file </zonepool/pam03/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    root@gzone00 # zoneadm -z pam03 boot
    root@gzone00 # zlogin -C pam03
    [Connected to zone 'pam03' console]
    INIT: Cannot stat /etc/inittab, errno: 2
    INIT: Absent svc.startd entry or bad contract template. Not starting svc.startd.
    Requesting maintenance mode
    (See /lib/svc/share/README for additional information.)
    *** Unable to retrieve `root' entry in shadow password file ***
    Entering System Maintenance Mode
    Any ideas whats the problem?

    *** package <SUNWcakr> was not installed:
    The package <SUNWcakr> is either not fully installed in the
    global zone, or the package contains a request script. Only packages
    that are fully installed in the global zone and that do not contain a
    request script can be installed when a new zone is created. If this
    package does not contain a request script, you can correct this
    problem by removing and reinstalling the package in the global zone.
    *** package <CTEact> was not installed:
    The package <CTEact> is registered to be installed in the
    global zone only. The package may have been installed in the global
    zone using the pkgadd '-G' option, or the package may contain a
    request script, or the package may directly set the package attribute
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWrda> was not installed:
    The package <SUNWrda> is registered to be installed in the
    global zone only. The package may have been installed in the global
    zone using the pkgadd '-G' option, or the package may contain a
    request script, or the package may directly set the package attribute
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWexplo> was not installed:
    The package <SUNWexplo> is registered to be installed in the
    global zone only. The package may have been installed in the global
    zone using the pkgadd '-G' option, or the package may contain a
    request script, or the package may directly set the package attribute
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWexplu> was not installed:
    The package <SUNWexplu> is registered to be installed in the
    global zone only. The package may have been installed in the global
    zone using the pkgadd '-G' option, or the package may contain a
    request script, or the package may directly set the package attribute
    SUNW_PKG_THISZONE=true in the pkginfo file.
    *** package <SUNWsneep> was not installed:
    The package <SUNWsneep> is either not fully installed in the
    global zone, or the package contains a request script. Only packages
    that are fully installed in the global zone and that do not contain a
    request script can be installed when a new zone is created. If this
    package does not contain a request script, you can correct this
    problem by removing and reinstalling the package in the global zone.
    *** package <EMCpower> was not installed:
    The package <EMCpower> is either not fully installed in the
    global zone, or the package contains a request script. Only packages
    that are fully installed in the global zone and that do not contain a
    request script can be installed when a new zone is created. If this
    package does not contain a request script, you can correct this
    problem by removing and reinstalling the package in the global zone.
    *** package <SUNWcar> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWcar/save/pspool/SUNWcar/pkginfo> is corrupt
    file size <10539> expected <11118> actual
    Installation of <SUNWcar> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWcsl> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWcsl/save/pspool/SUNWcsl/pkginfo> is corrupt
    file size <21173> expected <21752> actual
    Installation of <SUNWcsl> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWcsr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWcsr/save/pspool/SUNWcsr/pkginfo> is corrupt
    file size <26953> expected <27667> actual
    Installation of <SUNWcsr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWcsu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWcsu/save/pspool/SUNWcsu/pkginfo> is corrupt
    file size <29667> expected <30381> actual
    Installation of <SUNWcsu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWckr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWckr/save/pspool/SUNWckr/pkginfo> is corrupt
    file size <23603> expected <24182> actual
    Installation of <SUNWckr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWesu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWesu/save/pspool/SUNWesu/pkginfo> is corrupt
    file size <18511> expected <19090> actual
    Installation of <SUNWesu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWgss> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWgss/save/pspool/SUNWgss/pkginfo> is corrupt
    file size <6736> expected <7315> actual
    Installation of <SUNWgss> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWsmbar> installed with warnings:
    pkgadd: ERROR: preinstall script did not complete successfully
    Installation of <SUNWsmbar> on zone <pam03> partially failed.
    *** package <SUNWcslr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWcslr/save/pspool/SUNWcslr/pkginfo> is corrupt
    file size <20293> expected <20872> actual
    Installation of <SUNWcslr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWpostgr-82-server-data-root> failed to install with fatal errors:
    Error: No "postgres" uid and/or gid found.
    Please install the patch for 6438076 (Add default uid/group for Postgres).
    The patch needed is 125367-01 for SPARC and 125368-01 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-82-server-data-root> on zone <pam03>
    failed.
    No changes were made to the system.
    *** package <SUNWpmu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWpmu/save/pspool/SUNWpmu/pkginfo> is corrupt
    file size <10602> expected <11181> actual
    Installation of <SUNWpmu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWnfscr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWnfscr/save/pspool/SUNWnfscr/pkginfo> is corrupt
    file size <13674> expected <14253> actual
    Installation of <SUNWnfscr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWnfsckr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWnfsckr/save/pspool/SUNWnfsckr/pkginfo> is corrupt
    file size <17821> expected <18400> actual
    Installation of <SUNWnfsckr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWnfscu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWnfscu/save/pspool/SUNWnfscu/pkginfo> is corrupt
    file size <16548> expected <17127> actual
    Installation of <SUNWnfscu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWnfssu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWnfssu/save/pspool/SUNWnfssu/pkginfo> is corrupt
    file size <18022> expected <18685> actual
    Installation of <SUNWnfssu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWpostgr-83-server-data-root> failed to install with fatal errors:
    grep: can't open /zonepool/pam03/root/etc/passwd
    Error: 'postgres' user not found.
    Please install the patch for 6438076 (Add default uid/group for Postgres).
    The patch needed is 125367-01 for SPARC and 125368-01 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-83-server-data-root> on zone <pam03>
    failed.
    No changes were made to the system.
    *** package <SUNWssad> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWssad/save/pspool/SUNWssad/pkginfo> is corrupt
    file size <18263> expected <18842> actual
    Installation of <SUNWssad> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWzfskr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWzfskr/save/pspool/SUNWzfskr/pkginfo> is corrupt
    file size <15033> expected <15612> actual
    Installation of <SUNWzfskr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWzfsr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWzfsr/save/pspool/SUNWzfsr/pkginfo> is corrupt
    file size <15016> expected <15595> actual
    Installation of <SUNWzfsr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWzfsu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWzfsu/save/pspool/SUNWzfsu/pkginfo> is corrupt
    file size <15021> expected <15600> actual
    Installation of <SUNWzfsu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWzoneu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWzoneu/save/pspool/SUNWzoneu/pkginfo> is corrupt
    file size <14306> expected <14885> actual
    Installation of <SUNWzoneu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWs9brandr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWs9brandr/save/pspool/SUNWs9brandr/pkginfo> is corrupt
    file size <11727> expected <12306> actual
    Installation of <SUNWs9brandr> on zone <pam03> failed (internal
    error).
    No changes were made to the system.
    *** package <SUNWnfsskr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWnfsskr/save/pspool/SUNWnfsskr/pkginfo> is corrupt
    file size <14523> expected <15102> actual
    Installation of <SUNWnfsskr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWmptsas> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWmptsas/save/pspool/SUNWmptsas/pkginfo> is corrupt
    file size <7265> expected <7844> actual
    Installation of <SUNWmptsas> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWmdbr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWmdbr/save/pspool/SUNWmdbr/pkginfo> is corrupt
    file size <17855> expected <18434> actual
    Installation of <SUNWmdbr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWn2cp> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWn2cp/save/pspool/SUNWn2cp/pkginfo> is corrupt
    file size <9227> expected <9806> actual
    Installation of <SUNWn2cp> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWftdur> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWftdur/save/pspool/SUNWftdur/pkginfo> is corrupt
    file size <12830> expected <13409> actual
    Installation of <SUNWftdur> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWmdb> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWmdb/save/pspool/SUNWmdb/pkginfo> is corrupt
    file size <17796> expected <18375> actual
    Installation of <SUNWmdb> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWpdu> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWpdu/save/pspool/SUNWpdu/pkginfo> is corrupt
    file size <15601> expected <16180> actual
    Installation of <SUNWpdu> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWpd> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWpd/save/pspool/SUNWpd/pkginfo> is corrupt
    file size <16658> expected <17237> actual
    Installation of <SUNWpd> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWhea> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWhea/save/pspool/SUNWhea/pkginfo> is corrupt
    file size <22069> expected <22648> actual
    Installation of <SUNWhea> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWftpr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWftpr/save/pspool/SUNWftpr/pkginfo> is corrupt
    file size <3774> expected <4353> actual
    Installation of <SUNWftpr> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWust2> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWust2/save/pspool/SUNWust2/pkginfo> is corrupt
    file size <12970> expected <13549> actual
    Installation of <SUNWust2> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWfss> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWfss/save/pspool/SUNWfss/pkginfo> is corrupt
    file size <8271> expected <8850> actual
    Installation of <SUNWfss> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWdtrc> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWdtrc/save/pspool/SUNWdtrc/pkginfo> is corrupt
    file size <17758> expected <18337> actual
    Installation of <SUNWdtrc> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWdtrp> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWdtrp/save/pspool/SUNWdtrp/pkginfo> is corrupt
    file size <12608> expected <13187> actual
    Installation of <SUNWdtrp> on zone <pam03> failed (internal error).
    No changes were made to the system.
    *** package <SUNWust1> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWust1/save/pspool/SUNWust1/pkginfo> is corrupt
    file size <17815> expected <18394> actual
    Installation of <SUNWust1> on zone <pam03> failed (internal error).

  • SUNWpostgr-82 pkg problem on u4 zone

    I've seen some references to this as a bug before, but not sure how to fix it or why it hasn't been fixed yet. Can someone give me some more information...
    I have a u4 with latest recommended patch set:
    Creating list of files to copy from the global zone.
    Copying <3548> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <998> packages on the zone.
    Initialized <998> packages on zone.
    Zone <rule> is initialized.
    Installation of these packages generated errors: <SUNWpostgr-82-libs SUNWpostgr-82-client SUNWpostgr-82-server-data-root SUNWpostgr-82-server SUNWpostgr-82-contrib SUNWpostgr-82-devel>
    These packages always fail.
    *** package <SUNWpostgr-82-libs> failed to install with fatal errors:
    Error: /usr/lib/libkrb5.so.1 not found.
    Please install the patch for 6381288 (we should expose the krb5 api).
    The patch needed is 125077-02 for SPARC and 125078-02 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-82-libs> on zone <rule> failed.
    No changes were made to the system.
    I have the mentioned file:
    # ls -ld /usr/lib/libkrb5.so.1
    -rwxr-xr-x 1 root bin 21504 Aug 14 2007 /usr/lib/libkrb5.so.1
    Thanks.

    Got the same thing on Solaris 10 10/08 s10s_u6wos_07b SPARC
    # zoneadm -z XXXXXX install
    Preparing to install zone <XXXXXX>.
    Creating list of files to copy from the global zone.
    Copying <8967> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <1309> packages on the zone.
    Initialized <1309> packages on zone.
    Zone <XXXXXX> is initialized.
    Installation of these packages generated errors: <SUNWpostgr-82-libs SUNWpostgr-82-devel SUNWpostgr-82-client SUNWpostgr-82-server-data-root SUNWpostgr-82-server SUNWpostgr-83-server-data-root SUNWpostgr-82-contrib>
    The file </export/zone/XXXXXX/root/var/sadm/system/logs/install_log> contains a log of the zone installation.
    # /export/zone/XXXXXXX/root/var/sadm/system/logs/Install_logs show the following error messages:
    *** package <SUNWpostgr-82-devel> failed to install with fatal errors:
    Error: /usr/lib/libkrb5.so.1 not found.
    Please install the patch for 6381288 (we should expose the krb5 api).
    The patch needed is 125077-02 for SPARC and 125078-02 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-82-devel> on zone <XXXXXX> failed.
    No changes were made to the system.
    *** package <SUNWpostgr-82-client> failed to install with fatal errors:
    Error: /usr/lib/libkrb5.so.1 not found.
    Please install the patch for 6381288 (we should expose the krb5 api).
    The patch needed is 125077-02 for SPARC and 125078-02 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-82-client> on zone <XXXXXX> failed.
    No changes were made to the system.
    *** package <SUNWpostgr-82-server-data-root> failed to install with fatal errors:
    Error: No "postgres" uid and/or gid found.
    Please install the patch for 6438076 (Add default uid/group for Postgres).
    The patch needed is 125367-01 for SPARC and 125368-01 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-82-server-data-root> on zone <XXXXXX> failed.
    No changes were made to the system.
    *** package <SUNWpostgr-82-server> failed to install with fatal errors:
    Error: /usr/lib/libkrb5.so.1 not found.
    Please install the patch for 6381288 (we should expose the krb5 api).
    The patch needed is 125077-02 for SPARC and 125078-02 for x86 systems.
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWpostgr-82-server> on zone <XXXXXX> failed.
    No changes were made to the system. So, it seems that installing patches 125077-02 and 125367-01 should solve the problems. But, no.
    Patch 125367-01 was obsoleted by patch 127127-11, which is already installed.
    Patchfinder on sunsolve side can't find any patch-id 125077-xx. A google search show that this patch was obsoleted by patch 120011-14, which is already installed as well.

  • Can't install a container

    When installing a container a number of errors are generated:
    I used to be able to create containers, but when I try it now I just get errors. After this installation the container refuses to boot.
    Creating list of files to copy from the global zone.
    Copying <2611> files to the zone.
    Initializing zone product registry.
    Determining zone package initialization order.
    Preparing to initialize <887> packages on the zone.
    Initialized <887> packages on zone.
    Zone <rubbish> is initialized.
    Installation of these packages generated errors: <SUNWexplu SUNWexplo SUNWcsr SU
    NWcakr SUNWmdu SUNWtftpr SUNWdtdmr SUNWbsr SUNWnfssr SUNWsndmr SUNWsmbar SUNWjhr
    t SUNWvolr SUNWsacom SUNWaccr SUNWapch2r SUNWapchr SUNWbnur SUNWjato SUNWjatodoc
    SUNWjatodmo SUNWjhdev SUNWmconr SUNWmctag SUNWmcon SUNWmcos SUNWmcosx>
    Installation of <1> packages was skipped.
    Installation of these packages generated warnings: <SUNWpmowu>
    The file </export/zones/rubbish/root/var/sadm/system/logs/install_log> contains
    a log of the zone installation.
    When I try to boot it I get:
    zoneadm: zone 'red': mount of /etc/mnttab failed: No such file or directory
    zoneadm: zone 'red: call to zoneadmd failed
    How do I fix this?

    Here are the first few lines from the log:
    *** package <CTEactx> was not installed:
    The package <CTEactx> is either not fully installed in the
    global zone, or the package contains a request script. Only packages
    that are fully installed in the global zone and that do not contain a
    request script can be installed when a new zone is created. If this
    package does not contain a request script, you can correct this
    problem by removing and reinstalling the package in the global zone.
    *** package <SUNWexplu> failed to install - interrupted:
    pkgadd: ERROR: exec of /sbin/sh failed, errno=13
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWexplu> on zone <rubbish> failed (internal
    error).
    No changes were made to the system.
    *** package <SUNWexplo> failed to install - interrupted:
    pkgadd: ERROR: exec of /sbin/sh failed, errno=13
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWexplo> on zone <rubbish> failed (internal
    error).
    No changes were made to the system.
    *** package <SUNWocfd> successfully installed.
    *** package <SUNWckr> successfully installed.
    *** package <SUNWcnetr> successfully installed.
    *** package <SUNWcsl> successfully installed.
    *** package <SUNWcsr> failed to install - interrupted:
    pkgadd: ERROR: exec of /sbin/sh failed, errno=13
    pkgadd: ERROR: checkinstall script did not complete successfully
    Installation of <SUNWcsr> on zone <rubbish> failed (internal error).
    No changes were made to the system.
    *** package <SUNWcsu> successfully installed.
    *** package <SUNWcakr> failed to install - interrupted:
    pkgadd: ERROR: packaging file </var/sadm/pkg/SUNWcakr/save/pspool/SUNWcakr/pkginfo> is corrupt
    file size <472> expected <1101> actual
    Installation of <SUNWcakr> on zone <rubbish> failed (internal error).
    No changes were made to the system.
    *** package <SUNWcar> successfully installed.
    *** package <SUNWcsd> successfully installed.
    *** package <SUNWlibmsr> successfully installed.

  • Installing the VIM Pack from sunfreeware

    Has anybody had issues with this package inside zones?
    Everything works like a charm, but since this is installed in the /usr/local directory structure no users other than root can access the vim editor. Anybody know a way around this?
    Edited by: smsulliva on Sep 20, 2007 9:37 PM
    Please delete! I put in the incorrect forum.

    There isn't a problem I just need to chmod /usr/local in the global zone to 755 permissions.

  • Mathscript node errors due to not being able to find .m files

    I recently installed LV 8.5.1 and tried to open a VI with a mathscript node (originally created with LV 8.2).  It got a broken arrow due to an unrecognized symbol in the node which was the name of a matscript function in a .m file of the same name.  And this worked fine with 8.2.  I updated the mathscript: search paths 'Working Directory' both in the mathscript window and the main app Tools->Options list.  I exited and re-started, but to no avail.  And I made sure to add it as a 'recursive' search folder, even though my file is right at the top.
    What am I doing wrong?

    Hello Umars,
    In LabVIEW 8.5 you won't be able to use user defined functions if you are you using a Base Package.  Regardless of which package you are using you may find the LabVIEW help file informative.
    Calling User-Defined Functions from LabVIEW MathScript (Windows, Not in Base Package)
    http://zone.ni.com/reference/en-XX/help/371361D-01/lvconcepts/calling_udf/ 
    David A
    National Instruments
    FlexRIO Product Support Engineer

Maybe you are looking for