現象
バックアップタスクがExit Code -311 で失敗することがあります。
Exit Code -311が発生した時は、インストールパスのlogsフォルダの該当する<Unixtime>.logを開いてください。
その中に下記のようなエラーが存在している場合は、VSS のエラーによってスナップショットが作成出来なかったことを指します。
エラー例
---- ログ抜粋 ----
01/19/2018 01:22:39.330 VssStart()
01/19/2018 01:22:39.373 Using Common Provider
01/19/2018 01:23:20.701 COM Error(0x80042316): m_pVssObject->StartSnapshotSet(&m_latestSnapshotSetID)
01/19/2018 01:23:20.832 [07/19/2017 10:23:20.701] OUTPUT: - Error text: VSS_E_SNAPSHOT_SET_IN_PROGRESS
01/19/2018 01:23:20.833 {IDS_STRING3025}Could not start VSS Level=ERROR [0]
------------------
このエラーの場合 COM Error(0x80042316) の意味は VSS_E_SNAPSHOT_SET_IN_PROGRESS と分かります。
従って、上記エラーは、既にシャドウコピーの作成が行われておりVSSを使用できなかったことを意味します。
各VSS の主要なエラーは下記になります。
VSS_E_BAD_STATE ( 0x80042301 )
The backup components object is not initialized, this method has been called during a restore operation, or this method has not been called within the correct sequence.
E_OUTOFMEMORY ( 0x8007000E )
Out of memory or other system resources.
VSS_E_PROVIDER_VETO ( 0x80042306 )
Expected provider error. The provider logged the error in the event log.
VSS_E_PROVIDER_IN_USE ( 0x80042307 )
The provider is in use.
VSS_E_OBJECT_NOT_FOUND ( 0x80042308 )
pwszVolumeName does not correspond to an existing volume or remote file share.
VSS_E_VOLUME_NOT_SUPPORTED ( 0x8004230c )
The value of the ProviderId parameter is GUID_NULL and no VSS provider indicates that it supports the specified volume or remote file share.
VSS_E_VOLUME_NOT_SUPPORTED_BY_PROVIDER ( 0x8004230e )
The volume or remote file share is not supported by the specified provider.
VSS_E_OBJECT_ALREADY_EXISTS ( 0x8004230d )
The object is a duplicate. A component with the same logical path and component name already exists.
VSS_E_UNEXPECTED_PROVIDER_ERROR ( 0x8004230f )
The provider returned an unexpected error code. This error code is only returned via the QueryStatus method on the IVssAsync interface returned in the ppAsync parameter.
VSS_E_INVALID_XML_DOCUMENT ( 0x80042311 )
The XML document is not valid. Check the event log for details.
VSS_E_MAXIMUM_NUMBER_OF_VOLUMES_REACHED ( 0x80042312 )
The maximum number of volumes or remote file shares have been added to the shadow copy set. The specified volume or remote file share was not added to the shadow copy set.
VSS_E_FLUSH_WRITES_TIMEOUT ( 0x80042313 )
The system was unable to flush I/O writes. This can be a transient problem. It is recommended to wait ten minutes and try again, up to three times.
VSS_E_HOLD_WRITES_TIMEOUT ( 0x80042314 )
The system was unable to hold I/O writes. This can be a transient problem. It is recommended to wait ten minutes and try again, up to three times.
VSS_E_UNEXPECTED_WRITER_ERROR ( 0x80042315 )
An unexpected error occurred during communication with writers. The error code is logged in the error log file.
VSS_E_SNAPSHOT_SET_IN_PROGRESS ( 0x80042316 )
Another shadow copy creation is already in progress. Occurs when adding a CSV volume to a snapshot set from multiple nodes at the same time, or while adding a scale out share to the snapshot set from multiple SMB client nodes at the same time.
VSS_E_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED ( 0x80042317 )
The maximum number of volumes or remote file shares have been added to the shadow copy set. The specified volume or remote file share was not added to the shadow copy set.
VSS_E_WRITER_INFRASTRUCTURE ( 0x80042318 )
The writer infrastructure is not operating properly. Check that the Event Service and VSS have been started, and check for errors associated with those services in the error log.
VSS_E_WRITER_NOT_RESPONDING ( 0x80042319 )
The writer is not responding.
VSS_E_UNSUPPORTED_CONTEXT ( 0x8004231b )
The context specified by lContext is not supported.
VSS_E_VOLUME_IN_USE ( 0x8004231d )
The bForceDismount parameter was FALSE, and the volume could not be locked.
VSS_E_MAXIMUM_DIFFAREA_ASSOCIATIONS_REACHED ( 0x8004231e )
The maximum number of shadow copy storage areas has been added to the shadow copy source volume. The specified shadow copy storage volume was not associated with the specified shadow copy source volume.
VSS_E_INSUFFICIENT_STORAGE ( 0x8004231f )
The system or provider has insufficient storage space. If possible delete any old or unnecessary persistent shadow copies and try again. This error code is only returned via the QueryStatus method on the IVssAsync interface returned in the ppAsync parameter.
VSS_E_REBOOT_REQUIRED ( 0x80042327 )
The provider encountered an error that requires the user to restart the computer.
回避策
VSS Error の場合、Windowsのイベントログなどから原因を調査する必要があります。
対象製品
- ActiveImage Protector 3.5 / 2016 / 2018 / 2022 Windows
- ActiveImage Protector 4 / 5
コメント
0件のコメント
記事コメントは受け付けていません。