SYB0010: A Sybase IntelliSnap Backup Fails When Disk Mirroring is Enabled
Symptom
Sybase does not support quiescing the database when the disk mirroring feature is enabled, so the IntelliSnap backup fails.
Resolution
-
Unmirror the disk by using the "retain" mode.
-
Disable disk mirroring
-
Restart the Sybase server.
-
Perform the backup.
-
Enable Disk Mirroring
-
Restart the Sybase server.
-
Remirror the disk.
-
Restart the Sybase server.
Unmirror the Disk Example
The name of the mirrored device is sybase1.
1>disk unmirror name=sybase1
2>go
1>sp_configure "disable disk mirroring",1
2>go
Enable Disk Mirroring Example
1> sp_configure "disable disk mirroring",0
2> go
Remirror the Disk Example
The name of the mirrored device is sybase1.
1> disk remirror
2> name="sybase1"
3> go