メインコンテンツまでスキップ

SCSQL CLMが完了するまでに1時間以上かかるのはなぜですか?

Views:
7
Visibility:
Public
Votes:
0
Category:
snapcenter
Specialty:
snapx
Last Updated:

環境

SnapCenter 、4.5以上
SnapCenter Plug-in for Microsoft SQ:L(SCSQL)、バージョン4.5以上
クローンライフサイクル管理(CLM)バージョン4.5以降

回答

クローニングされたデータベースに対してMicrosoft SQL Serverがいったん起動したらリカバリ処理を実行する必要がある場合は、処理にかかる時間が長くなります。  この状況が発生したかどうかを確認するには、クローニングしたデータベースのデスティネーションであるSQL Serverのアプリケーションイベントログを確認します。  以下のようなエントリがあります。
 
11/8/2022 9:54:21 254 Information sql1.demo.netapp.com MSSQLSERVER  3450    Recovery of database '__Clone__0474ee5f-58c7-4fa6-b86e-0d5d261d5414' (13) is 0%% complete (approximately 337528 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
 
.
.
.
 
11/8/2022 11:29:22 941 Information sql1.demo.netapp.com  MSSQLSERVER  3450    Recovery of database '__Clone__0474ee5f-58c7-4fa6-b86e-0d5d261d5414' (13) is 99%% complete (approximately 1 seconds remain). Phase 3 of 3. This is an informational message only. No user action is required.
 
.
.
.
 
11/8/2022 11:29:24 879 Information sql1.demo.netapp.com MSSQLSERVER   3014      RESTORE DATABASE successfully processed 0 pages in 6396.332 seconds (0.000 MB/sec).

このとき、SQL Serverが実行していたプロセスを説明するInformationイベントが必要です。  たとえば、次のいずれかは、トランザクションがロールバックされたことを示します。

11/8/2022 11:29:23 644 Information sql1.demo.netapp.com MSSQLSERVER  3407    7 transactions rolled back in database '__Clone__0474ee5f-58c7-4fa6-b86e-0d5d261d5414' (13:0). This is an informational message only. No user action is required.

追加情報

'recovery of database'プロセス中に発生した問題の詳細が必要な場合は、Microsoftにケースをオープンしてください。
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.
Scan to view the article on your device