Hi,
I have been facing the problem in the client side while I try to access the alfresco file system through the NFS protocol from another Solaris machine in the same LAN.
# /etc/init.d/nfs.client start
nfs mount: mount: /export/home/clipper/alfrescoDafadilfo: I/O error
System Details:
Alfresco Server is running in the tomcat server V6.0.0.18 in the solaris machine.
Client is another solaris machine within the same network.
The various configurations in the client and the server are given below:
Alfresco Side Configurations:
[size=85]FILE-SERVERS.XML CONFIGURATION
<config evaluator="string-compare" condition="NFS Server">
<serverEnable enabled="true"/>
<enablePortMapper/>
<MountServerPort>1678</MountServerPort>
<NFSServerPort>2049</NFSServerPort>
<rpcAuthenticator>
<userMappings>
<user name="admin" uid="0" gid="1"/>
</userMappings>
</rpcAuthenticator>
</config>[/size]
[size=85]VFSTAB ENTRY IN THE CLIENT MACHINE (SOLARIS MACHINE IN THE SAME LAN)
10.200.171.215:/Alfresco - /export/home/trial_mount3 nfs - yes hard[/size]
Attached below is the snippet from the catalina.out file from the Tomcat Server 6.0.0.18
[size=85]15:27:36,084 DEBUG [nfs.protocol.auth] RpcAuth: Type=Null client=/10.200.171.61
15:27:36,084 DEBUG [nfs.protocol.auth] RpcAuth: RPC from U10.200.171.61:62638, authType=Null, sessKey=180923197
15:27:36,084 DEBUG [nfs.protocol.auth] RpcAuth: Client info, type=Null, addr=10.200.171.61
15:27:36,085 DEBUG [nfs.protocol.auth] RpcAuth: Type=Unix uid=0, gid=1
15:27:36,086 DEBUG [nfs.protocol.auth] RpcAuth: RPC from U10.200.171.61:602, authType=Unix, sessKey=777059214202830848
15:27:36,086 DEBUG [nfs.protocol.auth] RpcClientInfo: username=admin, uid=0, gid=1
15:27:36,086 DEBUG [nfs.protocol.auth] RpcAuth: Client info, type=Unix, name=mercury, uid=0, gid=1, groups=11
15:27:36,132 DEBUG [nfs.protocol.auth] RpcAuth: Type=Unix uid=0, gid=1
15:27:36,133 DEBUG [nfs.protocol.auth] RpcAuth: RPC from T10.200.171.61:33527, authType=Unix, sessKey=777059214202830848
15:27:36,133 DEBUG [nfs.protocol.auth] RpcClientInfo: username=admin, uid=0, gid=1
15:27:36,133 DEBUG [nfs.protocol.auth] RpcAuth: Client info, type=Unix, name=mercury, uid=0, gid=1, groups=11
15:27:36,155 User:admin DEBUG [nfs.protocol.auth] Set user name=admin, token=net.sf.acegisecurity.providers.UsernamePasswordAuthenticationToken@c50d24: Username: net.sf.acegisecurity.providers.dao.User@e1e924: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credential
sNonExpired: true; AccountNonLocked: true; Granted Authorities: ROLE_AUTHENTICATED; Password: [PROTECTED]; Authenticated: true; Details: net.sf.acegisecurity.providers.dao.User@e1e924: Username: admin; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; credentialsNonExpired: true; Accoun
tNonLocked: true; Granted Authorities: ROLE_AUTHENTICATED; Granted Authorities: ROLE_AUTHENTICATED
0 - 80 00 00 18 48 dc 85 43 00 00 00 01 00 00 00 00 - ….H_.C……..
16 - 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 - …………….
15:27:36,188 DEBUG [nfs.protocol.auth] RpcAuth: Type=Unix uid=0, gid=1
15:27:36,188 DEBUG [nfs.protocol.auth] RpcAuth: RPC from T10.200.171.61:559, authType=Unix, sessKey=777059214202830848
15:27:36,189 DEBUG [nfs.protocol.auth] Clear security context, client=null
0 - 80 00 00 20 40 c9 ed 97 00 00 00 01 00 00 00 00 - … @+f………
16 - 00 00 00 00 00 00 00 00 00 00 00 00 00 00 27 16 - …………..'.[/size]
When we restart the client machine, there is no error noticed in the alfresco log in the tomcat server. But unfortunately we are getting I/O Error in the client machine as given above.
Any help would be appreciated.
Regards,
Raju