New Member with NFS Issue


 
Thread Tools Search this Thread
Operating Systems Solaris New Member with NFS Issue
# 1  
Old 06-10-2010
New Member with NFS Issue

Hi Guys.

Maybe someione can assist here.
Solaris 9 with a NFS mount point to a Netapp Filer.
NFS V3

Changes in the environment:
Moved from 1 building to a new one. (All the equipment and network stayed the same)

Errors:
Code:
nfs: [ID 664466 kern.notice] NFS read failed for server netapp: error 11 (RPC: Server can't decode arguments)
nfs: [ID 972732 kern.notice] NFS write error on host netapp: I/O error.
nfs: [ID 702911 kern.notice] (file handle: ba121800 c1caa300 20000000 77ceb1 42cdb400 805d142c 40000000 d0604500)

VFSTAB
Code:
netapp:/vol/ODS    -       /dsk2   nfs     1       yes     rsize=57344,intr,bg,vers=3,proto=udp
netapp:/vol/ODS/oracle/mnt1        -       /mount1 nfs     1       yes     rsize=57344,intr,bg,vers=3,proto=udp
netapp:/vol/ODS/oracle/mnt2        -       /mount2 nfs     1       yes     rsize=57344,intr,bg,vers=3,proto=udp
netapp:/vol/ODS/oracle/mnt3        -       /mount3 nfs     1       yes     rsize=57344,intr,bg,vers=3,proto=udp
netapp:/vol/ODS/oracle/mnt4 -       /mount4 nfs     1       yes     rsize=57344,intr,bg,vers=3,proto=udp
netapp:/vol/ODS/oracle/mnt5 -       /mount5 nfs     1       yes     rsize=57344,intr,bg,vers=3,proto=udp

Result: Corrupt Oracle(ODS) log files.

This only happen on 1 of my servers.

Moderator's Comments:
Mod Comment Use code tags please, ty.

Last edited by zaxxon; 06-10-2010 at 08:01 AM.. Reason: code tags
# 2  
Old 06-10-2010
Are you referring to Netapps - appliance?
In which case I dont have any but believe that NAS has dedicated ports and interfaces (lan cards...)... is it the case? ( I mean it should not pass through your standard network...)
# 3  
Old 06-11-2010
Yes, Netapp appliance

Left some information out on my first question.

From the appliance side I don't see any nfs/network related errors and or retries. On the 3Com Switch I have a clean bill of health (No errors on the ports), however from the Server running Solaris I have the issue.

The System comunicate to the Netapp via a private network using the ge interface.
The problem does not happen all the time and is happening any time of day. No link to high activity or while jobs are running.

I have a concern about the way they mount the same disk and sub directories multiple times as you can see from the 1st request.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

NFS mount issue

we are facing a weird NFS mount issue on one of the linux host , a NFS volume of 2.4TB is mounted in the linux host , but df only reports 131g , which exactly matches rootfilesytem size nfs mount filer_filer1:/vol/bug_test/q0 131G 116G 8.5G 94% /nas/bug_test root... (2 Replies)
Discussion started by: skamal4u
2 Replies

2. Red Hat

NFS mounting issue

The server ip is 10.2.2.24. I have installed nfs-utils package the i have edited /etc/exports i have added the following line /home 10.2.2.0/24(rw,sync,no_root_squash,no_all_squash) i have saved, i have started the nfs service, then i am trying to mount nfs sharing from client machine using... (5 Replies)
Discussion started by: ainstin
5 Replies

3. Red Hat

NFS mount issue

Hi Friends, My source server is HP and my destination is linux. I have to mount a dir thru nfs from source to destn. almost 8 servers i did the same thing and it is working fine but on the 9th server i can't able to mount. Everything i have did for nfs configuration.Even i can able to ping... (1 Reply)
Discussion started by: Mohamed Thamim
1 Replies

4. Red Hat

NFS-Mount issue

Hi, While i try to mount the NFS file system on the client linux server i am getting the error message as (4 Replies)
Discussion started by: gsiva
4 Replies

5. Red Hat

NFS Performance Issue

Hi, I have a conflict. I have 2 servers: the 1st creates an application logs and the 2nd is an empty server. I want to export (read-only) from the 1st server by NFS the directory that contains the logs to the 2nd server. Now, the question is: If in the 2nd server i'm doing a lot of... (3 Replies)
Discussion started by: moshesa
3 Replies

6. HP-UX

HP9000 Container - NFS Issue

I am running HP9000 Containers version A.03.01. I have the container up and running. I now need to mount an exported file system from another HPUX server with both read and write permissions. I can get the mount okay but from the container I cannot read or write properly to the mounted file... (2 Replies)
Discussion started by: PaleRider
2 Replies

7. UNIX for Dummies Questions & Answers

Copies over NFS and buffer issue

Hi All, i'm experiencing some strange behavior (at least for me) of my NFS server. In few words I have a server that exposes a directory via NFS and a client that mount it. I tested a simple copy from the client to the exposed directory of a file of 2GB and i see that on the server the file... (1 Reply)
Discussion started by: nichele
1 Replies

8. UNIX for Dummies Questions & Answers

nfs issue.

Hi whenever i execute ls -ltr i get following entry. But there is no such user as 501 .What is the issue. #ls -ltr drwxrwxrwx 2 501 501 3896 Aug 19 10:46 File1 # cat /etc/passwd | grep 501 The problem is this folder is mouted on client machine using nfs.But after mouting client... (4 Replies)
Discussion started by: pinga123
4 Replies

9. Red Hat

NFS Access Issue

Hi, I am facing issue on NFS. I have shared /data file file system on Server 192.192.192.1, added below lines in /etc/exports /data 192.192.192.2(rw,no_root_squash,sync) the owner of /data directory was test(uid 500) and same I have mounted on another server 192.192.192.2 where the... (3 Replies)
Discussion started by: manoj.solaris
3 Replies

10. Red Hat

nfs issue

Hello, I am running RHEL4 AS. /net/hostname is not always accessible. To solve the problem, I restart nfs, nfslock and portmap. in /var/log/messages, I keep on receiving: nfs_statfs: statfs error = 116 1] What does the above error mean? 2] any idea why portmap becomes dead? thanks. (1 Reply)
Discussion started by: melanie_pfefer
1 Replies
Login or Register to Ask a Question