OnCommand Workflow Automation で「FlexGroup の拡張は、ONTAP バージョン9.2.0以降を実行しているクラスタでのみ実行できます」というエラーが表示されます。
環境
- OnCommand Workflow Automation 5.0の略
- OnCommand Workflow Automation 5.1.
- ONTAP 9.5
- ONTAP 9.6
- ONTAP 9.7
- ONTAP 9.8
- ONTAP 9.9
- ONTAP 9.10.
問題
- 「WFA pack for managing Clustered Data ONTAP 」をOnCommand Workflow Automation に追加すると、ONTAP 側で「FlexGroup Volume Expand」コマンドが完了しましたが、次のエラーが表示されます。
09:34:39.718 INFO [Expanding An Existing FlexGroup Volume] ***** Workflow Execution Started *****
09:34:39.718 INFO [Search or define] ### Command 'Search or define' - cluster1:: abc101 ###
09:34:39.765 INFO [FlexGroup Volume expand] ### Command 'FlexGroup Volume expand' in 'POWER_SHELL' ###
09:34:42.954 INFO [FlexGroup Volume expand] Get-WfaCredentials -Host xxx.xxx.xxx.xxx
09:34:42.970 INFO [FlexGroup Volume expand] Credentials successfully provided for 'xxx.xxx.xxx.xxx'
09:34:42.985 INFO [FlexGroup Volume expand] Connect-Controller -Type CLUSTER -Name xxx.xxx.xxx.xxx -Credential System.Management.Automation.PSCredential -Vserver -SSLversion TLSv1
09:34:43.016 INFO [FlexGroup Volume expand] Credentials successfully provided for 'xxx.xxx.xxx.xxx'
09:34:43.048 INFO [FlexGroup Volume expand] Connect-NcController (with credentials) -Name xxx.xxx.xxx.xxx -Timeout 60000 -ErrorAction Stop -SSLVersion TLSv1
09:34:44.329 INFO [FlexGroup Volume expand] Connected to cluster node
09:34:44.563 INFO [FlexGroup Volume expand] Expanding a FlexGroup volume: Start-NcVolExpand -ErrorAction Stop -VolumeName vol1 -VserverContext vserver1 -Aggregate abc_ssd_aggr1,xyz_ssd_aggr1
09:34:45.095 ERROR [FlexGroup Volume expand] Failed to Expand the FlexGroup volume: vol1. Message: Expanding of FlexGroup can be possible only on clusters running ONTAP version 9.2.0 and above.
09:34:45.188 ERROR [FlexGroup Volume expand] Command failed for Workflow 'Expanding An Existing FlexGroup Volume' with error : Failed to Expand the FlexGroup volume: vol1. Message: Expanding of FlexGroup can be possible only on clusters running ONTAP version 9.2.0 and above.
09:34:45.188 INFO [FlexGroup Volume expand] ***** Workflow Execution Failed *****
- 階層化オプションを選択した状態で組み込みまたはカスタムのワークフローから「ボリュームの作成」コマンドを実行すると、階層化エラーでコマンドが失敗します。この環境 はFlexGroupとFlexVolの両方に対応します。
17:19:43.403 INFO [Create volume] Connect-Controller -Type CLUSTER -Name xxx.xxx.xxx.xxx -Credential System.Management.Automation.PSCredential -Vserver -SSLversion TLSv1
17:19:43.450 INFO [Create volume] Credentials successfully provided for 'xxx.xxx.xxx.xxx'
17:19:43.512 INFO [Create volume] Connect-NcController (with credentials) -Name xxx.xxx.xxx.xxx -Timeout 60000 -ErrorAction Stop -SSLVersion TLSv1
17:19:45.528 INFO [Create volume] Connected to cluster node
17:19:46.294 INFO [Create volume] Failed to create new volume: volume_name. Message: Creation of Volume with Tiering Policy is possible only on clusters running ONTAP version 9.3.0 and above.
17:19:46.450 INFO [Create volume] Failed executing command. Exception: Failed to create new volume: volume_name. Message: Creation of Volume with Tiering Policy is possible only on clusters running ONTAP version 9.3.0 and above.