The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM
Home Forums Register Rules & FAQ Members List Arcade Search Today's Posts Mark Forums Read


SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .


Other UNIX.COM Threads You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to write a script by using unix commands to down any server sreerao Shell Programming and Scripting 1 09-13-2007 01:05 AM
Module jk2 failed to load into apache server!! e_jeffhang HP-UX 4 04-18-2006 08:00 PM
which port to write my server application? rraajjiibb UNIX for Advanced & Expert Users 0 12-18-2005 10:42 PM
NFS server failed christophe UNIX for Advanced & Expert Users 1 07-10-2002 06:26 AM
mount: failed, reason given by server: Permission denied Sushesh UNIX for Advanced & Expert Users 1 06-12-2002 05:16 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-2008
Registered User
 

Join Date: Dec 2007
Posts: 8
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
NFS write failed for server.....error 11 (RPC: Server can't decode arguments)

Hello!

I have a Linux nfs server (called server100 below) with a export nfs. My problem is that the Solaris client (called client100 below) doesn't seems to like it. In the Solaris syslog I got following messages (and after a while the solaris client behave liked its hanged/to buzy). Also see the mount directive below. What is the recomended directives on a solaris box?

ay 2 05:31:42 client100 nfs: [ID 527099 kern.notice] NFS write error on host server100: error 11.
May 2 05:31:42 client100 nfs: [ID 702911 kern.notice] (file handle: 1000006 fe0000 2000000 77000000 6a000000 20000000 6a000000 2000000 1c000000)
May 2 05:31:43 client100 nfs: [ID 664466 kern.notice] NFS write failed for server server100: error 11 (RPC: Server can't decode arguments)
May 2 05:31:43 client100 nfs: [ID 972732 kern.notice] NFS write error on host server100: I/O error.
May 2 05:31:43 client100 nfs: [ID 702911 kern.notice] (file handle: 1000006 fe0000 2000000 77000000 6a000000 20000000 6a000000 2000000 1c000000)



The mount directive on the client is as follows:


root@client100 # cat /etc/vfstab | grep share
server100:/share - /mnt10 nfs - yes bg,intr,rsize=32768
root@client100 #



Regards
//sap4ever
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 05-07-2008
Registered User
 

Join Date: Nov 2006
Posts: 235
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
from your client Can you do a touch apple inside the shared out folder

touch apple

it will create a file called apple which is zero byte. If it cannot even create a zero byte file then you need to review your export permissions from server side
Reply With Quote
  #3 (permalink)  
Old 05-07-2008
Tornado's Avatar
Registered User
 

Join Date: Nov 2006
Location: Melbourne
Posts: 240
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
What version of Solaris are you using ?

It could be a NFS version 2 thing. Try removing the rsize option from your vfstab, you don't need to have it in there.

rsize=32768 is default for NFSv3 and v4
rsize=8192 is default for NFSv2

Have you tried to mount it manually ?
Reply With Quote
  #4 (permalink)  
Old 05-08-2008
Registered User
 

Join Date: Nov 2006
Posts: 235
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiReddit! Stumble this Post!Spurl this Post!
another possibility is server side filesystem full
Reply With Quote
Google UNIX.COM
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 03:50 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger

Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102