SUMMARY
One obstacle to migrating from UNIX to Windows is file sharing. If you have a UNIX computer with files shared out via NFS then you can make that share available to all Windows computers in the network without installing additional software on them. One single Windows Server can act as the gateway between the UNIX computer and the Windows clients by installing Gateway for NFS. By installing Gateway for NFS on a Windows server, you can provide access to your NFS resources without having to load any additional software on other Windows clients. Gateway for NFS is only supported on Windows servers and cannot be installed on Windows NT Workstation, Windows 2000 Professional, or Windows XP.
back to the top
Install Gateway for NFS
Windows Services for UNIX version 3.0 uses Microsoft Installer for installation. As a result, you can install individual modules of the product from the command line. If previous components of Windows Services for UNIX have been installed, you must include these components in the
addlocal parameter of the installation command line, separated by a comma (,). If you do not do so, these products are removed during the installation of Gateway for NFS.
NOTE: You cannot install Client for NFS and Gateway for NFS on the same computer; however, Gateway for NFS enables the computer to act as an NFS client while it provides access to NFS resources for downstream Windows-based clients.
For additional information about installing Client for NFS, click the article number below
to view the article in the Microsoft Knowledge Base:
324055 HOW TO: Install Client for NFS on Windows for a UNIX-to-Windows Migration
To install Gateway for NFS from the command line:
- Log on to the Windows-based server by using an administrative level account.
- Click Start, click Run, type cmd, and then click OK.
- Insert the Windows Services for UNIX version 3.0 CD in the CD drive (this example uses drive D).
- From the command prompt, run the following command to install Gateway for NFS:
msiexec /I D:\sfusetup.msi /qb addlocal="NFSGateway" [targetdir="install path"]
Note: The addlocal parameter to msiexec show above is case and space sensitive. Installation will fail if the exact case above is not followed. - Default install path is "\SFU".
Note: Services for UNIX should be installed in a directory without spaces in the path to prevent problems with some components of SFU. Microsoft recommends that you install to the default directory. - To include the product key in the command line, add PidKey=key, where key is the 25 character product key without the dashes.
Note: If you are installing from a telnet prompt (where the graphical user interface [GUI] is not available) or by using a script, use the following command line to perform an installation which does not require user interaction:
msiexec /I D:\sfusetup.msi /q addlocal="NFSGateway" pidkey="key" [targetdir="install path"]Note:Install Windows Services for UNIX in a folder that does not have any spaces in the folder path to prevent problems with some components of Windows Services for UNIX. The default installation point is \SFU.
Note:The
addlocal parameter to the
msiexec command that is described earlier is case-sensitive and space-sensitive. The installation is not successful if you do not use the command exactly as it is written in this article.
Note:Microsoft recommends that you install at least one User Name Mapping service on your network to map UNIX and Windows user names to each other. Please view our KB article about User Name Mapping service in our REFERENCES section.
back to the top
Troubleshooting
The following troubleshooting tips may help resolve problems with a Gateway for NFS installation.
back to the top
REFERENCES
For additional information about performing maintenance tasks after a UNIX-to-Windows Migration, click the article number below
to view the article in the Microsoft Knowledge Base:
324539 HOW TO: Perform Maintenance and Ancillary Tasks After a UNIX-to-Windows Migration
For additional information about how to install and configure User Name Mapping service, click the article number below
to view the article in the Microsoft Knowledge Base:
324073 HOW TO: Configure User Name Mapping Server for a UNIX-to-Windows Migration
back to the top