ONTAP Discussions
ONTAP Discussions
Hello 🙂
I recently configured a metrocluster. The metrocluster itself is up and running, and the "-MC" SVM is running fine. Also the LIFs assigned to that SVM are there but they don't have the iscsi data-protocol assigned.
Anyone seen this issue before?
Best regards,
Toni
Solved! See The Solution
I have to verify it, but maybe I got the solution!
I searched for a replication/confirguration resync option and figured out metrocluster vserver resync -cluster lsc-rzs-11 -vserver lsc-rzs-iscsi resynchronizes the vservers configuration. And now there is the data-protocol:iscsi setting as expected.
After I verfied switchover I will let you now if it's solved.
Hello,
Can you run the below command to verify lif replication was successful:
cluster::>metrocluster check lif show
Thanks
Hi and thank you for the answer. The output of metrocluster check lif is:
lsc-rzp-12::> metrocluster check lif show
Cluster Vserver LIF Check Result
------------------- ----------- ----------- ---------------------- ------
lsc-rzp-12 lsc-rzs-iscsi-mc
lsc-rzs-11a_iscsi1
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11a_iscsi2
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11b_iscsi1
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11b_iscsi2
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11 lsc-rzs-iscsi
lsc-rzs-11a_iscsi1
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11a_iscsi2
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11b_iscsi1
lif-placed-on-dr-node ok
port-selection ok
lsc-rzs-11b_iscsi2
lif-placed-on-dr-node ok
port-selection ok
and here is the output of net int show -instance of an interface:
lsc-rzp-12::> net int show -vserver lsc-rzs-iscsi-mc -lif lsc-rzs-11a_iscsi1 -instance
(network interface show)
Vserver Name: lsc-rzs-iscsi-mc
Logical Interface Name: lsc-rzs-11a_iscsi1
Service Policy: default-data-blocks
Service List: data-core
(DEPRECATED)-Role: data
Data Protocol: none
Network Address: 10.110.111.211
Netmask: 255.255.255.0
Bits in the Netmask: 24
Is VIP LIF: false
Subnet Name: -
Home Node: lsc-rzp-12a
Home Port: a0a-111
Current Node: lsc-rzp-12a
Current Port: a0a-111
Operational Status: up
Extended Status: -
Is Home: true
Administrative Status: up
Failover Policy: disabled
Firewall Policy: data
Auto Revert: false
Fully Qualified DNS Zone Name: none
DNS Query Listen Enable: false
Failover Group Name: Default
FCP WWPN: -
Address family: ipv4
Comment: -
IPspace of LIF: Default
Is Dynamic DNS Update Enabled?: false
Probe-port for Cloud Load Balancer: -
Broadcast Domain: Default
Vserver Type: data
Hm.... Why there is no data-protocol: iSCSI? It is on the original cluster.
Can you try doing a metrocluster vserver resync
I have to verify it, but maybe I got the solution!
I searched for a replication/confirguration resync option and figured out metrocluster vserver resync -cluster lsc-rzs-11 -vserver lsc-rzs-iscsi resynchronizes the vservers configuration. And now there is the data-protocol:iscsi setting as expected.
After I verfied switchover I will let you now if it's solved.
@hmoubara wrote:Can you try doing a metrocluster vserver resync
Thank you. We had the same idea.
So, the problem is solved.
Switchover works as expected.