NFS - IP bind

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat NFS - IP bind
# 1  
Old 09-08-2009
NFS - IP bind

Hello,

Our production linux server have multiple network interface.
Recently we installed and started NFS. Now the client server cannot mount to the server running NFS.

Later it was discovered that the port being used for NFS is only bound to one IP address, which is not the IP address I want.

Is it possible to have NFS listen on the IP that I want or listen on all IP addresses?

Thanks,
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. UNIX for Advanced & Expert Users

Bind

Hi All I need to do bind of exiting filesystem to new storage allocated mount --bind /prod/OpenCSS /var/lib/test echo "/prod/OpenCSS /var/lib/pgsql bind bind 0 0" >> /etc/fstab will this command just work ? (2 Replies)
Discussion started by: anil529
2 Replies

3. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

4. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

5. Solaris

Window NFS VS Solaris NFS

Hi all, currently i wish to build a NFS server (windows based), is it the I/O speed will slower than the NFS server in Solaris? any impact, i using the NFS in windows? (2 Replies)
Discussion started by: SmartAntz
2 Replies

6. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

7. Solaris

All dependicies of nfs service is online but nfs is offline

Hi all in my server all nfs dependices are online but nfs client is offline root@BIWAPP1 # svcs -a|grep nfs disabled Sep_05 svc:/network/nfs/server:default online Sep_05 svc:/network/nfs/rquota:default online Sep_05 svc:/network/nfs/mapid:default online ... (9 Replies)
Discussion started by: spandhan
9 Replies

8. Red Hat

bind nfs service to nic

Hello everyone, I am running a RHEL4 server. We have 4 nics, which are paired to create bond0 and bond1. BOND0 is on a vlan which can see our storage system. BOND1 cannot see the storage system. I would like to lock down the system, so that NFS share can only mounted via BOND0. Has anyone done... (2 Replies)
Discussion started by: vada010
2 Replies

9. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies
Login or Register to Ask a Question
tapset::nfsd(3stap)													       tapset::nfsd(3stap)

NAME
tapset::nfsd - systemtap nfsd tapset DESCRIPTION
nfsd.dispatch NFS server receives an operation from client See probe::nfsd.dispatch(3stap) for details. nfsd.proc.lookup NFS server opening or searching for a file for client See probe::nfsd.proc.lookup(3stap) for details. nfsd.proc.read NFS server reading file for client See probe::nfsd.proc.read(3stap) for details. nfsd.proc.write NFS server writing data to file for client See probe::nfsd.proc.write(3stap) for details. nfsd.proc.commit NFS server performing a commit operation for client See probe::nfsd.proc.commit(3stap) for details. nfsd.proc.create NFS server creating a file for client See probe::nfsd.proc.create(3stap) for details. nfsd.proc.remove NFS server removing a file for client See probe::nfsd.proc.remove(3stap) for details. nfsd.proc.rename NFS Server renaming a file for client See probe::nfsd.proc.rename(3stap) for details. nfsd.open NFS server opening a file for client See probe::nfsd.open(3stap) for details. nfsd.close NFS server closing a file for client See probe::nfsd.close(3stap) for details. nfsd.read NFS server reading data from a file for client See probe::nfsd.read(3stap) for details. nfsd.write NFS server writing data to a file for client See probe::nfsd.write(3stap) for details. nfsd.commit NFS server committing all pending writes to stable storage See probe::nfsd.commit(3stap) for details. nfsd.lookup NFS server opening or searching file for a file for client See probe::nfsd.lookup(3stap) for details. nfsd.create NFS server creating a file(regular,dir,device,fifo) for client See probe::nfsd.create(3stap) for details. nfsd.createv3 NFS server creating a regular file or set file attributes for client See probe::nfsd.createv3(3stap) for details. nfsd.unlink NFS server removing a file or a directory for client See probe::nfsd.unlink(3stap) for details. SEE ALSO
probe::nfsd.dispatch(3stap), probe::nfsd.proc.lookup(3stap), probe::nfsd.proc.read(3stap), probe::nfsd.proc.write(3stap), probe::nfsd.proc.commit(3stap), probe::nfsd.proc.create(3stap), probe::nfsd.proc.remove(3stap), probe::nfsd.proc.rename(3stap), probe::nfsd.open(3stap), probe::nfsd.close(3stap), probe::nfsd.read(3stap), probe::nfsd.write(3stap), probe::nfsd.commit(3stap), probe::nfsd.lookup(3stap), probe::nfsd.create(3stap), probe::nfsd.createv3(3stap), probe::nfsd.unlink(3stap), probe::nfsd.rename(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::nfsd(3stap)