Schconfig error in solaris environment

hi...while running the scheconfig in solrais environment...i am getting the following error...
./schconfig
ld.so.1: schconfig: fatal: relocation error: file /home/OracleBI/server/Bin/libnqportable.so: symbol AnaAtomicIncrement: referenced symbol not found
please help....

hi...
any luck???

Similar Messages

  • Page Not displayed error upon Session Expiry in Solari Environment

    Hi All,
    I have a web application deployed in Solaris environment.
    Session expiry is handled from the application.
    I have this code for session expiry in my filter class:
    ((HttpServletResponse) _response).sendRedirect("/myapp/view/sessionExpired.jsp");
    When this code is executed Im getting "Page Cannot be Displayed " error is thrown.
    The same scenario works fine windows environment.
    Im facing this issue when it is on Solaris environment.
    Thanks in Advance.
    Cheers,
    Shorath

    I am using basic in my local environment. When we deploy to DEV/QA/PROD server, it will be SSO enabled. The requirement is, when user clicks on Ok button on session expired popup, it should just stay(refresh) on the same page with the pretty URL. Currently it refreshes the page with full URL.
    URL in Browser before session expiry: http://localhost:7101/MyApp/faces/page1
    URL in Browser after session expiry(click ok on popup, refreshes the same page): http://localhost:7101/MyApp/faces/oracle/webcenter/portalapp/pages/page1.jspx

  • Error: Java Runtime Environment seems to be already installed

    Hi
    I have been trying to install VDI core on Linux(Centos - 5.5 64 Bit) but unable to do so because of the error Common agent container is not installed on this system. I have checked and found that the cacao 2.2 is installed on the server but the service is unable to start during the OS boot up. I have tried all the possible ways to re-install but got no luck.
    So Finally got another box with solaris 10 update 9 running on Intel. Even this one is not letting me continue the installation. I was getting the below error when trying to install the VDI.
    As the below error seeems to be something related to the java, i tried removing the java packages. But still unable to get the installation up and running fine.
    bash-3.00# ./vda-install
    Oracle Virtual Desktop Infrastructure 3.3 Installation
    ./.install/vda-install-java: ./.install/vda-install-srs: cannot execute
    Error: Java Runtime Environment seems to be already installed.
    Any quick would be appreciated.
    Thanks

    I hope this thread isn't dead, because I have nearly the identical message to the previous poster and was hoping to find out how you got around the error. Any luck?
    bash-3.2# ./vda-install
    Oracle Virtual Desktop Infrastructure 3.3 Installation
    Error: Java Runtime Environment seems to be already installed.
    bash-3.2#
    bash-3.2# uname -a
    SunOS unknown 5.10 Generic_147441-01 i86pc i386 i86pc
    bash-3.2# java -version
    java version "1.6.0_26"
    Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
    Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
    Edited by: 921613 on Mar 17, 2012 1:00 PM
    Edited by: 921613 on Mar 17, 2012 1:01 PM

  • Invoke the secured webservice from BPEL in Solaris environment

    Hi All,
    Can any one tell me how to invoke the secured webservice from BPEL in Solaris environment as i am able to invoke the secured web service from BPEL in windows platform(soa suite 10.1.3.4).
    we have applied 10.1.3.4 patch on solaris environment but we are not able to invoke the same.
    Thanks in advance
    Regards,
    Nagaraju .D

    Hi Nagaraju,
    Read your post.We've somewhat the similar problem as yours as we are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    “Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message”
    As you have wriiten that you've already called a secured web service in windows platform ,so if you can please help me out in this issue.
    I've opened a separate thread for this to avoid confusion. :-
    Error while invoking a WS-Security secured web service from Oracle BPEL..
    Thanks,
    Saurabh

  • Error in setting environment variable

    hi
    Please note JKit is where my jdk1.3 is stored(i.e instead of jdk1.3 folder its JKit folder)... i have gone thru the similar threads but with no success.
    SET
    PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;D:\Jkit\bin;D:\Jkit\lib;D:\Oracle\bin;"C:\PROGRAMFILES\ORACLE\JRE\1.1.7\BIN";D:\JKit\Jre\Bin;
    SET PATH=%PATH%;C:\PROGRA~1\COMMON~1\AUTODE~1;
    SET CLASSPATH=c:\JavaWebServer2.0\lib\servlet.jar;c:\JKit\lib;
    SET CATALINA_HOME=D:\tomcat\jakarta-tomcat-4.1.29;
    SET JAVA_HOME=D:\Jkit;
    The error i get after running autoexec.bat and then tomcat/bin/startup is as follows..
    The CATALINA_HOME environment variable is not defined
    This environment variable is needed to run this program
    please HELP!!.THANKS

    Hi
    Very many thanks for ur solution.. i actually hadset the environment variables spacce..but when i execute the autoexec.bat file i dont get any error(out of env space)..but when i run the startup.bat file i get from the command prompt, i get the foll error.
    This is my Autoexec.bat
    SET JAVA_HOME=D:\Jkit\bin
    SET CATALINA_HOME=D:\tomcat\jakarta-tomcat-4.1.29\bin
    SET PATH=D:\Jkit\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;
    SET PATH=%PATH%;C:\PROGRA~1\COMMON~1\AUTODE~1;
    THE FOLLOWING IS THE ERROR I GET WHEN I RUN STARTUP.BAT UNDER TOMCAT'S BIN UNDER THE COMMAND PROMPT
    D:\tomcat\jakarta-tomcat-4.1.29\bin>startup
    Syntax error
    Out of environment space
    Out of environment space
    Out of environment space
    Using CATALINA_BASE: D:\tomcat\jakarta-tomcat-4.1.29
    Using CATALINA_HOME: D:\tomcat\jakarta-tomcat-4.1.29
    Using CATALINA_TMPDIR: D:\tomcat\jakarta-tomcat-4.1.29\temp
    Using JAVA_HOME: D:\Jkit
    Out of environment space
    Out of environment space
    Invalid switch - -DJAVA.ENDORSED.DIRS=D:\TOMCAT\JAKARTA-TOMCAT-4.1.29\COMMON\ENDORSED
    I even set JAVA_HOME AND CATALINE_HOME to the \bin dir respectively..
    still i get the same error
    As given under the tomcat installation documentation (RUNNING.txt), i set the space for environment space under the Memory tab, for startup and shutdown.bat files, it creates a shortcut for running the resp .bat files, running startup.bat file i get,CATALINA_HOME VAR HAS NOT BEEN SET PROPERLY, THIS OCCURS FOR BOTH TOP LEVEL DIR SETTING AND /bin DIR SETTING of CATALINE_HOME IN autoexec.bat
    PLEASE HEL, I HAVE BEEN TRYING TO CONFIGURE IT FOR THE PAST DAYS BUT WITH NO SUCCESS, DONT KNOW WHERE I AM GOING WRONG..PLEASE HELP

  • Error while Configuring  environment parameters

    Hi,
    I am installling Oracle Utilities Business Intelligence 2.3.2 version . I am getting error while configuring Environment Paramameters
    Database- Oracle 11g R2
    OS- Windows Server 2008
    1. Environment Description
    Environment Description: DEV01
    2. Business Application Server Configuration
    Business Server Host: 01HW342889
    WebLogic Server Name: myserver
    Business Server Application Name: SPLService
    MPL Admin Port Number: 6502
    MPL Automatic startup: false
    3. Web Application Server Configuration
    Web Server Host: 01HW342889
    Web Server Port Number: 6500
    WebLogic SSL Port Number: 6501
    Web Context Root: ouaf
    WebLogic JNDI User ID: systemjndi
    WebLogic JNDI Password: ENC(tEky0TX65m0nDNIlnX
    CcwlbnXl2b1kMnvE8DD0wfI1Y=)
    WebLogic Admin System User ID: {3DES}gg8gG+5N+gwJBPWG
    IhRRuQ==
    WebLogic Admin System Password: {3DES}gg8gG+5N+gwJBPWG
    IhRRuQ==
    WebLogic Server Name: myserver
    Web Server Application Name: SPLWeb
    Application Admin User ID: appladmin
    Application Admin Password: ENC(OrIg4HyDLxi2kQ6uSs
    cBz4cubUr2U5BbRl75SY2pP6Q=)
    Expanded Directories: false
    Application Viewer Module: true
    4. Database Configuration
    JDBC Name: oubi-jdbc
    MPL Database User ID: SPLADMV2
    MPL Database Password: ENC(mfG7quacTagw5qEvov
    oaQIRpnogRvroY4NcXp6WZCZo=)
    XAI Database User ID: SPLADMV2
    XAI Database Password: ENC(tNfRJUthvYQR990TzW
    314nXU+5jWBuYBDs5AgT5qG7g=)
    Batch Database User ID: SPLADMV2
    Batch Database Password: ENC(L5BXr/lXp/riShr9Lp
    kFDsgUIjDm5I6TJU5Suz0Wy/k=)
    JDBC Database User ID: SPLADMV2
    JDBC Database Password: {3DES}L43JfrbOrCtupkwm
    4I/Adw==
    Database Name: DEV1
    Database Server: 01HW342889
    Database Port: 1701
    ONS Server Configuration:
    Database Override Connection String:
    Oracle Client Character Set NLS_LANG: AMERICAN_AMERICA.UTF8
    5. General Configuration Options
    Batch RMI Port: 6509
    Batch Mode: CLUSTERED
    Coherence Cluster Name: OUBICLUSTER1
    Coherence Cluster Address: 172.25.138.45
    Coherence Cluster PORT: 6508
    Coherence Cluster Mode: dev
    Each item in the above list should be configured for a successful install.
    Choose option (1,2,3,4,5, <P> Process, <X> Exit): P
    --> Calculating additional variables ... done.
    --> Writing variables to E:\OUBI2\ouaf\temp\FW.V4.0.2\tmp\2011-06-10-0954\ENVIRO
    N.INI ... done.
    Can't open E:\OUBI2\ouaf\temp\FW.V4.0.2\install_FW_E:\OUBI2\ouaf\DEV01.log for o
    utput at E:\OUBI2\ouaf\temp\FW.V4.0.2\data\bin\perllib/SPL/splLog.pm line 190.
    "ERROR - Detected while running install.plx."
    Thks,
    Mohan

    This is a common error people get when configuring Repository Service in Admin Console...
    Main reason for this is that there is an incompatible bit versions of Oracle Database and Informatica Server and windows. Try to reinstall Oracle DB or Infa Server and tryconfiguring the same it will work
    Or it could be parameter issues if it is linux...
    Please mark helpful this post

  • Need to resume task sequence after unplanned reboot - Error Task Sequence environment not found

    The task sequence in SCCM 2012 R2 is being used to deploy a Hyper-V host on Windows Server 2012 R2.
    When installing the Hyper-V role, we have a intermittent issue where after the restart, the TRUSTEDINSTALLER installs a kernel driver (vmswitch.sys) and then restarts the system while the SCCM engine is waiting for the SCCM client to initialize.
    This breaks the TSE and it throws the error "Task Sequence Environment not found" a few minutes later.
    Does anyone know of any way to RESUME the task sequence, or to set the TSEnv.dat back to a clean state that will allow it to resume the TS? I am thinking about configuring an AutoLogon/Logon script that will check try and recover & resume these failures.
    ALTERNATELY, does anyone know how to prevent the Trusted Installer from rebooting on Windows Server 2012 R2?
    SMSTS.log
    _SMSTSReturnToGINA variable set to true TSManager 4/15/2014 4:01:57 PM 2220 (0x08AC)
    Waiting for CcmExec service to be fully operational TSManager 4/15/2014 4:01:57 PM 2220 (0x08AC)
    Succeeded loading resource DLL 'C:\WINDOWS\CCM\1033\TSRES.DLL' TSManager 4/15/2014
    4:01:58 PM 2220 (0x08AC)
    Failed to set log directory. Some execution history may be lost.
    The system cannot find the file specified. (Error: 80070002; Source: Windows) OSDSetupHook 4/15/2014 4:05:33 PM 1912 (0x0778)
    Executing task sequence OSDSetupHook 4/15/2014 4:05:33 PM 1912 (0x0778)
    Task Sequence environment not found. OSDSetupHook 4/15/2014 4:05:33 PM 1912 (0x0778)
    EventLog
    Log Name:      System
    Source:        User32
    Date:          4/15/2014 4:03:07 PM
    Event ID:      1074
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          SYSTEM
    The process C:\WINDOWS\servicing\TrustedInstaller.exe (COMPUTER1) has initiated the restart of computer COMPUTER1on behalf of user NT AUTHORITY\SYSTEM for the following reason: Operating System: Upgrade (Planned)
     Reason Code: 0x80020003
     Shutdown Type: restart
    Levi Stevens | Technical Consultant Dell Services

    Use sc command to put Windows Module Installer to disabled in your script after Enabling Hyper-v Role. When the system completely restarts, change it to Manual or Automatic.
    Note: I have not tested it, it is just my thought, if it does not work or something unexpected happens, it means your issue cannot be fixed this way.
    Juke Chou
    TechNet Community Support

  • Search works differently and "wrong" in Solaris environment

    I have my test and development databases in Windows and Solaris environements with exactly same database version and configurations.
    I have created an intermedia index on following table as follows:
    SQL>desc cc_job_offer_search_text
    Name Null? Type
    JOB_OFFER_ID NOT NULL NUMBER(38)
    JOB_OFFER_SEARCH_TEXT NOT NULL LONG
    TEXT_TYPE VARCHAR2(6)
    Version for the database running in Solaris:
    SQL> select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    PL/SQL Release 8.1.7.0.0 - Production
    CORE 8.1.7.0.0 Production
    TNS for Solaris: Version 8.1.7.0.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production
    Version for the database running in Windows:
    SQL> select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    PL/SQL Release 8.1.7.0.0 - Production
    CORE 8.1.7.0.0 Production
    TNS for 32-bit Windows: Version 8.1.7.0.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production
    Index Creation scripts:
    exec ctx_ddl.drop_preference('cica_lexer');
    begin
    ctx_ddl.create_preference('cica_lexer','BASIC_LEXER');
    ctx_ddl.set_attribute('cica_lexer','printjoins','$_#@*&^%/\()');
    ctx_ddl.set_attribute('cica_lexer', 'skipjoins', '-');
    end;
    create index JOB_OFFER_SEARCH_TEXT_IDX on
    cc_JOB_OFFER_SEARCH_TEXT(JOB_OFFER_SEARCH_TEXT)
    indextype is ctxsys.context
    PARAMETERS('FILTER CTXSYS.INSO_FILTER format column text_type lexer cica_lexer' );
    After index has been created, my search works fine in Windows environment, however it behaves irratically in Solaris environment (where data has been exported from the database on Windows environment, and I have checked that the data is identical).
    Database Running in Windows:
    SQL> select count(*) from cc_job_offer_search_text;
    COUNT(*)
    1200
    SQL> select count(*) from cc_job_offer_search_text
    2 where contains(job_offer_search_text,'Permanent')>0;
    COUNT(*)
    1094
    Database Running in Solaris:
    SQL> select count(*) from cc_job_offer_search_text;
    COUNT(*)
    1200
    SQL> select count(*) from cc_job_offer_search_text
    2 where contains(job_offer_search_text,'Permanent')>0;
    COUNT(*)
    1200
    ====> In fact it returned all records, which is not correct!
    However, there are certain queries which are working fine in both environments.
    Database Running in Windows:
    SQL> select count(*) from cc_job_offer_search_text
    2 where contains(job_offer_search_text,'Contractual')>0;
    COUNT(*)
    52
    SQL> select count(*) from cc_job_offer_search_text
    2 where contains(job_offer_search_text,'{Greater than $150,000}')>0;
    COUNT(*)
    20
    Database Running in Solaris:
    SQL> select count(*) from cc_job_offer_search_text
    2 where contains(job_offer_search_text,'Contractual')>0;
    COUNT(*)
    52
    SQL> select count(*) from cc_job_offer_search_text
    2 where contains(job_offer_search_text,'{Greater than $150,000}')>0;
    COUNT(*)
    20
    Any idea why it is behaving "irratically" in the database running in the Solaris environment, when I select certain search criteria wheras it works absolutely fine at times?

    If you really need to run 8.1.7, you need to upgrade to the latest patchset. I seem to recall a problem like this which was fixed in something like 8.1.7.4. Better still, go to 10g.

  • Is Veritas- or Sun Cluster needed for RAC in a Solaris Environment

    Is a Veritas- or Sun Cluster needed for RAC in a Solaris Environment?
    Does anyone know, when OCFS will be available for Solaris?

    You don't need Veritas Cluster File System, but until OCFS comes out for Solaris you need to think about backups. If you've not got a backup solution that can integrate with rman for an SBT device then backups become more tricky.
    If you use ASM then you can take a backup to a "cluster filesystem" (although ASM is raw partitions think of it as a cluster filesystem), that both nodes can see. BUT you then need to get these to tape somehow, unless you've got NetBackup et al. that support RMAN and can backup direct to tape you're more stuck.
    Too many people don't think about this. You could create an NFS mount and backup to this from the nodes.

  • Urgent: JSP gives compilation error in one environment, but works OK in another. wls 6.1 on Solaris

              I have tried a lot searching for such issue, but cd not find any solution which
              cd help me.
              We have a jsp which compiles well in one enviroment, but does not compile in another.
              The enviroment in which it compiles is as follows:
              OS: Solaris 2.6, Patch level 32
              wls version: 6.1 with no service pak
              The enviroment in which it does not compile is as follows:
              OS: Solaris 8, Patch level 19
              wls version: 6.1 with no service pak
              In the second enviroment, it gives the folowing error, when invoked...
              //error start....
              /requisition/reqteamwiz.jsp(532): scriptlet close brace '}' unbalanced at line
              532 which breaks scope '_base_service_scope_'
              probably occurred due to an error in /requisition/reqteamwiz.jsp line 532:
              <strong><font face="Verdana" size="1"><input type="button" style="font-family:
              Verdana; font-size: 8pt" name="B1" value=" Submit " onClick="FrontPage_Form1_Validator(document.FrontPage_Form1,
              '<%= i%>')"></td></font></strong>
              //error end
              The line seems OK, and this works fine in the first enviroment.
              Cd anyone pls give any suggestions or references as to any known issues with the
              second enviroment.
              Thanks a lot...
              

              [email protected] (David M. Karr) wrote:
              >>>>>> "vinay" == vinay s <[email protected]> writes:
              >
              > vinay> I have tried a lot searching for such issue, but cd not find
              >any solution which
              > vinay> cd help me.
              > vinay> We have a jsp which compiles well in one enviroment, but does
              >not compile in another.
              > vinay> The enviroment in which it compiles is as follows:
              > vinay> OS: Solaris 2.6, Patch level 32
              > vinay> wls version: 6.1 with no service pak
              >
              > vinay> The enviroment in which it does not compile is as follows:
              > vinay> OS: Solaris 8, Patch level 19
              > vinay> wls version: 6.1 with no service pak
              >
              > vinay> In the second enviroment, it gives the folowing error, when
              >invoked...
              > vinay> //error start....
              > vinay> /requisition/reqteamwiz.jsp(532): scriptlet close brace '}'
              >unbalanced at line
              > vinay> 532 which breaks scope '_base_service_scope_'
              > vinay> probably occurred due to an error in /requisition/reqteamwiz.jsp
              >line 532:
              > vinay> <strong><font face="Verdana" size="1"><input type="button"
              >style="font-family:
              > vinay> Verdana; font-size: 8pt" name="B1" value=" Submit " onClick="FrontPage_Form1_Validator(document.FrontPage_Form1,
              > vinay> '<%= i%>')"></td></font></strong>
              > vinay> //error end
              >
              > vinay> The line seems OK, and this works fine in the first enviroment.
              > vinay> Cd anyone pls give any suggestions or references as to any
              >known issues with the
              > vinay> second enviroment.
              > vinay> Thanks a lot...
              >
              >If you use an expression scriptlet for an attribute value, it has to
              >be the
              >entire attribute value, not just a portion of it.
              >
              >--
              >===================================================================
              >David M. Karr ; Java/J2EE/XML/Unix/C++
              >[email protected] ; SCJP; SCWCD
              >
              >
              I am using the scriplet for entire value, seems the post got jumbled up.
              FrontPage_Form1_Validator is a javascript function which takes 2 parameters, one
              of which is provided by the expression scriplet.
              <strong><font face="Verdana" size="1"><input type="button" style="font-family:
              Verdana; font-size: 8pt" name="B1" value=" Submit " onClick="FrontPage_Form1_Validator(document.FrontPage_Form1,
              '<%= i%>')"></td></font></strong>
              

  • 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.

  • USB 2.0 - Stick - Error on Solaris 10 x86 03/05 GA

    Hello Solaris - Friends,
    I have a Problem with my USB 2.0 - Stick (Fujitsu-Siemens Memorybird 256 MB). He has 1 primary Partition (FAT16). When the Laptop (Fujitsu-Siemens Lifebook E8010) is booting, comes this Error-Message :
    "/pci@0,0/pci10cf,11ab@1d,7 (ehci0) Connecting device on port 2 failed".
    This is "iostat -En" : "c2t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0".
    On the same Laptop under Windows XP Professional and Sun Java Desktop System Release 3 Beta it works (I have 3 x Boot - Environment). Under Solaris on the same USB-Port an external Storage (Fujitsu-Siemens Storagebird 80 GB) works (also with Firewire IE1394) and also a Laks Memory Clock (USB 1.1, 128 MB, 1 primary Partition with FAT16) . On an other older PC with an USB 1.1-Mainboard and Solaris 10 both Memorysticks works parallel.
    Can anybody help me ?
    Thanks and Greetings

    Hello,
    thanks to your answer ! I have tested some things in the "/kernel/drv/scsa2usb.conf", but no success :
    attribute-override-list =
    "vid=* reduced-cmd-support=true";
    and
    attribute-override-list =
    "vid=00000461 pid=00003001 rev=00001168 subclass=atapi protocol=cb";
    I have do this "echo '::usba_clear_debug_buff' | mdb -kw", then hotplug the USB-Stick and then "echo '::usba_debug_buf' | mdb -k" gives this :
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    ehci0: ehci_wait_for_transfers_completion:No transfers completion confirmation
    received
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    eusb0: getting device descriptor failed (12 0x10 -1)
    usba: usba_destroy_child_devi: device-1 (0xd4fe8e90)
    usba: deallocating usba_device = 0xd4d46800, address = 0x2
    eusb0: disabling port 2 again
    eusb0: retrying on port 2
    usbai: usba_req_exc_cb: ehci0: ph_data=0xd9973af8 (ep81) state=1 wrp=0xd3ad6480
    ref=2 reqcnt=1 cr=16
    eusb0: hubd_exception_cb: req=0xd3ad64dc cr=16 data=0x0 cb_flags=0x0
    usba: allocated usba_device 0xd4d46800
    ehci0: ehci_check_for_short_xfer: residue=46 direction=0x100
    ehci0: ehci_check_for_short_xfer: requested data=72 received data=26
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    ehci0: ehci_wait_for_transfers_completion:No transfers completion confirmation
    received
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    eusb0: getting device descriptor failed (12 0x10 -1)
    usba: usba_destroy_child_devi: device-1 (0xd4fe8e90)
    usba: deallocating usba_device = 0xd4d46800, address = 0x2
    eusb0: disabling port 2 again
    eusb0: retrying on port 2
    usbai: usba_req_exc_cb: ehci0: ph_data=0xd9973af8 (ep81) state=1 wrp=0xd3ad6480
    ref=2 reqcnt=1 cr=16
    eusb0: hubd_exception_cb: req=0xd3ad64dc cr=16 data=0x0 cb_flags=0x0
    usba: allocated usba_device 0xd4d46800
    ehci0: ehci_check_for_short_xfer: residue=46 direction=0x100
    ehci0: ehci_check_for_short_xfer: requested data=72 received data=26
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    ehci0: ehci_wait_for_transfers_completion:No transfers completion confirmation
    received
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    eusb0: getting device descriptor failed (12 0x10 -1)
    usba: usba_destroy_child_devi: device-1 (0xd4fe8e90)
    usba: deallocating usba_device = 0xd4d46800, address = 0x2
    eusb0: disabling port 2 again
    eusb0: retrying on port 2
    usbai: usba_req_exc_cb: ehci0: ph_data=0xd9973af8 (ep81) state=1 wrp=0xd3ad6480
    ref=2 reqcnt=1 cr=16
    eusb0: hubd_exception_cb: req=0xd3ad64dc cr=16 data=0x0 cb_flags=0x0
    usba: allocated usba_device 0xd4d46800
    ehci0: ehci_check_for_short_xfer: residue=46 direction=0x100
    ehci0: ehci_check_for_short_xfer: requested data=72 received data=26
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    ehci0: ehci_wait_for_transfers_completion:No transfers completion confirmation
    received
    usbai: usba_req_exc_cb: device-1: ph_data=0xd39d7400 (ep0) state=1 wrp=0xd5425a
    d8 ref=3 reqcnt=1 cr=12
    eusb0: getting device descriptor failed (12 0x10 -1)
    usba: usba_destroy_child_devi: device-1 (0xd4fe8e90)
    usba: deallocating usba_device = 0xd4d46800, address = 0x2
    eusb0: disabling port 2 again
    eusb0: retrying on port 2
    eusb0: Connecting device on port 2 failed
    hid0: hid_pm_busy_component failed: 0
    Can you help me ? What are the correct settings in the "/kernel/drv/scsa2usb.conf" ?
    Thanks and Greetings !

  • Ora-03114 error on solaris 8

    hi
    I am trying to install oracle 8.1.6 release 2 on a sun SPARC 64 bit machine with solaris 8. it has 250 MHz processor and 512 Mb ram.
    the installation completes successfully but when DB configuration assistant starts to create the DB, i get the error message "ora-03114, not connected to ORACLE". I have also tried to perform a typical installation and i got the same error when creating the default DB.
    At first, i had set the kernel parameters according to the installation guide but then i changed the semmns parameter to 2000. it had no effect. Creating the DB by gui or using the script does not change the result. I am sure about the environment variables and I have installed the latest kernel patch for solaris 8.
    When i check the log files I see the following errors:
    ora - 03113 end of file communication channel
    ora - 03114 not connected to ORACLE
    ora - 01034 ORACLE not available
    please help!
    Thanks
    null

    This is not the right forum to ask this question.
    But this problem is tically raised by low operating system
    resources such as semaphores and so on.
    Look at the Readme file of the installation CD and correct it on
    /etc/system file.
    Best regards, Marcelo.

  • Errors during Solaris 11/11 to 11.1 upgrade

    Hi,
    I originally resurrected a thread from 2012 and attempted to hijack it away for my own question. However, a kind forum moderator split it away to let it stand on its own since I wasn't trying to help that original post but was only concerned about my own system.
    Here's my post:
    #Am also trying to upgrade our local AI 11/11 server to 11.1 but finding similar errors. First I've updated our local 11/11 repo with SRU 13.4 and then updated the AI server's BE from this successfully
    root@sol11:~# beadm list
    BE                   Active Mountpoint Space  Policy Created         
    sol-11-1111-sru13_04 NR     /          39.91G static 2013-01-21 11:18
    solaris              -      -          7.50M  static 2011-12-09 09:15
    root@sol11:~# pkg list entire
    NAME (PUBLISHER)                                  VERSION                    IFO
    entire (solaris)                                  0.5.11-0.175.0.13.0.4.0    i--#Then trying to follow http://www.oracle.com/technetwork/articles/servers-storage-admin/howto-update-11dot1-ips-1866781.html
    root@sol11:~# pkg update --accept
    WARNING: pkg(5) appears to be out of date, and should be updated before
    running update.  Please update pkg(5) by executing 'pkg install
    pkg:/package/pkg' as a privileged user and then retry the update.
    root@sol11:~# pkg update pkg:/package/pkg
                Packages to remove:  1  
           Create boot environment: No
    Create backup boot environment: No
    PHASE                                        ACTIONS
    Removal Phase                                  13/13
    PHASE                                          ITEMS
    Package State Update Phase                       1/1
    Package Cache Update Phase                       1/1
    Image State Update Phase                         2/2 # DWL entire 11.1 ISO file from 11.jan 2013 and copied repo onto AI server and switched publisher to this repo:
    root@sol11:~# pkg publisher
    PUBLISHER                             TYPE     STATUS   URI
    local-solaris                                          
    solaris                               origin   online   file:///export/sol11.1_ipsrepo/
    root@sol11:~# pkg update --be-name s11.1ga --accept
    Creating Plan \                     
    pkg update: No solution was found to satisfy constraints
    Plan Creation: Package solver has not found a solution to update to latest available versions.
    This may indicate an overly constrained set of packages are installed.
    latest incorporations:
      pkg://solaris/consolidation/admin/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/l10n/[email protected],5.11-0.175.1.0.0.23.1134:20120820T154803Z
      pkg://solaris/consolidation/userland/[email protected],5.11-0.175.1.0.0.24.0:20120904T170613Z
      pkg://solaris/[email protected],5.11-0.175.1.0.0.24.2:20120919T190135Z
      pkg://solaris/consolidation/install/[email protected],5.11-0.175.1.0.0.24.1736:20120912T193249Z
      pkg://solaris/consolidation/sunpro/[email protected],5.11-0.175.1.0.0.19.0:20120625T151735Z
      pkg://solaris/consolidation/gfx/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/sfw/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/ips/[email protected],5.11-0.175.1.0.0.24.0:20120904T180327Z
      pkg://solaris/consolidation/ldoms/[email protected],5.11-0.175.1.0.0.21.1:20120723T182124Z
      pkg://solaris/consolidation/vpanels/[email protected],5.11-0.175.1.0.0.17.0:20120529T220223Z
      pkg://solaris/consolidation/dbtg/[email protected],5.11-0.175.1.0.0.15.0:20120501T214422Z
      pkg://solaris/consolidation/X/[email protected],5.11-0.175.1.0.0.24.1317:20120904T175757Z
      pkg://solaris/consolidation/man/[email protected],5.11-0.175.1.0.0.21.0:20120723T163455Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.1.0.0.24.2:20120919T183843Z
      pkg://solaris/consolidation/nspg/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/sic_team/[email protected],5.11-0.175.1.0.0.5.0:20111212T230120Z
      pkg://solaris/consolidation/SunVTS/[email protected],5.11-0.175.1.0.0.14.0:20120416T200729Z
      pkg://solaris/consolidation/solaris_re/[email protected],5.11-0.175.1.0.0.24.3:20120919T185316Z
      pkg://solaris/consolidation/smcc/[email protected],5.11-0.175.1.0.0.5.0:20111212T232623Z
      pkg://solaris/consolidation/cns/[email protected],5.11-0.175.1.0.0.23.0:20120820T162238Z
      pkg://solaris/consolidation/cacao/[email protected],5.11-0.175.1.0.0.11.0:20120305T152551Z
      pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.1.0.0.24.2:20120919T184141Z
      pkg://solaris/consolidation/desktop/[email protected],5.11-0.175.1.0.0.22.0:20120806T171142Z
    The following indicates why the system cannot update to the latest version:
      No suitable version of required package pkg://solaris/consolidation/userland/[email protected],5.11-0.175.1.0.0.24.0:20120904T170613Z found:
        Reject:  pkg://solaris/consolidation/userland/[email protected],5.11-0.175.1.0.0.24.0:20120904T170613Z
        Reason:  A version for 'incorporate' dependency on pkg:/network/dns/[email protected],5.11-0.175.1.0.0.24.0 cannot be found*# Why and how to resolve this issue?*
    *#TIA*
    #Just in case you ask:
    root@sol11:~# pkg info entire
    Name: entire
    Summary: entire incorporation including Support Repository Update (Oracle Solaris 11 11/11 SRU 13.4).
    Description: This package constrains system package versions to the same
    build. WARNING: Proper system update and correct package
    selection depend on the presence of this incorporation.
    Removing this package will result in an unsupported system. For
    more information see https://support.oracle.com/CSP/main/article
    ?cmd=show&type=NOT&doctype=REFERENCE&id=1372094.1.
    Category: Meta Packages/Incorporations
    State: Installed
    Publisher: solaris
    Version: 0.5.11 (Oracle Solaris 11 SRU 13.4)
    Build Release: 5.11
    Branch: 0.175.0.13.0.4.0
    Packaging Date: November 6, 2012 07:46:23 PM
    Size: 5.45 kB
    FMRI: pkg://solaris/[email protected],5.11-0.175.0.13.0.4.0:20121106T194623Z
    root@sol11:~# pkg info consolidation/osnet/osnet-incorporation
    Name: consolidation/osnet/osnet-incorporation
    Summary: OS/Net consolidation incorporation
    Description: This incorporation constrains packages from the OS/Net
    consolidation.
    Category: Meta Packages/Incorporations
    State: Installed
    Publisher: solaris
    Version: 0.5.11
    Build Release: 5.11
    Branch: 0.175.0.13.0.4.1
    Packaging Date: November 6, 2012 07:31:22 PM
    Size: 17.15 kB
    FMRI: pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.0.13.0.4.1:20121106T193122Z

    Yes also indicated previously, only I found that I also needed to remove two more packages before upgrading successfully, see below.
    Thanks for your reply!
    Removing installadm pkg along made it possible to upgrade from 11/11-SRU13-4 to 11.1...
    root@sol11:~# pkg uninstall pkg:/service/network/dhcp/isc-dhcp pkg://solaris/install/installadm
    Packages to remove: 2
    Create boot environment: No
    Create backup boot environment: No
    Services to change: 3
    PHASE ACTIONS
    Removal Phase 166/166
    PHASE ITEMS
    Package State Update Phase 2/2
    Package Cache Update Phase 2/2
    Image State Update Phase 2/2
    The following unexpected or editable files and directories were
    salvaged while executing the requested package operation; they
    have been moved to the displayed location in the image:
    var/db/isc-dhcp/dhcpd4.leases~ -> /var/pkg/lost+found/var/db/isc-dhcp/dhcpd4.leases~-20130122T143604Z
    var/db/isc-dhcp/dhcpd4.leases -> /var/pkg/lost+found/var/db/isc-dhcp/dhcpd4.leases-20130122T143604Z
    root@sol11:~# pkg update be-name s11.1ga accept
    Package: pkg://solaris/consolidation/osnet/[email protected],5.11-0.175.1.0.0.24.2:20120919T184141Z
    License: usr/src/pkg/license_files/lic_OTN
    Packages to remove: 10
    Packages to install: 40
    Packages to update: 415
    Mediators to change: 2
    Create boot environment: Yes
    Create backup boot environment: No
    DOWNLOAD PKGS FILES XFER (MB)
    Completed 465/465 24964/24964 445.9/445.9
    PHASE ACTIONS
    Removal Phase 9898/9898
    Install Phase 18235/18235
    Update Phase 14665/14665
    PHASE ITEMS
    Package State Update Phase 878/878
    Package Cache Update Phase 424/424
    Image State Update Phase 2/2
    A clone of sol-11-1111-sru13_04 exists and has been updated and activated.
    On the next boot the Boot Environment s11.1ga will be
    mounted on '/'. Reboot when ready to switch to this updated BE.
    NOTE: Please review release notes posted at:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=REFERENCE&id=1372094.1
    # reinstall earlier removed pkg
    root@sol11:~# pkg install pkg:/service/network/dhcp/isc-dhcp pkg://solaris/install/installadm pkg://solaris/network/dns/bind pkg://solaris/service/network/dns/bind
    Packages to install: 4
    Create boot environment: No
    Create backup boot environment: No
    Services to change: 3
    DOWNLOAD PKGS FILES XFER (MB) SPEED
    Completed 4/4 128/128 4.5/4.5 0B/s
    PHASE ITEMS
    Installing new actions 286/286
    Updating package state database Done
    Updating image state Done
    Creating fast lookup database Done
    root@sol11:~# pkg list entire
    NAME (PUBLISHER) VERSION IFO
    entire (solaris) 0.5.11-0.175.1.0.0.24.2 i--

  • Intermittent error on solaris

    Weblogic 5.1 sp4
    Solaris 7
    Im getting this error intermittently in the shell. it doesnt seem to affect
    the application. Any one know what causes it?
    Fri Aug 25 16:26:46 EDT 2000:<E> <Posix Performance Pack> Failure in
    processSock
    ets()
    java.net.SocketException: Connection reset by peer: Connection reset by peer
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)

    The <Posix Performance Pack> Failure in processSock
    ets() exceptions appear to be browser specific and occur only when accessing the solaris instance from an IE browser. This is ugly with a capital U. Is there a way to get rid of this exception? Users of our product are going to be calling me about this exception :)
    Kumar Allamraju <[email protected]> wrote:
    These exceptions are caused because the servlet has made a write system call and
    the reader on the
    other side of the pipe(socket in this case) has closed. Write will return EPIPE
    which gets propagated as a Broken
    Pipe in java
    I suspect that a user has simply hit reload or stop in a browser while the
    server was sending them a file.You can safely ignore this message.
    These IOExceptions indicate a communication problem between client and server.
    For whatever reason the socket from the server back to the client is dead. Among
    many other things these communication errors can happen because:
    1. The browser (client) breaks the socket connection to server by user either
    hitting the stop button, or the user issuing another HTTP request prior to the
    first request fininshing. (You can easily recreate this yourself)
    2. Network congestion, latency, etc etc
    3. Firewalls, timeouts, congestion etc etc etc.
    These communication or IO exceptions can manifest themselves as:
    Mon Jun 07 14:40:04 PDT 1999:<E> <WebLogicServer> java.net.SocketException:
    Connection reset by peer
    Mon Jun 07 15:10:58 PDT 1999:<E> <WebLogicServer> java.io.EOFException
    Mon Jun 07 17:10:16 PDT 1999:<E> <HTTP> java.io.IOException: Broken pipe
    Mon Jun 07 14:38:12 PDT 1999:<E> <HTTP> java.io.IOException: Socket Closed
    Most often on Solaris you will see Broken pipe, as the underlying data structure
    used in the socket commuincation is a pipe. Most often on NT you will see
    Conneciton reset by peer. So, these errors can be indicative of user generated
    errors beyond yourcontrol, network -- internet problems beyond your control, or
    your own
    network configuration that is causing problems. Their is no real "easy" way to
    determine which it is, other than listen to customer complaints and try to
    assess their environment and actions to determine if the issue is your network
    configuration. You can also test your production network topology and
    configuration vs your test configuration, as the later is usually less complex
    and restrictive.
    Kumar
    Alec Cove wrote:
    Weblogic 5.1 sp4
    Solaris 7
    Im getting this error intermittently in the shell. it doesnt seem to affect
    the application. Any one know what causes it?
    Fri Aug 25 16:26:46 EDT 2000:<E> <Posix Performance Pack> Failure in
    processSock
    ets()
    java.net.SocketException: Connection reset by peer: Connection reset by peer
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.socketRead(Compiled Code)
    at java.net.SocketInputStream.read(Compiled Code)
    at weblogic.socket.PosixSocketMuxer.processSockets(Compiled Code)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
    23)
    at weblogic.kernel.ExecuteThread.run(Compiled Code)

Maybe you are looking for