Unable to create filesystem (mkfs.ext4) 2TB CentOS 6.5 VM

All, We have been having trouble creating disk volumes larger than 2TB on CentOS machines in our lab environment that consists of Hyper-V 2012 R2.
Today we came a step closer with the help of
http://social.technet.microsoft.com/Forums/windowsserver/en-US/bc1ee7e7-dcaf-455b-baec-01e6128ddd28/action?threadDisplayName=unable-to-create-filesystem-mkfsext4-on-large-gt-2tb-gpt-virtual-disk-using-linux-vm - which suggests mkfs with the '-K' option.
This has created a mountable logical volume, however it only registers as 2TB, rather than the actual size of 4TB. I notice the article is over a year old. Has there been any fixes?
The alternative would be multiple 2TB drives..

As part of the product team that does Linux on Hyper-V, we've recently spent some time investigating this problem.  It occurs because Linux issues a SCSI "WRITE_SAME(16)" command, which is not implemented by Hyper-V.  WRITE_SAME(16) is optional
in the SCSI spec, so it's OK that Hyper-V doesn't implement it, but the problem is that Hyper-V doesn't return the correct error code and sense info to indicate that it's unimplemented.  With the correct error code from Hyper-V, Linux would use alternate
SCSI commands and everything would work.
We're looking into possible fixes.  Hopefully in the next couple of weeks we can have an update on what to expect.
We believe Ubuntu 14.04 actually works correctly on Hyper-V due to a complicated set of other reasons.  RHEL 7.0 does not work, and the other file system types don't typically avoid the problem either.
Michael Kelley, Lead Program Manager, Open Source Technology Center

Similar Messages

  • Unable to create filesystem (mkfs.ext4) on large 2TB GPT virtual disk using Linux VM.

    I am unable to create a file system on a large (> 2TB disk) virtual disk for a Linux VM.  I can create the disk, attach it to the VM, partition it with "parted", but I cannot run mkfs.ext4.  Details below.
    Hyper-V 2012 Core (w/ all Windows/Microsoft updates as of 4/19).
    CentOS 6.4 VM w/ 4 virtual processors, 4GB RAM, and 3 dynamic drives: 
    /dev/sda  100GB IDE dynamic vhdx
    /dev/sdb  75GB IDE dynamic vhdx
    /dev/sdc  10TB SCSI dynamic vhdx
    Using parted, created 500GB partition on the 10TB drive (/dev/sdc1). 
    (parted) select /dev/sdc
    Using /dev/sdc
    (parted) print
    Model: Msft Virtual Disk (scsi)
    Disk /dev/sdc: 11.0TB
    Sector size (logical/physical): 512B/4096B
    Partition Table: gpt
    Number  Start   End    Size   File system  Name                Flags
     1      1049kB  500GB  500GB               production_archive
    then run: mkfs.ext4 /dev/sdc1
    repeating error on console from mkfs.ext4:
    INFO: task mkfs.ext4:2581 blocked for more than 120 seconds
    "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Runaway error in var/log/messages until my /var system filled up - 25G worth of it:
    -rw-------. 1 root root 25085329408 Apr 19 23:15 messages
    Apr 19 17:39:28 nfs2 kernel: sd 4:0:0:0: [sdc] Sense Key : No Sense [current]
    Apr 19 17:39:28 nfs2 kernel: sd 4:0:0:0: [sdc] Add. Sense: No additional sense information
    Apr 19 17:39:28 nfs2 kernel: hv_storvsc vmbus_0_13: cmd 0x93 scsi status 0x2 srb status 0x6
    Same problem happens when running "mkfs.ext4 -E lazy_itable_init=1 /dev/sdc1"

    Hi,
    Thank you for your post.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Lawrence
    TechNet Community Support

  • Unable to mkfs.ext4 - in use by system

    Hi,
    I created 3 logical partitions on my laptop using cfdisk and booted the arch dual installer using a usb drive. I then try to
    mkfs.ext4 /dev/sda6
    which is my / partition and I get the following message
    /dev/sda6 is apparently in use by the system; will not make a filesystem here!
    Since I booted via USB I don't see how this could be true. Any help would be great! Also I did search but couldn't find anything. This is going to be a dual boot system with windows 7.
    Update: I created partitions with both cfdisk and fdisk and it made no difference. Still unable to mkfs.ext4 and even mkswap
    Thanks!
    Last edited by sinisterz (2012-09-25 00:10:46)

    Did you make sure the partition was NOT mounted before running the command? Also you could try using GParted (various Live CDs available) for creating partitions and formatting.
    Last edited by anonymous_user (2012-09-25 00:22:24)

  • Unable to create new filesystem

    Hi all,
    I am trying to create new filesytem in solaris 9 machine(HP Proliant hardware).
    I have partitioned using format command and below is the output,
    Current partition table (unnamed):
    Total disk cylinders available: 6047 + 2 (reserved cylinders)
    Part Tag Flag Cylinders Size Blocks
    0 root wm 1 - 64 502.03MB (64/0/0) 1028160
    1 swap wu 65 - 319 1.95GB (255/0/0) 4096575
    2 backup wm 0 - 6046 46.32GB (6047/0/0) 97145055
    3 unassigned wm 320 - 321 15.69MB (2/0/0) 32130
    4 unassigned wm 322 - 832 3.91GB (511/0/0) 8209215
    5 var wm 833 - 5602 36.54GB (4770/0/0) 76630050
    6 usr wm 5603 - 5921 2.44GB (319/0/0) 5124735
    7 home wm 5922 - 6036 902.09MB (115/0/0) 1847475
    8 boot wu 0 - 0 7.84MB (1/0/0) 16065
    9 unassigned wm 0 0 (0/0/0) 0
    I have made entries in /etc/vfstab and below are the entries:
    # vi /etc/vfstab
    "/etc/vfstab" 14 lines, 720 characters
    #device device mount FS fsck mount mount
    #to mount to fsck point type pass at boot options
    fd - /dev/fd fd - no -
    /proc - /proc proc - no -
    /dev/dsk/c0t0d0s1 - - swap - no -
    /dev/dsk/c0t0d0s0 /dev/rdsk/c0t0d0s0 / ufs 1 no
    /dev/dsk/c0t0d0s6 /dev/rdsk/c0t0d0s6 /usr ufs 1 no
    /dev/dsk/c0t0d0s5 /dev/rdsk/c0t0d0s5 /var ufs 1 no
    /dev/dsk/c0t0d0p0:boot - /boot pcfs - no -
    /dev/dsk/c0t0d0s7 /dev/rdsk/c0t0d0s7 /export/home ufs 2
    yes -
    /dev/dsk/c0t0d0s4 /dev/rdsk/c0t0d0s4 /opt ufs 2 yes
    swap - /tmp tmpfs - yes -
    /dev/dsk/c0t0d0s3 /dev/rdsk/c0t0d0s3 /kameleon ufs 2 no
    logging
    When i try to create filesystem using newfs command, i am getting the I/O error as shown below,
    # newfs /dev/rdsk/c0t0d0s6
    /dev/rdsk/c0t0d0s6: I/O error
    Please help me to get rid of this error for creating fs.
    Regards

    Check you /etc/vfstab entry for s6
    /dev/dsk/c0t0d0s6 /dev/rdsk/c0t0d0s6 /usr
    It is mounted to /usr. You cannot created filesystem on a live volume.

  • Can't create filesystem on disc -

    I'm trying to format disks to ext4 and reiserFS but after creating new partition table it fails.
    cfdisking /dev/sdb
    mkfs.ext4 /dev/sdb1
    /dev/sdb1 is apparently in use by the system; will not make a filesystem here!
    lsof | grep sdb1
    echoes nothing
    /dev/disk/by-uuid/ has nothing about sdb
    but /dev/disk/by-id/ and /dev/disk/by-path has links to sdb partitions
    Please give me advice...
    I'm a udev noob with quite bad english.

    Errm... I don't understand the exact issue behind the failure, but I would suggest trying this out via GParted as well? I have performed very many complicated disk operations through GParted, and it has never failed me.

  • [SOLVED] Installer cannot create filesystems

    I am trying to do a new install of Arch from the Apr-12 iso. My disk drive is gpt partitioned and I have prepartitioned it with two new partitions for Arch / and /home. So, when I am preparing the disk during the installation, I am skipping the partitioning step and going to the filesystems and block devices step. I go through the menu sequence to select one of my partitions, tell it to create an ext4 and use it for /. Then I give it no label and no ext4 options. It fails.
    The message flashes very quickly at the bottom of the screen and is immediately covered back up by the blue installer screen. I have tried to stare at it and have caught that it is complaining about some expression not terminated properly. I have done nothing but select a partition from a menu and made other menu selections.
    Also, the installer sees every partition on my drive as "raw". Is this normal? All other installers I have run do a better job of showing what kind of filesystem they have (or don't have), etc. Maybe there is something wrong with the way my gpt partitions are being detected by the installer.
    Finally, mjheagle8 on freenode was trying to help me with this last night. He suggested I open a new tty and run mkfs.ext4 commands to create the filesystems. That was successful, but I still don't know how to get the installer to take them and use them for / and /home.
    Thank you for any advice you can give. I can find nothing in the Wiki docs about what to do if the filesystems step fails. It just says to go back, correct the errors, and redo.
    Tim
    Last edited by ratcheer (2012-05-01 21:31:18)

    ratcheer wrote:Finally, mjheagle8 on freenode was trying to help me with this last night. He suggested I open a new tty and run mkfs.ext4 commands to create the filesystems. That was successful, but I still don't know how to get the installer to take them and use them for / and /home.
    You can format with mkfs and then skip formatting with 'Manually configure block devices, filesystems and mountpoints' in installer. But it's really strange that installer can not handle it...

  • Unable to create image buffer after RAM preview

    Running into an odd and frustrating error. Built a comp using the new Ray-traced 3D renderer and now I'm regretting being an early adopter big time with all the problems I've been encountering with it. The latest comes whenever I do a longer RAM preview in an attempt to watch the whole duration of my comp. It will get to about 170 frames or so, at which point I've interrupted by pressing spacebar because I don't need to see all the way to the end of my work area (around 220 frames). It'll play the RAM preview back fine, and even loop it, but as soon as I stop playback, I get this error message: "After Effects warning: Unable to create image buffer." There's only one button: "okay" and as soon as I click it the same error pops up again and it will never go away, forcing me to close AE from the task manager. I've taken to saving before every RAM preview like I used to do with Flash before previewing my buggy swfs for fear I'll lose all my work after previewing. Any ideas about what might be causing this?
    Some more details about my comp:
    1920x1080 @ 29.97
    Ray-traced 3D
    About 70 3D layers (I'm guessing this is my downfall - new renderer not designed for this many layers?)
    Running Windows 7 Professional
    i7 2600K
    32GB RAM
    2x GTX 570 video cards running latest driver (301.42, CUDA 4.2.1)
    508GB free on my 2TB internal drive where the project and cache lives
    From my GPU info window in case it's useful:
    Fast Draft:
    Available
    Texture Memory:
    600.00 MB
    Ray-tracing:
    GPU
    OpenGL
    Vendor:
    NVIDIA Corporation
    Device:
    GeForce GTX 570/PCIe/SSE2
    Version:
    3.0.0
    Total Memory:
    1.20 GB
    Shader Model:
    4.0 or later
    CUDA
    Driver Version:
    4.2
    Devices:
    2 (GeForce GTX 570, GeForce GTX 570)
    Current Usable Memory:
    1.04 GB (at application launch)
    Maximum Usable Memory:
    1.25 GB

    Yeah, some buffer is very likely not flushing when you interrupt the preview and then there is no more memory on the graphics hardware. Consider setting the work area and your preview options to use only the work area. if it finishes the preview "correctly", it may not suffer the issue. Beyond that - raytracing doesn't/ shouldn't care about the number of items. The math is such, that it makes no difference whether you render a million polygons or just one. Of course there are still limitations due to the GPU dependency, but I doubt you ever truly exhaust the cards' geometry buffers. Compared to pixel data that is a small amount...
    Mylenium

  • Unable to create temporary backing file

    My program is throwing out the error:
    temporary open: /var/tmp/BDB20825: Too many open files
    unable to create temporary backing file
    This happens after my program has been running for about 4 hours. The program appears to run out of file descriptors. The listing of /proc/<PID>/fd shows hundreds of lines naming the same file (/var/tmp/BDB20825), like this:
    lrwx------ 1 zobell users 64 Jul 28 14:41 622 -> /var/tmp/BDB20825 (deleted)
    That file does not exist. I suspect that someone is deleting but failing to close the file. A few open file descriptors with this deleted file occur slowly in the early hours, but not at a fast enough rate to bring the program down when it does. It looks like there is a sudden flood at the end.
    The program repeats this error slowly, and is stuck inside the db code. Here is the gdb backtrace I am seeing every time I interrupt:
    (gdb) where
    #0 0x00e74410 in __kernel_vsyscall ()
    #1 0x003d51dd in ___newselect_nocancel () from /lib/libc.so.6
    #2 0x002e5d39 in __os_sleep () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #3 0x002e43f1 in __os_openhandle () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #4 0x002e52ad in __os_open () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #5 0x002c0357 in __db_tmp_open () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #6 0x002c006c in __db_appname () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #7 0x002d50c9 in __memp_bhwrite () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #8 0x002d4a27 in __memp_alloc () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #9 0x002d62ec in __memp_fget () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #10 0x00232003 in __bam_new_file () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #11 0x002abc79 in __db_new_file () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #12 0x002abaff in __db_open () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #13 0x002a5d15 in __db_open_pp () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb-4.6.so
    #14 0x0080644c in Db::open () from /devel/tfm/external/RH4_32/dbxml/latest/install/lib/libdb_cxx-4.6.so
    #15 0x0053ebbe in DbXml::DbWrapper::open (this=0x405bbee0, txn=0x0, type=DB_BTREE, flags=65537, mode=0) at Transaction.hpp:62
    #16 0x00549247 in CacheDatabase (this=0x405bbed8, env=0x9c5a848, type=DB_BTREE, compare=0) at CacheDatabase.cpp:28
    #17 0x005497e2 in DocDatabase (this=0x405bbed8, env=0x9c5a848, compare=0) at CacheDatabase.cpp:46
    #18 0x00584ced in DbXml::Manager::createDocDatabase (this=0x9c5a830, compare=0) at Manager.cpp:694
    #19 0x00519467 in DbXml::CacheDatabaseMinderImpl::verify (this=0xfffffdfe, entry=@0x6ac2f790, cid=-514) at CacheDatabaseMinder.hpp:31
    #20 0x00519398 in DbXml::CacheDatabaseMinderImpl::findOrAllocate (this=0x6ac5b4f0, cid=1, allocate=true) at CacheDatabaseMinder.cpp:71
    #21 0x00518e59 in DbXml::CacheDatabaseMinder::findOrAllocate (this=0x6acd9fa0, mgr=@0x9c5a830, cid=1, allocate=true) at CacheDatabaseMinder.cpp:21
    #22 0x0055b12d in LazyDIResults (this=0x6acd9f98, context=0x6acd9fa0, contextItem=0x4979abc0, expr=@0x9ce5de8, txn=0x0, flags=0) at /devel/tfm/developers/szobell/berkeley-db-xml/dbxml-2.4.16/dbxml/include/dbxml/XmlManager.hpp:80
    #23 0x0052f9cd in DbXml::QueryExpression::execute (this=0x9ce5de8, txn=0x0, contextItem=0x4979abc0, context=@0xbfcb0e04, flags=0) at /devel/tfm/developers/szobell/berkeley-db-xml/dbxml-2.4.16/dbxml/include/dbxml/XmlQueryContext.hpp:86
    #24 0x00565a3a in DbXml::XmlQueryExpression::execute (this=0x0, contextItem=@0xfffffdfe, context=@0xbfcb0e04, flags=4294966782) at /devel/tfm/developers/szobell/berkeley-db-xml/dbxml-2.4.16/dbxml/include/dbxml/XmlValue.hpp:186
    #25 0x0805af4b in XmlRecordWithCounts::ExtractQueryString (this=0xbfcb0dd0, select=@0xbfcb0e2c, result=@0xbfcac1d0, qDocument=0xbfcb0e14) at src/XmlRecordWithCounts.cpp:401
    #26 0x080585f6 in OdRecord::GetRequiredContent (this=0xbfcb0dd0, name=@0xbfcac1e0, origin=@0xbfcac1d0, dest=@0xbfcac1c0, type=@0xbfcac1b0, dist=@0xbfcac198, totalCount=@0xbfcac194, route=@0xbfcac1a0, qDocument=0x0) at src/OdRecord.cpp:143
    #27 0x0804d9c3 in ProcessOd (fpPrivate=0x8e11098, odDb=@0xbfcb0dd0, fdDb=@0xbfcb0d20) at src/BuildFdDb.cpp:263
    #28 0x0804f4c8 in ProcessOneDest (fpPrivate=0x8e11098, odDb=@0xbfcb0dd0, fdDb=@0xbfcb0d20, dest={static npos = 4294967295, _M_dataplus = {<std::allocator<char>> = {<No data fields>}, Mp = 0x9da758c "LAX"}, static Sempty_rep_storage = {0, 0, 69041, 0}}) at src/BuildFdDb.cpp:464
    #29 0x080501cd in main (argc=6, argv=0xbfcb10c4) at src/BuildFdDb.cpp:589
    At this time, the program is trying to extract fields out of an XmlDocument that is the result of a query. The program uses a pre-calculated XmlQueryExpression to extract a specific field. This may not be the best way to extract a field from a document, given the apparent overhead of needing a temporary file!
    My program queries two database files (OD.dbxml and FD.dbxml.new), and uses the information to add records to the second file. The databases are rather big:
    bash-3.2$ ls -l /tmp/*dbxml*
    -rw-rw---- 1 zobell users 5233745920 Jul 28 14:42 /tmp/FD.dbxml.new
    -rw-rw---- 1 zobell users 6539427840 Jul 13 10:16 /tmp/OD.dbxml
    (I keep them in /tmp because everywhere else uses NFS and performance is awful with NFS.)
    My environment:
    Red Hat Enterprise Linux Client release 5.3 (Tikanga) 32 bit.
    Berkeley DB XML 2.4.16, C++ interface.
    Disk space should not be an issue:
    bash-3.2$ df /tmp /var
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/mapper/VolGroup00-tmp
    28948572 13044384 14409968 48% /tmp
    /dev/mapper/VolGroup00-root
    144742920 5333544 131938272 4% /
    I ran this program about a year ago and did not see this issue. I have made a few changes and linked to the newer version of the XML database since then. Any help is appreciated.

    I have more information about this problem.
    If I "disable" the routine __os_zerofill() in os_fzero.c, by having it always return (0), I no longer get an exception and my application appears to run smoothly. However, I have not determined what in this routine leads to the exception. And, I have no idea what the short and long term consequences of "disabling" this routine will be....
    -Coralie

  • Unable to create xml from xml schema

    JDeveloper 10.1.3 EA1
    I am unable to create a new xml file from an xml schema when the starting root element is a complex type (but it works with a simple type). It does not matter if the xml schema is registered within JDeveloper.
    Is this a bug or intended behaviour?
    Error message:
    ''XML Document from XML Schema creation could not be competed succesfully. Make sure the source schema is valid and that you have write permissions to the output directory."
    NB The xml schema is valid and I have write permissions on the specified directory.

    When I do not register this (or other) schema with JDeveloper, I can create an xml document from xml schema. However, when I register this schema and then try to generate an xml document (either from the registered xsd either from a filesystem xsd) with person as starting node it fails with the mentioned error. However, when I use city as starting node it is generated successfully.
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.amis.nl/demo/hrm"
    targetNamespace="http://www.amis.nl/demo/hrm"
    elementFormDefault="qualified">
    <xsd:element name="person">
    <xsd:annotation>
    <xsd:documentation>
    A sample complex element
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="name" type="xsd:string"/>
    <xsd:element name="length" type="xsd:int"/>
    <xsd:element name="weight" type="xsd:int" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="city" type="xsd:string">
    <xsd:annotation>
    <xsd:documentation>
    A sample simple element.
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </xsd:schema>

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Cannot export video clips.  Get message: "unable to create video for export"

    Cannot export video clips from iPhoto to Finder folder.  Export fails with message "unable to create video for export: "
    The video clips play correctly within iPhoto. 
    Software: iPhoto version 9.5 on OSX 10.9
    Hardware: Retina Macbook Pro 2.3 i7 8GB

    Yes.  I have 3,184 video clips in this library.  I tested Reveal function by randomly selecting individual video clips and in every case the Reveal in Finder function worked correctly.  I also tested this on random selections of groups of video clips and, again, the Reveal function worked correctly in every case. 
    Some more info that may be relevant:
    I have multiple iPhoto libraries.  My "main" library is very large (~30,000 files) and is located on an external hard drive (2TB WD) which is connected via USB.
    The problem reported here is occuring on that "main" library.  I have not opened any other iPhoto library since installing the new release. 
    While the File>Export function does not work, I have been able to simply copy and paste video clips from iPhoto library to a folder on Mac hard drive.  It appears that meta data is copying correctly along with the video content. 
    I am able to import these copied video clips to iMovie.  Meta data is imported along with the video content and I'm able to perform iMovie editing functions on those clips without any problems.
    In summary, the File>Export function still fails with the message "unable to create video for export."  Copying video clips and pasting them to interim folder seems to be a viable workaround enabling me to extract video clips from iPhoto for import to iMovie.  I will run additional tests to see if I can find a pattern to the video files that are being rejected by iPhoto Export function.

  • [Fubar] Oh boy, did mkfs.ext4 on an already installed to partition

    Long story quickly, I did mkfs.ext4 on an already ext4 partition.  I was kinda casual about it because I made a backup before I did this, but now it turns up my backup is bad (not sure how that happened) and will only extract about half the files before erroring out.  Not a huge deal as I did a full backup five days ago, but a few things back would be nice.  I've looked around and haven't been able to find anything.  Has anyone come across a way to be able to reconstruct the files that are on there?
    Last edited by Gen2ly (2010-04-01 06:49:07)

    Gen2ly wrote:but now it turns up my backup is bad (not sure how that happened) and will only extract about half the files before erroring out.
    Do you know this because you were trying to restore to the partition in question? Or is that partition still clean (freshly mkfs'd)?
    If the latter, then yeah, I've in the past fully recovered from a mistaken reformat. I don't remember any more what utility I used (nor whether it was a Mac or a Linux utility), but as to possibility, this is certainly possible. Once you start writing to the partition in question though, I think in practical terms you can forget it. Individual files that haven't been written to will still be recoverable, but when I've had to do *that* in the past everything I could get back came back flat (no dir structure, I think even filenames were lost). So though there was a lot of raw data recovered, it was practically too hard to sift through it, I just gave up. If at all possible, you want to recover the old filesystem.

  • Unable to Load Database/Unable to create database.

    RoboHelp 6.0 on my PC is suddenly unable to open existing
    projects or create new ones. The problem is not in the projects, as
    other people can unzip the same set of files and open them with
    RoboHelp on their PCs.
    The Details:
    When attempting to open an existing project (any project
    whether in version control or not), I get the message " Open
    project was cancelled or the application was unable to load
    database for..."
    I found the article that says to delete the CPD and XPJ files
    and then to use the Edit option to open the HHP file so that
    RoboHelp will recreate the two files. When I try that, I get the
    message "Unable to create database. Check that the directory is not
    read-only." It's
    not read-only.
    When I attempt to create a new project, the application acts
    like it is going to create one, but it just creates a project
    folder without the new first topic and then repeats the New Project
    Wizard window that prompts for title, etc. It will keep creating
    folders and returning to this window in a loop without ever really
    creating a project.
    RoboSource Control is functioning normally, by the way.
    I have uninstalled and reinstalled RH 6 several times, and
    have even uninstalled RH 6 and installed to RH 5 just to see if it
    could open projects, which it does with no problems. After that
    test, I uninstalled RH 5 and reinstalled RH 6, only to encounter
    the same problem all over again.
    This started happening after I uninstalled other unrelated
    software and received a message that some Service Pack 2 files had
    been changed and prompting me to insert the Service Pack 2 CD,
    which I don't have. This is because our IT department pre-builds
    our systems from an image and then distributes job-specific
    applications over the network. IT tried repairing Service Pack 2,
    but that didn't work. I'd like to uninstall and reinstall Service
    Pack 2, but the IT person says it's too risky on a system that was
    built from an image.
    We would like to find out
    which files RoboHelp is looking for when it launches a
    project so we can replace those files manually. Does anyone
    know what they are or have another suggestion that might fix the
    problem?
    Otherwise, I am stuck having to allow IT to rebuild my
    system. That means reinstalling and reconfiguring everything on it,
    just as if I were upgrading to a new PC. This can take a whole work
    week. However, I have already spent close to a work week on this
    problem, so maybe rebuilding would save time in the long
    run.

    Problem Resolution = HHA.dll
    For anyone who might be interested in the resolution to this
    issue, we did rebuild my PC and reinstall all of my software. The
    RoboHelp installation "complained" that I did not have HTML Help
    Workshop on my system and told me to download version 1.4 from
    Microsoft. I did have HTML Help Workshop..it's in my programs list.
    (It's not listed in programs on my co-workers' PCs, and they were
    not having problems, by the way.) But to make RH happy, I
    uninstalled the workshop and tried to install the version from
    Microsoft. But a message informed me that I already had a newer
    version of the workshop on my system, and I was back where I
    started. I could open projects, but there were weird problems.
    Selecting Topic Properties was met with an error message, and when
    the properties window opened, I could only see whatever template
    was assigned (or none if the topic had lost its template), and
    there was an extra section for Oracle help.
    So I started dinking around in the registry to see if I could
    get rid of any traces of the workshop so I could install the
    version RH wanted or to find any other clues to my problem. Under
    HTMLHelpAuthor, there was a reference to an HHA.dll file located in
    C:\WINDOWS\system32...only the file did not exist on my system.
    (Remember that my original problem was that some Service Pack 2
    files were either modified or missing.) So I did a Google search on
    that file name and found out that HTML Help Workshop is included in
    newer Windows operating systems, but that people used to have to
    get HTML Help Workshop from Microsoft, and that some people had
    made the mistake of just putting the HHA.dll file into the
    C:WINDOWS\system32 folder without also installing HTML Help
    Workshop. At this point it was obvious that I needed the HHA.dll,
    so I got it from a co-worker's PC. (Looking at the registry
    entries, I can also see that my system was built with a slightly
    different version of the operating system than my co-workers have.)
    Adding the HHA file to my system solved the problem. All
    projects but one were fine; one was still exhibiting the strange
    behavior. I fixed it by going back to the RoboHelp 5 version of the
    project and re-converting it to RoboHelp 6.
    I suspect that if I had known about the HHA.dll file before
    we rebuilt the PC, I could have solved the problem without going
    through that painful process. That is why I thought I should post
    the solution even though it was after the rebuild.

  • Unable to create a report in bi publisher 10g

    Hi All,
    Unable to create a report in bi publisher. When we tried to create a report abcd, then it is giving the below error.
    Operation failed: /abcd/abcd.xdo.
    When we tried to create a report with the existing name, it is saying
    An object with the same name already exists: /crm/crm.xdo
    I can say this is not any permissions problem, I have logged inwith Administrator user.
    Thanks

    Hi,
    Can any one..???

  • Unable to create report. Query produced too many results

    Hi All,
    Does someone knows how to avoid the message "Unable to create report. Query produced too many results" in Grid Report Type in PerformancePoint 2010. When the mdx query returns large amount of data, this message appears. Is there a way to get all
    the large amount in the grid anyway?
    I have set the data Source query time-out under Central Administration - Manager Service applications - PerformancePoint Service Application - PerformancePoint Service Application Settings at 3600 seconds.
    Here Event Viewer log error at the server:
    1. An exception occurred while running a report.  The following details may help you to diagnose the problem:
    Error Message: Unable to create report. Query produced too many results.
            <br>
            <br>
            Contact the administrator for more details.
    Dashboard Name:
    Dashboard Item name:
    Report Location: {3592a959-7c50-0d1d-9185-361d2bd5428b}
    Request Duration: 6,220.93 ms
    User: INTRANET\spsdshadmin
    Parameters:
    Exception Message: Unable to create report. Query produced too many results.
    Inner Exception Message:
    Stack Trace:    at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.ExtractReportViewData()
       at Microsoft.PerformancePoint.Analytics.ServerRendering.OLAPBase.OlapViewBaseControl.CreateRenderedView(StringBuilder sd)
       at Microsoft.PerformancePoint.Scorecards.ServerRendering.NavigableControl.RenderControl(HtmlTextWriter writer)
    PerformancePoint Services error code 20604.
    2. Unable to create report. Query produced too many results.
    Microsoft.PerformancePoint.Scorecards.BpmException: Unable to create report. Query produced too many results.
       at Microsoft.PerformancePoint.Scorecards.Server.Analytics.AnalyticQueryManager.ExecuteReport(AnalyticReportState reportState, DataSource dataSource)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportBase(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer, String formattingDimensionName)
       at Microsoft.PerformancePoint.Scorecards.Server.PmServer.ExecuteAnalyticReportWithParameters(RepositoryLocation analyticReportViewLocation, BIDataContainer biDataContainer)
    PerformancePoint Services error code 20605.
    Thanks in advance for your help.

    Hello,
    I would like you to try the following to adjust your readerquotas.
    Change the values of the parameters listed below to a larger value. We recommend that you double the value and then run the query to check whether the issue is resolved. To do this, follow these steps:
    On the SharePoint 2010 server, open the Web.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\Web Services\PpsMonitoringServer\
    Locate and change the the below values from 8192 to 16384.
    Open the Client.config file. The file is located in the following folder:
    \Program Files\Microsoft Office Servers\14.0\WebClients\PpsMonitoringServer\
    Locate and change the below values from 8192 to 16384.
    After you have made the changes, restart Internet Information Services (IIS) on the SharePoint 2010 server.
    <readerQuotas
    maxStringContentLength="2147483647"
    maxNameTableCharCount="2147483647"
    maxBytesPerRead="2147483647"
    maxArrayLength="2147483647"
                  maxDepth="2147483647"
    />
    Thanks
    Heidi Tr - MSFT
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • HT1926 ITunes 11 install issue, Error 7 (Windows error 126)

    While trying to install ITunes11 on a Windows Desktop with MS XP SP3 I keep getting an error message that states "ITunes was not installed correctly.Please reinstall ITunes.Error 7(Windows error 126)".There is an initial message that states that "App

  • Does "Save As" still bloat the project file in 7.2?

    Back in CS6 (IIRC), a "Save As" would cause project file bloat so I stopped using it. Was this bug fixed? It's a useful feature for easy and frequent checkpointing (especially with all the hard program crashes I have been getting recently, that even

  • Change in repository content

    HI, we have maintained the REQ (testing server) and PROD ( live database) and what our team did was to copy transaction in PROD to REQ then it also happened that the DIR was also copied inluding the storage category or repository system intended only

  • HCM Process and forms - Print function?

    Hello! Is there any print function integrated in the HCM Process and Forms? I don't find a button in WebDynpro area (ASR_PROCESS_SHOW)? Is it possible to show the standard Adobe menue bar? There is a print button? At the moment i only have left a bar

  • OVERLAY CREATOR NOT RESPONDING

    My Overlay Creator Panel is not reponding. When I try to select or click atributes any of the effects, Video, Object States, Web content Ect. nothing will apply. For example the Auto Play button for video, web, or slideshow Ive used the panel and pro