NFS mount from multi-homed server over TCP fails

nico: Solaris 9 NFS server, multihomed into three different networks (A, B, C)
primary interface on A.
benno: Solaris 10, NFS client, on network
genie: RHEL5, NFS client, on network B
ilsco: Solaris 10, NFS client, on network B
I have immediate access to all servers except ilsco -- which, of course, is the one with the problem. =( If genie tries to mount a share from nico using its address on network A, everything works. If it tries to mount it using the address on network B, it fails.
In all cases, I can see the client make request to the server's portmapper daemon for the mountd port number. That request is issued to nico's address in network B. Nico replies, from its primary address in network A. When NFS works, I then see a null mount request issued by the client. Genie never issues that mount request.
Working request from benno:
[CLIENT] -> [SERVER, ADDR B] PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
[SERVER, ADDR A] -> [CLIENT] PORTMAP R GETPORT port=58352
[CLIENT] -> [SERVER, ADDR B] MOUNT3 C Null
[SERVER, ADDR A] -> [CLIENT] MOUNT3 R Null Non-working request from ilsco:
[CLIENT] -> [SERVER, ADDR B] PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP
[SERVER, ADDR B] -> [CLIENT] TCP D=1019 S=2049 Ack=3278107669 Seq=2214943315 Len=0 Win=49640
[SERVER, ADDR B] -> [CLIENT] TCP D=1019 S=2049 Fin Ack=3278107669 Seq=2214943315 Len=0 Win=49640
[CLIENT] -> [SERVER, ADDR B] TCP D=2049 S=1019 Ack=2214943316 Seq=3278107669 Len=0 Win=21900
[SERVER, ADDR A] -> [CLIENT] PORTMAP R GETPORT port=32804
[CLIENT] -> [SERVER, ADDR B] PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP (retransmit)
[SERVER, ADDR A] -> [CLIENT] PORTMAP R GETPORT port=32804
[CLIENT] -> [SERVER, ADDR B] PORTMAP C GETPORT prog=100005 (MOUNT) vers=3 proto=UDP (retransmit)
[SERVER, ADDR A] -> [CLIENT] PORTMAP R GETPORT port=32804Now, I've noted that, despite using the "-o proto=tcp" option, the portmap requests were pushed out over UDP. On benno, some of the traffic after the portmap request took place on the network A address; some of the traffic took place on the network B address.
On genie (the Linux box), I noted that the portmap requests were pushed out over the TCP and all traffic stays on the network B addresses.
Any suggestions, etc. as to what I am doing wrong or what else I should be looking at would be helpful.

Turned out it might just be a firewall issue... I didn't think about it first :(
Sorry for that :x

Similar Messages

  • Multi Thread Server over TCP/IP

    Multi Thread Server over TCP/IP. Does it work?
    In my box it works only over IPC protocol.
    null

    S C Maturi (guest) wrote:
    : Mark Malakanov (guest) wrote:
    : : Multi Thread Server over TCP/IP. Does it work?
    : : In my box it works only over IPC protocol.
    : Mark,
    : Multi threaded server over TCP/IP will not work with
    : the current distribution of Oracle 8.0.5 on Linux.
    : This is corrected and a patch would be released soon.
    : Maturi
    tcp 0 0 bock.nettek-ll:listener bock.nettek-
    llc.co:4196 ESTABLISHED
    tcp 0 0 bock.nettek-llc.co:4196 bock.nettek-
    ll:listener ESTABLISHED
    (I have serveral of these)
    TNS Ping Utility for Linux: Version 8.0.5.0.0 - Production on 07-
    JAN-99 18:45:52
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=localhost)
    (PORT=1521))
    OK (440 msec)
    ...and from my install log you see that I selected MTS:
    -[ YESNO
    Q> Would you like MTS (Multi-Threaded Server) configured
    and the SQL*Net$
    A> TRUE
    Please explain? Will TCP/IP MTS work via the loopback adapter
    only? So far I have not tried a remote TCP/IP connection.
    -STEVEl
    null

  • IOMeter hangs when running to a NFS share from Windows Storage Server 2012

    Hello, 
    I am trying to measure performance of NFS share coming from Windows Storage Server 2012 using IOMeter also running on windows Server 2012. I can create the share on WSS2012. Windows 2012 client does see the share. IOmeter does see the share, and I can start
    running. But fairly quick IOMeter gets an error, and stops. After that NFS share on the client is not visible to IOMeter anymore. This happen every time. 
    I have used IOMeter to SMB shares a lot with no problem..
    Thanks in advance,
    BJ

    I am trying to measure performance of NFS share coming from Windows Storage Server 2012 using IOMeter also running on windows Server 2012. I can create the share on WSS2012. Windows 2012 client does see the share. IOmeter does see the share, and I can start
    running. But fairly quick IOMeter gets an error, and stops. After that NFS share on the client is not visible to IOMeter anymore. This happen every time. 
    I have used IOMeter to SMB shares a lot with no problem..
    1) Can you use NFS share with NFS clients normally? I mean is it I/O Meter who has issues with streaming or do other apps have similar problems? Say normal copy to / from NFS share?
    2) What error exactly is popped up? Do you happen to have a screenshot?
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Reshare of a NFS mount from FreeBSD

    Hi all,
    I'm trying to understand if the following is possible:
    I have few NAS's (of which I don't have access but I can persuade the admin to export them via NFS to my XServe) sharing files via SMB to my clients. I need finer permissions, so I decided to try this setup. I want to mount the NAS via NFS on my Xserve, and reshare them via AFP/SMB to my mac/windows clients. I can mount the nfs (they are exported with -maproot=0) but anytime I try to add a user to the ACL it disapper when I press save (even with directory admin users). What am I doing wrong? is this a bug? Isn't the whole point of resharing to be able to do just that?
    thanks,
    alessandro

    I have opened an internal feature request for this. Hopefully we'll resolve this in the next set of template refreshes.

  • Windows server 2008 R2 and NFS mounted subdirectories.

    I am mounting from a Windows Server 2008 R2 Box to a RHEL 6.3 machine and I am able see the folders; however, I am unable to see the sub-folders via the mapped NFS mount in windows. Any ideas as to why? Some additional facts are below.
    1. We are using an NFS mount from Windows to RHEL (mount -o
    \\RHELBOX\ops\resources R:)  We NFS mount from RHEL to a Storage device - the fstab entry looks like this:
    10.9.9.9:/vol/afpres1/psf_prod         
    /ops/resources/prod     nfs         
    _netdev,defaults            
    0 0
    10.9.9.9:/vol/afpres1/psf_test           
    /ops/resources/test       nfs         
    _netdev,defaults            
    0 0
    10.9.9.9:/vol/afpres1/baselib             
    /ops/resources/psf       
    nfs          _netdev,defaults            
    0 0
    The RHEL export file looks like this.
    /ops/resources 10.4.4.4(rw,sync,no_all_squash,insecure,nohide)  (the 10.4.4.4 IP address is the of the 2008 r2 server
    /ops/resources 10.4.4.5(rw,sync,no_all_squash,insecure,nohide)
    /ops 10.4.11.66(rw,sync,no_all_squash,insecure,nohide)
    #/ops/resources *(rw,sync,no_all_squash,insecure,nohide)
    /opspool *(rw,sync)
    2. We are not using Samba or CIFS

    Hello,
    The TechNet Sandbox forum is designed for users to try out the new forums functionality. Please be respectful of others, and do not expect replies to questions asked here.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Since update to 10.4.10 NFS-mounts stopped mounting

    Since the update to 10.4.10 (with or without the security update, didn't matter) my NFS-mounts from a Linux-machine via a WLAN-router and Airport to my MacBook Pro.
    It did work, although apple-typically unreliable, until the 10.4.10 update.
    rpcinfo -p machine shows:
    program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper
    100005 1 udp 797 mountd
    100005 1 tcp 800 mountd
    100005 2 udp 797 mountd
    100005 2 tcp 800 mountd
    100005 3 udp 797 mountd
    100005 3 tcp 800 mountd
    schowmount -e machine:
    Exports list on dream:
    /var/mnt/hdd/Bilder 192.168.233.9/255.255.255.0
    /var/mnt/hdd/Tools 192.168.233.9/255.255.255.0
    /var/mnt/hdd/movie 192.168.233.9/255.255.255.0
    /var/mnt/hdd/Musik 192.168.233.9/255.255.255.0
    /hdd/usbstick 192.168.233.9/255.255.255.0
    showmount -d machine:
    Directories on dream:
    /var/mnt/hdd/Bilder
    /var/mnt/hdd/Musik
    /var/mnt/hdd/movie
    192.168.233.9/255.255.255.0
    Therefore everything looks ok at the Linux-side, another Linux-machine is able to mount the shares without problems.
    The console.log shows:
    NFS Portmap: RPC: Program not registered
    NFS Portmap: RPC: Program not registered
    Jul 15 18:11:50 alu automount[280]: Attempt to mount /automount/Servers/dream/hdd/Musik returned 1 (Operation not permitted)
    Jul 15 18:11:50 alu automount[280]: Attempt to mount /automount/Servers/dream/hdd/Bilder returned 1 (Operation not permitted)
    Jul 15 18:11:50 alu automount[280]: Attempt to mount /automount/Servers/dream/hdd/Tools returned 1 (Operation not permitted)
    Jul 15 18:11:50 alu automount[280]: Attempt to mount /automount/Servers/dream/hdd/movie returned 1 (Operation not permitted)
    NFS Portmap: RPC: Program not registered
    NFS Portmap: RPC: Program not registered
    [...Masses of those lines]
    NFS Portmap: RPC: Program not registered
    2007-07-15 18:14:55.992 NetInfo Manager[499] * -[NSCFString substringFromIndex:]: Range or index out of bounds
    NFS Portmap: RPC: Program not registered
    NFS Portmap: RPC: Program not registered
    NFS Portmap: RPC: Program not registered
    NFS Portmap: RPC: Program not registered
    [.... masses of those lines]
    I tried with NFS Manager - no luck.
    I checked the Netinfo-DB - no luck.
    I rebooted the MacBook Pro - no change.
    I rebooted the Linuxmachine - no change.
    I typed "mount -t nfs ..." into a terminal - no luck.
    It is working with Linux - what prevents Apple to get it to work, too?

    This error appeared once and never again since.
    But NFS-mounts still fail. A friends Titanium, still on 10.4.9, has the normal problems with airport-connection-stability and believed-server-connection-losses but it connects like a charm to that server the Aluminium doesn't like.
    I reinstalled 10.4.10, rebooted several times, repaird permissions, searched system.log and console.log but couldn't find a message pointing to a problem (with the exception of a message about a failing startup of my flying butress firewall.
    Here you have the latest system.log (deleted some lines for security reasons only):
    Jul 16 16:35:22 alu SystemStarter[1322]: authentication service (1332) did not complete successfully
    Jul 16 16:35:22 alu SystemStarter[1322]: Printing Services (1325) did not complete successfully
    Jul 16 16:35:24 alu Parallels: Unloading Network module...
    Jul 16 16:35:24 alu Parallels: Unloading ConnectUSB module...
    Jul 16 16:35:24 alu Parallels: Unloading Monitor module...
    Jul 16 16:35:28 alu SystemStarter[1322]: BrickHouse Firewall (1338) did not complete successfully
    Jul 16 16:35:29 alu SystemStarter[1322]: The following StartupItems failed to properly start:
    Jul 16 16:35:29 alu SystemStarter[1322]: /System/Library/StartupItems/AuthServer
    Jul 16 16:35:29 alu SystemStarter[1322]: - execution of Startup script failed
    Jul 16 16:35:29 alu SystemStarter[1322]: /System/Library/StartupItems/PrintingServices
    Jul 16 16:39:57 localhost kernel[0]: hi mem tramps at 0xffe00000
    Jul 16 16:39:58 localhost kernel[0]: PAE enabled
    Jul 16 16:39:58 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Jul 16 16:39:58 localhost kernel[0]: vmpagebootstrap: 254317 free pages
    Jul 16 16:39:58 localhost kernel[0]: migtable_maxdispl = 71
    Jul 16 16:39:58 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jul 16 16:39:58 localhost kernel[0]: 89 prelinked modules
    Jul 16 16:39:58 localhost kernel[0]: ACPI CA 20060421
    Jul 16 16:39:58 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Jul 16 16:39:58 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Jul 16 16:39:58 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Jul 16 16:39:58 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Jul 16 16:39:58 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Jul 16 16:39:58 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Jul 16 16:39:58 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Jul 16 16:39:58 localhost kernel[0]: Started CPU 01
    Jul 16 16:39:58 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Jul 16 16:39:58 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Jul 16 16:39:58 localhost kernel[0]: Security auditing service present
    Jul 16 16:39:58 localhost kernel[0]: BSM auditing present
    Jul 16 16:39:58 localhost kernel[0]: disabled
    Jul 16 16:39:58 localhost kernel[0]: rooting via boot-uuid from /chosen: 4EF96DEE-9FCF-4476-AD53-58BEA0AA953E
    Jul 16 16:39:58 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Jul 16 16:39:58 localhost kernel[0]: USB caused wake event (EHCI)
    Jul 16 16:39:58 localhost kernel[0]: FireWire (OHCI) Lucent ID 5811 PCI now active, GUID 0016cbfffe66af32; max speed s400.
    Jul 16 16:39:58 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHV2100BH Media/IOGUIDPartitionScheme/Customer@2
    Jul 16 16:39:58 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Jul 16 16:39:59 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Jul 16 16:39:59 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Jul 16 16:39:59 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Jul 16 16:39:59 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Jul 16 16:39:59 localhost kernel[0]: Jettisoning kernel linker.
    Jul 16 16:39:59 localhost kernel[0]: Resetting IOCatalogue.
    Jul 16 16:39:59 localhost kernel[0]: display: family specific matching fails
    Jul 16 16:39:59 localhost kernel[0]: Matching service count = 0
    Jul 16 16:39:59 localhost kernel[0]: Matching service count = 21
    Jul 16 16:39:59 localhost kernel[0]: Matching service count = 21
    Jul 16 16:39:59 localhost kernel[0]: Matching service count = 21
    Jul 16 16:39:59 localhost kernel[0]: Matching service count = 21
    Jul 16 16:39:59 localhost kernel[0]: Matching service count = 21
    Jul 16 16:39:59 localhost kernel[0]: display: family specific matching fails
    Jul 16 16:39:59 localhost kernel[0]: Previous Shutdown Cause: 0
    Jul 16 16:39:59 localhost kernel[0]: ath_attach: devid 0x1c
    Jul 16 16:39:59 localhost kernel[0]: mac 10.3 phy 6.1 radio 10.2
    Jul 16 16:39:59 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Jul 16 16:40:00 localhost lookupd[47]: lookupd (version 369.6) starting - Mon Jul 16 16:40:00 2007
    Jul 16 16:40:03 localhost DirectoryService[55]: Launched version 2.1 (v353.6)
    Jul 16 16:40:05 localhost diskarbitrationd[45]: disk0s2 hfs 9AC36BC8-2C3E-3282-B08D-9C22EC354E35 Alu HD /
    Jul 16 16:40:07 localhost kernel[0]: yukonosx: Ethernet address 00:xx:xx:xx:xx - deleted
    Jul 16 16:40:07 localhost mDNSResponder: Couldn't read user-specified Computer Name; using default “Macintosh-00.........” instead
    Jul 16 16:40:07 localhost kernel[0]: AirPort_Athr5424ab: Ethernet address 00:xx:xx:xx:xx - deleted
    Jul 16 16:40:07 localhost mDNSResponder: Couldn't read user-specified local hostname; using default “Macintosh-00..........” instead
    Jul 16 16:40:08 localhost mDNSResponder: Adding browse domain local.
    Jul 16 16:40:09 localhost lookupd[70]: lookupd (version 369.6) starting - Mon Jul 16 16:40:09 2007
    Jul 16 16:40:09 localhost configd[43]: AppleTalk startup
    Jul 16 16:40:09 alu configd[43]: setting hostname to "alu.local"
    Jul 16 16:40:13 alu kernel[0]: Registering For 802.11 Events
    Jul 16 16:40:13 alu kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Jul 16 16:40:15 alu configd[43]: AppleTalk startup complete
    Jul 16 16:40:15 alu configd[43]: AppleTalk shutdown
    Jul 16 16:40:15 alu configd[43]: AppleTalk shutdown complete
    Jul 16 16:40:18 alu configd[43]: AppleTalk startup
    Jul 16 16:40:20 alu mDNSResponder: getifaddrs ifa_netmask for fw0(7) Flags 8863 Family 2 169.254.113.87 has different family: 0
    Jul 16 16:40:20 alu mDNSResponder: SetupAddr invalid sa_family 0
    Jul 16 16:40:23 alu SystemStarter[51]: BrickHouse Firewall (102) did not complete successfully
    Jul 16 16:40:27 alu configd[43]: AppleTalk startup complete
    Jul 16 16:40:29 alu configd[43]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Jul 16 16:40:29 alu configd[43]: posting notification com.apple.system.config.network_change
    Jul 16 16:40:29 alu lookupd[169]: lookupd (version 369.6) starting - Mon Jul 16 16:40:29 2007
    Jul 16 16:40:31 alu mDNSResponder: getifaddrs ifa_netmask for fw0(7) Flags 8863 Family 2 169.254.113.87 has different family: 0
    Jul 16 16:40:31 alu mDNSResponder: SetupAddr invalid sa_family 0
    Jul 16 16:40:31 alu /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Jul 16 16:40:31 alu SystemStarter[51]: The following StartupItems failed to properly start:
    Jul 16 16:40:31 alu SystemStarter[51]: /Library/StartupItems/Firewall
    Jul 16 16:40:31 alu SystemStarter[51]: - execution of Startup script failed
    Jul 16 16:40:33 alu loginwindow[182]: Login Window Started Security Agent
    Jul 16 16:40:48 alu configd[43]: target=enable-network: disabled
    Jul 16 16:44:14 alu /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport: Currently connected to network WZ
    Jul 16 16:45:40 alu automount[222]: Can't get NFS_V3/TCP port for dream
    Jul 16 16:45:40 alu automount[222]: Can't get NFS_V2/TCP port for dream
    Jul 16 16:45:40 alu automount[222]: Attempt to mount /automount/static/mnt returned 1 (Operation not permitted)

  • Solaris Zones and NFS mounts

    Hi all,
    Got a customer who wants to seperate his web environments on the same node. The release of apache, Java and PHP are different so kind of makes sense. Seems a perfect opportunity to implement zoning. It seems quite straight forward to setup (I'm sure I'll find out its not). The only concern I have is that all Zones will need access to a single NFS mount from a NAS storage array that we have. Is this going to be a problem to configure and how would I get them to mount automatically on boot.
    Cheers

    Not necessarily, you can create (from Global zone) a /zone/zonename/etc/dfs/dfstab (NOT a /zone/[i[zonename[/i]/root/etc/dfs/dfstab notice you don't use the root dir) and from global do a shareall and the zone will start serving. Check your multi-level ports and make sure they are correct. You will run into some problems if you are running Trusted Extensions or the NFS share is ZFS but they can be overcome rather easily.
    EDIT: I believe you have to be running TX for this to work. I'll double check.
    Message was edited by:
    AdamRichards

  • Read File From A Different Server

    Hello Friends,
    We have a file (.txt) sitting in a server (not the application server) and there is a requirement to read data from this file into R/3. Manually, one needs a username and password to access this file as the server in which it resides is connected to a network. Now, what are my options? How can I do this? Please let me know!
    Thanks,
    Sam

    If the server has FTP capability, you could connect via FTP to get the file and place it on the application server.  Another option is to have the folder in which the file resides NFS mounted to your app server, the the file is visible to your ABAP program and can be processed using OPEN/READ/CLOSE DATASET.

  • Cannot access external NFS mounts under Snow Leopard

    I was previously running Leopard (10.5.x) and automounted an Ubuntu (9.04 Jaunty) Linux NFS mount from my iMac. I had set this up with Directory Utility and it was instantly functional and I never had any issues. After upgrading to Snow Leopard, I set up the same mount point on the same machine (using Disk Utility now), without changing any of the export settings, and Disk Utility stated that the external server had responded and appeared to be working correctly. However, when attempting to access the share, I get a 'Operation not permitted' error. I also cannot manually create the NFS mount using mount or mount_nfs. I get a similar error if I try to cd into /net/<remote-machine>/<share>. I can see the shared folder in /net/<remote-machine>, but I cannot access it (cd, ls, etc). I can see on the Linux machine that the iMac has mounted the share (showmount -a), so the problem appears to be solely in the permissions. But I have not changed any of the permissions on the remote machine, and even then, they are blown wide open (777) so I'm not sure what is causing the issue. I have tried everything as both a regular user, and as root. Any thoughts?
    On the Linux NFS server:
    % cat /etc/exports
    /share 192.168.1.0/24(rw,sync,nosubtree_check,no_rootsquash)
    % showmount -a
    All mount points on <server>:
    192.168.1.100:/share <-- <server> address
    192.168.1.101:/share <-- iMac address
    On the iMac:
    % rpcinfo -t 192.168.1.100 nfs
    program 100003 version 2 ready and waiting
    program 100003 version 3 ready and waiting
    program 100003 version 4 ready and waiting
    % mount
    trigger on /net/<server>/share (autofs, automounted, nobrowse)
    % mount -t nfs 192.168.1.100:/share /Volumes/share1
    mount_nfs: /Volumes/share1: Operation not permitted

    My guess is that the Linux server is refusing NFS requests coming from a non-reserved (<1024) source port. If that's the case, adding "insecure" to the Linux export options should get it working. (Note: requiring the use of reserved ports doesn't actually make things any more secure on most networks, so the name of the option is a bit misleading.)
    If you were previously able to mount that same export from a Mac, you must have been specifying the "-o resvport" option and doing the mounts as root (via sudo or automount which happens to run as root). So that may be another fix.
    HTH
    --macko

  • IPhoto 09 & storing "Originals" directory in NFS-mounted partitition

    In iPhoto 08, I had the Originals directory NFS mounted off a Linux server. On the Mac, I mounted it at /Volumes/pics and I had a symbolic link pointing from iPhoto Library/Originals to /Volumes/pics. Everything was hunky-dory.
    I upgraded to iPhoto 09 and now it will not import new pictures. I get the following error message:
    iPhoto cannot import your photos to this library because iPhoto cannot access the library.
    Anyone have any ideas on how to store the original pictures on an NFS-mounted partition

    Ok. I figured this out myself.
    I mounted the NFS volume directly on ~/Pictures/iPhoto Library/Originals. This seems to fix the problem.
    So, it's not the NFS mounting that's the issue. It's the symbolic link to /Volumes/pics.
    Weird.

  • VI server over IPsec?

    I'm developing LabVIEW applications using the VI server model. At some point, I'll want the VI Servers and the Application Control VIs to communicate over the Internet and will, of course, be concerned about network security. Our network consultant has suggested that we use IPsec tunneling. Does anyone know if this will work?

    I am not familiar with IPsec tunneling, unless you mean secure tunneling. You may want to read some application notes from NI's website about the IP communication VIs especially over VI Server.
    If you are unable to get your application to work with normal VI Server over TCP/IP with secure tunneling, than I would suggest that you set up a server/client with TCP/IP that IS compatible with secure tunneling (this should be easy...) and then communicate through this client/server.
    Note that you will not be able to make direct calls to the VI server this way, but will have to make "remote" calls. In other words, you set up a secure client/server, or point to point connection over TCP/IP. Then you control the local VI server remotely. You would send com
    mands over your secure connection, and those commands would then be used to control the VI server locally on the remote machine.
    I hope this helps.

  • Remove NFS mount

    Dears,
    2 problems:
    1. I used NFS to mount a share drive from a testing machine. Whenever the testing machine reboot, all
    servers who mounted to there will receive a shutdown warning message, how to get rid of this?
    2. When I remove a NFS mount from a system, the "df -k" command will still hang until NFS server timeout, is that anyway to fix other than reboot the
    server?
    thanks.
    Sony

    Dears,
    2 problems:
    1. I used NFS to mount a share drive from a testing machine. Whenever the testing machine reboot, all
    servers who mounted to there will receive a shutdown warning message, how to get rid of this?
    2. When I remove a NFS mount from a system, the "df -k" command will still hang until NFS server timeout, is that anyway to fix other than reboot the
    server?
    thanks.
    Sony

  • Can you re-export an nfs mount as an nfs share

    If so what is the downside?
    I'm asking because we currently have an iscsi san and a recent upgrade
    severely degraded iscsi connectivity. consequently can't mount my iscsi
    volumes.
    Thanks,
    db

    Originally Posted by David Brown
    The filer/san NFS functionality is working normally. I can't access
    some of the iscsi luns. Thinking of just using NFS as the backend.
    Which would be a better sub forum?
    Thank you,
    db
    Depending on which Novell OS you are running.... this subform is for NetWare, but I suspect you are using OES Linux.
    I've never tried creating a NCP share on OES for a remote NFS mount on the server. My first guess would be it is not allowed and also not a good practice. You could however, with this situation and if you are running an OES2 or OES 11 Linux server, try configuring an NFS mount on the OES server and then configuring the NCP share on that using remote manager on the server.
    What I would recommend however to see if the iSCSI issue cannot be fixed or worked around.
    Could you describe a bit more of the situation there/what happened and what is not working on that end?
    -Willem

  • Removing NFS mounts after upgrade

    In Tiger, I had set up a number of static NFS mounts to a Linux server using NetInfo. After upgrading to Leopard, these static links are no longer working, but the newly created automounts using Directory Utility work fine. I've been trying to remove the old entries using dscl without success. I have a number of entries in /Local/Default/Mounts, eg:
    $ dscl localhost -read /Local/Default/Mounts/doobage:\/home\/michael
    dsAttrTypeNative:type: nfs
    AppleMetaNodeLocation: /Local/Default
    GeneratedUID: B719E4FA-33F7-449A-AD63-0452515F0FF2
    RecordName: doobage:/home/michael
    RecordType: dsRecTypeStandard:Mounts
    VFSLinkDir: /server/michael
    I've tried deleting these using the dscl -delete command, eg:
    $ sudo dscl localhost -delete /Local/Default/Mounts/doobage:\/home\/michael
    Password:
    delete: Invalid Path
    <dscl_cmd> DS Error: -14009 (eDSUnknownNodeName)
    I suspect that I'm simply using the wrong key name, however, there aren't any examples of deletion in the dscl man page. Can someone please point out where I'm going wrong?
    Thanks,
    -Michael

    Try to escape the Slash with a double backslash.
    Message was edited by: sica187

  • Modbus RTU over TCP (Simex Transmitte​r and Advantech Server)

    Hey Guys,
    somehow i am not able to get a connection over TCP IP using RTU Mode (reading values) from a  transmitter which is hooked up to an advantech EKI 1542 Server. The Port is configured as an RS 485.
    i am using the modbus library and i tried to adjust the MB serial read holding registers vi to accept a TCP IP Socket input instead of an INSTR. Do you have any suggestions?
    Thanks a lot for the forum support!

    Hi Christo and welcome to NI Forums!
    Is this the ModBus library you are using? If so, I'd recomend to check out the newer, object based library available here. It has a more straightforward setup, especially for using TCP connections. You'll find an example VI for using a master, as well as a slave device, and these you'll be able to use right away without much modification. The code'll look like:
    Please test your device communication using this library.
    Kind regards:
    Andrew Valko
    NI Hungary
    Andrew Valko
    National Instruments Hungary

Maybe you are looking for

  • Documents are marked for indexing but indexing is not happening

    Hi All, I have completed the configuration of Trex 7.10 ; and also I have tested the settings by executing the report "RCF_CHECK_SEARCH_SETTINGSu201D in SE38 and found no errors, but the problem here is documents are marked for indexing but not getti

  • 10g XE + Windows Server 2008

    Hi!!! I have a problem with oracle 10g Express Edition. My customer has Windows Server 2008 and oracle runs on this Os. But every day oracle stops run and i get this type of error. In alert_xe.log: 1. Tue Nov 17 09:53:55 2009 Warning: skgmdetach - Un

  • Java for Internet Explorer

    I'm trying to find out the version of the Java Runtime installed under Internet Explorer for javascript/applets. How do I do that? Thank you, Bonnie Thanh

  • Disable selection color in datagrid/list/tilelist?

    I have a datagrid and would like to disable the selection color. I disable the rollover color by using useRollOver to false.

  • Unable to start Print Service

    I think am facing the same situation as in this old forum post: Error(1042006) Network error [10048]: Unable to connect I tried to increase the Heap size of print Server (HyS9FRPrint) in registry to Xmx - 2048 MB and Xmx 2048 MB. After this I'm not a