RPC_S_SERVER_UNAVAILABLE
Results 1 to 6 of 6

Thread: RPC_S_SERVER_UNAVAILABLE

  1. #1
    Join Date
    Apr 2002
    Posts
    2,122

    RPC_S_SERVER_UNAVAILABLE

    Hello,

    I receive the following error what I run the DNSCMD from a remote machine:

    Command failed: RPC_S_SERVER_UNAVAILABLE 1722 0x6BA

    This only happens when I attempt to delete a record. Here is the full command I am entering:

    dnscmd \\servername /recorddelete domain.com hostname A xxx.xxx.xxx.xxx

    When I log onto the server and enter the same command, it completes successfully.

    Any thoughts?

    Thanks,

    TB
    The only barrier to knowledge is the perception that you already have it.

  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,428

  3. #3
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,810
    I don't think you're supposed to use the UNC servername. Use the FQDN instead.

    http://technet.microsoft.com/en-us/l.../cc772069.aspx
    dnscmd dnssvr1.contoso.com /clearcache

  4. #4
    Join Date
    Apr 2002
    Posts
    2,122
    I figured it out. When inputting the servername, leave off the preceeding \\. Use:

    dnscmd servername /recorddelete domain.com hostname A xxx.xxx.xxx.xxx

    instead of:

    dnscmd \\servername /recorddelete domain.com hostname A xxx.xxx.xxx.xxx

    TB
    The only barrier to knowledge is the perception that you already have it.

  5. #5
    Join Date
    Mar 2009
    Location
    Arkham Asylum, Cell 13
    Posts
    11,810
    Ya. That's what I meant. FQDN would have worked too, but not UNC (\\).

  6. #6
    Join Date
    Apr 2002
    Posts
    2,122
    Ahh. Sorry. It would be nice if there were some consistency. DNSCMD doesn't use \\, but NETSH does.....

    TB
    The only barrier to knowledge is the perception that you already have it.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •