Hello,
I have a three node cluster (n1, n2, n3). n1 and n3 are always running, n2 is kind of a cold standby. I just wrote a short script, where n1 or n3 are powering n2 on, when each other node is not available. It's my intention to have a valid quorum (2 of 3). The script works perfectly when two of three nodes are online. But with online one node online, it doesn't work. It seems like the cronjob, which is running the script every 5 minutes, does not start. So my questions are the following:
Can I run cronjobs when I have no valid quorum?
Is there another, way to start the script?
Thanks!
I have a three node cluster (n1, n2, n3). n1 and n3 are always running, n2 is kind of a cold standby. I just wrote a short script, where n1 or n3 are powering n2 on, when each other node is not available. It's my intention to have a valid quorum (2 of 3). The script works perfectly when two of three nodes are online. But with online one node online, it doesn't work. It seems like the cronjob, which is running the script every 5 minutes, does not start. So my questions are the following:
Can I run cronjobs when I have no valid quorum?
Is there another, way to start the script?
Thanks!