I´m running fail-over cluster on SQL 2012 standard. I originally installed all the SQL´s stuff on the same partition, so all executives, dbs, logs and temp are located in the single partition. Now I created several partitions for different purposes (dbs, logs, temp, backup) and I want to move all dbs and other stuff to appropriate partitions. So in my case, changing driver letter is not an option, I think.
Problems;
1. I can deattch and re-attch user database to a desired partition fine, but I can´t do the same thing for logs. It will wine about having cluster shared disks. (all disks are members of the same SQL cluster group)
2. I can´t move system databases at all. I tried to run a query skript for that, but it errors about cluster disks.
Is this possible to archive, or would I need to re-install the cluster?
ps. I also changed drive paths in Server properites in SQL management studio, but I guess it will apply only for the newly created databases?