フィールドが無効なため、FC LIFを作成できません。エラーが発生しました
環境
- ONTAP 9.x
- AFF-C800
- FAS8040
- バージョンノコンザイ
問題
- GUIでの取得でFC LIFを作成できない
Invalid field error
- コマンドを使用してCLIからFC LIFを作成した場合も同じエラーが表示されます
network interface create
。
Cluster:user.name :: network interface create -vserver <vs_name> -lif <lif_name> -data-protocol fcp -home-node AFFC800-2 -home-port 2a -status-admin up
:: Error: invalid field
- iSCSI LIFが作成されました。エラーはありません。
- 下位のバージョンのノードにLIFを作成し、下位のバージョンのノードから上位のバージョンのノードにLIFを移動しようとしましたが、同じエラーで失敗しました。
Cluster::> net interface create -vserver <vs_name> -lif test_lif -role data -data-protocol fcp -home-node FAS8040-02 -home-port 0e
(network interface create)
Cluster::> net int modify -vserver <vs_name> -lif test_lif -status-admin down
(network interface modify)
Cluster::> net int modify -vserver <vs_name> -lif test_lif -home-node AFFC800-2 -home-port 2a
(network interface modify)
Warning: This command will move FCP LIF "test_lif" from FCP adapter "0e" on node "FAS8040-02" to FCP adapter "2a" on node "AFFC800-2", however these adapters belong to different FC fabrics ("10:00:xx:xx:xx:xx:5b:90" and "10:00:xx:xx:xx:xx:79:38").
Do you want to continue? {y|n}: y
Error: command failed: Failed to modify the home-port: invalid field.
Cluster::>