The FSVIEW Administration Utility is started.
Fileshare now only processes file operations for in-flight transactions. While these transactions are being processed, you can enter backup cancel at the FSVIEW prompt to cancel the backup.
When all sessions have been processed, control is passed to the 78-transactions-newlog clause in fsexitproc.cbl.
when 78-transactions-newlog *> Fileshare is ready to create a new log. *> used when roll forward logging is enabled. *> default it to start new log *> set action to determine what occurs.. *> don't start new log value h"0000". *> start new log value h"0001". continueAt this point, the log file is finalized, the data files are flushed to disk, and if the default action is set, a new log file is created.
when 78-transactions-suspended call "CBL_EXEC_RUN_UNIT" using "diskshadow.exe /s script.dsh " by value 52 by reference runit-run-id by value runit-stack-sz runit-flags returning return-code continue
*> Example script.dsh for use with diskshadow.exe (Windows) #DiskShadow script file set context persistent nowriters set metadata c:\diskshadowdata\example.cab set verbose on begin backup add volume d: alias SystemVolumeShadow create unexpose p: expose %SystemVolumeShadow% p: end backup *> #End of script
When the snapshot has been taken, Fileshare resumes normal transaction processing.