Hi Forum
I am trying to mount /NFS as nfs mountpoint on two servers ( A & B ).
After mounting the nfs filesystem, both of them behave normally for around 10 mins and after that the NFS file handle become stale and the
mountpoints dont respond. While executing df -kh, the output hang out and the /var/log/messages show the following message:
The fstab enteries for /NFS mountpoint on both servers is :
/etc/export enteries on both server is :
Please let me know how can I fix this issue.
Thanks in advance,
Raj.
Last edited by pludi; 06-01-2010 at 06:14 PM..
Reason: code tags, please...
How to create a new mount point with 600GB and add 350 GBexisting mount point
Best if there step that i can follow or execute before i mount or add diskspace IN AIX
Thanks (2 Replies)
Something has changed.....
/etc/vfstab entry:-
host1:/backup/RMAN - /RMAN nfs - no rw,hard,rsize=32768,wsize=32768,llockBut when I mount it, and run
df -k | grep RMANResults are:-
host1:/backup/RMAN 54971960832 26752241664 28219719168 49% ... (1 Reply)
Dear All,
We have two different mount points in Linux NFS one is 15 TB and another one is 15 TB.
Can we club both of the two mount points and club in to a single volume in Linux.
As we need to restore Database in that single volume.
Kindly help us on this.
Regards ,
rj (10 Replies)
Hi ,
i have create the bash script for nfs but in this script asking for mount point only once it is it prompting for second time.
example: do you wants to create any other mount point ?
note(if i give yes it should ask me to add the mount point else it should proceed with next step) it... (5 Replies)
hi all
i have mounted one nfs mount point but i has no write permission on it.
when i am going to make a directory it is giving an error
# mkdir 1
mkdir: Failed to make directory "1"; Permission denied
i shared using command
# share -F nfs -o rw -d "backup" /backup
mounted using... (3 Replies)
Hi,
We are using ZFS to take the sanpshots in our solaris 10 servers. I have the problem when using ZFS mount options.
The solaris server we are used as,
SunOS emch-mp89-sunfire 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-V440Sys
tem = SunOS
Steps:
1. I have created the zfs... (4 Replies)
Hi,
I'm looking to create a NFS mount point monitoring shell script not sure if im going the right way about it so could do with some help. What i was thinking of doing was using the below command but am unsure how to handle the output. So if the filesyetem is active it will return "1" but if... (4 Replies)
hi
i am wondering if it is possible to use one nfs mount point for several logical volumes.
i have a top level directory /imaging with data1 - data50 below it. each dataX directory is a logical volume configured through LVM. if i mount them separately on the client (i.e. 50 lines in fstab... (1 Reply)
Hi
I am accessing a file on nfs mounted device, after completing using of the file, i am tring to restore the access time and modification times of the file.
So i got the previous modified time of the file using stat() function and trying to set the date and time for the file, To set these... (6 Replies)