Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

idmapd(8) [osx man page]

RPC.IDMAPD(8)						    BSD System Manager's Manual 					     RPC.IDMAPD(8)

NAME
rpc.idmapd -- NFSv4 ID <-> Name Mapper SYNOPSIS
rpc.idmapd [-v] [-f] [-d domain] [-p path] [-U username] [-G groupname] [-c path] DESCRIPTION
rpc.idmapd is the NFSv4 ID <-> name mapping daemon. It provides functionality to the NFSv4 kernel client and server, to which it communi- cates via upcalls, by translating user and group IDs to names, and vice versa. The options are as follows: -v Increases the verbosity level (can be specified multiple times). -f Runs rpc.idmapd in the foreground and prints all output to the terminal. -d domain Set domain to domain. This is used internally by NFSv4 and is typically assigned by the system administrator. By default, domain is set to be the FQDN of the host, minus the hostname. -p path Specifies the location of the RPC pipefs to be path. The default value is "/var/lib/nfs/rpc_pipefs". -U username Specifies the NFSv4 nobody user to be username. The default value is "nobody". -G groupname Specifies the NFSv4 nobody group to be groupname. The default value is "nobody". -c path Use configuration file path. -C Client-only: perform no idmapping for any NFS server, even if one is detected. -S Server-only: perform no idmapping for any NFS client, even if one is detected. EXAMPLES
rpc.idmapd -d "citi.umich.edu" -f -vvv Runs rpc.idmapd with the domain "citi.umich.edu" in the foreground, printing all messages to console, and with a verbosity level of 3. FILES
/etc/idmapd.conf SEE ALSO
idmapd.conf(5) AUTHORS
The rpc.idmapd software has been developed by Marius Aamodt Eriksen <marius@citi.umich.edu>. BSD
February 3, 2003 BSD

Check Out this Related Man Page

RPC.IDMAPD(8)						    BSD System Manager's Manual 					     RPC.IDMAPD(8)

NAME
rpc.idmapd -- NFSv4 ID <-> Name Mapper SYNOPSIS
rpc.idmapd [-v] [-f] [-d domain] [-p path] [-U username] [-G groupname] [-c path] DESCRIPTION
rpc.idmapd is the NFSv4 ID <-> name mapping daemon. It provides functionality to the NFSv4 kernel client and server, to which it communi- cates via upcalls, by translating user and group IDs to names, and vice versa. The options are as follows: -v Increases the verbosity level (can be specified multiple times). -f Runs rpc.idmapd in the foreground and prints all output to the terminal. -d domain Set domain to domain. This is used internally by NFSv4 and is typically assigned by the system administrator. By default, domain is set to be the FQDN of the host, minus the hostname. -p path Specifies the location of the RPC pipefs to be path. The default value is "/var/lib/nfs/rpc_pipefs". -U username Specifies the NFSv4 nobody user to be username. The default value is "nobody". -G groupname Specifies the NFSv4 nobody group to be groupname. The default value is "nobody". -c path Use configuration file path. -C Client-only: perform no idmapping for any NFS server, even if one is detected. -S Server-only: perform no idmapping for any NFS client, even if one is detected. EXAMPLES
rpc.idmapd -d "citi.umich.edu" -f -vvv Runs rpc.idmapd with the domain "citi.umich.edu" in the foreground, printing all messages to console, and with a verbosity level of 3. FILES
/etc/idmapd.conf SEE ALSO
idmapd.conf(5) AUTHORS
The rpc.idmapd software has been developed by Marius Aamodt Eriksen <marius@citi.umich.edu>. BSD
February 3, 2003 BSD
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to disable X windows?

I have modified /etc/inittab file for changing default runlevel from 5 to 3 . Now i can boot in terminal mode .However if i issue init 5 i get a X window. How would i disable loading X? do i need to disable some services? P.S. What is Xvfb? How would i disable it? My Distribution Details. #... (11 Replies)
Discussion started by: pinga123
11 Replies

2. UNIX for Dummies Questions & Answers

Unable to understand ps output.

I m executing ps command and sorting it according to memory usage. Please find the output of the command. # ps aux --sort pmem USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 2060 624 ? Ss 01:54 0:00 init root 2 0.0... (1 Reply)
Discussion started by: pinga123
1 Replies

3. Shell Programming and Scripting

Automating /etc/passwd maintenance

Hi all, This is more of a question than a request, I am starting to encounter maintenance hassles with /etc/passwd due to ongoing account removals/adds. The UID's are approaching 999 which I understand to be the upper limit, however there are many gaps between 100 > 999 from accounts that have... (6 Replies)
Discussion started by: dan-e
6 Replies

4. Red Hat

dhcp not setting dns and changing to garbage

I have 2 problems. Dhcp is not setting dns and after I manually set my dns it changes to garbage. I literally just used command to set dns which is a good copy of resolv.conf: sudo cp /home/bob/Desktop/scripts_9-12-2011/resolv.conf /etc/resolv.confHere is a copy of my resolv.conf. #... (5 Replies)
Discussion started by: cokedude
5 Replies

5. Programming

Using Commands over SSH using Sudo

Is there a way to transfer my sudo password via ssh so that I can copy files remotely and pass them locally, so: cat sudo-passwd-file|ssh -t user@10.7.0.180 'sudo find / -depth|cpio -oacv|gzip' > /path/to/dir/file.cpio.gz I am in the process of a creating a script. Everytime I try and just... (16 Replies)
Discussion started by: metallica1973
16 Replies

6. Red Hat

NFS4 Mount issue - ASAP

Hi, I am trying to mount via nfs4 # mount -t nfs4 10.1.56.16:/Apps /works/apps/xyz Error: Warning rpc.idmapd apperas not to be running all uids will be mapped to the nobody uid mount to NFS server "10.1.56.16' failed RPC error: program/version mismatched pls help - this is coming... (1 Reply)
Discussion started by: saurabh84g
1 Replies

7. Red Hat

NFS4 and acl: perfect on Slackware,not working on centos6,why?

I have a problem with acl and nfs4 on centos. On Slackware clients nfs4 fs mounted works fine,acl (posix,not nfs acl) is respected. On Centos 6.4 very strange thing..acl is not working on nfs4. nfsmount.conf and idmapd.conf are the same on all client and kernel options on nfs acl are the... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

8. Shell Programming and Scripting

Removing Colors and ^M in a log file

Hi, I'm trying to send a log file to mailx as a "Body Message" but since the file contains so many control and color characters it's making an attachement out of it instead of putting it in the body. The file looks like this: Bringing up loopback interface: ^^M^MŽ 19 Bringing up interface... (18 Replies)
Discussion started by: dgtek
18 Replies

9. Linux

How to display all daemon processes in priority order?

Hi, Is there any way to run chkconfig --list and to display all daemon processes in PRIORITY order, not in alphabetic order? Thank you. (4 Replies)
Discussion started by: hce
4 Replies

10. Red Hat

NFS share and groups

I am having an issue with getting the proper group settings on NFS-shared directories. NFS server, NFServe, nfs-shares hundreds of project directories...running Solaris 10 latest patches/updates. SAS server, SAServe, statistical analysis server running on RedHat 7 with latest kernel/patches/etc.... (14 Replies)
Discussion started by: cjhilinski
14 Replies

11. Red Hat

/etc/rc2.d/ check if kerberos server is enabled in the log or not

Hi, I tried to execute a command to check if Kerberos server is enabled Printer Daemon is enabled GUI Login is enabled, do advise how I check from the logs below on how to check whether the commands are valid or not? ls -all /etc/rc2.d/ total 8 drwxr-xr-x. 2 root root... (2 Replies)
Discussion started by: alvinoo
2 Replies

12. Red Hat

RHEL 7.1 autofs permissions do not match NFS servers

RHEL 7.1 client using autofs to mount a NIS map of home directories being exported by a Solaris 10x86 nfs server. The owner and group are correct on the NFS server, but on the RHEL client, the owner and group end up being nobody nobody. The USERS and GROUPS are NIS maps as well. They are... (2 Replies)
Discussion started by: mrmurdock
2 Replies

13. Red Hat

Swap memory usage keeps increasing.

Hi the version is RedHat 6.2 (Oracle DB server) I don't know why swap memory usage keeps increasing... I used to check swap memory usage Free -m and another way. total used free shared buffers cached Mem: 32183 31861 322 ... (3 Replies)
Discussion started by: tom8254
3 Replies

14. HP-UX

Unable to mount shared folder from Linux server

Hi all, I have 3 servers, rx2600, rx2600, and rx2660. I have another x86 server running on Suse, and create a shared folder named /public From 1 of the rx2600 server I can mount that shared folder : intaqa:/>mount 10.1.2.82:/public /bkup intaqa:/>cd /bkup But from 2 others server I... (29 Replies)
Discussion started by: rexmale
29 Replies