On Fri, 16 Mar 2007 21:45:19 -0500, Jim Hicks wrote:
> Petyr David wrote:
>> can't be NFS mounted on Solaris 9 V880
>>
>> I have a SAN file system mounted on a RH ES 4_2 server. It has been
>> correctly exported, yet it can't be mounted on Solaris 9 server.
What exactly do you mean by a "SAN file system"? Is it a filesystem which
resides on a disk in a storage array which appears as a physical SCSI disk
in Linux, or is it a filesystem shared out by e.g. NFS from a NAS device?
You should be able to export the former but not the latter.
>> /var/log/messages shows an authenticated request from the SUN server
>>
>> The SUN server just fails with RPC error 5 - timed out
>>
>> As a test: I exported /tmp on my Red Hat server and on the SUN server
>> issued this command:
>>
>> # mount -F nfs RedHatserve:/tmp /mnt/RedHat/tmp
>>
>> worked like a charm
>>
>> haven't heard back from SUN yet
>>
>> any thoughts?
>>
>> also email to : (E-Mail Removed)
>> tx
>>
> In order for an AIX system to mount a RH ES server, the export needs the
> insecure parameter defined ie: (rw,insecure). This might be required for
> Solaris.
It is not.
> It has to do with which ports are used to complete the mounts.
> The insecure mode uses the defined ports, secure mode assigns ports
> dynamically.
It is to do with AIX's default behaviour of using a high source port
number on mount requests. This can be overridden on AIX, it is not
necessary to use "insecure" in the export on Linux. The source port number
is dynamic in either case. IME only AIX does this, and only Linux (and an
obscure and obsolete version of UNIX from Siemens) is fussy about it.
Regards, Ian