Situation:
One of the DB I/O issues encountered, and I found the "Log" file and the "Data" file located at the same folder/ the same LUN.
So I need to move the "Log" file to improve the performance.
Environment: Clustered
Preliminary: move the instance to the other node.
Command: Type the command to move tempdb Log file
ALTER DATABASE TempDB MODIFY FILE (NAME = templog, FILENAME = 'H:\MSSQL\Data\templog.ldf') GO
Then if I want to DELETE the old tempdb.ldf, I have to restart SQL Server service
But I forgot, it's on Clustered environment, so when I opend SSMS, I got an error below