VMware Cloud Community
tdubb123
Expert
Expert

Command failed: RPC_S_SERVER_UNAVAILABLE 1722 0x6BA

I am trying to update my dns records on all dns servers after a failover with the following but keep getting the
RPC_S_SERVER_UNAVAILABLE error.
any idea?
@echo off
FOR /F "tokens=1" %%A IN ("C:\Program Files (x86)\VMware\VMware vCenter Site Recovery Manager\scripts\callouts\dnsservers.txt") DO (
"C:\Program Files (x86)\VMware\VMware vCenter Site Recovery Manager\scripts\callouts\dns_update.cmd" -srv %%A -srvtype windns -cmd del -fzone xxx.com -hostname test -ip 1.2.3.4
"C:\Program Files (x86)\VMware\VMware vCenter Site Recovery Manager\scripts\callouts\dns_update.cmd" -srv %%A -srvtype windns -cmd add -fzone xxx.com -hostname test -ip 5.6.7.8
Command failed:  RPC_S_SERVER_UNAVAILABLE     1722    0x6BA
Last command failed with exit code 1722
)
0 Kudos
0 Replies