One more daily base SQL Server log message reported
from one of our production server was
I/O
is frozen on database model. No user action is required. However, if I/O is not
resumed promptly, you could cancel the backup.
AND
I/O
was resumed on database DATABASENAME. No user action is required.
First
thing to note is that it’s just a message and not an error and no user action
is required. On investigation for said production server, I found that our
System Administrators has enabled SQL Server backup through VSS (Volume Shadow
Copy Services) and this process actually freeze I/O temporarily to take shadow
copy and release it back once process is complete. How it works read here.
------------------------------------------------------------------------------------
------------------------------------------------------------------------------------
Read More about SQL Server Log Errors/Messages
- SQL Server has encountered 1 occurrence(s) of cachestore flush
- DeviceIoControl failed, error 21
- This instance of SQL Server has been using a process ID of xxxx since mm/dd/yyyy
- SQL Server has encountered occurrence(s) of I/O requests taking longer than 15 seconds to complete
- The time stamp counter of CPU on scheduler id 13 is not synchronized with other CPUs.
Please how can one tell if SQL Server backup through VSS (Volume Shadow Copy Services) is enabled on one server?
ReplyDelete