Operating System - Linux
1827807 Members
2588 Online
109969 Solutions
New Discussion

Re: autofs and RPC Services

 
SOLVED
Go to solution
MikeL_4
Super Advisor

autofs and RPC Services

We are running Red Hat 5 on a couple of servers we just installed. We are not using these servers for NFS server or client so our security group wants us to turn off disable RPC on the servers...

The question is we do use autofs for our home directories, will disableing RPC have any effect with autofs ??
3 REPLIES 3
Ivan Ferreira
Honored Contributor
Solution

Re: autofs and RPC Services

>>> We are not using these servers for NFS server or client

>>> we do use autofs for our home directories

Normally, if you use autofs for your home directories, then you are using NFS services, and disabling portmap will cause problems.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
smatador
Honored Contributor

Re: autofs and RPC Services

Hi,
Autofs depend on automountd.
And automountd is an RPC server that answers file system mount and unmount requests from the autofs filesystem. It uses local files or name service maps to locate filesystems to be mounted. These maps are described with the automount command
If you do a rpcinfo you could see that automountd have a ticotxx
MikeL_4
Super Advisor

Re: autofs and RPC Services

Thanks