where I work we have set up a cluster between two nodes and on both of them there is a Web IIS running with a shared configuration. The next step we are trying to do is clustering their respective IIS, or at least have something that can monitor and manage them.
The problem is that we are trying to achieve this without using any Azure service neither a NLB, so the only way remaining is a ‘Generic Script’ ran as a ‘Role’.
So I followed these instructions https://learn.microsoft.com/it-IT/troubleshoot/developer/webapps/iis/www-authentication-authorization/configure-w3svc-wsfc
but the script doesn’t even run at all, in fact it does give me the error message “Failed to bring the resource ‘scriptName Script’ online.” with the code 0x80020009
I tried to add any permission the cluster could need to operate the script but that doesn’t seem to be the problem. I also tried to edit in “various ways” the fields SITE_NAME and APP_POOL_NAME but nothing progressed.
Am I doing something wrong or is the script “outdated”?