Hello Team,
We are trying to create peer cluster setup using Ontap simulator 9.12.1.
We have 2 node cluster setup and created logical interface on cluster1 to communicate using command :
Cluster991::> net interface create -vserver Cluster991 -lif Cluster991-01_LIF1 -address 192.168.32.119 -service-policy default-management -netmask 255.255.240.0 -home-node Cluster991-01 -home-port e0d -status-admin up -failover-policy local-only -firewall-policy mgmt -auto-revert true -failover-group Default -is-dns-update-enabled false
After that we tried to create peer cluster setup using command :
Cluster9121::> cluster peer create -address-family ipv4 -peer-addrs 192.168.32.119 -no-authentication true
Error: command failed: The address family IPv4 of the specified peer addresses is not valid in the IPspace "Default":
there are no operational local IPv4 intercluster LIFs available in the "Default" IPspace. Use the "network
interface show" command to verify that required LIFs are present and operational on each cluster node.
IP Address: 192.168.32.119.
Getting above error and configuration is not complete.
Kindly suggest workaround/inputs to make peer cluster setup available.
Thanks in advance.
Regards,
Shubhangi Ranvirkar