SQL HA for Ivanti File Director
So what was the actual issue? File Director only supports
SQL authentication and my always-on cluster had failed over to the second SQL
node. This node didn’t have the SQL account setup on it like the first node did
so the servers were failing to pull their configuration from the database. At
this point I’m kicking myself for not thinking about that.
The fix was actually a step that is sorely missing from any
of the admin guides. Google search came up with this Ivanti article but the
link referenced is broken. https://community.ivanti.com/docs/DOC-44065
Essentially you must export the user name and password from the first node
using SQL scripts and then execute a command on the second node to import the
user account with the same username/password/SID. Here is the corrected link. https://support.microsoft.com/en-us/help/918992
If your currently using File Director in a cluster and using
SQL AlwaysOn make sure your SQL accounts are in sync to prevent an outage like
this one. Hope this helps someone out there.