Lucreate failed on solaris 10

Hi All
tried to create a new boot environment using lucreate on Solaris 10 release 10/08
/usr/sbin/lucreate -c live -m /:/dev/dsk/c0t1d0s0:ufs \
-m -:/dev/dsk/c0t1d0s1:swap \
-m /tmp:/dev/dsk/c0t1d0s4:ufs \
-m /usr:/dev/dsk/c0t1d0s6:ufs \
-m /var:/dev/dsk/c0t1d0s5:ufs \
-m /local:/dev/dsk/c0t1d0s7:ufs -n cloned
my disk lay out on c0t0d0 and c0t1d0 are identical, df shows a pretty straight forward config:
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 966815 560068 348739 62% /
/dev/dsk/c0t0d0s6 5045478 474884 4520140 10% /usr
/dev/dsk/c0t0d0s5 8072501 204880 7786896 3% /var
/dev/dsk/c0t0d0s4 966815 1198 907609 1% /tmp
/dev/dsk/c0t0d0s7 39306115 790864 38122190 3% /local
but Iucreate failed miserably.
Updating system configuration files.
The device </dev/dsk/c0t1d0s0> is not a root device for any boot environment; cannot get BE ID.
Creating configuration for boot environment <cloned>.
Source boot environment is <live>.
Creating boot environment <cloned>.
Creating file systems on boot environment <cloned>.
Creating <ufs> file system for </> in zone <global> on </dev/dsk/c0t1d0s0>.
Creating <ufs> file system for </local> in zone <global> on </dev/dsk/c0t1d0s7>.
Creating <ufs> file system for </tmp> in zone <global> on </dev/dsk/c0t1d0s4>.
Creating <ufs> file system for </usr> in zone <global> on </dev/dsk/c0t1d0s6>.
Creating <ufs> file system for </var> in zone <global> on </dev/dsk/c0t1d0s5>.
Mounting file systems for boot environment <cloned>.
ERROR: mount point </.alt.tmp.b-L2b.mnt/tmp> is already in use, mounted on </dev/dsk/c0t1d0s4>
ERROR: failed to create mount point </.alt.tmp.b-L2b.mnt/tmp> for file system <swap>
ERROR: unmounting partially mounted boot environment file systems
ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>WARNING: Attempting to correct problems detected with file systems for boot environment <cloned>.
Performing file system check of device </dev/rdsk/c0t1d0s0>.
I am running out of ideas as everything looks correct to me
thanks for your help

Hi,
Try devfsadm -Cv (might be small c) but if you have tried running that below command many times you will need to clear the failed devices before it will work. The command your using looks fine though. Also are you using x86 or sparc as x86 is very buggy, and one final thing have you installed the live upgrade patch cluster.
Regards
chris

Similar Messages

  • Lucreate fails to create boot environment

    Hi,
    I'm trying to create a boot environment, but the lucreate fails with the following error message:
    # lucreate -n solaris10 -m /:/dev/dsk/c0t2d0s0:ufs
    Please wait while your system configuration is determined.
    Determining what file systems should be in the new BE.
    /usr/sbin/lustatus: illegal option -- d
    USAGE: lustatus [-l error_log] [-o outfile] ( [-n] "BE_name" )
    WARNING: The BE_name should be enclosed in double quotes.
    Template entry /:/dev/dsk/c0t2d0s0:ufs skipped.
    luconfig: ERROR: Template filesystem definition failed for /, all devices are not applicable..
    ERROR: Configuration of BE failed.I have tried the BE_name with and without double quotes but still no luck. I have also checked the target partition and it does contain the "wm" flag:
    partition> print
    Current partition table (original):
    Total disk cylinders available: 33916 + 2 (reserved cylinders)
    Part      Tag    Flag     Cylinders         Size            Blocks
      0       root    wm       0 - 32969      132.81GB    (32970/0/0) 278530560
      1 unassigned    wm       0                0         (0/0/0)             0
      2     backup    wm       0 - 33915      136.62GB    (33916/0/0) 286522368
      3 unassigned    wm       0                0         (0/0/0)             0
      4 unassigned    wm       0                0         (0/0/0)             0
      5 unassigned    wm       0                0         (0/0/0)             0
      6 unassigned    wm       0                0         (0/0/0)             0
      7       swap    wu   32970 - 33915        3.81GB    (946/0/0)     7991808Does anybody have an idea what causes this issue? I would greatly appreciate any help.
    Thanks!
    Cindy

    conrad_user wrote:
    I'm trying to use the following command to create a boot environment on c1t1d0s0 (currently the system booted from c1t0d0s0) as you can see below the -m option is not recognized. What am a I doing wrong? Please help?
    # lucreate -m /:/c1t1d0s0:ufs \ -m -:/dev/dsk/c1t1d0s1:swap -m /usr:/dev/dsk/c1t1d0s6:ufs -n solaris 10
    ERROR: command line argument(s) < -m> not recognized
    No, it seems to be saying " -m" (so <space>-m, not -m) is what's not recognized.
    In your command line, you have a backslash between ufs and the -m. That's escaping the space in front of the argument. Any reason you've put the backslash there?
    Darren

  • Font command fails on solaris

    I have a program which runs fine under Windows but fails in Solaris when it gets to the line
    font=new Font(null,FONT.plain,current_font_size);
    (I have tried SansSerif and Lucida in place of null.
    It is being run from a shell script as a batch process on the server. I have to access fonts to work out size of text objects - I presume my problem is to do with X11 - any advice.

    Hi,
    Can you provide the error you get?
    I guess you do need an X Window System ( http://www.xfree86.org ).
    If you already have one, try setting the environment variable DISPLAY as follows:
    - log on as root
    - for sh ksh:
    set DISPLAY=localhost:1.0
    export DISPLAY
    - or for csh:
    setenv DISPLAY=localhost:1.0
    If this doesn't work, try replacing 1.0 with 0.0
    Regards,
    Kurt.

  • Ddi_regs_map_setup fails in solaris 11

    Hi
    I have a driver (parent=isa) in x86 that ioremaps (ddi_regs_map_setup) a physical address range between 0xE0000 and 0xF0000.
    This is a device memory mapped region.
    The ddi_regs_map_setup was successful in solaris 10 (32 bit and 64 bit) but fails in solaris 11.
    The warning message
    WARNING: isa_apply_range: Out of range base <base> size <size>
    The ddi_regs_map_setup goes through for the same region if driver made as parent=pci instead of parent=isa.
    Would be helpful if someone could point out why this happens in solaris 11?
    cheers

    each of the registers covers an area of pci bus address space supplied by the card
    why don't you print out the return value from ddi_dev_regsize() as that will tell you
    how much space the card is exporting for each of the registers .
    tim

  • Solaris 10/08 LUCREATE fails to exclude directories

    OK: I am trying to exclude the /usr1 filesystem when I create a new boot environment:
    Here is what I have tried so far without any luck:
    lucreate -c S1008-orig -m /:c0t0d0s7:ufs -z /tmp/exclude -n S10NEW09
    /tmp/exclude
    x /usr1
    lucreate -c S1008-orig -n S10NEW09 -x /usr1 -m /:c0t0d0s7:ufs
    (When I use the -x option I also get this error: INFORMATION: path </usr1/> filter specification '-' overridden by 'x')
    SunBlade 150 with O/S Solaris 10 10/08 with March 09 Recommended patch cluster installed.
    Thanks for your help!
    Edited by: rambo51 on Mar 22, 2009 2:57 PM

    I have the same issue after loading the Recommneded Patch Cluster and rebooting with reboot -- -r. Any information would be apprecaited

  • Lucreate error on Solaris 10 10/09 root ZFS

    Hi guys,
    I got some errors while trying out live upgrade on Solaris 10 10/09 root ZFS x86 environment.
    I do intent to do this in the SPARC environment but not comfortable with the experience so far.
    First of all, I have a separate zpool dataset - "rpool/opt".
    Not sure if this is causing the error below.
    Anyone can help to advice? TIA
    bash-3.00# lucreate -c zfsBE -n new-zfsBE
    Checking GRUB menu...
    Analyzing system configuration.
    No name for current boot environment.
    Current boot environment is named <zfsBE>.
    Creating initial configuration for primary boot environment <zfsBE>.
    The device </dev/dsk/c1t0d0s0> is not a root device for any boot environment; cannot get BE ID.
    PBE configuration successful: PBE name <zfsBE> PBE Boot Device </dev/dsk/c1t0d0s0>.
    Comparing source boot environment <zfsBE> file systems with the file
    system(s) you specified for the new boot environment. Determining which
    file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Updating system configuration files.
    Creating configuration for boot environment <new-zfsBE>.
    Source boot environment is <zfsBE>.
    Creating boot environment <new-zfsBE>.
    Cloning file systems from boot environment <zfsBE> to create boot environment <new-zfsBE>.
    Creating snapshot for <rpool/ROOT/s10x_u8wos_08a> on <rpool/ROOT/s10x_u8wos_08a@new-zfsBE>.
    Creating clone for <rpool/ROOT/s10x_u8wos_08a@new-zfsBE> on <rpool/ROOT/new-zfsBE>.
    Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/new-zfsBE>.
    ERROR: cannot open '              ': dataset does not exist
    ERROR: cannot mount mount point </.alt.tmp.b-UB.mnt/opt> device <              >
    ERROR: failed to mount file system <              > on </.alt.tmp.b-UB.mnt/opt>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>
    ERROR: Unable to mount ABE <new-zfsBE>
    ERROR: Unable to clone the existing file systems from boot environment <zfsBE> to create boot environment <new-zfsBE>.
    ERROR: Cannot make file systems for boot environment <new-zfsBE>.
    bash-3.00#
    bash-3.00# df -h
    Filesystem             size   used  avail capacity  Mounted on
    rpool/ROOT/s10x_u8wos_08a
                           9.8G   3.2G   5.0G    40%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                   613M   384K   613M     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap1.so.1
                           8.1G   3.2G   5.0G    40%    /lib/libc.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    swap                   613M    40K   613M     1%    /tmp
    swap                   613M    32K   613M     1%    /var/run
    rpool/opt              3.0G   409M   2.6G    14%    /opt
    rpool                  9.8G    34K   5.0G     1%    /rpool
    /hgfs                   16G   4.0M    16G     1%    /hgfs
    rpool/ROOT/new-zfsBE   9.8G   3.2G   5.0G    40%    /.alt.tmp.b-UB.mnt
    bash-3.00#
    bash-3.00# ludelete new-zfsBE
    WARNING: Boot environment <new-zfsBE> has one or more file systems mounted at </.alt.tmp.b-UB.mnt>.
    Checking if last BE on any disk...
    cat: cannot open /tmp/.lulib.luclb.dsk.1801.new-zfsBE
    BE <new-zfsBE> is not the last BE on any disk.
    No entry for BE <new-zfsBE> in GRUB menu
    ERROR: Unable to unmount file systems for boot environment <new-zfsBE>.
    Unable to delete boot environment.
    bash-3.00#

    I had the exact same problem.
    I found that by simply renaming rpool/opt to rpool/ROOT/s10x_u6wos_07b/opt seemed to fix this problem:
    $ umount -f /opt
    $ zfs rename rpool/opt rpool/ROOT/s10x_u6wos_07b/opt
    $ zfs set canmount=noauto rpool/ROOT/s10x_u6wos_07b/opt
    $ zfs mount rpool/ROOT/s10x_u6wos_07b/opt
    $ lucreate -n test
    Analyzing system configuration.
    Comparing source boot environment <s10x_u6wos_07b> file systems with the file
    system(s) you specified for the new boot environment. Determining which
    file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Updating system configuration files.
    Creating configuration for boot environment <test>.
    Source boot environment is <s10x_u6wos_07b>.
    Creating boot environment <test>.
    Cloning file systems from boot environment <s10x_u6wos_07b> to create boot environment <test>.
    Creating snapshot for <rpool/ROOT/s10x_u6wos_07b> on <rpool/ROOT/s10x_u6wos_07b@test>.
    Creating clone for <rpool/ROOT/s10x_u6wos_07b@test> on <rpool/ROOT/test>.
    Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/test>.
    Creating snapshot for <rpool/ROOT/s10x_u6wos_07b/opt> on <rpool/ROOT/s10x_u6wos_07b/opt@test>.
    Creating clone for <rpool/ROOT/s10x_u6wos_07b/opt@test> on <rpool/ROOT/test/opt>.
    Setting canmount=noauto for </opt> in zone <global> on <rpool/ROOT/test/opt>.
    Creating snapshot for <rpool/ROOT/s10x_u6wos_07b/var> on <rpool/ROOT/s10x_u6wos_07b/var@test>.
    Creating clone for <rpool/ROOT/s10x_u6wos_07b/var@test> on <rpool/ROOT/test/var>.
    Setting canmount=noauto for </var> in zone <global> on <rpool/ROOT/test/var>.
    WARNING: split filesystem </> file system type <zfs> cannot inherit
    mount point options <-> from parent filesystem </> file
    type <-> because the two file systems have different types.
    Population of boot environment <test> successful.
    Creation of boot environment <test> successful.Don't know what the downstream implications of doing this will be, but it seems to work.

  • Lucreate fails w/msg  cannot check device name d41 for device path abbre

    I'm using Live Upgrade to install Solaris 10 8/07 on a V490 currently running Solaris 9 4/04. Sol9 is using SVM to mirror two internal drives with file systems for /, /var and swap. I used format and formatted two new slices for / and /var. LU has been removed and the liveupgrade20 script used to install LU from the Solaris 10 CD. I believe the next step is to lucreate the BE, but the lucreate is failing:
    root@animal # lucreate -A 'dualboot' -m /:/dev/md/dsk/d40:ufs,mirror -m /:/dev/dsk/c1t0d0s4,d41:attach -m /var:/dev/md/dsk/d50:ufs,mirror -m /var:/dev/dsk/c1t0d0s5,d51:attach -m /var:/dev/dsk/c1t1d0s5,d52:attach -n sol10
    Discovering physical storage devices
    Discovering logical storage devices
    Cross referencing storage devices with boot environment configurations
    Determining types of file systems supported
    Validating file system requests
    ERROR: cannot check device name <d41> for device path abbreviation
    ERROR: cannot determine if device name <d41> is abbreviated device path
    ERROR: cannot create new boot environment using file systems as configured
    ERROR: please review all file system configuration options
    ERROR: cannot create new boot environment using options providedIt's probably something simple as this is the time I'm doing an upgrade on my own.
    Thanks for any ideas,
    Glen

    I received help elsewhere.
    To summarize using the full metadevice names worked:
    lucreate -A 'dualboot' -m /:/dev/md/dsk/d40:ufs,mirror -m /:/dev/dsk/c1t0d0s4,/dev/md/dsk/d41:attach -m /:/dev/dsk/c1t1d0s4,/dev/md/dsk/d42:attach -m /var:/dev/md/dsk/d50:ufs,mirror -m /var:/dev/dsk/c1t0d0s5,/dev/md/dsk/d51:attach -m /var:/dev/dsk/c1t1d0s5,/dev/md/dsk/d52:attach -n sol10
    (Note: Using the short names (d41, d42 etc) worked with Solaris 10 6/06, but fails with 8/07.)
    sysglen

  • Lucreate fails with update 8 packages on system with zone

    I have a Solaris 10 update 7 system with a single zone. Before installing the update 8 LU packages I was able to create a new BE without error. After adding the packages, lucreate gives the following error:
    Creating clone for <rpool/ROOT/10u7ZFSa/zoneRoot/common@10u8> on <rpool/ROOT/10u8/zoneRoot/common-10u8>.
    cannot mount 'rpool/ROOT/10u8/zoneRoot/common-10u8': legacy mountpoint
    use mount(1M) to mount this filesystem
    ERROR: Failed to mount dataset <rpool/ROOT/10u8/zoneRoot/common-10u8>
    legacy is not an absolute path.
    WARNING: split filesystem </> file system type <zfs> cannot inherit
    mount point options <-> from parent filesystem </> file
    type <-> because the two file systems have different types.
    Any clues?

    Hi Ish68,
    It looks like the previous uninstallation didn't go through completely and that might cause conflict during the new installation. It is recommended to remove the program manually from Control Panel and if it still fails you can try to run the standalone uninstaller from F-secure. You can refer below link for the steps:
    Uninstallation steps :
    https://community.f-secure.com/t5/Security-for-PC/How-do-I-uninstall-the-product/ta-p/15384
    Installation steps for F-Secure SAFE :
    https://community.f-secure.com/t5/Security-for-PC/How-do-I-install-Internet/ta-p/43585
    Thank you.

  • Lucreate fails with -  .../var directory not empty

    Hi,
    I have Solaris 10u8 with patch cluster from February2010 and patch 121430-44 installed on a V445
    / and /var are on seperate datasets
    When i attempt to run lucreate i get an error as it attempts to mount /.alt.tmp.b-vI.mnt/var due to the directory /.alt.tmp.b-vI.mnt/var/tmp already existing
    lucreate appears to create a /var/tmp directory in the root dataset of the the new BE during creation and is then unable to mount the var dataset.
    It returns a "directory not empty" error
    Attempted this multiple times same issue.
    Any suggestions would be greatly appreciated.
    bash-3.00# lucreate -n test
    Analyzing system configuration.
    Comparing source boot environment <sol10u8_0210> file systems with the
    file system(s) you specified for the new boot environment. Determining
    which file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Updating system configuration files.
    Creating configuration for boot environment <test>.
    Source boot environment is <sol10u8_0210>.
    Creating boot environment <test>.
    Cloning file systems from boot environment <sol10u8_0210> to create boot environment <test>.
    Creating snapshot for <rpool/ROOT/s10s_u8wos_08a> on <rpool/ROOT/s10s_u8wos_08a@test>.
    Creating clone for <rpool/ROOT/s10s_u8wos_08a@test> on <rpool/ROOT/test>.
    Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/test>.
    Creating snapshot for <rpool/ROOT/s10s_u8wos_08a/var> on <rpool/ROOT/s10s_u8wos_08a/var@test>.
    Creating clone for <rpool/ROOT/s10s_u8wos_08a/var@test> on <rpool/ROOT/test/var>.
    Setting canmount=noauto for </var> in zone <global> on <rpool/ROOT/test/var>.
    ERROR: cannot mount '/.alt.tmp.b-vI.mnt/var': directory is not empty
    ERROR: cannot mount mount point </.alt.tmp.b-vI.mnt/var> device <rpool/ROOT/test/var>
    ERROR: failed to mount file system <rpool/ROOT/test/var> on </.alt.tmp.b-vI.mnt/var>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>
    ERROR: Unable to mount ABE <test>
    ERROR: Unable to clone the existing file systems from boot environment <sol10u8_0210> to create boot environment <test>.
    ERROR: Cannot make file systems for boot environment <test>.
    Thanks.
    Edited by: Brian79 on Mar 14, 2010 5:36 AM

    I think I figured it out...
    In the / dataset there is a /var/tmp that is missing the sticky bit (mode 0755) There was an anomaly during the u7 to u8 luupgrade that caused this, I think. It was a couple weeks ago and it didn't take me too long to overcome it by 'chmod 1777 /var/tmp'. But that was with the /var dataset mounted.
    Unfortunately, zfs just mounts over the bad /var/tmp in the / dataset causing lumount to barf during the lucreate process because that there's already something in /var/tmp when it tries to mount the var dataset clone.
    I dropped to single-user mode, force-unmounted /var, and deleted /var/tmp (which still had the 0755 permissions). lucreate works just fine now...
    Good luck,
    Mike

  • Ypinit fails in Solaris 10

    I am trying to set up a NIS client Solaris 10 for the first time. Ypinit fails with the errors:
    svcadm: Pattern 'network/nis/server:default' doesn't match any instances
    svcadm: Pattern 'network/nis/xfr:default' doesn't match any instances
    svcadm: Pattern 'network/nis/passwd:default' doesn't match any instances
    svcadm: Pattern 'network/nis/update:default' doesn't match any instances
    svcs -a doesn;t list any of those services. How do I create them? I have the SUNWnisr and SUNnisu packes on the host.

    Turns out the NIS server packages are required for the client to work. Installing SUNypu and SUNWypr tool care of the svcadm errors.
    Then, the network/nis.client service got disabled every time I ran ypinit -c.
    Turns out the user had a "securenets" file on the master that was not allowing access. After fiddling with svcadm for a while, everything seems to be working.

  • Installation fails on Solaris 10

    After downloading and executing the SGD shell script results in a failure.
    Same script
    worked fine on Solaris 9. Solaris 10 system details:
    root[csh]@broncos15[32]# cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Assembled 22 January 2005
    root[csh]@broncos15[26]#sh ttaspso.shx
    Tarantella Secure Global Desktop Enterprise Edition
    Setup is verifying the shx file...
    Setup is checking for disk space requirements...
    Secure Global Desktop for SPARC Solaris 2.8+
    Preparing for installation...
    /tmp/install6aaaHh/checkinstall8aaaHh: /tmp/ttainst_1/tta.log: cannot
    create
    Error during installation. Setup will now exit.
    Please correct any errors described in /tmp/tta_inst.log, and then try
    again.
    root[csh]@broncos15[27]#
    root[csh]@broncos15[29]# cat tta_inst.log
    ===========================================================================
    Starting Setup
    ===========================================================================
    11+0 records in
    11+0 records out
    ===========================================================================
    Installing package <tta>
    ===========================================================================
    3+0 records in
    3+0 records out
    Pre-request detail for package <tta>
    ---> tta.prerequest
    24997+0 records in
    24997+0 records out
    Extraction detail for package <tta>
    Transferring <tta> package instance
    Install detail for package <tta>
    Processing package instance <tta> from </tmp/ttainst_1/ttapkg.3491/pkg>
    Tarantella Secure Global Desktop Enterprise Edition for SPARC Solaris
    2.8+(SPARC) 4.00.903
    Tarantella, Inc.
    pkgadd: ERROR: request script did not complete successfully
    Installation of <tta> failed.
    No changes were made to the system.
    Script detail for package <tta>
    root[csh]@broncos15[30]#

    Have a look at
    http://www.tarantella.com/documentation/sgd/ee/4.0/install.html - search
    for "Solaris 10" on that page, and try the workaround described there.
    Regards,
    Bill Weir, Tarantella Engineer.
    Ranjit Reddy wrote on 02/06/2005 00:41:
    After downloading and executing the SGD shell script results in a failure.
    Same script
    worked fine on Solaris 9. Solaris 10 system details:
    root[csh]@broncos15[32]# cat /etc/release
    Solaris 10 3/05 s10_74L2a SPARC
    Assembled 22 January 2005
    root[csh]@broncos15[26]#sh ttaspso.shx
    Tarantella Secure Global Desktop Enterprise Edition
    Setup is verifying the shx file...
    Setup is checking for disk space requirements...
    Secure Global Desktop for SPARC Solaris 2.8+
    Preparing for installation...
    /tmp/install6aaaHh/checkinstall8aaaHh: /tmp/ttainst_1/tta.log: cannot
    create
    Error during installation. Setup will now exit.

  • 9.2.0.3 patch set installation fails on Solaris 8

    i've installed Oracle9iR2 (64-bit) client on a Solaris 8 system and i'm now having problems installing the 9.2.0.3 patch set. during the installation process i get the following error message from OUI:
    Error in invoking target install of makefile
    $ORACLE_HOME/network/lib/ins_net_client.mk
    i checked the installation log and then $ORACLE_HOME/install/make.log. make.log reports that the failing command is:
    /usr/ccs/bin/make -f ins_net_client.mk install ORACLE_HOME=/opt/oracle9i/u01/app/oracle/product/9.2.0
    this command fails when trying to link trcroute. the link command seems to have incorrect paths as it seems to expect to find crt?.o files from $ORACLE_HOME/lib/WS6U1 while they are located in $ORACLE_HOME/lib/WS6U2/lib/v9. i modified $ORACLE_HOME/network/lib/env_network.mk (CCVER, COMPOBJ) so that crt?.o can be found.
    after this change the same link command fails with this message:
    ld: fatal: file $ORACLE_HOME/network/lib/s0nur.o:
    wrong ELF class: ELFCLASS32
    ld: fatal: File processing errors. No output written to trcroute
    *** Error code 1
    make: Fatal error: Command failed for target `trcroute'
    i checked the object files in network/lib and they all seem to be ELF 32-bit.
    does someone know what's causing these problems with the installation and how to fix it?
    best regards,
    aspa

    that's what i started to suspect as well. it's quite likely that the patch is for 32-bit installations. i'll try it with the 64-bit patch. thanks.

  • SSL/TLS clients binds fail to Solaris 10 06/06 DS5.2p4 Server

    hello all,
    this is a bizarre issue that i think is related to the solaris version that is running on the directory server, at least this appears to the the issue. i have 2 SunDS servers running solaris 10 06/06 and the other solaris 10 01/06 with DS5.2p4. both have SSL enabled, the certs i signed with my own CA which i maintain with tinyca2. the directory starts fine and is listening on both 389(ldap) and 636(ldaps). i am able to successfully bind to both servers on the non-secure ports fine, commands like getent, finger, id are pulling the people from the directory. when i enable the clients to use ssl/tls those same commands fail against the solaris 10 06/06 machine but NOT the solaris 10 01/06 server. on the linux machines i'm getting "nscd: pam_ldap: could not search LDAP server" errors and on the solaris machines "Mesg: openConnection: failed to initialize TLS security" and "libsldap: Status: 7 Mesg: Session error no available conn."
    using "ldapsearch -x -ZZ" from the clients is successful to both systems, and i can use "openssl s_client" to view the certs fine. another bizzare occurance is when i do "getent passwd" i see the local and ldap users but "getent passwd ldap_user" will return nothing. again this are against the solaris 10 06/06 machine.
    has anyone see this before? i'm going to open a service request for sun on this but i wanted to see if anyone else has run into this.

    there was a problem with the certificate db which was causing this.

  • Oracle 10gR2 installation fails in Solaris 10

    Hi All,
    I am facing the following problem in Solaris 10 SPARC 64 bit machine.
    1.     Downloaded Oracle 10g R2 installable from oracle
    2.     Created user oracle and group dba and modified project settings and permissions as per quick installation guide
    3.     Installation of software is successful. But dbca fails with following error message.
    ORA-19624: operation failed, retry possible
    ORA-19870: error reading backup piece /vol1/ora10gr2/product/10.2.0/Db_1/assistants/dbca/templates/Seed_Database.dfb
    ORA-19587: error occurred at reading 0 bytes at block number 1
    ORA-27091: unable to queue I/O
    ORA-27067: size of I/O buffer is invalid
    4.     I also tried creating scripts using dbca and running it manually. It fails with following error message in trace file
    Corrupt block 1 found during reading backup piece, file=/ora10gr2/ora10gr2/product/10.2.0/Db_1/assistants/dbca/templates/Seed_
    Database.dfb, corr_type=3
    5.     Creation of custom database also fails with similar error message
    It is Solaris 10 (Solaris 10 11/06 s10s_u3wos_10 SPARC) machine with patch level 125100-05 .
    I know this question has to be posted in Oracle forums. But I could not see others facing this issue in oracle forums. If anybody has faced this issue please let me know.
    Thanks!

    Yes, I was trying to install Oracle for Solaris sparc 64 bit.
    again I reformatted the system with Solaris 10 8/07 release but I am getting the same error. Machine model is v480. even i tried to create a database manually, CREATE DATABASE command fails with the same error
    Please find trace file content below
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    control_files            = /u01/ora10gr2/c1.ctl, /u01/ora10gr2/c2.ctl, /u01/ora10gr2/c3.ctl
    db_block_size            = 8192
    undo_management          = AUTO
    db_name                  = ORA10
    PMON started with pid=2, OS id=1331
    PSP0 started with pid=4, OS id=1333
    MMAN started with pid=6, OS id=1335
    DBW0 started with pid=8, OS id=1337
    DBW1 started with pid=3, OS id=1339
    LGWR started with pid=5, OS id=1341
    CKPT started with pid=10, OS id=1343
    SMON started with pid=12, OS id=1345
    RECO started with pid=14, OS id=1347
    MMON started with pid=16, OS id=1349
    MMNL started with pid=18, OS id=1351
    Tue Oct  9 16:45:17 2007
    create database ORA10
    logfile   group 1 ('/u01/ora10gr2/redo1.log') size 10M,
    group 2 ('/u01/ora10gr2/redo2.log') size 10M,
    group 3 ('/u01/ora10gr2/redo3.log') size 10M
    character set          WE8ISO8859P1
    national character set utf8
    datafile '/u01/ora10gr2/system.dbf'
    size 50M
    autoextend on
    next 10M maxsize unlimited
    extent management local
    sysaux datafile '/u01/ora10gr2/sysaux.dbf'
    size 10M
    autoextend on
    next 10M
    maxsize unlimited
    undo tablespace undo
    datafile '/u01/ora10gr2/undo.dbf'
    size 10M
    default temporary tablespace temp
    tempfile '/u01/ora10gr2/temp.dbf'
    size 10M
    Tue Oct  9 16:45:18 2007
    Hex dump of (file 0, block 9) in trace file /u01/ora10gr2/product/10.2.0/Db_2/rdbms/log/ora10_ora_1352.trc
    Corrupt block relative dba: 0x00000009 (file 0, block 9)
    Bad check value found during control file block write
    Please suggest some other troubleshooting steps

  • 10g R2 dbca fails in Solaris 10

    Hi,
    I am facing the following problem in Solaris 10 SPARC 64 bit machine.
    1.     Downloaded Oracle 10g R2 installable from oracle
    2.     Created user oracle and group dba and modified project settings and permissions as per quick installation guide
    3.     Installation of software is successful. But dbca fails with following error message.
    ORA-19624: operation failed, retry possible
    ORA-19870: error reading backup piece /vol1/ora10gr2/product/10.2.0/Db_1/assistants/dbca/templates/Seed_Database.dfb
    ORA-19587: error occurred at reading 0 bytes at block number 1
    ORA-27091: unable to queue I/O
    ORA-27067: size of I/O buffer is invalid
    4.     I also tried creating scripts using dbca and running it manually. It fails with following error message in trace file
    Corrupt block 1 found during reading backup piece, file=/ora10gr2/ora10gr2/product/10.2.0/Db_1/assistants/dbca/templates/Seed_
    Database.dfb, corr_type=3
    5.     Creation of custom database also fails with similar error message
    It is Solaris 10 (Solaris 10 11/06 s10s_u3wos_10 SPARC) machine with patch level 125100-05 . Please help.
    Regards
    Vijoy

    In both cases, there it is shown a block corrupt for database file 1, that means the install media was originally corrupt and the corruption was at the seed database files.
    Check the media consistency to discover if corruption was originally there. In case it was redownload the zip file for solaris and unzip it somewhere else. Look for the seed database files at the ORACLE_HOME/assistants/dbca/templates and replace them.
    When you created by scripts, ensure the option where the scripts only is selected, do not try to create the database by means of the dbca, run scripts from the OS.
    ~ Madrid

Maybe you are looking for

  • HT4279 ATI Radeon HD 5870 screen resets size after after sleeping. Why?

    Purchased an ATI Radeon HD 5870. When connected to 1920x1080 it leaves a third of the screen out. However after starting up it fits the screen. Only after sleeping does it reset to this faulty screen size. I have attempted every Mini dv adapter vga,d

  • Is there a solution to extreme congestion?

    At our office building, there are approximately 150 businesses, all of them small, the majority of which are using wireless for their internet access, and I would venture to guess that a majority of those are using airports. My company was using an A

  • How can I record a Midi download to itunes

    I have a spider jam amp that allows for jam and midi songs to be recorded onto a SD card and then used as a play along with the AMP. I Downloaded several and own a few on sheet music included CD's and put them into iTunes and created a wav file trans

  • No option to burn to a CD-R

    Hi, I'm posting for a friend who has a problem with his MacBook, which is 2 GHz Intel Core 2 duo running OSX 10.4.10. When you put a bank CD-R into the computer, finder doesn't recognise the disk. When usually you would get an option to open finder,

  • How can I cancel a product registration?

    Hi, I've got a shuffle and a couple of months ago I bought a nano. Now I would like to give the shuffle to my best friend. How can I cancel the registration for the shuffle so that my friend can register it? There is no guarantee left for the shuffle