Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Startup RAC database.
sroesch3_at_attbi.com (Steve) wrote in message news:<efc3f20b.0206011709.31a162e3_at_posting.google.com>...
> "news1.on.sympatico.ca" <luosh_at_hotmail.com> wrote in message news:<8f5K8.18861$Sn2.2524971_at_news20.bellglobal.com>...
> > Hi Gurus,
> >
> > Here is my problem, can anyone give some hints?
> > I installed 9i in three AIX 64 bits unix box. I also create my database use
> > dbca tools with 3 instances each per node. The oracle file system are
> > created on raw device. It went through until postinstallation step, the last
> > step of installcation.
> >
> > Postinstallation already created other 2 groups redo log files for other two
> > instances. But it is hanging due to only one instance startup. the other
> > two are hang. The hanging place is SMON checking dead thread from alert log
> > file.
> >
> > I tried to shut down all instances and restart manually by using sqlplus, I
> > got same result. The funny thing is I can ONLY start one instance from any
> > of three node, but I can not start them all.
> >
> > Is I missed something?
> >
> > I really need get this done for my benchmarking my applications. I
> > appreciated any suggestion .
> >
> > Thank you in advance.
> >
> > Frank Luo
>
> Frank two things:
>
> - Check if cluster_database is set to true.
> - Check if the other redo logs thread are already enabled.
>
> If this doesn help post your alert.log file
>
> Regards
> Steve
Hi Steve,
Thank you for you suggestion. I did these two thing before. Anyway I tried again, It still does not work.
Here is alert file from hanging instance (second one).
Starting up ORACLE RDBMS Version: 9.0.1.3.0. System parameters with non-default values:
processes = 150 timed_statistics = TRUE shared_pool_size = 117440512 large_pool_size = 1048576 java_pool_size = 117440512 resource_manager_plan = SYSTEM_PLAN control_files = /oracle/admin/oradata/marvin_ctrl1, /oracle/admin/oradata/pepe_ctrl1 db_block_size = 32768 db_cache_size = 67108864 compatible = 9.0.0 cluster_database = TRUE cluster_database_instances= 3 thread = 2 fast_start_mttr_target = 300 instance_number = 2 undo_management = AUTO undo_tablespace = UNDOTBS2 remote_login_passwordfile= EXCLUSIVE db_domain = instance_name = sdgdb2 dispatchers = (PROTOCOL=TCP)(SER=MODOSE),(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer), (PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)
remote_listener = LISTENERS_SDGNCR background_dump_dest = /oracle/admin/sdgdb/bdump user_dump_dest = /oracle/admin/sdgdb/udump core_dump_dest = /oracle/admin/sdgdb/cdump sort_area_size = 524288 db_name = sdgdb open_cursors = 300
DIAG started with pid=3 LMON started with pid=4 LMD0 started with pid=5 LMS0 started with pid=6 LMS1 started with pid=7 DBW0 started with pid=8 LGWR started with pid=9 CKPT started with pid=10 SMON started with pid=11 RECO started with pid=12
Then It is waiting here forever.
Following is part of init.ora for cluster setting
############################################ Cluster Database
###########################################cluster_database=true
############################################ System Managed Undo and Rollback Segments
###########################################undo_management=AUTO
sdgdb1.instance_name=sdgdb1 sdgdb2.instance_name=sdgdb2 sdgdb3.instance_name=sdgdb3 sdgdb2.instance_number=2 sdgdb1.instance_number=1 sdgdb3.instance_number=3 sdgdb3.thread=3 sdgdb2.thread=2 sdgdb1.thread=1 sdgdb2.undo_tablespace=UNDOTBS2 sdgdb1.undo_tablespace=UNDOTBS sdgdb3.undo_tablespace=UNDOTBS3Received on Mon Jun 03 2002 - 09:28:19 CDT
![]() |
![]() |