![]() |
|
|
|||||||
| 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 |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
|||
|
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 |