|
|
. Documentation . FAQ
|
Frequently Asked QuestionsQ1: What versions of Windows are supported?A1: Windows 2000, XP (Home, Professional), Vista, Server 2003, Server 2008, Windows 7 (32 and 64bit). Q2: Sometimes my NFS clients get stale NFS file handle error messages. Why is that?A2: Stale NFS file handle errors will occur on an NFS client if the NFS server is restarted while the client has an export mounted. The NFS server maintains file handle information when it is running and that information is lost when the server stops. For best results, ensure that all clients have unmounted NFS exports before restarting the NFS server. Q3: Why do I get no response from the NFS server?A3: If you are using firewalls on Windows or any of the clients, their configuration must be adjusted to allow various ports through to the server and clients. Q4: Are symbolic links supported?A4: Yes, but it requires Allegro NFS Server version 5.0 or later. Q5: Is chmod supported?A5: chmod is not supported. chmod requests are simply ignored by Allegro NFS. This was a specific design decision to avoid confusing problems that can be caused when the chmod'd files are subsequently accessed on the Windows side. The execute bit is simulated based on filename extension. Files with filename extension exe, bat, and com automatically have the 'x' bit set. If you need the execute bit set, you can make Allegro NFS enable the execute bit on every file, which may suit your needs. You can do this by editing the "set mode bits" setting for the export using the configuration utility. If you use a value of '111', that will set the execute bit for all files. Q6: When starting Allegro NFS I get 'Error: portmap_set failed'. What's wrong?A6: This error indicates that you likely have another vendor's NFS product installed and it is causing a conflict when Allegro NFS attempts to set up a portmapper at the same port. The solution is verify that other NFS server products are completely uninstalled, reboot, and attempt to start Allegro NFS again. In particular, customers have noted that Microsoft Services for UNIX includes a portmapper daemon. Uninstalling or disabling this process has been known to resolve this issue. Q7: I exported a mapped network drive or a UNC path, but when I access the export from an NFS client, the files are inaccessible. Why doesn't this work?A7: The Allegro NFS service normally runs under the window SYSTEM (aka LocalSystem) account. This account is very powerful and has access to all files on the local computer (although Allegro NFS will restrict access according to the configuration you supplied). However, the SYSTEM account does not have access to network drives. Q8: Why don't the clients see the exports I created?A8: Make sure your exports start with a slash (/). The usual way NFS clients reference mounts is from the root directory. Q9: The NFS service will not start and I see "wait-for-service-to-start: Unexpected service state: 3" in the NFS console. How to fix?A9: Likely you have another NFS server installed which is holding onto ports Allegro NFS needs to start. Uninstall or stop the other service, and Allegro NFS should start properly. © 2004-2010 Franz Inc. |