On HP-UX 11g rac cluvfy tool failed with "/dev/async"  (incorrect setting for minor number.)

Hi ,
We are planing to upgrade our 10g R2 CRS to 11g R2 CRS on HP-UX server ,while running cluvfy tool we are getting the below error.Please help me to fix this issue.
Checking settings of device file "/dev/async"
  Node Name     Available                 Comment
  erpdev04      yes                       failed (incorrect setting for minor number.)
  erpdev03      yes                       failed (incorrect setting for minor number.)
Result: Check for settings of device file "/dev/async" failed.
Pre-check for cluster services setup was unsuccessful on all the nodes.
oracle.oracle.erpdev03.fwprod_app1> (/app/oracle/oracle_source/patches/bin)

# /sbin/mknod /dev/async c 101 0x104

Similar Messages

  • ORA-27369: job of type EXECUTABLE failed with exit code: Incorrect function

    Hello,
    I am calling a windows bat file using dbms_scheduler and getting the following error. I have searched the forum and the internet and tried different switches and options. None of them solved my problem.
    Oracle Version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OracleJobScheduler is running as a service
    Error starting at line 1 in command:
    execute GET_RESULTS();
    Error report:
    ORA-27369: job of type EXECUTABLE failed with exit code: Incorrect function.
    ORA-06512: at "SYS.DBMS_ISCHED", line 185
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 486
    ORA-06512: at "PS.GET_RESULTS", line 67
    ORA-06512: at line 1
    27369. 00000 - "job of type EXECUTABLE failed with exit code: %s"
    *Cause:    A problem was encountered while running a job of type EXECUTABLE.
    The cause of the actual problem is identified by the exit code.
    *Action:   Correct the cause of the exit code and reschedule the job.
    Here is the code for scheduler
          dbms_output.put_line(os_commandline || utlPath || fileSeparator || 'get.bat >nul')
          dbms_scheduler.create_job
          (   job_name          =>'PS_GET_RESULTS'
                , job_action        => os_commandline || utlPath || fileSeparator || 'get.bat >nul'
                , job_type          =>'executable'
                , enabled           =>false
                , auto_drop         =>false
                , start_date        =>systimestamp
          dbms_scheduler.run_job(job_name =>'PS_GET_RESULTS');The dbs_output prints a line which shows that the parameters os_commandline, utlPath and fileSeparator are set correctly.
         C:\windows\system32\cmd.exe /q /c E:\UTLDir\get.bat >nulThe windows file (get.bat) is:
         "C:\Program Files (x86)\WinSCP\Winscp.exe" /script=e:\utldir\get_resultsThis batch file passes a script file to the executable winscp.exe to get files from another server.
    The script file (get_results) is:
         option batch abort
         option confirm off
         open sftp://username:password@ipnumber:port -hostkey="ssh-rsa 1024 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
         cd /usr/dropbox/
         option transfer binary
         get *.results E:\UTLDir\Results\
         close
         exitI tested the batch file directly and works fine and "gets" the files from the server. But, invoking from Oracle dbms_scheduler fails with ORA-27369: job of type EXECUTABLE failed with exit code: Incorrect function.
    Appreciate your help and time in suggesting additional guidelines or pointers.
    Thanks,
    Rose

    Here is an update, if somebody else is having a similar problem.
    The ftp command "cd" to change the directories should be an absolute path. I was given a path "/usr/dropbox/", but on the server it actually corresponds to "/usr/local/apps/dropbox/". After updating the directory path, the scheduler worked fine in invoking the batch file for transferring the files.
    Thanks,
    Rose

  • First call attempt fails with 12000; reason="Routes available for this request but no available gateway at this point"

    We've installed a new Audiocodes Mediant 1000B gateway for our customer.  They only have about 6 users enabled for Enterprise voice and using Lync for all calls.  They have an intermittent problem whereby the first call attempt to a number on the
    PSTN fails with 12000; reason="Routes available for this request but no available gateway at this point".  There is only one PSTN gateway installed.  All routes point to this gateway.  What I found initially is that the calls
    were failing after 10 seconds which is the default "failovertimeout" in the OutboundRouting.exe.config.  I found this post http://voipnorm.blogspot.co.uk/2012/06/lync-2010-gateway-timeout-call-failures.html and
    changed the value to 20 seconds.  Subsequent failures failed after 20 seconds (the new value).  The interesting thing is that the second attempt even a couple of seconds later succeeds.  My Lync server event log has 46046 "A call to a PSTN
    number failed due to non availability of gateways." for the failed call and 46047 "A PBX gateway is now responding to requests after some failures." for the successful call moments later.
    My environment is Lync 2010.  A single enterprise edition Front End with collocated mediation.  The server is virtual and in a different physical location to the gateway.  The two sites are connected via a LES1000.  The RTT between the
    sites is very low so it isn't necessarily networking.
    In the Syslog output on the Audiocodes we don't see the call even reach the gateway.  It's likely that Lync has simply marked the gateway as down and doesn't route the first call.  Then it wakes up and marks it as up and routes the next call.
    Update wise I'm on 4.0.7577.183, 199 and 217 for those that are up to date and the only components that are behind say that 223 is available.  Those being Core Components, Lync Server, Conferencing Server and Web Components.
    As I said, this is intermittent, apparently doesn't happen for every user (which I don't buy), but is easily replicated on request.
    I definitely think changing the failovertimeout value has reduced the number of failures.  But realistically I don't want users sitting there for 20 seconds before their call fails.  Or 19 seconds for the call to route.
    I've found a few posts on this and similar issues.  I don't get the 25051 or 25052 errors.
    Any help gratefully appreciated.
    Regards
    Randy Chapman
    Best Regards Randy Chapman

    Try to change the value of Failovertimeout to 1000.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Getting error "The request failed with HTTP status 401: Unauthorized " for _vti_bin/Authentication.asmx

    Hi All,
    My Web application is FBA application and I am using the lists.asmx services in my custom webpart. To run this lists.asmx service in FBA enabled site we need to use Authentication.asmx service..
    I referred this link:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/21867e28-75d5-42c8-850b-bfb5c5894eed .
    I wrote a code as mentioned in this article but now I am getting  error "The request failed with HTTP status 401: Unauthorized " for Authentication.asmx service itself. Can somebody help me why it is not working even everything looks
    correct?
    Thank you.
    Regards,
    Rahul Shinde.

    Hi Rahul,
    Give permissions to the user on the web application.
    Central Admin -->Application Management --> Application Security -->Policy for web application --> Select the
    web application --> Add User
    For more information, refer to
    http://microsoftdev.blogspot.com/2009/10/sharepoint-web-services-access-give.html
    http://www.codeproject.com/Articles/24244/Access-a-Forms-Based-SharePoint-Site-s-Web-Service
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • In perfdatasource querying for global snapshot failed with error 'the size limit for this '

    I received  scom alerts from two win 2k8 r2 servers , hosting exchange 2010 mailbox roles , the alerts came almost in same time from both servers ,
    can I ignore those alerts
    or can someone give a me a clue how can I troubleshoot those alert , please any help would be appreciated
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this '
    from Ops-mgmt logs 
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:       server 1
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.Windows.Server.2008.OperatingSystem.PercentMemoryUsed.Collection 
    Instance name: Microsoft Windows Server 2008 R2 Enterprise  
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:       server 1
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.Windows.Server.2008.LogicalDisk.PercentIdle.Collection 
    Instance name:  " edb file path "
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:       server 2 
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.Windows.Server.2008.NetworkAdapter.CurrentBandwidth.Collection 
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          
    Event ID:      10104
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:   server 2   
    Description:
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this ' 
    One or more workflows were affected by this.  
    Workflow name: Microsoft.ForefrontProtection.FPE.Server.PerformanceCollection.RealtimeScanMessageRate

    Hi Blake , 
    Thanks for your reply , I appreciate your help  ,
    I didn't put the alert from scom console because they were same as the events ( same source )
    Health Service Modules, I didn't want to spam
    more :-)
    also the two servers encountered the issue were mailbox servers and part of same DAG , it worth mention the alert were resolved
    by Exchange 2010 Correlation Engine service 
    http://blogs.technet.com/b/kevinholman/archive/2010/10/15/clustering-the-exchange-2010-correlation-engine-service.aspx
    http://support.microsoft.com/kb/2592561
    also the Opsmgmt logs are full of waring and error event like 2023 , 21402 ,  21403 , 1207 !!
    Log Name:      Operations Manager
    Source:        HealthService
    Date:          
    Event ID:      2023
    Task Category: Health Service
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      server 1
    Description:
    The health service has removed some items from the send queue for management group "SCOM" since it exceeded the maximum allowed size of 15 megabytes.
    1- alert from console >>
    In PerfDataSource, querying for Global Snapshot failed with error 'The size limit for this '
    One or more workflows were affected by this.
    Workflow name: Microsoft.Windows.Server.2008.OperatingSystem.PercentMemoryUsed.Collection
    Instance name: Microsoft Windows Server 2008 R2 Enterprise 
    EventSourceName: Health Service Modules

  • RAC Node Addition fails with - " VIP is already in use "

    We had a two-node RAC on oracle 10gR2 with ASM. We removed the second node and now trying to add it back as the second node again.
    CRS and ASM got extended on to the second node but when trying to add the Db home, it gives an error in the oui :
    "Unable to connect to the second node, when clicked ok is shows as VIP for node <NODENAME> is already in use"
    CRS is running fine on both the nodes and VIP for both the nodes is shown in CRS_STAT.
    Has anyone seen this error message earlier?
    Edited by: user539083 on Dec 5, 2008 11:31 AM

    See here...
    The Backup disk image ... sparsebundle ... is already in use.
    From Pondini’s excellent Information Here...
    http://pondini.org/TM/Troubleshooting.htm

  • SQL 2012 install fails with 'Object reference not set to an instance of an object.'

    Hi, I'm trying to install SQL 2012 RTM Enterprise on a Windows 2008 R2 single node cluster.
    The installer starts goes through some checks and then fails with the message 'Object reference not set to an instance of an object.' It happens while the small 'wait while...' dialog box is
    showing, another window pops up briefly (I think the feature selection window - can't really tell as it doesn't draw before disappearing). Then the ‘Object reference not set’ message comes up.
    From the summary log file..
    Overall summary:
    Final result:                 
    Failed: see details below
    Exit code (Decimal):          
    -2147467261
    Exit facility code:           
    0
    Exit error code:              
    16387
    Exit message:                 
    Object reference not set to an instance of an object.
    Start time:                   
    2012-09-26 08:52:53
    End time:                     
    2012-09-26 08:54:08
    Requested action:             
    InstallFailoverCluster
    Exception help link:          
    http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.2100.60&EvtType=0x9AF1AE5E%400x44A889F9&EvtType=0x9AF1AE5E%400x44A889F9
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: System.NullReferenceException
    Message:
    Object reference not set to an instance of an object.
    Data:
    HelpLink.EvtType = 0x9AF1AE5E@0x44A889F9
    DisableWatson = true
    Stack:
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.ShouldRuleRun(Rule rule)
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.IsRuleSkipped(Rule rule)
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRule(String ruleId, List`1 ruleProperties, XmlSchema ruleSchema, XmlElementParserFactory elementParser)
    at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRules(IEnumerable`1 ruleIds)
    at Microsoft.SqlServer.Configuration.InstallWizard.RunRuleProgressController.Initialize()
    I have rebooted, tried different media, tried uninstalling the setup files and rerunning but always get the same result.
    Any help would be gratefully accepted.
    Thanks,
    Bruce.

    Hi Alberto,
    Whenever I am trying to install SQL 2012 with SP1 clustering, I am getting below error. Can you please advise on this. 
    Additional information are
    Windows Servers Version and Edition - Windows 2012 Strandedition
    SQL Server Version and Edition - SQL 2012 with SP1
    All the machines are running on Hyper-V and Passed the cluster validation test successfully. there is no issue. The servers' (Nodes) names are;
    DomainServerName - ACONDomainGroup (1gb ram allocated)
    Node1 - AconNODE1W2K12STD (2.5gb ram allocated )
    Node2 - AconNODE2W2K12STD (1.5 ram allocated allocated)
    WindowsClusterName - AconWinCLTR
    Below is  Summary.txt Error
      Update Source:                 MU
    User Input Settings:
      ACTION:                        InstallFailoverCluster
      AGTDOMAINGROUP:                <empty>
      AGTSVCACCOUNT:                 <empty>
      AGTSVCPASSWORD:                <empty>
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      ENU:                           true
      ERRORREPORTING:                false
      FAILOVERCLUSTERDISKS:          <empty>
      FAILOVERCLUSTERGROUP:          
      FAILOVERCLUSTERIPADDRESSES:    <empty>
      FAILOVERCLUSTERNETWORKNAME:    <empty>
      FEATURES:                      
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 <empty>
      SQLSVCPASSWORD:                <empty>
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140420_052344\ConfigurationFile.ini
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140420_052344\SystemConfigurationCheck_Report.htm
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: System.NullReferenceException
        Message: 
            Object reference not set to an instance of an object.
        HResult : 0x80004003
        Data: 
          HelpLink.EvtType = 0x9AF1AE5E@0x44A889F9
          DisableWatson = true
        Stack: 
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.ShouldRuleRun(Rule rule)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.IsRuleSkipped(Rule rule)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRule(String ruleId, List`1 ruleProperties, XmlSchema ruleSchema, XmlElementParserFactory elementParser)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRules(IEnumerable`1 ruleIds)
            at Microsoft.SqlServer.Configuration.InstallWizard.RunRuleProgressController.Initialize()

  • AD 11g Trusted Recon is failing due to invalid Date format for Start Date

    We are using OIM 11g with AD 11g connector.
    we have mapped "whenCreated" attribute of AD to "Start Date" in OIM. We ran Trusted Recon, the recon failed due to invalid date format.
    we got the following error :
    Caused By: oracle.iam.reconciliation.exception.InvalidDataFormatException: Invalid data - 10/19/2012 10:33:30 AM against Date format yyyy/MM/dd HH:mm:ss z for key Start Date
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.convertReconFieldsToOIMFields(ReconOperationsServiceImpl.java:1610)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:548)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:535)
    at sun.reflect.GeneratedMethodAccessor9326.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    Thanks.

    Caused By: oracle.iam.reconciliation.exception.InvalidDataFormatException: Invalid data - *10/19/2012 10:33:30 AM* against Date format yyyy/MM/dd HH:mm:ss z for key Start Date
    Error is because of invalid date format.
    You need to bring data in required format. As I remember you can configured it in one of the AD configuration lookup.

  • 11gr2 rac silent install failed with INS-35421

    When ran 11gr2 silent installation. it has this warning info:
    [WARNING] [INS-35421] This option installs a single instance database only.
    CAUSE: You have chosen to perform a Desktop class install on a cluster. This option will not install Oracle RAC.
    ACTION: If you wish to install Oracle RAC, choose to perform a Server class install.
    And i find that the db was not been created.( I selected creating database in response file)
    The folowing is my response file:(this file was created by OUI, and i did not find where to set the option of desktop/server class)
    oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0
    oracle.install.option=INSTALL_DB_AND_CONFIG
    ORACLE_HOSTNAME=node1.us.oracle.com
    UNIX_GROUP_NAME=oinstall
    INVENTORY_LOCATION=/home/oracle/app/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
    ORACLE_BASE=/home/oracle/app/oracle
    oracle.install.db.InstallEdition=EE
    oracle.install.db.isCustomInstall=false
    oracle.install.db.customComponents=
    oracle.install.db.DBA_GROUP=dba
    oracle.install.db.OPER_GROUP=dba
    oracle.install.db.CLUSTER_NODES=node1,node2
    oracle.install.db.config.starterdb.type=GENERAL_PURPOSE
    oracle.install.db.config.starterdb.globalDBName=orcl.us.oracle.com
    oracle.install.db.config.starterdb.SID=orcl
    oracle.install.db.config.starterdb.characterSet=AL32UTF8
    oracle.install.db.config.starterdb.memoryLimit=791
    oracle.install.db.config.starterdb.memoryOption=true
    oracle.install.db.config.starterdb.installExampleSchemas=true
    oracle.install.db.config.starterdb.enableSecuritySettings=true
    oracle.install.db.config.starterdb.password.ALL=Oracle123
    oracle.install.db.config.starterdb.password.SYS=
    oracle.install.db.config.starterdb.password.SYSTEM=
    oracle.install.db.config.starterdb.password.SYSMAN=
    oracle.install.db.config.starterdb.password.DBSNMP=
    oracle.install.db.config.starterdb.control=DB_CONTROL
    oracle.install.db.config.starterdb.gridcontrol.gridControlServiceURL=
    oracle.install.db.config.starterdb.dbcontrol.enableEmailNotification=false
    oracle.install.db.config.starterdb.dbcontrol.emailAddress=
    oracle.install.db.config.starterdb.dbcontrol.SMTPServer=
    oracle.install.db.config.starterdb.automatedBackup.enable=false
    oracle.install.db.config.starterdb.automatedBackup.osuid=
    oracle.install.db.config.starterdb.automatedBackup.ospwd=
    oracle.install.db.config.starterdb.storageType=FILE_SYSTEM_STORAGE
    oracle.install.db.config.starterdb.fileSystemStorage.dataLocation=/storage/oradata
    oracle.install.db.config.starterdb.fileSystemStorage.recoveryLocation=
    oracle.install.db.config.asm.diskGroup=
    oracle.install.db.config.asm.ASMSNMPPassword=
    MYORACLESUPPORT_USERNAME=
    MYORACLESUPPORT_PASSWORD=
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    DECLINE_SECURITY_UPDATES=true
    PROXY_HOST=
    PROXY_PORT=
    Edited by: user778302 on Jun 9, 2010 8:21 PM

    Windows 7 Enterprise
    I have read portions of the Installation manual, and yes, I am aware of the issues with DHCP but that's how we do things here, so I'm not going to change that setting. From reading through the installation instructions, I see that the 11gR1 installation program asked for much more information, i.e., many more decisions than the 11gR2 installation program. I do not know if this is because of some choice up front that then excludes other options. Thanks.
    Ken
    Kwn

  • SQL 2012 install fails with 'Object reference not set to an instance of an object" On windows 8.1 Hyper-V

    Hi All,  
    Could you please help me here? On my Laptop which is running on windows 8.1 Operation system, I enabled the Hyper-V client feature and setup the Windows Fail-over Clustering using Windows 2012 Standard Edition. So, there are three machines which are running
    on the Hyper-V. Below are the machine details;
    1st machine - Working as Domain controller and its name is "ACONDomainGroup" and allocated to
    1GB RAM to use.
    2nd machine - Working as Node1 and its name is "AconNODE1W2K12STD"
    and allocated to 2.5GB RAM to use.
    3rd machine - Working as Node1 and its name is "AconNODE1W2K12STD"
    and allocated to 1.5GB RAM to use.
    and the windows virtual cluster name is "AconWinCLTR". While I am doing the SQL Cluster Installation, I am getting below mentioned error. all systems have 4.5 .net installed. May you please guide me where and what i am missing to complete sql clustering.....
      Update Source:                 MU
    User Input Settings:
      ACTION:                        InstallFailoverCluster
      AGTDOMAINGROUP:                <empty>
      AGTSVCACCOUNT:                 <empty>
      AGTSVCPASSWORD:                <empty>
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      ENU:                           true
      ERRORREPORTING:                false
      FAILOVERCLUSTERDISKS:          <empty>
      FAILOVERCLUSTERGROUP:          
      FAILOVERCLUSTERIPADDRESSES:    <empty>
      FAILOVERCLUSTERNETWORKNAME:    <empty>
      FEATURES:                      
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL
    Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft
    SQL Server\
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      ISSVCACCOUNT:                  NT AUTHORITY\Network
    Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 <empty>
      SQLSVCPASSWORD:                <empty>
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup
    Bootstrap\Log\20140420_052344\ConfigurationFile.ini
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup
    Bootstrap\Log\20140420_052344\SystemConfigurationCheck_Report.htm
    Exception summary:
    The following is an exception stack listing the exceptions in outermost to innermost order
    Inner exceptions are being indented
    Exception type: System.NullReferenceException
        Message: 
            Object reference not set to an instance of an object.
        HResult : 0x80004003
        Data: 
          HelpLink.EvtType = 0x9AF1AE5E@0x44A889F9
          DisableWatson = true
        Stack: 
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.ShouldRuleRun(Rule
    rule)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.IsRuleSkipped(Rule
    rule)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRule(String
    ruleId, List`1 ruleProperties, XmlSchema ruleSchema, XmlElementParserFactory elementParser)
            at Microsoft.SqlServer.Configuration.RulesEngineExtension.RulesEngine.LoadRules(IEnumerable`1
    ruleIds)
            at Microsoft.SqlServer.Configuration.InstallWizard.RunRuleProgressController.Initialize()

    Dharmendra, the log details are incomplete are not sufficient enough for I guess anyone to help. Besides, from the details above, I can see that the Failover Cluster Disks are not selected:-
    FAILOVERCLUSTERDISKS:          <empty>
      FAILOVERCLUSTERGROUP:          
      FAILOVERCLUSTERIPADDRESSES:    <empty>
      FAILOVERCLUSTERNETWORKNAME:    <empty>
    Please mark the answer as helpful if i have answered your query. Thanks and Regards, Kartar Rana

  • ITunes 10.4 update fails with error "A program required for this install to complete could not be run."

    Completely removing iTunes, QT, etc. made no difference. Win7 32 bit SP1, Home Premium. My user account is Administrator; running the installer "as Administrator" (r-click..) also fails. The error text is less than helpful... anyone else seen this one?

    First try removing and reinstalling all the Apple software using the following or the link within it that applies to XP.
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Then try the other items in:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • Adworker fails with "Error calling FNDLOAD function" for patch 7303033

    hi,
    we have some problems applying patch 7303033 (12.1.2) for EBS:
    1. installed ebs R12 12.1.1 with 11.0.7 database;
    2. applied patch R12.AD.B.DELTA.2 Patch 8502056
    3. trying to apply patch 7303033
    after ~6 hours of runnig one of worker failed.
    worker log:
    Loading data using FNDLOAD function.
    FNDLOAD APPS/***** 0 Y UPLOAD @ONT:patch/115/import/ontpmdef.lct @ONT:patch/115/import/US/ontsys.ldt -
    Connecting to APPS......Connected successfully.
    Calling FNDLOAD function.
    Returned from FNDLOAD function.
    Log file: /global/spare/apps/dev_apps/apps/apps_st/appl/admin/DEV/log/US_ontsys_ldt.log
    Error calling FNDLOAD function.
    4. i have stopped the adpatch instalation adn ran adadmin->compile apps schema
    5. after compiling apps schema i re-run adpatch trying to continue the patch apply
    the following error occured:
    AutoPatch error:
    The following ORACLE error:
    ORA-00942: table or view does not exist
    occurred while executing the SQL statement:
    UPDATE FND_INSTALL_PROCESSES
    SET control_code = 'W'
    WHERE worker_id > 0
    AutoPatch error:
    Error running SQL and EXEC commands in parallel
    The "Error running SQL and EXEC commands in parallel" is because i have selected to many parallel workers (32) ,
    but what about the FND_INSTALL_PROCESSES? can it be recreated..using adctrl?
    Can i continue from this step or should i apply patch from the beginning?

    hi,
    the log says:
    Uploading from the data file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/ontpmdef.lct(120.3.12010000.1), /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt) to staging tables
    Dumping LCT file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/ontpmdef.lct(120.3.12010000.1) into FND_SEED_STAGE_CONFIG
    Dumping LDT file /global/spare/apps/dev_apps/apps/apps_st/appl/ont/12.0.0/patch/115/import/US/ontsys.ldt into FND_SEED_STAGE_ENTITY
    Dumped the batch (OE_SYS_PARAMETER_DEF_B CUSTOMER_RELATIONSHIPS_FLAG , OE_SYS_PARAMETER_DEF_B OE_CC_CANCEL_PARAM ) into FND_SEED_STAGE_ENTITY
    Uploading from staging tables
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = CUSTOMER_RELATIONSHIPS_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = AUDIT_TRAIL_ENABLE_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = MASTER_ORGANIZATION_ID, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = COMPUTE_MARGIN, ORA-06508: PL/SQL: could not find program unit being called
    Error loading seed data for OE_SYS_PARAMETER_DEF_B: PARAMETER_CODE = FREIGHT_RATING_ENABLED_FLAG, ORA-06508: PL/SQL: could not find program unit being called
    Thank you

  • Starting essbase failing with Fatal Error: Incorrect number of users found

    In an OVM setup env on B16,
    $ /u01/APPLTOP/instance/BIInstance/bin/opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=adc2111145.us.oracle.com:10204
    0 of 1 processes started.
    ias-instance id=BIInstance
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    essbaseserver2/Essbase/AGENT/
    Error
    --> Process (index=1,uid=2129164304,pid=11188)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/APPLTOP/instance/BIInstance/diagnostics/logs/Essbase/essbaseserver2/console~AGENT~1.log
    And in log:
    Fatal Error: Incorrect number of users found [2]

    In an OVM setup env on B16,
    $ /u01/APPLTOP/instance/BIInstance/bin/opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    ================================================================================
    opmn id=adc2111145.us.oracle.com:10204
    0 of 1 processes started.
    ias-instance id=BIInstance
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    essbaseserver2/Essbase/AGENT/
    Error
    --> Process (index=1,uid=2129164304,pid=11188)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/APPLTOP/instance/BIInstance/diagnostics/logs/Essbase/essbaseserver2/console~AGENT~1.log
    And in log:
    Fatal Error: Incorrect number of users found [2]

  • VM Manager fails with "hardnofiles should be set to 8192 but was 0"  error

    Hello,
    Running the installer and get
    hardnofiles should be set to 8192 but was 0
    I ran create oracle sh
    ./createOracle.sh
    Adding group 'oinstall' with gid '54322' ...
    groupadd: group oinstall exists
    Adding group 'dba'
    groupadd: group dba exists
    Adding user 'oracle' with user id '54321', initial login group 'dba', supplementary group 'oinstall' and home directory '/home/oracle' ...
    User 'oracle' already exists ...
    uid=501(oracle) gid=501(dba) groups=501(dba)
    Creating user 'oracle' succeeded ...
    Verifying user 'oracle' OS prerequisites for Oracle VM Manager ...
    oracle soft nofile 8192
    oracle hard nofile 8192
    oracle soft nproc 4096
    oracle hard nproc 4096
    oracle soft core unlimited
    oracle hard core unlimited
    Setting user 'oracle' OS limits for Oracle VM Manager ...
    Altered file /etc/security/limits.conf
    Original file backed up at /etc/security/limits.conf.orabackup
    Verifying & setting of user limits succeeded ...
    Modifying iptables
    Adding rules to enable access to :
    7001 : Oracle VM Manager http
    7002 : Oracle VM Manager https
    15901 : Oracle VM Manager VM console proxy
    54321 : Oracle VM Manager core
    Saving old iptables config file to /etc/sysconfig/iptables.ovmm
    Here is
    cat /etc/security/limits.conf
    # /etc/security/limits.conf
    * soft nofile 8192
    * hard nofile 8192
    * soft nproc 4096
    * hard nproc 4096
    * soft core unlimited
    * hard core unlimited
    oracle soft nofile 8192
    oracle hard nofile 8192
    oracle soft nproc 4096
    oracle hard nproc 4096
    oracle soft core unlimited
    oracle hard core unlimited
    I even rebooted, but have not been able to get around this. Any suggestions would be helpful...
    Thanks!

    It seems to look at 8192 and see 0?
    [root@s08 oracle]# more /tmp/ovmm-installer.selfextract_wN8838/install-2011-08-31-155452.log
    Traceback (most recent call last):
    File "setup.py", line 31, in ?
    installer.install(cfgFile, installersDir, uuid, installType, assumeYes)
    File "/tmp/ovmm-installer.selfextract_wN8838/ovm/installer/installer.py", line 180, in install
    self._verify_prerequisites()
    File "/tmp/ovmm-installer.selfextract_wN8838/ovm/installer/installer.py", line 302, in verifyprerequisites
    self.prerequisites.verifyGeneral()
    File "/tmp/ovmm-installer.selfextract_wN8838/ovm/installer/prerequisites.py", line 64, in verifyGeneral
    raise Exception("Prerequisite check failed ...")
    Exception: Prerequisite check failed ...
    ler INFO
    08-31 15:54 ovm.installer.prerequisites INFO
    08-31 15:54 ovm.installer.prerequisites INFO Verifying installation prerequisites ...
    08-31 15:54 ovm.installer.prerequisites DEBUG * Checking if run by root user
    08-31 15:54 ovm.installer.prerequisites DEBUG * Checking if OS is at least Oracle Linux version 5.5
    08-31 15:54 system.process DEBUG system.process.start
    08-31 15:54 system.process DEBUG system.process.run ended, exitcode was 0
    08-31 15:54 system.process DEBUG system.process.run stdout:
    unzip-5.52-3.el5
    08-31 15:54 system.process DEBUG system.process.run stderr:
    08-31 15:54 ovm.installer.prerequisites DEBUG * Checking if hostname is pingable
    08-31 15:54 system.net DEBUG pingMachine s08.first4db.local, timeout=5, recheck=False
    08-31 15:54 system.process DEBUG system.process.start
    08-31 15:54 system.process DEBUG system.process.run ended, exitcode was 0
    08-31 15:54 system.process DEBUG system.process.run stdout:
    PING s08.first4db.local (127.0.0.1) 56(84) bytes of data.
    64 bytes from s08.first4db.local (127.0.0.1): icmp_seq=1 ttl=64 time=0.020 ms
    --- s08.first4db.local ping statistics ---
    1 packets transmitted, 1 received, 0% packet loss, time 0ms
    rtt min/avg/max/mdev = 0.020/0.020/0.020/0.000 ms
    08-31 15:54 system.process DEBUG system.process.run stderr:
    08-31 15:54 system.net DEBUG Machine with ip:[s08.first4db.local] is pingable
    08-31 15:54 ovm.installer.prerequisites DEBUG * Checking if system has enough memory
    08-31 15:54 system.fs DEBUG Opened file /proc/meminfo for reading
    08-31 15:54 system.fs DEBUG Reading file /proc/meminfo
    08-31 15:54 system.fs DEBUG File /proc/meminfo is closed after reading
    08-31 15:54 system.fs DEBUG Opened file /proc/cpuinfo for reading
    08-31 15:54 system.fs DEBUG Reading file /proc/cpuinfo
    08-31 15:54 system.fs DEBUG File /proc/cpuinfo is closed after reading
    08-31 15:54 ovm.installer.prerequisites DEBUG * Checking if the 'oracle' user and group exist
    08-31 15:54 ovm.installer.prerequisites DEBUG * Verifying hardnofiles for user 'oracle'
    08-31 15:54 system.process DEBUG system.process.start
    08-31 15:54 system.process DEBUG system.process.run ended, exitcode was 0
    08-31 15:54 system.process DEBUG system.process.run stdout:
    open files (-n) 8192
    08-31 15:54 system.process DEBUG system.process.run stderr:
    08-31 15:54 ovm.installer.prerequisites INFO hardnofiles should be set to 8192 but was 0
    08-31 15:54 ovm.installer.prerequisites DEBUG * Verifying /u01
    08-31 15:54 ovm.installer.prerequisites INFO Configuration verification failed ...

  • Mat4Shift - ConvertTo-NcVhdx failing with Object reference not set to an instance of an object

    Hi, We're just trying to use Mat4Shift 1.7 to convert some VMware VMs into Hyper-V format and it's randomly failing at the conversion stage when running the ConvertTo-NcVhdx command. It seems to be hit and miss with VMDK files of around 40GB - it usually fails the first time around with the error above, so you clean the environment up and rerun and it will work. However, we've got a few VMs with large VMDK files - one in particular was originally a 1.2TB RDM which we connected to the VM in virtual mode and cloned. This one seems to fail pretty regularly and we cannot get it to convert. The progress bar for ConvertTo-NcVhdx (just checking but is that exactly the same command as ConvertTo-NaVhdx) somtimes doesn't get past 0%, othertimes it bombs out at 3% and the furthest it got was 20% after which it bombed out after ten minutes with the same error as above. Any ideas please or is there a limit of what the maximum size VMDK this can handle is? I've stripped off the Out-Null statement at the end but there's no other output - I've also tried manually adding the -SkipUnmap command in case it wasn't being handled properly via the Splat variable but no difference there. I've attached a redacted screenshot which also shows that the first disk (41GB) converts without issue but then the next throws a SIS clone error - is there any way to get more verbose output from this at all please? Thanks in advance!

    Have you tried converting the RDM LUN directly into a VHDX without the middle step? See example 4. PS C:\Users\administrator.SMIS-RTP1> get-help -examples ConvertTo-NcVhdxNAME
    ConvertTo-NaVhdxSYNOPSIS
    Convert a VMDK file, a fixed VHD file, or a Data ONTAP LUN into a VHDX file.-------------- Example 1 --------------C:\PS>ConvertTo-NaVhdx -SourceVhd F:\VHD\win2k8r2.vhd -DestinationVhdx F:\VHDX\win2k8r2.vhdx
    Convert a VHD file to a VHDX file. Mode LastWriteTime Length Name
    -a--- 8/16/2012 3:05 PM 26847739904 win2k8r2.vhdx
    -------------- Example 2 --------------C:\PS>ConvertTo-NaVhdx -SourceVMDK X:\VMDK\Monolithic\win2k8r2.vmdk -DestinationVhdx X:\VHDX\win2k8r2.vhdx
    Convert a VMDK file in a CIFS share into a VHDX file. Mode LastWriteTime Length Name
    -a--- 8/16/2012 3:00 PM 26847739904 win2k8r2.vhdx
    -------------- Example 3 --------------C:\PS>ConvertTo-NaVhdx -SourceVMDK /vol/vol2/cifs/VMDK/Monolithic/win2k8r2.vmdk -DestinationVhdx
    /vol/vol2/cifs/VHDX/win2k8r2.vhdx
    Performs the same operation as Example 2, except it uses the direct path on the controller to the file. This is
    useful if there is no CIFS share providing access to the VMDK file. Name Type Size Created Modified Owner Group Perm Empty
    /vol/vol2/cifs/VHDX/win2k8r2.vhdx file 25 GB 8/16/2012 8/16/2012 0 0 1077
    -------------- Example 4 --------------C:\PS>ConvertTo-NaVhdx -SourceLun /vol/vol2/luns/lun0 -DestinationVhdx F:\VHDX\fromLUN.vhdx
    Convert the Data ONTAP LUN into a VHDX. Mode LastWriteTime Length Name
    -a--- 8/16/2012 3:38 PM 10775166976 fromLUN.vhdx

Maybe you are looking for

  • How to create a BAPI based on R/3 report?

    Hi, I have a requirement to create a BAPI based on an R/3 report. the selection screen elements shold be the parameters that we pass to the BAPI and output of the report will be the output for the BAPI. I have issue creating the bapi structure for se

  • Creation of BW Query

    Hi, There is a thinking to allow some business users to create their own queries in QA system but to restrict them to save their queries in their favourites folder alone! Global client settings shouldn't be opened. Is there any way to achieve this? P

  • What is a table containing sales order and the contract it refers to

    Hi, I have a following problem (ECC6.0): A sales order is created in VA03 and referenced to a contract. I need to locate the table or tables (or FM) which contains the information of the sales order number and the contract number. Problem with VA03 i

  • How do I authorize My Computer? I tried everything.

    I have tired everything the FAQ told me to try, but none of it worked with the songs I want to authorize... expect for the SC Info folder thing as my computer doesn't have one. What can I do?

  • Backup PROD Instance

    Hi We have a new R12(12.0.4) PROD instance db - 45 gigs apps - 27 gigs inst - 0.4 gigs May I know the best way to get started taking backup of DB & apps. We have not yet RMAN configured over here. Some useful links will help Thanks JIL