Linux silent install stops at Starting to execute configuration assistants

I am using putty to perform silent install of oracle db 10g on my remote server (redhat) through the command line:
./runInstaller -silent -responseFile /tmp/enterprise.rsp
it works fine till reaching > starting to execute configuration assistants, where i receive no further response or even any errors, it just hangs up saying this, here is a summary :
Installation in progress (Wed Oct 29 18:06:32 CST 2008)
............................................................... 11% Done.
............................................................... 23% Done.
............................................................... 35% Done.
............................................................... 47% Done.
........................................... 55% Done.
Install successful
Linking in progress (Wed Oct 29 18:08:54 CST 2008)
. 55% Done.
Link successful
Setup in progress (Wed Oct 29 18:10:07 CST 2008)
.................... 100% Done.
Setup successful
End of install phases.(Wed Oct 29 18:10:13 CST 2008)
Starting to execute configuration assistants
What should I do to overcome this and complete the installation successfully?

Hub wrote:
Hi
you are welcome, unfortunately you didn't mark this thread as a question so no stars for me .
Nervermind, herewith the feedback on your questions :
<em>Should I make a dbca.rsp ? how would I pass it to my install command line?</em>
In silent mode, DBCA uses values that you specify in the response file or as command-line options to create a database. DBCA does not display any screens or information while it creates the database. It logs all messages (including information, errors, and warnings) in a log file.
From the command line, enter the following command to see all of the DBCA options that are available when you use the silent mode:
$ @ora_root:[bin]dbca.com -help
Read more in that document : http://download.oracle.com/docs/html/B13681_01/a_nonint.htm#CIHDHHBE
<em>I tried: ps -efd | grep -i run , alot of process appeared, how would I know if the installer is among them?</em>
try to grep with a much longer name i.e :
ps -efd | grep -i runinstaller
<em>What is fuser * in the log directory ? is this a file I should create or what?</em>
No fuser is a unix/linux command that enable you to identify processes using a file or file structure. The fuser utility displays the process IDs of the processes that are using the files specified as arguments.
So if the runinstaller still active you will see i.e.
fuser silentInstall2008-08-08_10-50-48AM.log
silentInstall2008-08-08_10-50-48AM.log: 14506o
14506 is your process ID
Hope this helps you!
Thanks Hub,
It seems the installation still stuck at >>> Starting to execute configuration assistants
Here is what I am getting using fuser * in the /log dir:
installActions2008-10-30_10-27-52AM.log: 32275
oraInstall2008-10-30_10-27-52AM.err: 32275
oraInstall2008-10-30_10-27-52AM.out: 32275
But when run : ps -efd | grep -i runinstaller - it just gives me something like repeating my command:
root 3035 31653 0 10:36 pts/2 00:00:00 grep -i runinstaller >> does this mean that runInstaller isn't there anymore, though the fuser * is showing that the log files are still being used?
I'm not using dbca.rsp since I didn't choose Advanced configuration of database in my enterprise.rsp, and it is saying that using dbca.rsp is only incase I choose advanced configuration which is number =2 .
So what parameters should I pass to the runInstaller, am i still missing something that is keeping the installation stuck without giving any responses or errors ?
Edited by: user9940821 on Oct 30, 2008 8:48 AM

Similar Messages

  • Manually starting Intelligent Agent Configuration Assistant and HTTP Listener

    I have installed Oracle 9i on Solaris 8 and it stopped with an "Out of Memory" error during the Starter Database creation. I have fixed the memory problem and have now manually started the Database Configuration Assistant manually and managed to install a new database. Now I am trying to start the Intelligent Agent Configuration Assistant and the Apache HTTP Listener, but I cannot find out how to do this so that I can continue on with and complete the installation process from where I left off.
    Do anyone know how to do this? I would appreciate any help that anyone can give.
    Thanks
    Anthony

    Lets start with what product you are installing and why. An Oracle database installation, in and of itself, does not install an HTTP server.
    Of course one might also wonder why you are, just now, installing software so old it is in desupport.

  • How to start iSQL*Plus configuration Assistant on Command Line?

    I have almost successfully installed oralce 10gR2 in opensolaris 5.11, In the final stage, Among the three Configuration Assistants:
    the Net Configuration Assistant and Database Configuration Assistant have completed successfully, but OUI hang in the iSQL*Plus Configuration Assistant.
    No response after a very long time.
    Could anybody tell me how to manually start iSQL*Plus configuration Assistant on Command Line?
    Thanks a lot !
    Edited by: user11970554 on 2009-10-5 上午9:21

    Thanks.
    Anyhow, I found an easier way to do this:
    1)Just run installer again to start the OUI:
    #./runInstaller
    2)Choose "Custom" installation option
    3)check the box at "iSQL*Plus" for reinstall
    4)The OUI will first deinstall iSQL*Plus, and then reinstall it, and will automatically start "iSQL*Plus configuration Assistant".
    This procedure applies to any component of oracle which failed at first time installation.

  • Execute configuration assistants

    Hi, I would like to know how execute configuration assistants that launch the Oracle Application Server installation process. I'm referring to OC4J instances configuration assistant, etc...
    Thanks.

    Hi, I would like to know how execute configuration assistants that launch the Oracle Application Server installation process. I'm referring to OC4J instances configuration assistant, etc...
    Thanks.

  • Silent Install of Web Start 1.4.1_01

    Is there a silent install switch (/?) available for Web Start 1.4.1_01?

    Java silent install looks like :
    j2re-1_4_1-windows-i586-i.exe -sms -s -a -s -f1j2re_setup.iss
    (once you have generated a .iss file)
    so it is probable that it is the same thing for WebStart.

  • Failed to Install the "Oracle Web Services Manager Configuration Assistant"

    The installation of "Oracle Web Services Manager Configuration Assistant" was failed when I installed the "Oracle SOA Suite 10.1.3.1.0" ,and the failure information about the installation in the log show as follows, I need your help,thanks a lot!
    start-olite:
    Starting OLite in background ...
    Running:D:\product\10.1.3.1\OracleAS_1\integration\esb\sql\other\wfeventc.sql
    Exception in thread "main" oracle.tip.esb.install.exception.InstallationDBException: Failed to execute sql file"D:\product\10.1.3.1\OracleAS_1\integration\esb\sql\other\wfeventc.sql"
         at oracle.tip.esb.install.db.RunSQLScript.runScript(Unknown Source)
         at oracle.tip.esb.install.db.RunSQLScript.runScriptListInternal(Unknown Source)
         at oracle.tip.esb.install.db.RunSQLScript.runScriptList(Unknown Source)
         at oracle.tip.esb.install.db.NonOracleDB.runScripts(Unknown Source)
         at oracle.tip.esb.install.db.OLite.install(Unknown Source)
         at oracle.tip.esb.install.db.InstallerMain.main(Unknown Source)
    Caused by: java.sql.SQLException: [POL-3023] ????????
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinDriverConnect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.connect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
         at oracle.tip.esb.install.db.DriverManagerDataSource.getConnection(Unknown Source)
         ... 6 more
    Java Result: 1
    Importing Default System ...
    ${env.PCHOME}
    stop-olite:
    Stopping background OLite process ...
    CA::DEBUG:******:Finished OLite Install ...
    Finished Olite configuration ...
    BUILD SUCCESSFUL
    Total time: 12 seconds
    Exit: 0
    TASK: oracle.tip.esb.install.tasks.ConfigureOC4J
    Configuring OC4J ...
    id value is 2
    id value is IASPT
    process-type value is 1
    id value is 3
    id value is IASPT
    id value is 3
    id value is ASG
    process-type value is 1
    id value is 2
    id value is ASG
    id value is 1
    id value is default_group
    process-type value is 1
    id value is 3
    id value is home
    process-type value is 1
    process-type value is 2
    process-type value is 1
    final map size value is 2
    id value is -Xrs -server -XX:MaxPermSize=128M -ms512M -mx1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false
    Jun 22, 2010 2:39:09 PM oracle.tip.esb.install.tasks.ConfigureOC4J getOpmnRequestPort
    INFO: Port value is 6003
    D:\product\10.1.3.1\OracleAS_1\jdk\bin\java -Dant.home=D:\product\10.1.3.1\OracleAS_1\ant -classpath D:\product\10.1.3.1\OracleAS_1\ant\lib\ant.jar;D:\product\10.1.3.1\OracleAS_1\ant\lib\ant-launcher.jar;D:\product\10.1.3.1\OracleAS_1\integration\esb\lib\ant-contrib-1.0b1.jar org.apache.tools.ant.Main -Dinstall.type=SoaBasic -Desb.home=D:\product\10.1.3.1\OracleAS_1\integration\esb -Doc4j.home.dir=D:\product\10.1.3.1\OracleAS_1 -Djava.home=D:\product\10.1.3.1\OracleAS_1\jdk -Doracle.home=D:\product\10.1.3.1\OracleAS_1 -Dhost.name=dpxc67-01 -Ddb.vendor=olite -Dimport.export.db_url=jdbc:polite4@localhost:1531:oraesb -Desb.appserver=ias_10.1.3 -Doc4j.design_time_host=dpxc67-01 -Doc4j.design_time_port=8888 -Dprimary.container=home -Dinstall.mode=OracleInstallerias_10.1.3_SoaBasic -Dsso=true -Dinstall.component=install-developer -Dias.name=soademo.dpxc67-01 -Denv.OC4J_STANDALONE_HOME=D:\product\10.1.3.1\OracleAS_1 -Dias_admin.password=*password cannot be displayed* -Denv.JAVA_HOME=D:\product\10.1.3.1\OracleAS_1\jdk -Denv.SERVER_ADMIN_PASSWORD=*password cannot be displayed* -Dopmn.requestport=6003 -Ddb.vendor=olite -Ddb.connect.string=jdbc:polite4@localhost:1531:oraesb -Ddb.username=system -Dias.virtual_host=dpxc67-01 -Denv.DB_USER=system -Denv.DB_URL=jdbc:polite4@localhost:1531:oraesb -Desb.oc4j.container=home -Denv.DB_PASSWORD=*password cannot be displayed* -Ddb.password=*password cannot be displayed* -e -buildfile esbinstall.xml deploy-applications
    Buildfile: esbinstall.xml
    Trying to override old definition of datatype echoproperties
    common_update_server.xml:
    Adding shared library apache.junit ...
    Adding shared library oracle.db.lite ...
    Adding shared library apache.commons 10.1.3 ...
    Adding shared library apache.jdom ...
    Adding shared library apache.slide ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://dpxc67-01:6003/home -script D:\product\10.1.3.1\OracleAS_1\integration\esb\install\ant-tasks/esb_admin_client_script_sl.txt
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    update_server.xml:
    Adding shared library oracle.esb ...
    deployer.url: deployer:oc4j:opmn://dpxc67-01:6003/home
    publishSharedLibrary command was successful
    deploy-applications:
    Deploying ESB design time ...
    Binding ESB design time ...
    Deploying ESB run time ...
    Binding ESB runtime ...
    Deploying orainfra.ear ...
    Binding orainfra ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://dpxc67-01:6003/home -script D:\product\10.1.3.1\OracleAS_1\integration\esb\install\ant-tasks/esb_deployapps.txt
    10/06/22 14:39:20 Notification ==>Application Deployer for esb-dt STARTS.
    10/06/22 14:39:20 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear
    10/06/22 14:39:20 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear begins...
    10/06/22 14:39:20 Notification ==>Unpacking esb-dt.ear
    10/06/22 14:39:21 Notification ==>Done unpacking esb-dt.ear
    10/06/22 14:39:21 Notification ==>Unpacking esb_console.war
    10/06/22 14:39:22 Notification ==>Done unpacking esb_console.war
    10/06/22 14:39:22 Notification ==>Unpacking esb-jca-dt.rar
    10/06/22 14:39:22 Notification ==>Done unpacking esb-jca-dt.rar
    10/06/22 14:39:22 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear ends...
    10/06/22 14:39:22 Notification ==>Starting application : esb-dt
    10/06/22 14:39:22 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:22 Notification ==>Initializing EJB container
    10/06/22 14:39:22 Notification ==>Loading connector(s)
    10/06/22 14:39:22 Notification ==>Starting up resource adapters
    10/06/22 14:39:23 Notification ==>Warning. Unable to set up connection factory to location esb-dt for a resource adapter in {1}
    10/06/22 14:39:23 Notification ==>Initializing EJB sessions
    10/06/22 14:39:23 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initialize esb_console begins...
    10/06/22 14:39:23 Notification ==>Initialize esb_console ends...
    10/06/22 14:39:23 Notification ==>Started application : esb-dt
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-dt COMPLETES. Operation time: 2875 msecs
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-rt STARTS.
    10/06/22 14:39:23 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear
    10/06/22 14:39:23 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear begins...
    10/06/22 14:39:23 Notification ==>Unpacking esb-rt.ear
    10/06/22 14:39:23 Notification ==>Done unpacking esb-rt.ear
    10/06/22 14:39:23 Notification ==>Unpacking provider-war.war
    10/06/22 14:39:23 Notification ==>Done unpacking provider-war.war
    10/06/22 14:39:23 Notification ==>Unpacking esb-jca-rt.rar
    10/06/22 14:39:23 Notification ==>Done unpacking esb-jca-rt.rar
    10/06/22 14:39:23 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear ends...
    10/06/22 14:39:23 Notification ==>Starting application : esb-rt
    10/06/22 14:39:23 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initializing EJB container
    10/06/22 14:39:23 Notification ==>Loading connector(s)
    10/06/22 14:39:23 Notification ==>Starting up resource adapters
    10/06/22 14:39:23 Notification ==>Warning. Unable to set up connection factory to location esb-rt for a resource adapter in {1}
    10/06/22 14:39:23 Notification ==>Initializing EJB sessions
    10/06/22 14:39:23 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initialize provider-war begins...
    10/06/22 14:39:23 Notification ==>Initialize provider-war ends...
    10/06/22 14:39:23 Notification ==>Started application : esb-rt
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-rt COMPLETES. Operation time: 203 msecs
    10/06/22 14:39:24 Notification ==>Application Deployer for orainfra STARTS.
    10/06/22 14:39:24 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear
    10/06/22 14:39:24 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear begins...
    10/06/22 14:39:24 Notification ==>Unpacking orainfra.ear
    10/06/22 14:39:24 Notification ==>Done unpacking orainfra.ear
    10/06/22 14:39:24 Notification ==>Unpacking orainfra.war
    10/06/22 14:39:24 Notification ==>Done unpacking orainfra.war
    10/06/22 14:39:24 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear ends...
    10/06/22 14:39:24 Notification ==>Starting application : orainfra
    10/06/22 14:39:24 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:24 Notification ==>Initializing EJB container
    10/06/22 14:39:24 Notification ==>Loading connector(s)
    10/06/22 14:39:24 Notification ==>Starting up resource adapters
    10/06/22 14:39:24 Notification ==>Initializing EJB sessions
    10/06/22 14:39:24 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:24 Notification ==>Initialize orainfra begins...
    10/06/22 14:39:24 Notification ==>Initialize orainfra ends...
    10/06/22 14:39:24 Notification ==>Started application : orainfra
    10/06/22 14:39:24 Notification ==>Application Deployer for orainfra COMPLETES. Operation time: 219 msecs
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    ${env.PCHOME}
    install-developer:
    design time host dpxc67-01
    design time port 8888
    primary container home
    the host is dpxc67-01and the port is 8888
    Exception in thread "main" oracle.tip.esb.install.exception.InstallationDBException: Connection Refused ""
         at oracle.tip.esb.install.db.NonOracleDB.runConnectionTest(Unknown Source)
         at oracle.tip.esb.install.db.NonOracleDB.load(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.setupDB(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.handleDesignTimeSpecificActions(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.main(Unknown Source)
    Caused by: java.sql.SQLException: [POL-3023] ????????
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinDriverConnect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.connect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
         at oracle.tip.esb.install.db.DriverManagerDataSource.getConnection(Unknown Source)
         ... 5 more
    Java Result: 1
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\lib\ext
    set_app_sso_option:
    Using sso=true. Redeploying esb-dt with sso
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt\META-INF
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\application-deployments\esb-dt

    It could be due to system language setting -
    install SOA Suite failed
    Regards,
    Anuj

  • 11GR2.0.1 Install failed: [INS-20802] Oracle Net Configuration Assistant fa

    I am trying to install Oracle 11gR2 on Windows 7. My latest attempt after removing some files is:
    [INS-20802] Oracle Net Configuration Assistant failed.
    I chose the "Personal Database" option. The only other info from the error is
    "Cause - The plug-in failed in its perform method Action - Refer to the logs or contact Oracle Support Services. "
    I looked at the trace file and saw this one error:
    Ignoring exception in isHASConfigured: PRCT-1400 : getcrshome execution failed. Detailed error:
    localnode
    [main] [ 2011-09-01 16:20:20.720 PDT ] [HAUtils.isHASConfigured:365] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:425)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:592)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:652)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:360)
    oracle.net.ca.InitialSetup.checkHAConfiguration(NetCA.java:4668)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4085)
    oracle.net.ca.NetCA.main(NetCA.java:409)
    [main] [ 2011-09-01 16:20:20.720 PDT ] [InitialSetup.checkHAConfiguration:4706] HA Server is NOT configured.
    [main] [ 2011-09-01 16:20:20.727 PDT ] [NetCAResponseFile.<init>:68] Response file initialized: C:\app\klitwak\product\11.2.0\dbhome_1\network\install\netca_typ.rsp
    [main] [ 2011-09-01 16:20:20.731 PDT ] [NetCAResponseFile.getInstalledComponents:107] Installed components from response file: server, net8, javavm
    [main] [ 2011-09-01 16:20:20.732 PDT ] [NetCAResponseFile.getVirtualHost:164] Virtual Host from response file: null
    [main] [ 2011-09-01 16:20:20.732 PDT ] [SilentConfigure.performSilentConfigure:174] Typical profile configuration.
    [main] [ 2011-09-01 16:20:20.764 PDT ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2011-09-01 16:20:20.764 PDT ] [ConfigureProfile.setProfileParam:136] Setting SQLNET.AUTHENTICATION_SERVICES: (NTS)
    [main] [ 2011-09-01 16:20:20.765 PDT ] [ConfigureProfile.setDefaultProfileParams:109] Not setting ADR_BASE: sqlnet.ora already exist!
    [main] [ 2011-09-01 16:20:20.786 PDT ] [SilentConfigure.performSilentConfigure:182] Typical listener configuration.
    [main] [ 2011-09-01 16:20:20.789 PDT ] [ConfigureListener.isHASConfigured:1435] Calling SRVM api to check if Oracle Restart is configured ...
    [main] [ 2011-09-01 16:20:20.790 PDT ] [HAUtils.getHASHome:631] Oracle home from system properties: C:\app\klitwak\product\11.2.0\dbhome_1
    [main] [ 2011-09-01 16:20:20.790 PDT ] [HAUtils.getCRSHome:588] Getting configured CRS/HAS home for Oracle home ( C:\app\klitwak\product\11.2.0\dbhome_1 ) ...
    [main] [ 2011-09-01 16:20:20.790 PDT ] [GETCRSHOMEUtil.<init>:88] Toolname: getcrshome.exe --- Tool location: C:\app\klitwak\product\11.2.0\dbhome_1\binTool dependencies: [Ljava.lang.String;@21b64e6a
    [main] [ 2011-09-01 16:20:20.790 PDT ] [CmdToolUtil.doexecute:360] starting remote exec server on local node src=C:\app\klitwak\product\11.2.0\dbhome_1\bin dest=C:\Users\KLitwak\AppData\Local\Temp\
    [main] [ 2011-09-01 16:20:20.791 PDT ] [Utils.getLocalHost:356] Hostname retrieved: klitwak, returned: klitwak
    [main] [ 2011-09-01 16:20:20.791 PDT ] [WindowsSystem.startRemoteExecServer:1728] WS: Checking if service is started
    [main] [ 2011-09-01 16:20:20.792 PDT ] [Utils.getLocalHost:356] Hostname retrieved: klitwak, returned: klitwak
    [main] [ 2011-09-01 16:20:20.792 PDT ] [WindowsSystem.dorunRemoteExecCmd:2061] WS: Calling windowsNative with cmd: C:\app\klitwak\product\11.2.0\dbhome_1\bin\getcrshome.exe
    [main] [ 2011-09-01 16:20:21.798 PDT ] [WindowsSystem.dorunRemoteExecCmd:2064] WS: WinNative returned: true
    [main] [ 2011-09-01 16:20:21.799 PDT ] [WindowsSystem.dorunRemoteExecCmd:2078] WS: remote command executed, but didn't return zero.
    [main] [ 2011-09-01 16:20:21.800 PDT ] [GETCRSHOMEUtil.getCRS_HOME:147] cmdTool.execute() failed.
    [main] [ 2011-09-01 16:20:21.801 PDT ] [HAUtils.isHASConfigured:364] Ignoring exception in isHASConfigured: PRCT-1400 : getcrshome execution failed. Detailed error:
    localnode
    [main] [ 2011-09-01 16:20:21.802 PDT ] [HAUtils.isHASConfigured:365] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:425)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:592)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:652)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:360)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1438)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1460)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1707)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:172)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4169)
    oracle.net.ca.NetCA.main(NetCA.java:409)
    [main] [ 2011-09-01 16:20:21.802 PDT ] [ConfigureListener.isHASConfigured:1446] Is Oracle Restart configured: false
    [main] [ 2011-09-01 16:20:21.803 PDT ] [ConfigureListener.isHASRunning:1475] Is Oracle Restart running: false
    [main] [ 2011-09-01 16:20:21.804 PDT ] [ConfigureListener.typicalConfigure:204] Checking for free port in range: 1521-1540
    [main] [ 2011-09-01 16:20:21.804 PDT ] [ConfigureListener.isPortFree:1013] Checking if port 1521 is free on local machine...
    [main] [ 2011-09-01 16:20:21.831 PDT ] [ConfigureListener.isPortFree:1028] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2011-09-01 16:20:21.834 PDT ] [ConfigureListener.isPortFree:1030] Local host IP address: klitwak/169.254.45.65
    [main] [ 2011-09-01 16:20:21.834 PDT ] [ConfigureListener.isPortFree:1032] Local host name: klitwak
    [main] [ 2011-09-01 16:20:21.836 PDT ] [ConfigureListener.isPortFree:1054] wildcard InetAddress i.e InetAddress.getByName(::) : /0:0:0:0:0:0:0:0
    [main] [ 2011-09-01 16:20:21.837 PDT ] [ConfigureListener.isPortFree:1057] Creating ServerSocket on Port:1521, wildcald InetAddress: /0:0:0:0:0:0:0:0
    [main] [ 2011-09-01 16:20:21.849 PDT ] [ConfigureListener.isPortFree:1060] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.850 PDT ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521, IP Address: klitwak/10.10.128.155
    [main] [ 2011-09-01 16:20:21.853 PDT ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.854 PDT ] [ConfigureListener.isPortFree:1080] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2011-09-01 16:20:21.856 PDT ] [ConfigureListener.isPortFree:1084] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.858 PDT ] [ConfigureListener.isPortFree:1090] Creating ServerSocket on Port:1521
    [main] [ 2011-09-01 16:20:21.863 PDT ] [ConfigureListener.isPortFree:1093] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.867 PDT ] [ConfigureListener.isPortFree:1113] Returning is Port 1521 free: true
    [main] [ 2011-09-01 16:20:21.867 PDT ] [ConfigureListener.typicalConfigure:211] Using port: 1521
    [main] [ 2011-09-01 16:20:21.873 PDT ] [ConfigureListener.setListenerParam:1789] Setting ADR_BASE_LISTENER: C:\app\klitwak
    [main] [ 2011-09-01 16:20:21.884 PDT ] [ConfigureListener.isPortFree:1013] Checking if port 1521 is free on local machine...
    [main] [ 2011-09-01 16:20:21.885 PDT ] [ConfigureListener.isPortFree:1028] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2011-09-01 16:20:21.885 PDT ] [ConfigureListener.isPortFree:1030] Local host IP address: klitwak/169.254.45.65
    [main] [ 2011-09-01 16:20:21.929 PDT ] [ConfigureListener.isPortFree:1032] Local host name: klitwak
    [main] [ 2011-09-01 16:20:21.930 PDT ] [ConfigureListener.isPortFree:1054] wildcard InetAddress i.e InetAddress.getByName(::) : /0:0:0:0:0:0:0:0
    [main] [ 2011-09-01 16:20:21.930 PDT ] [ConfigureListener.isPortFree:1057] Creating ServerSocket on Port:1521, wildcald InetAddress: /0:0:0:0:0:0:0:0
    [main] [ 2011-09-01 16:20:21.931 PDT ] [ConfigureListener.isPortFree:1060] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.932 PDT ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521, IP Address: klitwak/10.10.128.155
    [main] [ 2011-09-01 16:20:21.933 PDT ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.933 PDT ] [ConfigureListener.isPortFree:1080] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2011-09-01 16:20:21.934 PDT ] [ConfigureListener.isPortFree:1084] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.934 PDT ] [ConfigureListener.isPortFree:1090] Creating ServerSocket on Port:1521
    [main] [ 2011-09-01 16:20:21.935 PDT ] [ConfigureListener.isPortFree:1093] Created ServerSocket successfully.
    [main] [ 2011-09-01 16:20:21.935 PDT ] [ConfigureListener.isPortFree:1113] Returning is Port 1521 free: true
    I have looked in the log file and see nothing of interest. Any suggestions as to what I might do to fix this? Thanks.
    Ken

    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

  • Error during install when doing the Oracle Database Configuration Assistant

    OS: Windows 2003 Server
    Oracle Version: 10g
    Error: ORA-12638: Credential retrieval failed
    Why would we get this error on a new install? I'm finding Oracle extremly difficult to even get installed. We couldn't get it to install on a Windows XP Pro machine and now we can't get it to install on a 2003 Server machine. I have no problems with Microsoft SQL server installs. Any help would appreciated. As I understand even though we are an Oracle partner we still would have to pay for phone support. We would just get a discount. Any help would be greatly appreciated. We need to get Oracle running ASAP.

    I ran into this error at a customer's location where Active Directory was being used. This is how I fixed it:
    Open the sqlnet.ora file (located at <ORACLE_HOME>\network\admin) with notepad and comment out the following line:
    <tt><b>#SQLNET.AUTHENTICATION_SERVICES= (NTS)</b></tt>
    Here's a quick explanation of why this error occurs:
    <blockquote>ORA-12638: Credential retrieval failed
    Cause
    The database and client always cross authenticate each other if NTS authentication is negotiated.
    This is regardless of whether the user will ultimately be authenticated by the database using a user name and password or OS credentials. NTS authentication happens at the start of the handshake. For NTS authentication to succeed both the client OS user and the database server must be in the same domain or in two domains which trust each other.
    Solution
    Either create trust between the two domains or change the client or server SQLNET.AUTHENTICATION_SERVICES such that NTS in not negotiated in the connection handshake. NTS is only negotiated if both client and server have SQLNET.AUTHENTICATION_SERVICES set to NTS.
    Credential retrieval failed
    HTH,
    Jim

  • Install error - database configuration assistant

    HI. During install a 10g oracle database, the universal installer prompt me that one of required component , DATABASE CONFIGURATION ASSISTANT, is not properly installed. The first warning has been submitted with popup that reported " ORA - 22288 , file or LOB operation filed ......
    My current OS is Windows 2000 Advanced Server SP4.
    Please , help me.
    Tanks!

    HI, tanks for your interest!
    I have tried to retry the "reccomended" component installation ( dabase configuration assistant) but the result have been the same!
    follow an extract of log file...
    Il listener è stato avviato alla porta:1521
    Avvio listener di Oracle Net:
    Controllo del listener in esecuzione:
    F:\oracle\product\10.2.0\db_1\bin\lsnrctl start LISTENER
    Controllo del listener completato.
    Avvio del listener non riuscito. Il listener può essere già in esecuzione.
    Configurazione del listener completata.
    Configurazione della denominazione locale predefinita completata.
    Configurazione di Oracle Net Services completata. Il codice di uscita è 0
    INFO: Configuration assistant "Oracle Net Configuration Assistant" succeeded
    INFO: Command = C:\WINNT\system32\cmd /c call F:\oracle\product\10.2.0\db_1/bin/dbca.bat -progress_only -createDatabase -templateName General_Purpose.dbc -gdbName orcl -sid orcl -sysPassword 05837d92bc1e15c52e043487527ddab44d -systemPassword 05837d92bc1e15c52e043487527ddab44d -sysmanPassword 05f5436fbcdeda00ccb795c17e87b43fae -dbsnmpPassword 05f5436fbcdeda00ccb795c17e87b43fae -emConfiguration LOCAL -datafileJarLocation F:\oracle\product\10.2.0\db_1\assistants\dbca\templates -datafileDestination F:\oracle\product\10.2.0\oradata -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords true -sampleSchema true -recoveryAreaDestination NO_VALUE
    Command = C:\WINNT\system32\cmd /c call F:\oracle\product\10.2.0\db_1/bin/dbca.bat has failed
    INFO: Configuration assistant "Oracle Database Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to F:\oracle\product\10.2.0\db_1
    Configuration directory is set to F:\oracle\product\10.2.0\db_1\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "F:\oracle\product\10.2.0\db_1\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: Starting to execute configuration assistants ......
    tanks

  • 11g R2 -silent install: "Template General_Purpose.dbc does not exist"

    I'm working in an environment where no X-Windows/GUI is permitted; therefore, I'm attempting to perform a -silent install of 11g R2 on RHEL 5.3 and am finding the screen output to my terminal window less than helpful. Fortunately, a thorough review of the install actions log provides what appears to be my problem.
    The screen output I receive is as follows (I've added some line breaks to make it more readable):
    (oracle@blade2-1 database)$ cd /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk1/database
    (oracle@blade2-1 database)$ ./runInstaller -silent -responseFile /home/oracle/ResponseFiles/11gR2/ORCL11GD_enterprise_11201.rsp
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 91127 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 8000 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-09-14_01-25-28PM. Please wait ...
    (oracle@blade2-1 database)$
    You can find the log of this install session at:
    /u01/app/oracle/oraInventory/logs/installActions2009-09-14_01-25-28PM.log
    That's it - no indication as to whether the installation was successful or failed or whether the NETCA/DBCA/etc. were successful or not.
    I found that a listener existed after the install:
    (oracle@blade2-1 database)$ ps -ef | grep tns
    oracle 22597 1 0 13:29 ? 00:00:00 /u01/app/oracle/product/11.2.0/db_1/bin/tnslsnr LISTENER -inherit
    My instance didn't appear to be up, though:
    (oracle@blade2-1 database)$ ps -ef | grep ORCL11GD
    oracle 22776 19142 0 13:39 pts/0 00:00:00 grep ORCL11GD
    So, I checked the /u01/app/oracle/oraInventory/logs/installActions2009-09-14_01-25-28PM.log to see what it revealed. It shows me the following for the DBCA:
    INFO: Started Plugin named: Oracle Database Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Starting 'Oracle Database Configuration Assistant'
    INFO: Executing DBCA
    INFO: Command /u01/app/oracle/product/11.2.0/db_1/bin/dbca -silent -createDatabase -templateName General_Purpose.dbc -sid ORCL11GD -gdbName orcl11gd.blade2-1.mycompany.com -emConfiguration LOCAL -storageType FS -datafileDestination /u02/oradata -datafileJarLocation /u01/app/oracle/product/11.2.0/db_1/assistants/dbca/templates -responseFile /home/oracle/ResponseFiles/11gR2/ORCL11GD_enterprise_11201.rsp -characterset WE8ISO8859P15 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.2.0/db_1/install/oratab -automaticMemoryManagement true -totalMemory 2048 -maskPasswords false -oui_internal
    INFO: ... GenericInternalPlugIn.handleProcess() entered.
    INFO: ... GenericInternalPlugIn: getting configAssistantParmas.
    INFO: ... GenericInternalPlugIn: checking secretArguments.
    INFO: ... GenericInternalPlugIn: starting read loop.
    INFO: Read: SYS_PASSWORD_PROMPT
    INFO: Processing: SYS_PASSWORD_PROMPT for argument tag -sysPassword
    INFO: Read: SYSTEM_PASSWORD_PROMPT
    INFO: Processing: SYSTEM_PASSWORD_PROMPT for argument tag -systemPassword
    INFO: Read: DBSNMP_PASSWORD_PROMPT
    INFO: Processing: DBSNMP_PASSWORD_PROMPT for argument tag -dbsnmpPassword
    INFO: Read: SYSMAN_PASSWORD_PROMPT
    INFO: Processing: SYSMAN_PASSWORD_PROMPT for argument tag -sysmanPassword
    INFO: End of argument passing to stdin
    INFO: Read: Template General_Purpose.dbc does not exist. Please specify an existing template for database creation.
    INFO: Completed Plugin named: Oracle Database Configuration Assistant
    INFO: Oracle Database Configuration Assistant failed.
    INFO: Oracle Database Configuration Assistant failed.
    I don't see a template named "General_Purpose.dbc" in the $ORACLE_HOME/dbca/templates directory:
    (oracle@blade2-1 database)$ cd /u01/app/oracle/product/11.2.0/db_1/assistants/dbca/templates
    (oracle@blade2-1 database)$ ls -lrt
    total 23216
    -rw-r--r-- 1 oracle oinstall 11492 Feb 25 2009 New_Database.dbt
    -rwxr-xr-x 1 oracle oinstall 1179648 Aug 14 03:01 example.dmp
    -rwxr-xr-x 1 oracle oinstall 22536192 Aug 14 03:01 example01.dfb
    Any suggestions would be welcomed!

    Hans: None at all, unfortunately.
    Srini: I obtained a copy of the note and read through it. It does look as though I should be able to run the DBCA in -silent mode to create a template, so no GUI needed. Thanks again!
    On a side note: Did anybody else notice the "General_Purpose.dbc" template missing from the $ORACLE_HOME/dbca/templates directory after an 11g R2 software install on RHEL 5.3? I'm beginning to suspect that not all components were installed as expected during the software installation. the oraInstall<Date/Time>.err file is full of errors such as the following:
    java.io.FileNotFoundException: /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk1/database/stage/Components/oracle.rdbms.install.seeddb/11.2.0.1.0/1/DataFiles/filegroup2.jar (No such file or directory)
    All of these errors are complaining about only the following 4 compoments:
    - oracle.ctx
    - oracle.sysman.console.db
    - oracle.owb.rsf
    - oracle.rdbms.install.seeddb
    Upon investigation, I found that there is no oracle.ctx, oracle.sysman.console.db, oracle.owb.rsf, or oracle.rdbms.install.seeddb under /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk1/database/stage/Compoments. Instead, the grouping is located under /opt/oracleStagingArea/Oracle11gR2/11.2.0.1.0/Disk2/database/stage/Components.
    It seems that I may have staged the media incorrectly in two separate directories. Should I have unzipped both files into the same directory instead of separating them out?

  • Silent Install of JWS

    Is there a way to silently install Java Web Start? We
    would like to embedded the JWS installer within our
    installer and pass it the install location.
    Thanks!
    Rick

    can you please be a bit more specific. I have used the command "javaws-1_0_1-ea-win-us-rt.exe -silent", "javaws-1_0_1-ea-win-us-rt.exe /silent", "javaws-1_0_1-ea-win-us-rt.exe -s" and "javaws-1_0_1-ea-win-us-rt.exe /s" and all in vain. All I get is a 404 error. We are using early access version webstart and I cannot get the silent install working whatever I do. Thanks

  • Rerun configuration assistants after a silent responsfile install

    Hi!
    We have a RHEL4 OS install without X Server. Due to this I've tried to install Oracle DB 10.1.0.3 with a responsfile and with the silent mode to get OUI to ignore the fact that I don't have X Server installed.
    The result of the install is that most of the configuration assistants has not run, and therefore needs to be rerun. The error message says that we should run the configToolCommands script to rerun the configuration assistants. However; when I try this I get a java error message like this:
    $ . comfit
    UnsatisfiedLinkError exception loading native library: njni10
    Exception in thread "main" java.lang.UnsatisfiedLinkError: JniGetOracleHome
    at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
    ... (more errors)
    at oracle.net.ca.NetCA.main(Unknown Source)
    The root shell script was run after the install was done.
    Is this due to missing environment settings, and in this case what environment settings do I need to set to run this script?
    Thank you!
    "Heyers"

    Hi Ivan!
    These are the last 15 lines from make.log (tail -15 make.log)
    /usr/bin/make -f ins_nau.mk ioklist iokinit iokdstry ORACLE_HOME=/app/oracle/product/10.1.0/db_1/ - Linking
    rm -f oklist
    gcc -o oklist -L/app/oracle/product/10.1.0/db_1/network/lib/ -L/app/oracle/product/10.1.0/db_1/lib/ -L/app/oracle/product/10.1.0/db_1/lib/stubs/ /app/oracle/product/10.1.0/db_1/network/lib/snauk5pt.o /app/oracle/product/10.1.0/db_1/network/lib/s0nauk5l.o -lclntsh `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /app/oracle/product/10.1.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/10.1.0/db_1/lib -lm `cat /app/oracle/product/10.1.0/db_1/lib/sysliblist` -ldl -lm -L/app/oracle/product/10.1.0/db_1/lib
    mv -f /app/oracle/product/10.1.0/db_1/bin/oklist /app/oracle/product/10.1.0/db_1/bin/oklist0
    mv oklist /app/oracle/product/10.1.0/db_1/bin/oklist
    - Linking
    rm -f okinit
    gcc -o okinit -L/app/oracle/product/10.1.0/db_1/network/lib/ -L/app/oracle/product/10.1.0/db_1/lib/ -L/app/oracle/product/10.1.0/db_1/lib/stubs/ /app/oracle/product/10.1.0/db_1/network/lib/snauk5pt.o /app/oracle/product/10.1.0/db_1/network/lib/s0nauk5i.o -lclntsh `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /app/oracle/product/10.1.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/10.1.0/db_1/lib -lm `cat /app/oracle/product/10.1.0/db_1/lib/sysliblist` -ldl -lm -L/app/oracle/product/10.1.0/db_1/lib
    mv -f /app/oracle/product/10.1.0/db_1/bin/okinit /app/oracle/product/10.1.0/db_1/bin/okinit0
    mv okinit /app/oracle/product/10.1.0/db_1/bin/okinit
    - Linking
    rm -f okdstry
    gcc -o okdstry -L/app/oracle/product/10.1.0/db_1/network/lib/ -L/app/oracle/product/10.1.0/db_1/lib/ -L/app/oracle/product/10.1.0/db_1/lib/stubs/ /app/oracle/product/10.1.0/db_1/network/lib/snauk5pt.o /app/oracle/product/10.1.0/db_1/network/lib/s0nauk5d.o -lclntsh `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /app/oracle/product/10.1.0/db_1/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lxml10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /app/oracle/product/10.1.0/db_1/lib/sysliblist` -Wl,-rpath,/app/oracle/product/10.1.0/db_1/lib -lm `cat /app/oracle/product/10.1.0/db_1/lib/sysliblist` -ldl -lm -L/app/oracle/product/10.1.0/db_1/lib
    mv -f /app/oracle/product/10.1.0/db_1/bin/okdstry /app/oracle/product/10.1.0/db_1/bin/okdstry0
    mv -f okdstry /app/oracle/product/10.1.0/db_1/bin/okdstry
    Thanks
    "Heyers"

  • Oracle Net Configuration Assistant Install Failure

    I'm installing 11G R2 on Fedora 12.
    The Installation got to 95% and displayed the following error
    [INS-20802] Oracle Net Configuration Assistant Failed
    Naturally it says to have a look at the InstallActions log which then says to check the trace log. The last 100 or so lines from the trace log is below, can anyone assist as to where I can start to troubleshoot this problem?
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Parsing command line arguments:
    INFO: Parameter "orahome" = /u01/app/oracle/product/11.2.0/dbhome_1
    INFO: Parameter "orahnam" = OraDb11g_home1
    INFO: Parameter "instype" = typical
    INFO: Parameter "inscomp" = client,oraclenet,javavm,server,ano
    INFO: Parameter "insprtcl" = tcp
    INFO: Parameter "cfg" = local
    INFO: Parameter "authadp" = NO_VALUE
    INFO: Parameter "responsefile" = /u01/app/oracle/product/11.2.0/dbhome_1/network/install/netca_typ.rsp
    INFO: Parameter "silent" = true
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: Profile configuration complete.
    INFO: Oracle Net Listener Startup:
    INFO: Running Listener Control:
    INFO: /u01/app/oracle/product/11.2.0/dbhome_1/bin/lsnrctl start LISTENER
    INFO: Listener Control complete.
    INFO: Listener start failed.
    INFO: Check the trace file for details: /u01/app/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-10040811AM5707.log
    INFO: Oracle Net Services configuration failed. The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    [root@fedora1 logs]# cd /u01/app/oracle/cfgtoollogs/netca
    [root@fedora1 netca]# ls
    netca_OraDb11g_home1-10040811AM5707.log trace_OraDb11g_home1-10040811AM5707.log
    [root@fedora1 netca]# cat trace_OraDb11g_home1-10040811AM5707.log
    [main] [ 2010-04-08 11:57:08.620 EST ] [NetCALogger.initTrace:203] Oracle Net Configuration Assistant: 10040811AM5707
    [main] [ 2010-04-08 11:57:08.637 EST ] [NetCALogger.initTrace:204] Oracle Home: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:08.638 EST ] [NetCALogger.initTrace:205] Oracle Base: /u01/app/oracle
    [main] [ 2010-04-08 11:57:08.638 EST ] [NetCALogger.initTrace:206] Oracle Home Name: OraDb11g_home1
    [main] [ 2010-04-08 11:57:08.717 EST ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-04-08 11:57:08.718 EST ] [HAUtils.<init>:188] oui location /u01/app/oraInventory/ContentsXML
    [main] [ 2010-04-08 11:57:08.741 EST ] [Version.isPre:274] version to be checked 11.2.0.1.0 major version to check against10
    [main] [ 2010-04-08 11:57:08.742 EST ] [Version.isPre:285] isPre.java: Returning FALSE
    [main] [ 2010-04-08 11:57:08.759 EST ] [OCR.loadLibrary:308]
    Inside constructor of OCR
    [main] [ 2010-04-08 11:57:08.776 EST ] [OCR.loadLibrary:316] Going to load the ocr library
    [main] [ 2010-04-08 11:57:08.777 EST ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-04-08 11:57:08.784 EST ] [sPlatform.isHybrid:67] osName=Linux osArch=i386 rc=false
    [main] [ 2010-04-08 11:57:08.784 EST ] [Library.load:254] Loading library /u01/app/oracle/product/11.2.0/dbhome_1/lib/libsrvmocr11.so
    [main] [ 2010-04-08 11:57:08.975 EST ] [OCR.loadLibrary:318] loaded ocr libraries
    [main] [ 2010-04-08 11:57:08.975 EST ] [OCR.isCluster:939] Calling OCRNative for isCluster()
    [main] [ 2010-04-08 11:57:09.051 EST ] [OCR.isCluster:943] OCR Result status = true
    [main] [ 2010-04-08 11:57:09.052 EST ] [OCR.isCluster:955] Bolean result = false
    [main] [ 2010-04-08 11:57:09.055 EST ] [CmdlineArgs.<init>:110] Initializing variables array...
    [main] [ 2010-04-08 11:57:09.055 EST ] [CmdlineArgs.<init>:116] Initializing NetProperties...
    [main] [ 2010-04-08 11:57:09.063 EST ] [CmdlineArgs.initArgs:133] Initializing command line arguments...
    [main] [ 2010-04-08 11:57:09.063 EST ] [CmdlineArgs.parseLogParam:290] Parsing /log argument...
    [main] [ 2010-04-08 11:57:09.079 EST ] [CmdlineArgs.parseLogParam:345] Returning Log File = null
    [main] [ 2010-04-08 11:57:09.083 EST ] [CmdlineArgs.setOraArgs:236] Setting Oracle arguments...
    [main] [ 2010-04-08 11:57:09.083 EST ] [CmdlineArgs.setOraArgs:240] Passed Oracle Home = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.083 EST ] [CmdlineArgs.setOraArgs:243] Read Oracle Home = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.setOraArgs:246] Read Oracle Home ID =
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.setOraArgs:249] Read Oracle Home Name = null
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.compareOraHome:183] Comparing Oracle Homes ...
    [main] [ 2010-04-08 11:57:09.084 EST ] [CmdlineArgs.compareOraHome:184] Oracle Home 1 = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.085 EST ] [CmdlineArgs.compareOraHome:185] Oracle Home 2 = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.085 EST ] [CmdlineArgs.compareOraHome:224] Returning true
    [main] [ 2010-04-08 11:57:09.085 EST ] [InitialSetup.configureOPS:4504] Cluster mode is OFF
    [main] [ 2010-04-08 11:57:09.085 EST ] [InitialSetup.<init>:4028] TNS_ADMIN is: null
    [main] [ 2010-04-08 11:57:09.092 EST ] [OPSUtil.getHomeVersion:446] Inside getHomeVersion...
    [main] [ 2010-04-08 11:57:09.092 EST ] [OPSUtil.getHomeVersion:447] oracleHome = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.092 EST ] [OPSUtil.getHomeVersion:451] oracle.sysman.assistants.util.OracleHome Object = /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:09.092 EST ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: null
    [main] [ 2010-04-08 11:57:09.096 EST ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [main] [ 2010-04-08 11:57:09.096 EST ] [OracleHome.getVersion:896] Homeinfo /u01/app/oracle/product/11.2.0/dbhome_1,1
    [main] [ 2010-04-08 11:57:09.449 EST ] [OracleHome.getVersion:922] OracleHome.server.getVersion Version: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.449 EST ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.449 EST ] [OracleHome.getVersion:948] using sqlplus: /u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus
    [main] [ 2010-04-08 11:57:09.450 EST ] [OPSUtil.getHomeVersion:452] returning oracleHome Version = 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.450 EST ] [OracleHome.getVersion:877] OracleHome.getVersion called. Current Version: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.450 EST ] [OracleHome.getVersion:943] Current Version From Inventory: 11.2.0.1.0
    [main] [ 2010-04-08 11:57:09.450 EST ] [OracleHome.getVersion:948] using sqlplus: /u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus
    [main] [ 2010-04-08 11:57:09.450 EST ] [InitialSetup.<init>:4041] Admin location is: /u01/app/oracle/product/11.2.0/dbhome_1/network/admin
    [main] [ 2010-04-08 11:57:24.074 EST ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2010-04-08 11:57:24.100 EST ] [ConfigureProfile.setProfileParam:136] Setting ADR_BASE: /u01/app/oracle
    [main] [ 2010-04-08 11:57:24.107 EST ] [HAUtils.getHASHome:583] Oracle home from system properties: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:24.108 EST ] [HAUtils.getCRSHome:540] Getting configured CRS/HAS home for Oracle home ( /u01/app/oracle/product/11.2.0/dbhome_1 ) ...
    [main] [ 2010-04-08 11:57:24.109 EST ] [GETCRSHOMEUtil.<init>:76] Toolname: getcrshome --- Tool location: /u01/app/oracle/product/11.2.0/dbhome_1/srvm/adminTool dependencies: [Ljava.lang.String;@472d48
    [main] [ 2010-04-08 11:57:24.110 EST ] [NativeSystem.isCmdScv:471] isCmdScv: cmd=[]
    [main] [ 2010-04-08 11:57:24.111 EST ] [RuntimeExec.runCommand:75] Calling Runtime.exec() with the command
    [main] [ 2010-04-08 11:57:24.111 EST ] [RuntimeExec.runCommand:77] /bin/sh
    [main] [ 2010-04-08 11:57:24.111 EST ] [RuntimeExec.runCommand:77] -c
    [main] [ 2010-04-08 11:57:24.113 EST ] [RuntimeExec.runCommand:77] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome
    [Thread-2] [ 2010-04-08 11:57:24.126 EST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-04-08 11:57:24.126 EST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
    [Thread-1] [ 2010-04-08 11:57:24.130 EST ] [StreamReader.run:61] In StreamReader.run
    [Thread-2] [ 2010-04-08 11:57:24.253 EST ] [StreamReader.run:65] ERROR>/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.253 EST ] [RuntimeExec.runCommand:144] runCommand: process returns 127
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:173] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.254 EST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-04-08 11:57:24.281 EST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2010-04-08 11:57:24.345 EST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2010-04-08 11:57:24.345 EST ] [HAUtils.isHASConfigured:350] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:423)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:544)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:604)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:345)
    oracle.net.ca.InitialSetup.checkHAConfiguration(NetCA.java:4653)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4075)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2010-04-08 11:57:24.346 EST ] [InitialSetup.checkHAConfiguration:4691] HA Server is NOT configured.
    [main] [ 2010-04-08 11:57:24.348 EST ] [NetCAResponseFile.<init>:68] Response file initialized: /u01/app/oracle/product/11.2.0/dbhome_1/network/install/netca_typ.rsp
    [main] [ 2010-04-08 11:57:24.350 EST ] [NetCAResponseFile.getInstalledComponents:107] Installed components from response file: server, net8, javavm
    [main] [ 2010-04-08 11:57:24.350 EST ] [NetCAResponseFile.getVirtualHost:164] Virtual Host from response file: null
    [main] [ 2010-04-08 11:57:24.350 EST ] [SilentConfigure.performSilentConfigure:174] Typical profile configuration.
    [main] [ 2010-04-08 11:57:24.351 EST ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    [main] [ 2010-04-08 11:57:24.351 EST ] [ConfigureProfile.setProfileParam:136] Setting ADR_BASE: /u01/app/oracle
    [main] [ 2010-04-08 11:57:24.353 EST ] [SilentConfigure.performSilentConfigure:182] Typical listener configuration.
    [main] [ 2010-04-08 11:57:24.423 EST ] [ConfigureListener.isHASConfigured:1425] Calling SRVM api to check if Oracle Restart is configured ...
    [main] [ 2010-04-08 11:57:24.423 EST ] [HAUtils.getHASHome:583] Oracle home from system properties: /u01/app/oracle/product/11.2.0/dbhome_1
    [main] [ 2010-04-08 11:57:24.424 EST ] [HAUtils.getCRSHome:540] Getting configured CRS/HAS home for Oracle home ( /u01/app/oracle/product/11.2.0/dbhome_1 ) ...
    [main] [ 2010-04-08 11:57:24.424 EST ] [GETCRSHOMEUtil.<init>:76] Toolname: getcrshome --- Tool location: /u01/app/oracle/product/11.2.0/dbhome_1/srvm/adminTool dependencies: [Ljava.lang.String;@472d48
    [main] [ 2010-04-08 11:57:24.424 EST ] [NativeSystem.isCmdScv:471] isCmdScv: cmd=[]
    [main] [ 2010-04-08 11:57:24.424 EST ] [RuntimeExec.runCommand:75] Calling Runtime.exec() with the command
    [main] [ 2010-04-08 11:57:24.425 EST ] [RuntimeExec.runCommand:77] /bin/sh
    [main] [ 2010-04-08 11:57:24.426 EST ] [RuntimeExec.runCommand:77] -c
    [main] [ 2010-04-08 11:57:24.426 EST ] [RuntimeExec.runCommand:77] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome
    [Thread-4] [ 2010-04-08 11:57:24.439 EST ] [StreamReader.run:61] In StreamReader.run
    [Thread-4] [ 2010-04-08 11:57:24.439 EST ] [StreamReader.run:65] ERROR>/u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.440 EST ] [RuntimeExec.runCommand:142] runCommand: Waiting for the process
    [main] [ 2010-04-08 11:57:24.440 EST ] [RuntimeExec.runCommand:144] runCommand: process returns 127
    [Thread-3] [ 2010-04-08 11:57:24.440 EST ] [StreamReader.run:61] In StreamReader.run
    [main] [ 2010-04-08 11:57:24.441 EST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2010-04-08 11:57:24.441 EST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2010-04-08 11:57:24.441 EST ] [RuntimeExec.runCommand:173] /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome: error while loading shared libraries: libocrb11.so: cannot enable executable stack as shared object requires: Permission denied
    [main] [ 2010-04-08 11:57:24.443 EST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2010-04-08 11:57:24.443 EST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2010-04-08 11:57:24.444 EST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2010-04-08 11:57:24.444 EST ] [HAUtils.isHASConfigured:350] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:423)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:544)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:604)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:345)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1428)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1450)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1697)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:169)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4159)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2010-04-08 11:57:24.444 EST ] [ConfigureListener.isHASConfigured:1436] Is Oracle Restart configured: false
    [main] [ 2010-04-08 11:57:24.445 EST ] [ConfigureListener.isHASRunning:1465] Is Oracle Restart running: false
    [main] [ 2010-04-08 11:57:24.445 EST ] [ConfigureListener.typicalConfigure:201] Checking for free port in range: 1521-1540
    [main] [ 2010-04-08 11:57:24.445 EST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-04-08 11:57:24.446 EST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-04-08 11:57:24.446 EST ] [ConfigureListener.isPortFree:1025] Local host IP address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.446 EST ] [ConfigureListener.isPortFree:1027] Local host name: fedora1
    [main] [ 2010-04-08 11:57:24.447 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.467 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.468 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/0:0:0:0:0:0:0:1
    [main] [ 2010-04-08 11:57:24.468 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.468 EST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.469 EST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [main] [ 2010-04-08 11:57:24.470 EST ] [ConfigureListener.typicalConfigure:208] Using port: 1521
    [main] [ 2010-04-08 11:57:24.500 EST ] [ConfigureListener.setListenerParam:1779] Setting ADR_BASE_LISTENER: /u01/app/oracle
    [main] [ 2010-04-08 11:57:24.502 EST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2010-04-08 11:57:24.502 EST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2010-04-08 11:57:24.503 EST ] [ConfigureListener.isPortFree:1025] Local host IP address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.503 EST ] [ConfigureListener.isPortFree:1027] Local host name: fedora1
    [main] [ 2010-04-08 11:57:24.503 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/127.0.0.1
    [main] [ 2010-04-08 11:57:24.504 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.504 EST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: fedora1/0:0:0:0:0:0:0:1
    [main] [ 2010-04-08 11:57:24.504 EST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2010-04-08 11:57:24.505 EST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [root@fedora1 netca]#

    DeOracle wrote:
    What Linux versions are supported by Oracle?Oracle did a very very strange thing. They put that kind of information into something called 'Documentation', and generally made that available at http://docs.oracle.com (or searchable at http://tahiti.oracle.com)
    In fact, they put that specific information into a document called "Oracle® Database Installation Guide" into a chapter with the unnatural title of "Oracle Database Preinstallation Requirements" at a section called "Operating System Requirements" which you can find at http://download.oracle.com/docs/cd/E11882_01/install.112/e10840/pre_install.htm#CHDFFBIF
    >
    Where do I obtain OEL?That's a tough one. I'll give you some alternatives:
    - http://linux.oracle.com which provides a 'Download' link.
    - http://download.oracle.com and search for Linux which provides a link.
    - http://edelivery.oracle.com (the official supported download location for ALL Oracle s/w) and follow the 'Linux' link
    - http://oss.oracle.com (especially to find Yum and other related things)
    Out of desperation: http://en.wikipedia.org/wiki/Oracle_Enterprise_Linux
    And as a last resort, http://lmgtfy.com/?q=oracle+enterprise+linux
    Hope that helps

  • Oracle Net Configuration Assistant failed. While Installing

    HI ,
    I was getting an Error while installing Oracle11g on Redhat linux 5.4.
    The Error was
    'Oracle Net Configuration Assistant failed.'
    I am attaching the Last few lines of the Install Actions Files ,
    INFO: Updating Transient Parameters for oracle.sysman.ccr
    INFO: Updating Transient Parameters for oracle.sysman.console.db
    INFO: Successfully updated Transient Parameters in the Aggregates
    INFO: Configuration log directory - /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs
    INFO:
    The Runconfig command constructed is /soa/oracle/oracle/product/11.2.0/dbhome_1/oui/bin/runConfig.sh ORACLE_HOME=/soa/oracle/oracle/product/11.2.0/dbhome_1 MODE=perform ACTION=configure RERUN=true $*
    INFO: Created a new file /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs/configToolAllCommands
    INFO: Since the option is to overwrite the existing /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs/configToolAllCommands file, backing it up
    INFO: The backed up file name is /soa/oracle/oracle/product/11.2.0/dbhome_1/cfgtoollogs/configToolAllCommands.bak
    INFO: Entering ConfigClient.executeToolsInAggregate method
    INFO: ConfigClient.executeToolsInAggregate oAggregate=oracle.server:oracle.server:11.2.0.1.0:common
    INFO: Entering ConfigClient.assignAction method
    INFO: ConfigClient.assignAction actionref=[Loracle.sysman.emCfg.common.IActionReference;@11d6591
    INFO: ConfigClient.assignAction action is of type :configuration
    INFO: Exiting ConfigClient.assignAction method
    INFO: ConfigClient.executeToolsInAggregate action assigned
    INFO: Started Plugin named: Oracle Net Configuration Assistant
    INFO: Found associated job
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Starting 'Oracle Net Configuration Assistant'
    INFO: Parsing command line arguments:
    INFO: Parameter "orahome" = /soa/oracle/oracle/product/11.2.0/dbhome_1
    INFO: Parameter "orahnam" = OraDb11g_home1
    INFO: Parameter "instype" = typical
    INFO: Parameter "inscomp" = client,oraclenet,javavm,server,ano
    INFO: Parameter "insprtcl" = tcp
    INFO: Parameter "cfg" = local
    INFO: Parameter "authadp" = NO_VALUE
    INFO: Parameter "responsefile" = /soa/oracle/oracle/product/11.2.0/dbhome_1/network/install/netca_typ.rsp
    INFO: Parameter "silent" = true
    INFO: Done parsing command line arguments.
    INFO: Oracle Net Services Configuration:
    INFO: Profile configuration complete.
    INFO: Oracle Net Listener Startup:
    INFO: Running Listener Control:
    INFO: /soa/oracle/oracle/product/11.2.0/dbhome_1/bin/lsnrctl start LISTENER
    INFO: Listener Control complete.
    INFO: Listener start failed.
    **INFO: Check the trace file for details: /soa/oracle/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1209172PM0322.log**
    INFO: Oracle Net Services configuration failed. The exit code is 1
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Net Configuration Assistant
    Iam Attaching the last few lines of /soa/oracle/oracle/cfgtoollogs/netca/trace_OraDb11g_home1-1209172PM0322.log
    [main] [ 2012-09-17 14:03:25.027 IST ] [RuntimeExec.runCommand:161] RunTimeExec: output>
    [main] [ 2012-09-17 14:03:25.027 IST ] [RuntimeExec.runCommand:170] RunTimeExec: error>
    [main] [ 2012-09-17 14:03:25.028 IST ] [RuntimeExec.runCommand:192] Returning from RunTimeExec.runCommand
    [main] [ 2012-09-17 14:03:25.028 IST ] [CmdToolUtil.doexecute:372] nativeSystem.runRemoteExecCmd failed. Command = /soa/oracle/oracle/product/11.2.0/dbhome_1/srvm/admin/getcrshome arguments = [] env = null
    [main] [ 2012-09-17 14:03:25.028 IST ] [HAUtils.isHASConfigured:349] Ignoring exception in isHASConfigured: PRCT-1011 : Failed to run "getcrshome"
    [main] [ 2012-09-17 14:03:25.028 IST ] [HAUtils.isHASConfigured:350] oracle.cluster.deployment.ClusterwareInfo.getConfiguredCRSHome(ClusterwareInfo.java:423)
    oracle.sysman.assistants.util.hasi.HAUtils.getCRSHome(HAUtils.java:544)
    oracle.sysman.assistants.util.hasi.HAUtils.getHASHome(HAUtils.java:604)
    oracle.sysman.assistants.util.hasi.HAUtils.isHASConfigured(HAUtils.java:345)
    oracle.net.ca.ConfigureListener.isHASConfigured(ConfigureListener.java:1428)
    oracle.net.ca.ConfigureListener.isHASRunning(ConfigureListener.java:1450)
    oracle.net.ca.ConfigureListener.validateListenerName(ConfigureListener.java:1697)
    oracle.net.ca.ConfigureListener.typicalConfigure(ConfigureListener.java:169)
    oracle.net.ca.SilentConfigure.performSilentConfigure(SilentConfigure.java:185)
    oracle.net.ca.InitialSetup.<init>(NetCA.java:4159)
    oracle.net.ca.NetCA.main(NetCA.java:405)
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.isHASConfigured:1436] Is Oracle Restart configured: false
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.isHASRunning:1465] Is Oracle Restart running: false
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.typicalConfigure:201] Checking for free port in range: 1521-1540
    [main] [ 2012-09-17 14:03:25.029 IST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2012-09-17 14:03:25.030 IST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2012-09-17 14:03:25.030 IST ] [ConfigureListener.isPortFree:1025] Local host IP address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.030 IST ] [ConfigureListener.isPortFree:1027] Local host name: vx111a.example.com
    [main] [ 2012-09-17 14:03:25.031 IST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2012-09-17 14:03:25.033 IST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.034 IST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    [main] [ 2012-09-17 14:03:25.034 IST ] [ConfigureListener.typicalConfigure:208] Using port: 1521
    [main] [ 2012-09-17 14:03:25.039 IST ] [ConfigureListener.setListenerParam:1779] Setting ADR_BASE_LISTENER: /soa/oracle/oracle
    [main] [ 2012-09-17 14:03:25.040 IST ] [ConfigureListener.isPortFree:1010] Checking if port 1521 is free on local machine...
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1023] InetAddress.getByName(127.0.0.1): /127.0.0.1
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1025] Local host IP address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1027] Local host name: vx111a.example.com
    [main] [ 2012-09-17 14:03:25.041 IST ] [ConfigureListener.isPortFree:1039] Creating ServerSocket on Port:1521, IP Address: vx111a.example.com/172.16.11.175
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1042] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1055] Creating ServerSocket on Port:1521, Local IP Address: /127.0.0.1
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1059] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.042 IST ] [ConfigureListener.isPortFree:1065] Creating ServerSocket on Port:1521
    [main] [ 2012-09-17 14:03:25.043 IST ] [ConfigureListener.isPortFree:1068] Created ServerSocket successfully.
    [main] [ 2012-09-17 14:03:25.043 IST ] [ConfigureListener.isPortFree:1088] Returning is Port 1521 free: true
    Please Soft Me Out.

    user9030848 wrote:
    Where can i find that listener log file ?Zoltan gave you the specific, one-time answer.
    The generalized, learn-to-self-help answer is:
    Use your os's search utility to fiind any file you want. In the case of Linux, that utility is called 'find'. Instructions on how to use it are all over the net, and the official documentation for all Linux utilties installed on your system can be read by using the 'man' command (ie: 'man find').
    To tie the general to the specific, you would use
    find / -name listener.log  Or, faster and fewer error messages
    find $ORACLE_HOME -name listener.log 

  • Manually starting Database Configuration Assistant

    I have installed Oracle 9i on Solaris 8 and it stopped with an "Out of Memory" error during the Starter Database creation. I think I have fixed the memory problem. Now I am trying to start the Database Configuration Assistant manually and I cannot find out how to do this so that I can continue on with the installation process from where I left off.
    Do anyone know how to do this? I would appreciate any help that anyone can give.
    Thanks
    Anthony

    Hi,
    I get the following error when trying to run dbca or any other assistant. An suggestions? I use SuSE Linux 8 and Oracle 9i.
    Thanks,
    Ulf Moehring
    SIGSEGV 11* segmentation violation
    stackbase=BFFFEDEC, stackpointer=BFFFD1A4
    Full thread dump:
    "SIGQUIT handler" (TID:0x405b22a0, sys_thread_t:0x80e2f28, state:R, thread_t: t@2051, sp:0x0 threadID:0x16a6, stack_base:0xbf5ffaa0, stack_size:0x200000) prio=1075749760
    "Finalizer thread" (TID:0x405b2088, sys_thread_t:0x80e2e00, state:CW, thread_t: t@1026, sp:0x0 threadID:0x16a5, stack_base:0xbf7ffaa0, stack_size:0x200000) prio=1075749760
    "main" (TID:0x405b20b0, sys_thread_t:0x80c9908, state:R, thread_t: t@1024, sp:0x0 threadID:0x169a, stack_base:0xbfffedec, stack_size:0x200000) prio=1075749760 current thread
    java.lang.System.initializeSystemClass(System.java)
    Monitor Cache Dump:
    Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>h
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Waiting to be notified:
    "Finalizer thread" (0x80e2e00)
    Monitor registry: owner "main" (0x80c9908, 1 entry)
    Aborted

Maybe you are looking for