<div dir="ltr"><div><br>Hi, <br><br>I am new in pacemaker, corosync and on this list. <br>I created a cluster (based on "Clusters from Scratch" doc). The DRBD and my filesystem on it work fine. Then I add an oracle and oralsnr resource. But these oracle resources remain stopped. I can start and stop the ora resources well by "pcs resource debug-start". (I can login into database, lsnrctl status ...). Could you help me, why do not these resources start automatically? I do not see errors in "/var/log/cluster/corosync.log", only this:<br><br>Mar  1 10:44:40 xetest1 crmd[12440]: warning: Input I_ELECTION_DC received in state S_INTEGRATION from do_election_check<br>Mar  1 10:44:40 xetest1 pengine[12439]:  notice: On loss of CCM Quorum: Ignore<br>Mar  1 10:44:40 xetest1 pengine[12439]:  notice: Start   fs_drbd1#011(xetest1)<br>Mar  1 10:44:40 xetest1 pengine[12439]:  notice: Start   ora_listener#011(xetest1 - blocked)<br>Mar  1 10:44:40 xetest1 pengine[12439]:  notice: Start   ora_db_xe#011(xetest1 - blocked)<br><br><br>[root@xetest1 /]# pcs status<br>Cluster name: cluster_xetest<br>Stack: corosync<br>Current DC: xetest2 (version 1.1.16-12.el7-94ff4df) - partition with quorum<br>Last updated: Fri Mar  2 10:03:04 2018<br>Last change: Fri Mar  2 10:02:48 2018 by root via cibadmin on xetest1<br><br>2 nodes configured<br>5 resources configured<br><br>Online: [ xetest1 xetest2 ]<br><br>Full list of resources:<br><br> Master/Slave Set: drbd1_sync [drbd1]<br>     Masters: [ xetest1 ]<br>     Slaves: [ xetest2 ]<br> fs_drbd1       (ocf::heartbeat:Filesystem):    Started xetest1<br> ora_listener   (ocf::heartbeat:oralsnr):       Stopped<br> ora_db_xe      (ocf::heartbeat:oracle):        Stopped<br><br>Daemon Status:<br>  corosync: active/disabled<br>  pacemaker: active/disabled<br>  pcsd: active/disabled<br>[root@xetest1 /]#<br><br># I created oracle resources by these commands (OCFMON user also created successful during debug-start)<br><br>pcs -f clust_ora_cfg_tmp resource create ora_listener ocf:heartbeat:oralsnr \<br>  sid="XE" \<br>  home="/u01/app/oracle/product/11.2.0/xe" \<br>  user="oracle" \<br>  listener="LISTENER" \<br>  op monitor interval=30s<br><br>pcs -f clust_ora_cfg_tmp constraint colocation add ora_listener with fs_drbd1 INFINITY<br>pcs -f clust_ora_cfg_tmp constraint order promote fs_drbd1 then start ora_listener<br><br>pcs -f clust_ora_cfg_tmp resource create ora_db_xe ocf:heartbeat:oracle \<br>  sid="XE" \<br>  home="/u01/app/oracle/product/11.2.0/xe" \<br>  user="oracle" \<br>  monuser="OCFMON" \<br>  monpassword="******" \<br>  shutdown_method="immediate" \<br>  op monitor interval=30s<br><br>pcs -f clust_ora_cfg_tmp constraint colocation add ora_db_xe with ora_listener INFINITY<br>pcs -f clust_ora_cfg_tmp constraint order promote ora_listener then start ora_db_xe<br><br>pcs -f clust_ora_cfg_tmp constraint<br>pcs -f clust_ora_cfg_tmp resource show<br><br>pcs cluster cib-push clust_ora_cfg_tmp<br>pcs status<br><br></div>Thanks: lados.<br></div>