[Linux-HA] always have to cleanup LSB script on failover

jeff at bofus.org jeff at bofus.org
Thu Apr 24 22:14:58 MDT 2008


Hello list,

I have an ordered and collocated group that consists of the following 
elements that startup in order:
Resource Group: GROUPS_KNWORKS_mail
    drbddisk_knworks_mail       (heartbeat:drbddisk):   Started asknmapr01
    drbddisk_axigenbin  (heartbeat:drbddisk):   Started asknmapr01
    ip_knworks_mail     (heartbeat::ocf:IPaddr2):       Started asknmapr01
    fs_knworks_mail     (heartbeat::ocf:Filesystem):    Started asknmapr01
    fs_axigen_bin       (heartbeat::ocf:Filesystem):    Started asknmapr01
    ip_knworks_mail_external    (heartbeat::ocf:IPaddr2):       Started 
asknmapr01
    axigen_initscript   (lsb:axigen):   Started asknmapr01
    axigenfilters_initscript    (lsb:axigenfilters):    Started asknmapr01

whenever I failover/migrate the group between nodes, everything works 
just as expected, however the 2 bottom LSB scripts never start.  they 
just stay in "stopped" mode until I run the following commands:

for x in asknmapr01 asknmapr02; do crm_resource -C -r 
axigenfilters_initscript -H $x; done
for x in asknmapr01 asknmapr02; do crm_resource -C -r axigen_initscript 
-H $x; done

These 2 command run cleanup for both scripts, on both nodes.  after I 
run them the scripts start fine without any action from me.  upon 
migration again, the same thing occurs.  I have to "cleanup" the scripts 
once again to get them to run.

Any ideas would be very appreciated.

Thanks!

-Jeff Humes


More information about the Linux-HA mailing list