[oracle@node1 ~]$ srvctl add service -d orcl -s myservice -r orcl1 -a orcl2 -P BASICHere we have created service named myservice with preferred instance orcl1 and available instance orcl2. To check all available parameters of service creation :
[oracle@node1 ~]$ srvctl add service -h
[oracle@node1 ~]$ srvctl status service -d orcl -s myservice [oracle@node1 ~]$ srvctl start service -d orcl -s myservice
[oracle@node1 ~]$ srvctl config service -d orcl -s myservice
<br />[oracle@node1 ~]$ srvctl modify service -d orcl -P none<br />
Now lets, check the status with config command
<br />[oracle@node1 ~]$ srvctl config service -d orcl -s myservice<br />
We can see here TAF policy specification is changed to NONE from BASIC
[oracle@node1 ~]$ srvctl stop service -d orcl -s myservice [oracle@node1 ~]$ srvctl remove service -d orcl -s myservice