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
4
votes
3 answers

SQL Server Linked Server RPC Options?

When setting up a linked server in SQL Server (we're on 2005), you can set two server options: Rpc Rpc Out Looking at the MSDN article, all it states is: RPC - Enables RPC from the specified server. RPC Out - Enables RPC to the specified …
Aaron Daniels
  • 437
  • 2
  • 5
  • 10
4
votes
2 answers

Exchange 2007 New SSL Certificate Breaks Iphone access

I recently had to acquire a new CA cert for my Exchange 2007 server for OWA and Outlook Anywhere (RPC over HTTPS). Since then, all Iphone access to Exchange accounts has broken. I have tried deleting the email account on the iphone, rebooting and…
TrevJen
  • 264
  • 1
  • 6
  • 23
3
votes
3 answers

Throttle connections to web service if load gets too high?

I have a web site that communicates via XMLRPC with an XMLRPC server web service. (The web service is written in Python using xmlrpclib.) I believe that xmlrpclib will block while it is handling one request. So if there are three users with an…
3
votes
1 answer

Poor NFS Performance Using Multiple Disks

I have a server system running Ubuntu 12.10 with 12 disks attached. I am sharing all of these disks on my 10 gigabit network using NFSv4. However, I am getting generally poor performance over NFS compared to the performance I am able to get locally.…
Joe Swanson
  • 63
  • 1
  • 6
3
votes
4 answers

Desperate: statd timed out, lockd cannot monitor / unmonitor

Since this afternoon something is wrong with the server. On the server side I see messages in dmesg as follows: statd: server rpc.statd not responding, timed out lockd: cannot unmonitor statd: server rpc.statd not responding, timed…
Markus
  • 200
  • 1
  • 2
  • 13
3
votes
1 answer

Remote Procedure Call (RPC) Performance in a Local Area Network

We use a database that has separate client and server programs and they communicate with each other using RPC. We have one computer running Windows Server 2003 SP2 and six workstations running Windows 7 Pro 32bit. The network is a simple 100Mbps…
3
votes
2 answers

NFS server + client : Recommended hardening / final touches

We have just setup a lovely little nfs share / client for the first time. a) The UID for files on the client side, is showing up as 4294967294 when listed via ls, but the client is able to create and remove files / dirs in the share. Files and…
anonymous-one
  • 958
  • 4
  • 26
  • 43
3
votes
2 answers

Solaris 11: Make sunrpc listen only on localhost

There is an open port 111 (sunrpc) that I want to secure. On a fresh install of Solaris, how can I get this to only listen on localhost? This, I think, would be a cleaner way than using ipfilter, if I could just have it not listening to begin…
700 Software
  • 2,163
  • 9
  • 47
  • 77
2
votes
0 answers

Having trouble with gRPC calls behind an (AWS classic) load balancer

I have a server written in Python 3.6, using frameworks flask (1.0.2), and SQLAlchemy (2.4.0). I have some rest calls going out to third-party services such as vision APIs. I have a few API calls going out RESTfuly (To make sure APIs don't hang…
Dinal24
  • 121
  • 2
2
votes
1 answer

WERR_ACCESS_DENIED error despite all services running

I am trying to list all rpc commands from an Ubuntu machine on a Win 10 Pro machine: net rpc service list -I -U username Getting the following error: Failed to open Service Control Manager. [WERR_ACCESS_DENIED] All the following services are…
pkaramol
  • 131
  • 5
2
votes
2 answers

What is a practical difference between RPC and FaaS?

There seems to be a lot of hype around serverless computing these days and I try to understand what is the major difference between the remote procedure call framework? As far as I am concerned - it is the same thing. You call a method or function…
Dzh
  • 195
  • 1
  • 7
2
votes
1 answer

What is the difference between setting the DTC port range via Registry and dcomcnfg?

I am confused about setting the port range for DTC communication. What is the difference (functionally) by setting the ports via dcomcnfg as described in this NServiceBus Article versus configuring them through the registry as described in this…
Robin
  • 23
  • 5
2
votes
2 answers

Linux RPC delete registration

there is a well-worked program (daemon) running on CentOS-5.4 that makes by itself RPC registration as program 191299 version 10. After an unplanned program stop, the RPC registration is still remaining, so the program can't get restarted due to…
2
votes
1 answer

RPC timeout between 2 linux servers

There are 2 servers in different routed networks. I can ping, ssh from one to another via router, and nmap utility shows opened tcp:111 and udp:111 ports. Also both servers show something like that: root@storage2:/# rpcinfo -p program vers proto …
Valentin
  • 21
  • 1
  • 1
  • 6
2
votes
1 answer

Windows 7 clients connecting to MSMQ on Windows XP box fail - Seems like it is RPC failing

I have a XP box running some MSMQ public queues. Windows 7 clients cant connect to these, however Windows XP clients can. When connecting from my Windows 7 client with a MSMQ Queue Explorer program, I get the following error message: When setting…
Chris Dale
  • 1,553
  • 2
  • 12
  • 22
1
2
3
8 9