Ask the Community
Groups
Unable to configure hot backup copies due to ping/icmp being unavailable. - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>Hot backup copy configuration fails because the host is not reachable via ICMP/PING when adding a target to a source.</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p>Run this on source to temporarily override the ping check, then attempt setup again.<br><br>sed -i "s/elif \[ \$ret -eq 1 \]/elif \[ \$ret -eq 100 \]; # Added '`date`' - Workaround for blocked ICMP requests/g" /usr/bp/bin/cmc_replication</p> <h2 data-id="cause"><strong>CAUSE</strong></h2> <p>Hot copy configuration uses ICMP/ping as a requirement.</p> </article> </main>