CVO 配置备份目标 IP 来自错误的连接器接口
适用场景
- NetApp云管理器(连接器)
- 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