Questions tagged [rpc]

A remote procedure call (RPC) is an inter-process communication that allows software to cause a subroutine or procedure to execute on another computer.

A remote procedure call (RPC) is an inter-process communication that allows software to cause a subroutine or procedure to execute on another computer without the programmer explicitly coding the details for the remote interaction.

128 questions
1
vote
2 answers

Attempting to ping RPC endpoint 6001/6004 (Exchange Information Store) on server on Exchange2010

I have Exchange 2010 in hosting setup like: TMG 2010 as load balancer Exchange 2010 x 2 (CAS,MAILBOX,HUB on each server) AD1, AD2 machines File witness All people currently connect thru OWA or POP3/SMTP and that works fine. The problem is…
MadBoy
  • 3,703
  • 13
  • 61
  • 93
1
vote
4 answers

What is the fastest network technology these days to couple servers

I have 4 Intel 2 socket Xeon servers. What is the fastest network technology these days to tighty couple these together. Doing scenario planning with throwaway ‘less better’ results. The network use to tell other threads what the best scenario…
kingchris
  • 244
  • 4
  • 13
1
vote
3 answers

How to use WMIC to connect to remote machine and output netstat to a file?

I'm trying to issue the following command remotely: netstat -ano > C:\output.txt but cannot figure out how to do that with WMIC! Any idea? I've got: process call create netstat.exe working but I cannot figure out how to pass the -ANO nor the…
coddrego
  • 11
  • 1
  • 1
  • 2
1
vote
1 answer

"RPC Server is unavailable" on Windows 7 Client with Samba3 making logon impossible

I am running an Samba 3.4.* Server with LDAP Backend on Ubuntu 10.04 LTS as a PDC for purely Windows 7 Clients (about 50). It worked quite fine for a long time, but now sometimes on some machines (really strange to replicate) I cannot login, because…
HalloDu
  • 121
  • 1
  • 9
1
vote
1 answer

Unable to issue commands to a remote server when using IP address

I know this is going to sound crazy and I hope that I may just be missing something simple. I am trying to use psexec to restart IIS on a cluster of remote servers. The dept that actually uses the scripts only know the servers by IP address and not…
DvideBy0
  • 121
  • 3
1
vote
1 answer

rpcbind causing very high load on Fedora 10 system with nfs

I've got a Fedora 10 system that's exporting some file systems via NFS. One of the exported file systems is used very heavily on a client system when I run a search engine indexer. The file activity is 100% read (no writes). Whenever I run the…
David G
  • 205
  • 1
  • 11
1
vote
1 answer

Troubleshooting DTCPing Errors

So I am running DTC ping between 2 machines on our network and am getting the following error ++++++++++++++++++++++++++++++++++++++++++++++ DTCping 1.9 Report for WEB2 ++++++++++++++++++++++++++++++++++++++++++++++ RPC server is…
JimmyP
  • 111
  • 1
  • 3
1
vote
1 answer

Windows Server 2008 R2 RODC shows no installed updates, won't install updates, won't run DCPROMO to allow demotion

I have a Windoer 2008 R2 RODC. It runs AD DS and DNS and that's it. The install is less than a day old. Windows update hangs at "downloading updates" indefinitely, Server Manager errors on refresh with "The Remote Procedure Call failed. (Exception…
MDMarra
  • 100,183
  • 32
  • 195
  • 326
1
vote
1 answer

DNSHost.exe trojan found, now after fix, no one can print

What started today as an inability to get to the internet (but people could get in just fine), morphed to we realized that the DNS Server wasn't working, then we figured out that we had a trojan called DNSHost.exe (spybot.rl I think), and we…
Matt Dawdy
  • 429
  • 1
  • 9
  • 19
1
vote
1 answer

Disable Outlook (RPC over HTTPS) access in Exchange Server

I know that I can enable/disable OWA, POP3 and IMAP on a per-user basis. However, I want one particular user to be able to connect only through OWA and not through Microsoft Outlook (which can access Exchange Server through RPC over HTTPS). Other…
Heinzi
  • 2,138
  • 5
  • 30
  • 51
1
vote
0 answers

Architecture: streaming data consolidation

I am trying to come up with an architecture we have some streams/RPC clients running on python-Autobahn. We have a crossbar broker which allows a consumer application to take the RPC/stream and precess those values in the databases. Currently we…
vector8188
  • 111
  • 1
  • 6
1
vote
0 answers

Server2019 "rpc_s_server_unavailable 1722" Error

I have a new domain and servers are running on Server2019. I am trying to run a script to edit dns records on DC from another server. But I face with the the error above. I checked the solution tips but result is not positive. Here are some controls…
VolkanU
  • 11
  • 1
1
vote
0 answers

nfs/rpcinfo fails (timed out) on Ubuntu 16.04 server

Trying to establish an NFS mount between some openstack instances, using this ansible playbook. All Ubuntu, server is 16.04, 4.4.0, clients are 18.04, 4.15.0. I have set the security groups to be able to see ports 111 and 2049. 192.168.20.2 - my…
DeusXMachina
  • 183
  • 1
  • 1
  • 8
1
vote
0 answers

How to add an application to Windows RPC endpoint mapper

Our DCOM application serves up objects on a specific port such as 4162, and the client used to be able to get objects via a moniker specifying a full binding (e.g. 10.0.0.15[4162]). The September 2018 Windows 10 feature update broke this approach,…
Neil M.
  • 11
  • 2
0
votes
0 answers

Trouble Promoting Windows Server 2019 to Domain Controller

I am trying to add an additional domain controller using Windows 2019 Standard in a Windows 2012 R2 environment. As far as I can tell, this is supported by Microsoft. When trying to promote the new server to a DC, I get an error that the wizard…
AZinNC
  • 11
  • 3
1 2 3
8 9