Ask the Community
Groups
cmc_nas execution failed.ERROR: Failed to start the rpcbind.service service when connecting to backup copy target - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>RPCBIND service unable to start on CentOS 7.x systems</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p>open defect w/ CentOS 7 where rpcbind service will not start if IPV6 is disabled</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p><br>grep net.ipv6.conf.all.disable_ipv6 /etc/sysctl.conf<br>net.ipv6.conf.all.disable_ipv6 = 1<br><br>grep net.ipv6.conf.default.disable_ipv6 /etc/sysctl.conf<br>net.ipv6.conf.default.disable_ipv6 = 1<br><br>changed the below params in /etc/sysctl.conf from 1 to 0:<br><br>grep net.ipv6.conf.all.disable_ipv6 /etc/sysctl.conf<br>net.ipv6.conf.all.disable_ipv6 = 0<br><br>grep net.ipv6.conf.default.disable_ipv6 /etc/sysctl.conf<br>net.ipv6.conf.default.disable_ipv6 = 0<br><br>reboot appliance and on boot confirmed active via:<br>systemctl status rpcbind<br><br>archive media can be mounted again</p> </article> </main>