Policy Managed and Admin Managed 11gR2 RAC database on the same server.
654755Oct 7 2010 — edited May 22 2012Problem Description: I have policy managed and admin managed 11gr2 RAC database on the same server. When i am trying to start the policy managed RAC database , i am getting
################################################"bash-3.00# ./srvctl start database -d scooby
PRCR-1079 : Failed to start resource ora.scooby.db
CRS-2643: The server pool(s) where resource 'ora.scooby.db' could run have no servers
#################################################
I understand that the server pool where my policy managed database is present does not have any servers.All my servers are under generic pool.
Below is the srvctl status srvpool output:-
##################################
bash-3.00# ./srvctl status srvpool
Server pool name: Free
Active servers count: 0
Server pool name: Generic
Active servers count: 2
Server pool name: scooby
Active servers count: 0.
###################################
Could you please let me know how to move the servers from generic pool to server pool scooby. So that i can start the policy managed RAC database.
Thanks
TMR