Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to start all the resources in oracle clusterware

user00726Mar 16 2010 — edited Mar 17 2010
Hi all,

I am trying to install oracle 10.0.2 on centos using vmware.
$ crs_stat -t
Name           Type           Target    State     Host        
------------------------------------------------------------
ora....M11.asm application    ONLINE    OFFLINE               
ora....C3.lsnr application    ONLINE    ONLINE    rac3        
ora....C3.lsnr application    ONLINE    OFFLINE               
ora.rac3.gsd   application    ONLINE    ONLINE    rac3        
ora.rac3.ons   application    ONLINE    ONLINE    rac3        
ora.rac3.vip   application    ONLINE    ONLINE    rac3        
ora....M12.asm application    ONLINE    OFFLINE               
ora....C4.lsnr application    ONLINE    ONLINE    rac4        
ora....C4.lsnr application    ONLINE    OFFLINE               
ora.rac4.gsd   application    ONLINE    ONLINE    rac4        
ora.rac4.ons   application    ONLINE    ONLINE    rac4        
ora....asm.asm application    OFFLINE   UNKNOWN   rac4        
ora.rac4.vip   application    ONLINE    ONLINE    rac4        
$ 
So how t ostart all the offline resources, actaull i want to configure asm but when i try to configre asm, it is aksing that asm services are not running.....
$ ./crs_start ora.rac4.LISTENER_RAC4.lsnr
Attempting to start `ora.rac4.LISTENER_RAC4.lsnr` on member `rac4`
Start of `ora.rac4.LISTENER_RAC4.lsnr` on member `rac4` failed.
rac3 : CRS-1018: Resource ora.rac4.vip (application) is already running on rac4


CRS-0215: Could not start resource 'ora.rac4.LISTENER_RAC4.lsnr'.

$ ./crs_stop ora.rac4.LISTENER_RAC4.lsnr
Target set to OFFLINE for `ora.rac4.LISTENER_RAC4.lsnr`
$ ./crs_start ora.rac4.LISTENER_RAC4.lsnr
Attempting to start `ora.rac4.LISTENER_RAC4.lsnr` on member `rac4`
Start of `ora.rac4.LISTENER_RAC4.lsnr` on member `rac4` failed.
rac3 : CRS-1018: Resource ora.rac4.vip (application) is already running on rac4


CRS-0215: Could not start resource 'ora.rac4.LISTENER_RAC4.lsnr'.

$ ./crs_stop  ora.rac4.vip 
CRS-1016: Resources depending on 'ora.rac4.vip' are running

CRS-0223: Resource 'ora.rac4.vip' has placement error.

$ ./crs_stop  ora.rac4.vip
CRS-1016: Resources depending on 'ora.rac4.vip' are running

CRS-0223: Resource 'ora.rac4.vip' has placement error.

$ 
host file
[root@rac3 ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1       localhost
10.0.0.47       rac4
192.168.1.11    rac4-priv
10.0.0.43       rac4-vip
10.0.0.50       rac3
192.168.1.13    rac3-priv
10.0.0.44       rac3-vip
::1             localhost6.localdomain6 localhost6
[root@rac3 ~]# 
Please suggest me how to resolve the same error

Edited by: user00726 on Mar 16, 2010 12:32 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2010
Added on Mar 16 2010
9 comments
1,786 views