Operating System - Tru64 Unix
1832080 Members
3020 Online
110036 Solutions
New Discussion

NFS Linux to TRU64

 
SOLVED
Go to solution
Victor Salvador
Occasional Contributor

NFS Linux to TRU64

A have cluster TRU64 5.1A with 3 Members, I need share via NFS one FileSystem in Member3.

In member3 /etc/exports
/fs -access=linux

host linux have in /etc/hosts and can ping.

In Linux Server via AutoFS:
cd /net/member3
-bash: cd: /net/telcasv3: Input/output error

In linux via mount:
mount member3:/fs /tmp/member3/
mount: member3:/fs failed, reason given by server: unknown nfs status return value: 61

linux can mount NFS Shares from others servers SUN and LINUX. Only to TRU64 can't work.
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor
Solution

Re: NFS Linux to TRU64

Hi,

do a search with nfs cluster with the advanced search in the Tru64 forums.
The following might be interesting:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=508430
Look also into the cluster admin guide.

greetings,

Michael
Ralf Puchner
Honored Contributor

Re: NFS Linux to TRU64

Michael is correct, use the search function or simple read the Tru64 cluster documentation about NFS....

Help() { FirstReadManual(urgently); Go_to_it;; }

Re: NFS Linux to TRU64

Hi Victor,

Don't use only member3, use real cluster name from linux box to share Tru64 FileSystem.
Every cluster member share all the disks (hopely you don't try share member local disk, it's not idea for cluster)


From Linux box use:

mount cluster:/fs /mnt/cluster/fs


Newer mount anything under /tmp, some crontab routines removes oldes files /tmp.

/tmp - temporary

Regards
Ilkka Seittenranta