Dbca issue on node2

Im trying to run dbca on my node2 of the cluster ( this is 10.2 db home running against 11.2 clusterware)
but it comes back with an error ... below is the error from trace file for the dbca
ava.lang.UnsatisfiedLinkError: /u01/app/oracle/product/db02/jdk/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
at oracle.sysman.assistants.util.wizard.WizardObject.<init>(WizardObject.java:64)
at oracle.sysman.assistants.dbca.ui.DBCAWizard.<init>(DBCAWizard.java:425)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:214)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:160)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
dbca is working fine on the node1 of the cluster...
os: linux 5.4
any idea on what it could be ?

user9198889 wrote:
i know what the issue was, it was caused by missing package
(1/2): libXp-1.0.0-8.1.el5.i386.rpm | 22 kB 00:00
(2/2): libXp-1.0.0-8.1.el5.x86_64.rpm
do I need to delete and readd the node to my cluster ? ( in another work reinstaling the oraclehome? ) or that relinking will do ?I think only relinking will work if you didn't get error during installation.
And if you had faced some issue during installation also then I would suggest to reinstall.
Regards
Rajesh

Similar Messages

  • DBCA: Issue Creating a cluster database in RAC

    Hello Expert,
    We encountered some issues while trying to create a cluster database. The issue is:
    When running DBCA to create a cluster database, we seem unable to bring up the screen where we can choose "Oracle Real Application Cluster database". It only allows us to create single instance database. We must have missed some steps. Any suggestions?
    1. Below are the specs:
    * OS: Enterprise Linux Enterprise Linux AS release 4 (October Update 6) 2.6.9 67.0.15.0.1.ELsmp
    * Oracle Version: 10.2.0.3 with cluster on 2 nodes (for example: xxx1 and xxx2)
    * CRS version: 10.2.0.3
    * Running ASM with DATA, REDO, TEMP, FRA diskgroups
    * OCR and Voting disk on shared raw devices
    2. Results from running crs_stat
    $ crs_stat -t
    Name           Type           Target    State     Host
    ora....D1.lsnr application    ONLINE    ONLINE    xxx1
    ora....rd1.gsd application    ONLINE    ONLINE    xxx1
    ora....rd1.ons application    ONLINE    ONLINE    xxx1
    ora....rd1.vip application    ONLINE    ONLINE    xxx1
    ora....D2.lsnr application    ONLINE    ONLINE    xxx2
    ora....rd2.gsd application    ONLINE    ONLINE    xxx2
    ora....rd2.ons application    ONLINE    ONLINE    xxx2
    ora....rd2.vip application    ONLINE    ONLINE    xxx2 3. Result from cluster verify on node 1...
    $ cluvfy stage -post crsinst -n xxx1
    Performing post-checks for cluster services setup
    Checking node reachability...
    Node reachability check passed from node "xxx1".
    Checking user equivalence...
    User equivalence check passed for user "oracle".
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Daemon status check passed for "CSS daemon".
    Cluster manager integrity check passed.
    Checking cluster integrity...
    Cluster integrity check passed
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations.
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    Data integrity check for OCR passed.
    OCR integrity check passed.
    Checking CRS integrity...
    Checking daemon liveness...
    Liveness check passed for "CRS daemon".
    Checking daemon liveness...
    Liveness check passed for "CSS daemon".
    Checking daemon liveness...
    Liveness check passed for "EVM daemon".
    Checking CRS health...
    CRS health check passed.
    CRS integrity check passed.
    Checking node application existence...
    Checking existence of VIP node application (required)
    Check passed.
    Checking existence of ONS node application (optional)
    Check passed.
    Checking existence of GSD node application (optional)
    Check passed.
    Post-check for cluster services setup was successful. 4. Result from cluster verify on node 2
    $ cluvfy stage -post crsinst -n xxx2
    Performing post-checks for cluster services setup
    Checking node reachability...
    Node reachability check passed from node "xxx2".
    Checking user equivalence...
    User equivalence check passed for user "oracle".
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Daemon status check passed for "CSS daemon".
    Cluster manager integrity check passed.
    Checking cluster integrity...
    Cluster integrity check passed
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations.
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    Data integrity check for OCR passed.
    OCR integrity check passed.
    Checking CRS integrity...
    Checking daemon liveness...
    Liveness check passed for "CRS daemon".
    Checking daemon liveness...
    Liveness check passed for "CSS daemon".
    Checking daemon liveness...
    Liveness check passed for "EVM daemon".
    Checking CRS health...
    CRS health check passed.
    CRS integrity check passed.
    Checking node application existence...
    Checking existence of VIP node application (required)
    Check passed.
    Checking existence of ONS node application (optional)
    Check passed.
    Checking existence of GSD node application (optional)
    Check passed.
    Post-check for cluster services setup was successful. Thanks!
    Edited by: user10454776 on Mar 14, 2009 7:40 PM
    Edited by: user10454776 on Mar 14, 2009 8:11 PM

    user10454776 wrote:
    Hello Expert,
    We encountered some issues while trying to create a cluster database. The issue is:
    When running DBCA to create a cluster database, we seem unable to bring up the screen where we can choose "Oracle Real Application Cluster database". It only allows us to create single instance database. We must have missed some steps. Any suggestions?Hello non-expert.
    Until you provide some hints about operating system for each of the RAC machines, the networking you have installed (and whether you have the interconnect running), the shared disk mechanism (and whether it is confirmed shared raw or ASM), the Oracle software versions, whether your systems passed cluster verify ... we would be wasting our time guessing.

  • DBCA issue

    Hi all,
    When I was Enter the DBCA for creating new database the following error occur
    oracle@linux:~> dbca
    DISPLAY not set.
    Set DISPLAY environment variable, then re-run.
    How to retify the problem
    plz
    Regards ...

    The DISPLAY variable needs to be set to the root window of an X server, thus
    export DISPLAY=192.168.0.149:0.0.
    Are you telnet-ing in from your PeeCee? If so, you need an X server running on you PeeCee -- Like Hummingbird Exceed. If you are telnet-ing in from a unix or linux workstation running X ( like, Motif, for example ), then you need to allow X connection to your workstation. To do this, open a console and issue the command xhost +

  • Error message "ORA-12547: TNS:lost contact" during dbca

    Background info: I am building a new test 11.2.0.3 RAC cluster running on IBM pSeries hardware with AIX 6.1 OS level. I need to practice building a cluster and then adding a new node later. Because of limited hardware availability, my inital cluster will have 1 node and I will add the additional node later.
    I installed Grid Infrastructure successfully. GI and ASM are online and appear to be working normally. Today I installed the 11.2.0.3 database software. I am now trying to create a test database using DBCA. After entering all of the database information (SID information, where db files should reside, memory sizing, etc.) the database creation begins, then immediately issues the error message "ORA-12547: TNS:lost contact".
    I have searched MOS (Metalink) and also reviewed a few sites using Google. All of the information indicates this problem occurs most often when trying to log into an existing database using sqlplus. I haven't found anything related to this error message during database creation.
    Does anyone have advice on how to troubleshoot where the problem is coming from? Can you point me to some documentation that would help with this issue?
    Any and all help is appreciated. Thank you!

    Srini,
    I was verifying that I understood your request. The last install log relates to the Oracle db software installation and was created by OUI. The DBCA utility has not created any actual install logs. DBCA issues the error less than 10 seconds after I choose the "Finish" button to begin the database creation process. I also reviewed 4 notes on MOS and unfortunately they do not seem to apply. The permissions settings appear correct on all directories for both the database software owner and the grid infrastructure owner as well.
    Here are the last 200 lines from the OUI install log. Thank you again for all of your help!
    $ tail -200 installActions2012-07-16_10-20-11AM.log
    INFO: This variable s_caHelpPtBRJar is not added to the global context map
    INFO: This variable s_caHelpKoJar is not added to the global context map
    INFO: This variable s_caHelpJar is not added to the global context map
    INFO: This variable s_caHelpJaJar is not added to the global context map
    INFO: This variable s_caHelpItJar is not added to the global context map
    INFO: This variable s_caHelpFrJar is not added to the global context map
    INFO: This variable s_caHelpEsJar is not added to the global context map
    INFO: This variable s_caHelpDeJar is not added to the global context map
    INFO: This variable s_authAdaptors is not added to the global context map
    INFO: This variable ps_netCA_Args_OverRide is not added to the global context map
    INFO: This variable b_net8ServerInstalling is not added to the global context map
    INFO: This variable b_javavmIsInstalling is not added to the global context map
    INFO: This variable b_isWindows is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_cmanIsInstalling is not added to the global context map
    INFO: This variable b_anoIsInstalling is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_skipharegistrationFlag is not added to the global context map
    INFO: This variable s_ouiJlibDir is not added to the global context map
    INFO: This variable s_opsmJlib is not added to the global context map
    INFO: This variable s_ntwkTools is not added to the global context map
    INFO: This variable s_netjlibDir is not added to the global context map
    INFO: This variable s_netcahelpLocation is not added to the global context map
    INFO: This variable s_netcaJlibDir is not added to the global context map
    INFO: This variable s_netcaDocDir is not added to the global context map
    INFO: This variable s_netPropertiesFile is not added to the global context map
    INFO: This variable s_netCA is not added to the global context map
    INFO: This variable s_net8caFileToInstantiate is not added to the global context map
    INFO: This variable s_jre15Location is not added to the global context map
    INFO: This variable s_jlibDir is not added to the global context map
    INFO: This variable s_inventoryPrereqOui is not added to the global context map
    INFO: This variable s_emdwLibDir is not added to the global context map
    INFO: This variable s_caHelpDir is not added to the global context map
    INFO: This variable s_assistantJlibDir is not added to the global context map
    INFO: This variable s_JavaFlag is not added to the global context map
    INFO: This variable b_isOPS is not added to the global context map
    INFO: This variable s_windowsCommandLine is not added to the global context map
    INFO: This variable s_srcOracleHome is not added to the global context map
    INFO: This variable s_net8caExecutable is not added to the global context map
    INFO: This variable s_netcaUserDirArg is not added to the global context map
    INFO: This variable s_installTypeForNetCA is not added to the global context map
    INFO: This variable s_netcaSilentFlag is not added to the global context map
    INFO: This variable s_netCAInstalledProducts is not added to the global context map
    INFO: This variable s_netcaClasspath is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name oracle.assistants.server
    INFO: This variable s_operatingSystem is not added to the global context map
    INFO: This variable s_jreLocation is not added to the global context map
    INFO: This variable pn_dboffset is not added to the global context map
    INFO: This variable cs_swingName is not added to the global context map
    INFO: This variable cs_komodoName is not added to the global context map
    INFO: This variable cs_kodiakName is not added to the global context map
    INFO: This variable cs_jewtName is not added to the global context map
    INFO: This variable cs_iceBrowserName is not added to the global context map
    INFO: This variable cs_ewtcompatName is not added to the global context map
    INFO: This variable cs_ewtName is not added to the global context map
    INFO: This variable cs_baliShareName is not added to the global context map
    INFO: This variable b_orabaseContainsOrahome is not added to the global context map
    INFO: This variable b_isWINDOWS is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable sl_dbmaParameterListForIcon is not added to the global context map
    INFO: This variable sl_dbcaParameterListForIcon is not added to the global context map
    INFO: This variable s_xmlparservLoc is not added to the global context map
    INFO: This variable s_skipHARegistrationFlag is not added to the global context map
    INFO: This variable s_ouiJlibLocation is not added to the global context map
    INFO: This variable s_oratabLocation is not added to the global context map
    INFO: This variable s_opsmLocation is not added to the global context map
    INFO: This variable s_dbuaLocation is not added to the global context map
    INFO: This variable s_dbcaLocation is not added to the global context map
    INFO: This variable s_OracleBinLocation is not added to the global context map
    INFO: This variable s_dbcaInstLaunchFile is not added to the global context map
    INFO: This variable s_dbcaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaLaunchFile is not added to the global context map
    INFO: This variable s_dbmaInstLaunchFile is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: ORACLE_HOME is not settable, hence not setting the value
    INFO: Handling the storing of variables for aggr name oracle.sysman.console.db
    INFO: This variable s_sid is not added to the global context map
    INFO: This variable s_serverInstallType is not added to the global context map
    INFO: This variable s_platform is not added to the global context map
    INFO: HashMap added with the key oracle.sysman.console.db and an empty variable Vector
    INFO: Adding the variable s_obfOc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfOc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_obfJtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_nlsLang is not added to the global context map
    INFO: This variable s_emailServer is not added to the global context map
    INFO: This variable s_emailAddress is not added to the global context map
    INFO: This variable s_cfgtyperet is not added to the global context map
    INFO: Adding the variable s_JtaAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_JtaAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable n_uploadInterval is not added to the global context map
    INFO: This variable localhost is not added to the global context map
    INFO: This variable b_launchTools is not added to the global context map
    INFO: This variable b_launchBrowser is not added to the global context map
    INFO: This variable b_isUNIX is not added to the global context map
    INFO: This variable b_centralConsole is not added to the global context map
    INFO: This variable USE_HTTP_PROXY is not added to the global context map
    INFO: This variable USE_DB_CONSOLE is not added to the global context map
    INFO: This variable SET_CONSOLE_MODE is not added to the global context map
    INFO: This variable SA_SETUP is not added to the global context map
    INFO: This variable OC4JLOC is not added to the global context map
    INFO: This variable NO_PC_MODE is not added to the global context map
    INFO: This variable LOGGING_LEVEL is not added to the global context map
    INFO: This variable JRE_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_PROTOCOL is not added to the global context map
    INFO: This variable ISQLPLUS_PORT is not added to the global context map
    INFO: This variable HOST_SID_OFFSET_ENABLED is not added to the global context map
    INFO: This variable HOSTNAME is not added to the global context map
    INFO: This variable EM_UPLOAD_DISABLE is not added to the global context map
    INFO: This variable EM_UIX_DEBUG_FLAG is not added to the global context map
    INFO: This variable EMPRODVER is not added to the global context map
    INFO: This variable CONSOLE_MODE is not added to the global context map
    INFO: This variable CONSOLE_CFG is not added to the global context map
    INFO: This variable sl_oraclehomes is not added to the global context map
    INFO: This variable s_oc4jDir is not added to the global context map
    INFO: This variable s_oc4jAppsDir is not added to the global context map
    INFO: This variable s_jreHome is not added to the global context map
    INFO: This variable s_configcommand is not added to the global context map
    INFO: This variable b_isRAC is not added to the global context map
    INFO: This variable b_UNIX is not added to the global context map
    INFO: This variable OJSP_JAR_LOC is not added to the global context map
    INFO: This variable OJSPUTIL_JAR_LOC is not added to the global context map
    INFO: This variable LDAP_JAR_LOC is not added to the global context map
    INFO: This variable JAVA_HOME is not added to the global context map
    INFO: This variable ISQLPLUS_HOST is not added to the global context map
    INFO: This variable EM_UIX_LOCATION is not added to the global context map
    INFO: This variable EM_REPOS_HOST is not added to the global context map
    INFO: This variable EM_PING_COMMAND is not added to the global context map
    INFO: This variable EM_OC4J_HOME is not added to the global context map
    INFO: This variable EM_EAR_LOC is not added to the global context map
    INFO: This variable EMDROOT is not added to the global context map
    INFO: Adding the variable s_oc4jAdmPasswd to the aggregate oracle.sysman.console.db
    INFO: Adding the variable s_oc4jAdmPasswd to the global context map for the aggregate oracle.sysman.console.db
    INFO: This variable s_launchBrowserClasspath is not added to the global context map
    INFO: This variable s_javapOracleHome is not added to the global context map
    INFO: This variable PROD_HOME is not added to the global context map
    INFO: {Parameter:TOPLEVEL_COMPONENT in {Aggregate:OuiConfigVariables:1.0.0.0.0:common}}: Parameter data type is not compatible with the provided String Array.
    INFO: passing params to cf done
    INFO: done saving info by cf
    INFO: This is a shared oracle home or remote nodes are null. No copy required.
    INFO: Checkpoint:Failed Checkpoint found returning it for getAllFailedCheckPoints.
    INFO: Checkpoint:Failed Checkpoint found returning null for getLastFailedCheckPoint.
    INFO: Checkpoint:Index file written and updated
    INFO: Checkpoint:Transfer of file done from remote node
    INFO: Adding iterator oracle.sysman.oii.oiif.oiifw.OiifwRootShWCDE
    INFO: Updating the global context
    INFO: Path To 'globalcontext.xml' = /u01/app/oracle/cmdseries/11.2.0/install/chainedInstall/globalcontext
    INFO: Since operation was successful, move the current OiicAPISessionDetails to installed list
    INFO: Number of scripts to be executed as root user = 1
    INFO: isSuccessfullInstallation: true
    INFO: isSuccessfullRemoteInstallation: true
    INFO: Adding ExitStatus SUCCESS to the exit status set
    INFO: Completed setting up InstallDB
    INFO: Number of scripts to be executed as root user = 1
    INFO: User accepted to run root scripts
    INFO: Shutting down OUISetupDriver.JobExecutorThread
    INFO: Cleaning up, please wait...
    INFO: Dispose the install area control object
    INFO: Update the state machine to STATE_CLEAN
    INFO: Setup completed with overall status as Succeeded
    INFO: All forked task are completed at state setup
    INFO: Completed background operations
    INFO: Moved to state <setup>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <setup>
    INFO: Completed validating view at state <setup>
    INFO: Validating state <setup>
    INFO: Completed validating state <setup>
    INFO: Verifying route success
    INFO: Get view named [FinishUI]
    INFO: View for [FinishUI] is oracle.install.ivw.db.view.FinishUI@6f286f28
    INFO: Initializing view <FinishUI> at state <finish>
    INFO: Completed initializing view <FinishUI> at state <finish>
    INFO: Displaying view <FinishUI> at state <finish>
    INFO: Completed displaying view <FinishUI> at state <finish>
    INFO: Loading view <FinishUI> at state <finish>
    INFO: Install Succeeded: true
    INFO: Config Tool Succeeded: true
    INFO: Remote Install Succeeded: true
    INFO: Completed loading view <FinishUI> at state <finish>
    INFO: Localizing view <FinishUI> at state <finish>
    INFO: Completed localizing view <FinishUI> at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state finish
    INFO: FinishAction Actions.execute called
    INFO: Completed executing action at state <finish>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <finish>
    INFO: Adding ExitStatus SUCCESS_WITH_WARNINGS to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is 6
    INFO: List of warnings encountered in this Application:
    INFO: PREREQS_FAILED_WITH_WARNING
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver
    $

  • Creating Template in DBCA shuts down existing database

    Found a feature in the Database Configuration Assistant under Manage Templates. It allows you to create a template of an existing database including the structure, meaning datafiles. I thought this would be great to create a test database on a different server.
    When I went to create the template, it did not warn me that it would shut down the database I was creating the template of. Not thinking it would need to, still don't understand why it would need to, I proceeded on my merry way until I was informed my production database was down. A quick review of the alert log showed the alter database shutdown command.
    So a warning to others not to do this, and a reminder to self to never trust an application to perform the way you think it should, but test, test, test before trying on production.
    I would love to hear if this is a bug or a undocumented feature of this utility. I also would like to know why it had to shut the database down.
    Thanks.

    There is a documented BUG 4393252 on 9i 9.2.0.6.0 which may relate to your problem.
    It indicates that DBCA issues a Shutdown Immediate without warning when you choose to create a Template "From an existing database (structure as well as data)".
    Have a look at it.

  • How expand an existing database in a cluster to an existing cluster node?

    Hi Guys,
    I was installing a RAC yesterday and below is my installation steps path, please help me to move forward.
    I have 2 Redhat5 servers: Node1 and Node2. I installed Clusterware and ASM on both nodes, so the system looks like this:
    Node1: Clusterware, +ASM1
    Node2: Clusterware, +ASM2
    Because I found some hardware issue with "Node2" so I shut it down for maintenance. Because of the tight schedule, I started RAC database installation on "Node1" only. So now the system looks like this:
    Node1: Clusterware, +ASM1, ORCL
    Node2: Clusterware, +ASM2
    * "ORCL" is the DB_NAME installed
    Now, the "Node2" is back online and I would like to expand my ORCL instance to the "Node2". I am a bit confused of what to do next, should I use addNode.sh? Or run Oracle database installer on Node2 then use addNode.sh?
    Thanks

    1) [grid@server1 ~]$ cluvfy comp peer -n server2 -refnode server1 -r 11gR2
    2) [grid@server1 ~]$ cluvfy stage -pre nodeadd -n server2 -fixup -verbose
    3) [grid@server1 ~]$ /u01/app/11.2.0/grid/oui/bin/addNode.sh -silent CLUSTER_NEW_NODES={server2} CLUSTER_NEW_VIRTUAL_HOSTNAMES={server2-vip}
    4) [grid@server2 ~]$ cluvfy stage -post nodeadd -n server2
    [oracle@server2 ~]$ cluvfy stage -pre dbinst -n server2 -r 11gR2
    5) [oracle@server1 ~]$ /u01/app/oracle/product/11.2.0/dbhome_1/oui/bin/addNode.sh -silent CLUSTER_NEW_NODES={server2}
    6) cd $ORACLE_HOME/bin
    chgrp asmadmin oracle
    chmod 6751 oracle
    ls -l oracle
    7) [oracle@server1 ~]$ /u01/app/oracle/product/11.2.0/dbhome_1/bin/dbca -silent -addInstance -nodeList server2 -gdbName ORCL -instanceName ORCL2 -sysDBAUserName sys -sysDBAPassword oracl
    Best Regards,
    Shishir Tekade.
    My Blog: http://shishirtekade.blogspot.com

  • OS X issue with 10g, dbca won't run due to classChangeError

    I am trying to install oracle 10g on my powerbook G4 (1gb) and I keep getting the same problem with the database creation assistant (dbca). I am running OS X 10.3.6 and xCode 1.5. The installation goes fine with no issues but the at the point of launching dbca, I get the following error;
    shadow:~ oracle$ dbca
    Exception in thread "main" java.lang.IncompatibleClassChangeError
            at oracle.sysman.assistants.util.attributes.InitParamAttributes.fillCharacterSets(InitParamAttributes.java:1999)
            at oracle.sysman.assistants.util.attributes.InitParamAttributes.<init>(InitParamAttributes.java:446)
            at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:239)
            at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:608)
            at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:200)
            at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
            at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:155)
            at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:93)
            at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:175)
    My environment is
    shadow:~ oracle$ env
    SHELL=/bin/bash
    TERM=vt100
    USER=oracle
    ORACLE_SID=JCDB
    ORACLE_BASE=/Users/jcart/Work/oracle/orahome10g
    PATH=/bin:/sbin:/usr/bin:/usr/sbin:/Users/jcart/Work/oracle/orahome10g/bin
    PWD=/Users/jcart/Work/oracle
    SHLVL=1
    HOME=/Users/jcart/Work/oracle
    ORACLE_HOME=/Users/jcart/Work/oracle/orahome10g
    _=/usr/bin/env
    any idea?
    Is there a patch somewhere that I have forgotten?
    regards
    John.

    Apparently windows 2000 does not meet the minimum requirements for QT7.5, so what you need to do is find out what version of QT7 does if one ever did, if not your probably going to have to install QT6.5, which may be the latest version 2000 can run?

  • Oracle Config Tools DBCA DBUA NETCA NETMGR    -Post your issues here

    Hi
    This thread is created to collect user experience with Oracle Config tools
    DBCA DBUA NETCA NETMGR
    You can post your questions,issues and if you come across any bugs you can post here .
    This will be taken into consideration and the fix / solution will be given ASAP .
    Looking forward for your responses .
    Thanks
    Kantha

    Hi,
    I have a Sun SPARC box . There are 7 instances 2 in 9.2.0.8 and 5 in 10.2.0.1 upgraded earlier than my joining. I want to upgrade one of the 9.2.0.8 databases.
    The database to upgarde is up and running and can be connected through listener.
    I login as the owner of ora10g and start dbua. It shows me all the 7 databases but when I select the database to upgrade it throws the following info :
    [b]The Upgrade Assistant Failed in bringing up the database xxxx. Oracle Home /oracle/9.2.0.8 obtained from /etc/oratab was used to connect to the database. Either the database is not running from Oracle Home /oracle/9.2.0.8 or correct Initialization pfile was not found.
    It then asks for pfile. -----------------------------------
    The database is up and running.The Oracle home is also correct in Oratab file.
    I checked the sqls.log file
    It has info like
    set heading off
    set pagesize 0
    set feedback off
    set linesize 2048
    set sqlprompt 'SQL_ENGINE_END_OF_SQL'
    show sqlprompt
    set sqlprompt 'SQL>'
    set sqlprompt 'SQL>';
    set heading off
    set pagesize 0
    set feedback off
    set linesize 2048
    set sqlprompt 'SQL_ENGINE_END_OF_SQL'
    show sqlprompt
    set sqlprompt 'SQL>'
    connect /****** as SYSDBA
    select count(*) from v$instance;
    set heading off
    set pagesize 0
    set feedback off
    set linesize 2048
    set sqlprompt 'SQL_ENGINE_END_OF_SQL'
    show sqlprompt
    set sqlprompt 'SQL>'
    Please help on this issue . Y cant the DBUA see that database is up?

  • Issue At the time of Creating ASM instance through DBCA For 11g RAC  db :

    Hi,
    I have configured two node RAC with OEL5.
    I have installed below software successfully under different home locations.
    1) Clusterware :
    2) ASM
    3) Database
    I want to run ASM instance under separate home but when i am executing dbca from ASM home location to create asm i am facing a problem which is not traceable by me. Please help me if any body has any idea on it.
    Problem:
    Sometime(displayed below) ASM instance is running from node 1 and some times from node 2. At a time ASM in both instance is not in online state. At the end dbca is displaying ORA-01034: ORACLE not available. Please let me know what may be the exact reason for this.
    1) State 1
    Name Type Target State Host
    ora....SM1.asm application ONLINE ONLINE mac1
    ora....C1.lsnr application ONLINE ONLINE mac1
    ora.mac1.gsd application ONLINE ONLINE mac1
    ora.mac1.ons application ONLINE ONLINE mac1
    ora.mac1.vip application ONLINE ONLINE mac1
    ora....SM2.asm application ONLINE OFFLINE
    ora....C2.lsnr application ONLINE ONLINE mac2
    ora.mac2.gsd application ONLINE ONLINE mac2
    ora.mac2.ons application ONLINE ONLINE mac2
    ora.mac2.vip application ONLINE ONLINE mac2
    2)Name Type Target State Host
    ora....SM1.asm application ONLINE OFFLINE
    ora....C1.lsnr application ONLINE ONLINE mac1
    ora.mac1.gsd application ONLINE ONLINE mac1
    ora.mac1.ons application ONLINE ONLINE mac1
    ora.mac1.vip application ONLINE ONLINE mac1
    ora....SM2.asm application ONLINE ONLINE mac2
    ora....C2.lsnr application ONLINE ONLINE mac2
    ora.mac2.gsd application ONLINE ONLINE mac2
    ora.mac2.ons application ONLINE ONLINE mac2
    ora.mac2.vip application ONLINE ONLINE mac2
    With Regards,
    SNP

    Yes you are right , I have to make to sure stock budget doesn't get credited.
    If you remember in one of my other threads, i wanted to derive commitment item from Matl grp, it was for this purpose. I will derive commitment through matl group at the time of procurement / GR etc and assign a dummy commitment item to stock a/cs. Where as i will derive a consumption commiment item from consumption GLs.
    Thank you
    Chris

  • Issue on DBCA

    hi everyone,
    im trying to create a database for 3 node cluster using DBCA during database creation when it reaches 70% i get blank or empty pop up window with no warnings or errors when i click ok it stops the database creation. I m using ASM for file management and all datafiles will go to data. It looks like it creates datafiles in data but when it about to create instance it give me this error. Please let me know what should i have to do. i tried on single node and for file storage i used local storage and it created the databas but when i tried for all 3 nodes then it happens. Please guide me. thnx

    Hi user652788
    To verify whether your system meets all of the criteria for creating a database or for making a database configuration change, use the pre-check command for the Database Configuration stage as follows:
    cluvfy stage -pre dbcfg -n node_list -d oracle_home [-verbose]
    Can you please give us the result of that command ?
    Thanks

  • Issues running dbca

    Hello I am trying to create dbconsole but when I ran dbca it is throwing this error. I have X session open and exported my display. I also tried creating the dbconsole manually it did not work.
    I am on Linux x86_64
    DB version = 10.2.0.4
    Em Configuration Assistant version = 10.2.0.1
    $ dbca
    Can't get a listener LISTENER Exception: oracle.net.config.ListenerException: TNS-04412: A problem reading or writing an address
    caused by: oracle.net.config.SOExceptionConfig: TNS-04413: A shared object was found in the subtree
    Xlib: connection to "localhost:11.0" refused by server
    Xlib: PuTTY X11 proxy: MIT-MAGIC-COOKIE-1 data did not match
    Exception in thread "main" $
    Thanks

    $ lsnrctl service
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 19-MAY-2010 16:11:44
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=az18u2995.dcwshared.honeywell.com)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "SMTAQ" has 1 instance(s).
    Instance "SMTAQ", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "SMTAQXDB" has 1 instance(s).
    Instance "SMTAQ", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: az18u2995.dcwshared.honeywell.com, pid: 30623>
    (ADDRESS=(PROTOCOL=tcp)(HOST=az18u2995-fwd.dcwshared.honeywell.com)(PORT=23975))
    Service "SMTAQ_XPT" has 1 instance(s).
    Instance "SMTAQ", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    $
    $ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 19-MAY-2010 16:11:20
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=az18u2995.dcwshared.honeywell.com)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date 19-MAY-2010 15:10:10
    Uptime 0 days 1 hr. 1 min. 10 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/10.2.0/network/admin/listener.ora
    Listener Log File /oracle/10.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=az18u2995-fwd.dcwshared.honeywell.com)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "SMTAQ" has 1 instance(s).
    Instance "SMTAQ", status READY, has 1 handler(s) for this service...
    Service "SMTAQXDB" has 1 instance(s).
    Instance "SMTAQ", status READY, has 1 handler(s) for this service...
    Service "SMTAQ_XPT" has 1 instance(s).
    Instance "SMTAQ", status READY, has 1 handler(s) for this service...
    The command completed successfully
    $ env | sort
    _=*1828*/bin/env
    ASTFEATURES=UNIVERSE - ucb
    A__z="*SHLVL
    DISPLAY=localhost:11.0
    EDITOR=vi
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=az18u2995.dcwshared.honeywell.com
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    MSM_HOME=/usr/local/MegaRAID Storage Manager
    MSM_PRODUCT=MSM
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle/10.2.0
    ORACLE_SID=SMTAQ
    PATH=/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oracle/bin:/usr/bin/X11R6:/sbin:/oracle/10.2.0/bin
    PWD=/oracle/10.2.0/network/admin
    SHELL=/bin/ksh
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    TERM=xterm
    TNS_ADMIN=/oracle/10.2.0/network/admin
    USER=oracle

  • DBCA can not use ASM for database storage due to following reason: Could no

    Hi
    I've a recently installed RAC11gR2(11.2.0.3) on HP-UX
    I installed Grid Infrastructure with grid user:
    Node1: # id grid
    uid=1100(grid) gid=1000(oinstall) groups=1031(dba),1021(asmdba)
    Node2: # id grid
    uid=1100(grid) gid=1000(oinstall) groups=1031(dba),1021(asmdba)
    I installed the Oracle Server with oracle user:
    Node1: # id oracle
    uid=1101(oracle) gid=1000(oinstall) groups=1031(dba),1021(asmdba),1033(oper)
    Node2: # id oracle
    uid=1101(oracle) gid=1000(oinstall) groups=1031(dba),1021(asmdba),1033(oper)
    All related Grid Infrastructure is functioning well in both nodes:
    $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE node03
    ora.FRA.dg ora....up.type ONLINE ONLINE node03
    ora....ER.lsnr ora....er.type ONLINE ONLINE node03
    ora....N1.lsnr ora....er.type ONLINE ONLINE node04
    ora.asm ora.asm.type ONLINE ONLINE node03
    ora.cvu ora.cvu.type ONLINE ONLINE node04
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora....network ora....rk.type ONLINE ONLINE node03
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE node03
    ora.scan1.vip ora....ip.type ONLINE ONLINE node04
    ora....SM1.asm application ONLINE ONLINE node03
    ora....03.lsnr application ONLINE ONLINE node03
    ora....d03.gsd application OFFLINE OFFLINE
    ora....d03.ons application ONLINE ONLINE node03
    ora....d03.vip ora....t1.type ONLINE ONLINE node03
    ora....SM2.asm application ONLINE ONLINE node04
    ora....04.lsnr application ONLINE ONLINE node04
    ora....d04.gsd application OFFLINE OFFLINE
    ora....d04.ons application ONLINE ONLINE node04
    ora....d04.vip ora....t1.type ONLINE ONLINE node04
    $
    The ASM instance are running well in both nodes
    Connected with oracle user, the listener has registered perfectly the ASM instance in each node:
    $
    $ lsnrctl status
    LSNRCTL for HPUX: Version 11.2.0.3.0 - Production on 16-MAY-2012 15:41:06
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for HPUX: Version 11.2.0.3.0 - Production
    Start Date 16-MAY-2012 15:24:19
    Uptime 0 days 0 hr. 16 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/node03/listener/alert/log .xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=16.0.0.133)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=16.0.0.136)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    $
    $
    DATA & FRA disk group are created:
    $
    $ echo $ORACLE_SID
    +ASM1
    $
    $ asmcmd
    ASMCMD>
    ASMCMD> ls -lt
    State Type Rebal Name
    MOUNTED EXTERN N DATA/
    MOUNTED EXTERN N FRA/
    ASMCMD>
    ASMCMD>
    The big issue is... that the DBCA can not see the diskgroups. When I choose ASM Storage it can not see them. It shows the chart in blank and if i try to write the disk group, so the following message appears: can not use ASM for database storage due to following reason: Could not connect to ASM due to following error: ORA-01034 ORACLE not available
    What can be passing in this case... ?
    Thanks in advance

    Thanks both
    Really the problem initially was because of this:
    [INS-06006] Passwordless SSH connectivity not set up between the following node(s): [node1, node2]. CVU may reports "PRVF-4007 : User equivalence check failed for user "user"" for same error
    and I had to install node1 first and after node2 manually and perhaps for this the product was not well linked.
    I resolved the problem establishing the keys with the wizard and after copying the following files from node1 to node2
    /home/grid/.ssh -------> /home/grid/.ssh
    authorized_keys
    known_hosts
    This is the procedure if you run the wizard at the node1.
    The problem is that the wizard creates the keys incompletely...
    Thanks

  • Issues while Add / Delete RAC Node in Oracle 10g R2

    Hi,
    I have an requirement to add a New Node in the existing 2 Node RAC at Production, where 1 Node is Active & other one is passive due to licence issue & cannot keep both the nodes as active. Due to performance issues (Memory , CPU Cores ..etc) we are adding another new node.
    Right now we are planning to add a 3rd database node making the new node as active and current active one as passive which is a swap & later on after final observation delete and decommission the current passive node.
    This activity is checked at the Dev database with the same infrastructure (OS + Memory ..etc) but want to check what is the best approach (or) challenges we face during the RAC Node Addition / Deletion
    RAC DB Version : 10.2.o.4
    OS Version : RHEL 5.8
    (1) Is the approach is right one , First Adding the node & later on delete
    (2) If the approach is the correct , what would be the behavious of the 3rd node in means of active (or) passive
    (3) We have taken RMAN backup , OS backup , CRS , ORACLE_HOME , ASM_Home backup , OCR & VD.
    (4) Could you please give detail steps for adding / deleting node in 10g R2.
    (5) Are they any known bugs to us with the DB release (or) OS while performing this activity.
    Since this is a production machine we want to more proactive . Please correct or add any thing i am missing out ...
    With Thanks,
    Rakesh

    Hello Rakesh,
    Please follow the following steps.
    Node Addition Steps
    1. Install and configure OS and hardware for new node.
    2. Add Oracle Clusterware to the new node.
    3. Configure ONS for the new node.
    4. Add ASM home to the new node.
    5. Add Databse home to the new node.
    6. Add a listener to the new node.
    7. Add ASM instance to the New Node.
    8. Add a database instance to the new node.
    Details of steps
    1. run cluvfy to verify whether New node is ready for addition or not.
         $ cluvfy stage -pre crsinst -n node2
    2. from node1, execute
              $/u01/app/crs11g/oui/bin/addNode.sh
    3. Specify node2 vip address and follow instructions.
    4. In the last of installtion it may through an wornig and will ask to click on YES. click on YES
    5. from node1,
              /u01/app/crs11g/bin/racgons add_config node2:6200
    6. from Node1,set ORACLE_HOME=ASM_HOME and then execute addNode.sh from $ASM_HOME/oui/bin and Follow instrusctions.
    7. From node1, set ORACLE_HOME=DB_HOME and then
         /u01/app/oracle/product/11.1.0/db_1/oui/bin/addNode.sh
         and Follow instructions.
    8. from node2 start NETCA and configure listener for new node. While configuring Listener select the name of new node.
    9. from node1 start dbca from ASM Home to configure ASM instance for new node.
    10. Again from node1 start dbca from DB Home to add DB instance
    Node deletion Steps
    1. Delete the Database instance on the node to be deleted.
    2. Clean up the ASM instance.
    3. Remove the listener from the node to be deleted.
    4. Remove the node from the database.
    5. Remove the node from ASM.
    6. Remove ONS configuration from the node to be deleted.
    7. Remove the node from the clusterware
    Details of Steps
    1. Remove database Instance of node2
         Dbca -> instance Management -> delete instance -> password for sys -> select node -> finish.
    2. Stop asm for node2 from any nodes.
         $srvctl stop asm –n node2
    3. Remove asm for node2
         $ srvctl remove asm -n node2
    4. Remove Listener from Node2 using NETCA.
    5. From Node2:
              ./runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=node2" -local
    6. From Node2, start runinstaller from Oracle_DB_Home/oui/bin, and remove "DB_HOME"
         $ ./runinstaller
         On the WELCOME Screen -> Deinstall product -> Select dbhome name (OraDb10g_Home1) -> Remove
    7. From Node1:
              ./runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=node1"
    8. From Node2, set Oracle_Home to asm_1 and then fire:
              ./runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=node2" -local
    9. From Node2, start OUI and deinstall ASM Home.
    10. From Node1, Set ORACLE_HOME= /u01/app/oracle/product/11.1.0/asm_1
    11. From Node1: from /u01/app/oracle/product/11.1.0/asm_1/oui/bin, start OUI
              ./runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=node1"
    12. From Node2: as a root user (#) execute rootdelete.sh from /u01/app/crs11g/install
         # /u01/app/crs11g/install/rootdelete.sh
    13.From Node-1 first find out the node numbers
         # /u01/app/crs11g/bin/olsnodes -n
         output : node1 1
              node2 2
    14. From Node-1 as a root user (#):
         # /u01/app/crs11g/install/rootdeletenode.sh node2[Node_Name] 2[node_no]
         output:
              CRS nodeapps are deleted successfully
              clscfg: EXISTING configuration version 4 detected.
              clscfg: version 4 is 11 Release 1.
              Node deletion operation successful.
              'node2' deleted successfully
    15. From Node2 set ORACLE_HOME=CRS_HOME and then execute
         $$ORACLE_HOME/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=node2" CRS=TRUE -local
    16. ./runInstaller and remove CRS_HOME
    17. From Node-1:
         $ /u01/app/crs11g/oui/bin/runInstaller -updateNodeList ORACLE_HOME=$ORACLE_HOME "CLUSTER_NODES=node1" CRS=TRUE
    18. check node is deleted from ./crs_stat -t

  • DBCA did not see the ASM disk group in NODE 2 but see in NODE 1

    Are there anyone who encountered creating a database using DBCA with ASM as file system?
    Our issue before is in both nodes the DBCA did not see the ASM disk group.
    But after setting the TNS_ADMIN in both nodes and running the DBCA as administrator in Node 1, the DBCA able to see now the ASM disk group. Unfortunately, in Node 2 it didn't work out?
    So we didn't know why is it from Node 2, the DBCA still didn't see the ASM disk group?Since it is both the same.
    Any ideas? Please advise.
    For you information, we are using Windows 64-bit, Oracle 11g R2
    Thank you in advance for those who will respond.
    Edited by: 822505 on Dec 20, 2010 7:47 PM

    822505 wrote:
    Are there anyone who encountered creating a database using DBCA with ASM as file system?
    Our issue before is in both nodes the DBCA did not see the ASM disk group.
    But after setting the TNS_ADMIN in both nodes and running the DBCA as administrator in Node 1, the DBCA able to see now the ASM disk group. Unfortunately, in Node 2 it didn't work out?
    So we didn't know why is it from Node 2, the DBCA still didn't see the ASM disk group?Since it is both the same.
    Any ideas? Please advise.
    For you information, we are using Windows 64-bit, Oracle 11g R2
    Thank you in advance for those who will respond.
    Are the disks given to the ASM are visible from Node2?
    Aman....

  • Asm does not start on node2

    I am trying to build a oracle rac as a test environment at home
    I have three desktops
    a) node1
    b) node2
    c) openfiler
    I am using Jeffrey hunter's website for instructions on Oracle Rac 10g install using openfiler for iscsi
    node1,node2 is configured for 10.2.0.1
    When I do the create database with dbca I am getting a message
    unable to start asm on node2
    The change that I made in the install is as follows
    node 1 has two network cards eth0-100 mbps - public ip address and eth1-1Gbit private ip address
    node 2 has two network cards eth1-100 mbps - public ip address and eth0- 1gbit private ip address
    when linux install was done it automatically assignmed eth0 to the 1gb nic card on node 2
    Do you think that this is the issue ?
    I post below some part of the asm alert log of node2
    LICENSE_SESSIONS_WARNING = 0
    Interface type 1 eth1 192.168.2.0 configured from OCR for use as a cluster interconnect
    WARNING 192.168.2.0 could not be translated to a network address error 1
    Interface type 1 eth0 192.168.1.0 configured from OCR for use as a public interface
    WARNING: No cluster interconnect has been specified. Depending on
    the communication driver configured Oracle cluster traffic
    may be directed to the public interface of this machine.
    Oracle recommends that RAC clustered databases be configured
    with a private interconnect for enhanced security and
    performance.

    I tried various methods but it did not work.
    so to resolve the issue since this is a test environment at home I decided to reinstall the whole setup again.
    Of course when I installed the Linux o/s (Centos 5.3) the eth0 was detected as the 1Gbps card and the eth1 was detected as 100mbps card of the motherboard.
    So I swapped them by de-activating them and logging in as root and opening these files
    vi /etc/sysconfig/network-scripts/ifcfg-eth0
    vi /etc/sysconfig/network-scripts/ifcfg-eth1
    and swapping the lines
    HWADDR=<mac address>
    from both files.
    I activated the cards again and voila - the eth0 is now the 100mbps card and the eth1 is the 1Gbps card
    I am having a small doubt with the documentation of Jeffrey Hunter
    the doubt is
    At the start of the documentation in the o/s network config section
    on linux2 he specifies
    eth0 -IPv4 Address: 192.168.1.101/ Prefix (Netmask): 255.255.255.0
    eth1:-IPv4 Address: 192.168.2.101/ Prefix (Netmask): 255.255.255.0
    When vipca fails
    His documentation is as follows
    quote
    [root@linux2 ~]# /u01/app/crs/bin/oifcfg setif -global eth0/192.168.1.0:public
    [root@linux2 ~]# /u01/app/crs/bin/oifcfg setif -global eth1/192.168.2.0:cluster_interconnect
    [root@linux2 ~]# /u01/app/crs/bin/oifcfg getif
    eth0 192.168.1.0 global public
    eth1 192.168.2.0 global cluster_interconnect
    Now - my question is why the difference between
    eth0 -IPv4 Address: *192.168.1.101*/ Prefix (Netmask): 255.255.255.0
    eth1:-IPv4 Address: *192.168.2.101*/ Prefix (Netmask): 255.255.255.0
    and
    [root@linux2 ~]# /u01/app/crs/bin/oifcfg setif -global eth0/192.168.1.0:public
    [root@linux2 ~]# /u01/app/crs/bin/oifcfg setif -global eth1/192.168.2.0:cluster_interconnect
    Jeffrey hunter's documentation link is below
    ===========================
    http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_12.shtml
    Please help me out with this issue - Thanks a lot....
    Edited by: user8523360 on Jan 14, 2010 8:22 AM
    My Host file is as follows
    ===============
    # Public Network - (eth0)
    192.168.1.100 linux1
    192.168.1.101 linux2
    # Private Interconnect - (eth1)
    192.168.2.100 linux1-priv
    192.168.2.101 linux2-priv
    # Public Virtual IP (VIP) addresses - (eth0:1)
    192.168.1.200 linux1-vip
    192.168.1.201 linux2-vip
    # Private Storage Network for Openfiler - (eth1)
    192.168.1.195 openfiler1
    192.168.2.195 openfiler1-priv
    Edited by: user8523360 on Jan 14, 2010 8:26 AM

Maybe you are looking for

  • Can't add files to iTunes library - nothing happens

    I used a tool to remove embedded artwork from MP3s (since you can't do this for more than 1 MP3 at a time with iTunes). When this tool was running, it crashed. I've found 3 albums that won't work in iTunes anymore. iTunes acts like it's adding it but

  • IPod to car via mini jack

    Hi We hate connecting the iPod via the FM transmitter. So we bought a car stereo with a direct mini plug input on the front, and connected the iPod with a mini plug stereo cable. All was good for about 2 weeks, but then we started getting sound inter

  • Fixing a TV series download problem?

    I have had no problems in the past downloading. But lately, when I tried to download a tv series (24 and grey's) I get an error message -3253. Not sure what this is and the Itunes help has not been able to solve it. Downloads seem to work fine till a

  • Power Injector State

    We have 1131 LWAP's and WCS v.5.0.56.2 On the controller you have a checkbox when configuring AP's that enables the AP's to override the POE capabilities of the switch. I've been searching in the WCS for the same checkbox, but cant find it. Has Cisco

  • About static class

    Dose Java has Static class? What is diff between static class and a final class which all method are static in java?