portmap and nfsd


 
Thread Tools Search this Thread
Operating Systems AIX portmap and nfsd
# 1  
Old 03-16-2012
portmap and nfsd

Hello,

what is the relation between portmap and nfsd and how communication between them looks like. Does the nfsclient contact with the portmap or nfsd first.
Many thanks in advance for helping me to understand this Smilie
BR,
p
# 2  
Old 03-19-2012
Hi

As far as i know nfs and portmap are related to each other.

We recently had an issue where one of the lpar in the p7 box went down all of a sudden.

we logged a case with ibm but ibm said that there is no dump and also log is wrapped.

but they pointed us about the error entries in errpt. NFS seems to be stopping and lockd also inactive.

IBM gave the below commands to rectify :

Code:
# stopsrc -g nfs                                                       
# stopsrc -s portmap                                                   
# startsrc -s portmap                                                   
# startsrc -g nfs                                                       
# lssrc -g nfs

# 3  
Old 03-19-2012
Thanks for your answer. I've already known this command however I wonder what is the relation between this two subsystems and what exactly portmap do?

BR,
p
# 4  
Old 03-19-2012
Start by reading the man pages for both. I will give you a hint. What the portmap daemon does is in it's name Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Slackware

NFSd problem

Hi. Using debian 8.0 on a raspberryPI SERVER, accessing nfs from another raspberry gives quick reply. But from a slackware 14.1 SERVER on a Celeron 2Ghz dual core, is painfully slow and i cannot figure out why. Can anyone guide me? (2 Replies)
Discussion started by: dimples
2 Replies

2. HP-UX

NFSd command utilizing more cpu

Hi, I see following 'nfsd' command is using more CPU. Could someone please comment on it's pros and cons of it? CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND 5 ? 16890 root 152 20 34696K 12036K run 57166:48 856.13 854.64 nfsd OS -- HP-UX One... (4 Replies)
Discussion started by: Maddy123
4 Replies

3. AIX

How to check that rpcbind/portmap on AIX allowes updates from non privileged ports?

Hi, I am trying to implement a service on AIX based on ONCRPC protocal and I want to use a RPC library called oncrpc4j because it is a non-blocked i/o library. I found it works fine on my work machine (WIndows 7) but failed on my AIX work station. The author of oncrpc4j told me that check that... (1 Reply)
Discussion started by: derekhsu
1 Replies

4. BSD

NFSD under OpenBSD

Hi all, I am having a following problem. Trying to run PXE boot server on my OpenBSD machine I have ended up on making NFSd daemon works. On all machines I get an error msg. nfsd : nfsd count is invalid: (null) no matter what computer I run it on. Everything works just well on FreeBSD and linux.... (1 Reply)
Discussion started by: smoofy
1 Replies

5. UNIX for Advanced & Expert Users

nfsd

Dear Friends, we are using HP-UX B.11.31 U ia64 HP-UX server. Can you check bellow the top command output whether can point out any abnormality. Becoz i suspect something wrong there, Load averages: 2.40, 2.73, 2.99 711 processes: 287 sleeping, 424 running Cpu states: CPU LOAD USER ... (4 Replies)
Discussion started by: Davinzy
4 Replies

6. UNIX for Dummies Questions & Answers

don't have nfsd mount point in /proc/fs/nfsd

hi guys I installed NFS server and everything started out fine but I don't have /proc/fs/nfsd entry and so I can't mount nfsd. Therefore I can't start my nfs service. Why don't I have /proc/fs/nfsd? How do I create that? Thanks (1 Reply)
Discussion started by: alirezan
1 Replies

7. Solaris

nfsd won't start at boot up

Hi Inexplicably, nfsd no longer starts automatically on our Sun boxes running Solaris 9, so that 'automount' no longer functions automatically. The problem first manifested itself when we could not access files on any of the nfs automounted directories in our LAN after one of the servers (say... (19 Replies)
Discussion started by: dcshungu
19 Replies
Login or Register to Ask a Question