Issue
The failover task fails due to a time-out error while waiting for recovery appliances that fail to obtain an IP address. This problem can occur if the RocVA is set up to utilize DHCP and it encounters difficulties obtaining an IP address.
Resolution
Check if the network segment selected for JetStream appliances has enough DHCP reservations.
- If the number of DHCP reservations are OK, make sure the MSA can communicate with the Recovery Appliance.
- MSA and RocVA Appliance communication can be verified using the nmap command:
nmap -p 32878 <RocVA_IP>.
- MSA and RocVA Appliance communication can be verified using the nmap command:
Example
[root@fs087-msa1 ~]# nmap -p 32878 10.40.4.120
Starting Nmap 5.51 ( http://nmap.org ) at 2023-11-29 16:33 UTC
Nmap scan report for 10.40.4.120
Host is up (0.0027s latency).
PORT STATE SERVICE
32878/tcp closed unknown
MAC Address: 00:50:56:A8:9E:6E (VMware)
Nmap done: 1 IP address (1 host up) scanned in 4.74 seconds