Main.cf issue
Dear Experitse Team,
I have the problem when do the change yesterday , I adjust the oraclerac_db2 service group , rename the backup main.cf to main.cf to verify the there is no error then restart the VCS on node , the mount point /db1 and /db2 are online , but the VCS never call the Oracle instance and Listener service. Attachment is the main.cf file. Kindly to check and review the issue.
Thank you
Can you please change AutoStart to 1 in the below Listenr and Oracle resource and then try.
Netlsnr Lsnr_LISTENER_PIAEE (
AutoStart = 0
Critical = 0
Owner = oracle10
Home = "/opt/oracle/product/10.1.0/db_1"
TnsAdmin = "/opt/oracle/product/10.1.0/db_1/network/admin"
Listener @imduaedbs01 = LISTENER_PIAEE_IMDUAEDBS01
Listener @imduaedbs02 = LISTENER_PIAEE_IMDUAEDBS02
MonScript = "./bin/Netlsnr/LsnrTest.pl"
)Oracle Ora_Inst_PIAEE (
AutoStart = 0
Sid @imduaedbs01 = PIAEE01
Sid @imduaedbs02 = PIAEE02
Owner = oracle10
Home = "/opt/oracle/product/10.1.0/db_1"
Pfile @imduaedbs01 = "/opt/oracle/product/10.1.0/db_1/dbs/initPIAEE01.ora"
Pfile @imduaedbs02 = "/opt/oracle/product/10.1.0/db_1/dbs/initPIAEE02.ora"
MonScript = "./bin/Oracle/SqlTest.pl"
)