SnapCenter サーバーでスケジュールされたタスクが実行されていません
環境
SnapCenter サーバー (SC) < 6.x
問題
- SnapCenter のクローンライフサイクル、セカンダリバックアップの削除、Windows タスクスケジューラでスケジュールされたジョブのパージなどのタスクは、SnapCenter Server 上で SnapCenter UI にエラーを表示せずに実行が停止します。
- ジョブは、SnapCenter UI、SQL Agent (クローンライフサイクル)からトリガーした場合、またはジョブ構文をコピーして PowerShell から直接実行した場合(ドメインユーザーとしてログイン済み)は正常に実行されます。
joblauncher.log(C:\Program Files\NetApp\SnapCenter\SMCore\log)は、ジョブが起動されると、コマンドレットの名前(クローンライフサイクルジョブの場合は「New-SmClone」)が認識されないというエラーを返します。
2023-05-03T03:30:02.1925276-05:00 DEBUG Smcore PID=[364] TID=[1] Enter Job Launcher2023-05-03T03:30:02.7081557-05:00 ERROR Smcore PID=[364] TID=[1] An error occurred while invoking the powershell cmdlet.System.Management.Automation.CommandNotFoundException: The term 'New-SmClone' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.at System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)at System.Management.Automation.RunspaceInvoke.Invoke(String script, IEnumerable input, IList& errors)at SnapMgrHelper.SmPsHelper.InvokeCmdlet(String strCmdlet, Collection`1& result, IList& lstErrors)2023-05-03T03:30:02.7081557-05:00 ERROR Smcore PID=[364] TID=[1] ErrorCode (-1), ErrorMessage (The term 'New-SmClone' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.)