I got following error when I was trying to configure a user defined policy set using a policy set definition file.
[grid@host01 ~]$ crsctl modify policyset -file policy.txt
CRS-2917: The ‘Free’ server pool cannot be removed from the system.
CRS-4000: Command Modify failed, or completed with errors.
- I tried to diagnose the error using oerr as follows:
[grid@host01 ~]$ oerr CRS 2917 2917, 1, "The '%s' server pool cannot be removed from the system." // *Cause: The command to remove the server pool from the policy set // would have caused it to be removed from the system completely. // *Action: Reissue the 'crsctl modify policyset' command with the -ksp option.
- I reissued the command with -ksp option as advised
[grid@host01 ~]$ crsctl modify policyset -file policy.txt -ksp
- The command succeeded successfully.
I hope this post was useful.
Your commands and suggestions are always welcome.
——————————————————————————-
Related Links :
Hi Mam,
Thanks for your blog for learner like us,
I want to install Oracle 12c Rac implementation on virtual box do you have the procedure.
Thanks.
Hi Abdul,
The procedure is same as 11g r2 rac. Only difference is you can now create leaf nodes in addition to the hub nodes (conventional nodes) as well.
Regards
Anju Garg
Hi mam,
while installing 11gr2rac i did not had dns machine implemented with 2 nodes and shared disks in virtual box ,tried the same way for 12c but while installing Grid Home the user equivelance test(ssh keygens) were not generating and throwing error and was not able to procedd further,so i was struck..
Thanks.
Hi Abdul,
What error are u getting while setting up user equivalence?
regards
Anju Garg
Sorry mam for delay,the error no was
INS-06006- passwordless ssh connectivity not set up between the following nodes or they were not reachable.
The os version is OEL6 update6 64bit and db,grid is 12.1.0.2
It appears that second node is not accessible from first one. Check pinging from OS prompt.
If required chk /etc/hosts or DNS settings
Regards
Anju Garg
i have not configured DNS server as i was not able to find proper doc for configuring dns server for scan ip just given entry in side the /etc/host file the public,private,vip,scan ip
the public and private ips are pinging.
Thanks.
Hi Abdul,
Try to configure ssh connectivity manually and see if you get any error message.
regards
Anju Garg
Hi Mam,
i have agained tried on oel6 update5, both the nodes are pinging but user equivilence test is not passed manually i have tried.
i have noticed this error may occur due to preinstallation rpms.
can u send link for 12c database,rac preinstalltion rpm download links.
Thanks.
Hi Abdul,
Kindly refer to following link :
https://docs.oracle.com/database/121/CWLIN/prelinux.htm#CWLIN170
regards
Anju Garg
Thanks for the link, but previously also i had gone through this docs if i choose
Oracle Linux 6 Preinstallation RPM Without ULN Support
http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64
click the above link for downloading any rpm it is giving file not found output.
Thanks
Hi Abdul
I think you have customized Linux installation and have not installed rpm for openssh which is required to establish ssh connectivity. Just check and install it.
Regards
Anju Garg