CVO の構成バックアップターゲットの IP が、間違ったコネクタインターフェイスから送信されています
環境
- NetApp Cloud Manager(コネクタ)
- NetApp Cloud Volumes ONTAP(CVO)
- Microsoft Azure
- Amazon Web Services
- Google Cloud Platform
問題
- 構成バックアップの設定をデフォルトにリセットします。
CVO_CLI::*> system configuration backup settings modify -destination ""
CVO_CLI::*> system configuration backup settings show
Backup Destination URL Username
-------------------------------------------------- -------------
- -
- コネクタをバックアップターゲットにします。
- 設定を確認し、IPをメモします。
CVO_CLI::*> system configuration backup settings show
Backup Destination URL Username
-------------------------------------------------- -------------
http://10.5.20.x/occm/api/occm/system/offbox/XM8mX3GI9bJlbaw8vugk3wag308=MyWorkingEnvironmentID
- コネクタにログインして、バックアップターゲットIPがインターフェイス br-6de9ea303c24と同じサブネット範囲にあることを確認します。想定される動作は、 eth0からIPを取得することです。
[user@MyConnector log]$ ifconfig
br-6de9ea303c24: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.5.20.x netmask 255.255.255.0 broadcast 10.5.20.255
ether 02:42:9b:91:f1:4b txqueuelen 0 (Ethernet)
RX packets 13429 bytes 6680391 (6.3 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11762 bytes 40402443 (38.5 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.xx.x.x netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:6d:17:51:e6 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.x.x.x netmask 255.255.255.0 broadcast 10.8.0.255
ether 00:0d:3a:8f:71:b5 txqueuelen 1000 (Ethernet)
RX packets 55477 bytes 50902167 (48.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 30136 bytes 13904634 (13.2 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0