MacOSX and Solaris NFS

Looks like you need to specify noconn on the command line when mounting NFS shares off servers with more than one address:

noconn -> do not use a connect call to mount from the server. This is necessary for NFS servers with multiple IP addresses or servers not listening to the standard NFS port 2049

mount -o noconn fenella:/export/calls /mnt