If you have Novell® NetWare® file servers, Index Server can index their contents as well. To do this, install and run Microsoft Windows NT Gateway Services for NetWare. For details about installing Gateway Services for NetWare, see the documentation for that product.
Install Windows NT Gateway Services for NetWare on the computer running Index Server. For details refer to the Gateway Services documentation. Index Server indexes the files on Novell NetWare file shares in one of two ways:
- Through gateway redirection.
- Through a UNC share.
To index files using gateway redirection
- Create a Gateway to the NetWare share. Assume, for example, the Gateway assigns the drive letter Z to the remote
NetWare share.
- Add a virtual root in IIS pointing to drive Z. All documents on the remote NetWare share will be indexed by the Index
Server.
You can also index files on NetWare volumes by using a UNC share. You can create this UNC share whether the server is part of a domain or not, as shown in the following examples.
For these examples, assume the following:
- The UNC name for the share is \\NovellServer\Share1.
- Index Server is running on a computer named Server A.
- Server A is on Domain A when the server is part of a domain.
- The user ID is WebUser, which can be any valid Windows NT user ID.
If Server A is part of a domain, follow these steps:
- Create an account called WebUser on Domain A. This account should have the form DomainA\WebUser.
- Give to the DomainA\WebUser account on Server A.
- Make sure that DomainA\WebUser has Read permission on \\NovellServer\Share1.
- Create a virtual root in IIS pointing to \\NovellServer\Share1. Specify DomainA\WebUser for the user name, and assign an
appropriate password. Be sure to specify Domain A followed by a backslash (\) and then the actual user ID.
If Server A is not part of a domain, follow these steps:
- Create an account called WebUser on ServerA. This account should have the form ServerA\WebUser.
- Give to the ServerA\WebUser account on Server A.
- Make sure that ServerA\WebUser has Read permission on \\NovellServer\Share1.
- Create a virtual root in IIS pointing to \\NovellServer\Share1. Specify ServerA\WebUser for the user name, and assign an
appropriate password. Be sure to specify ServerA followed by a backslash (\) and then the actual user ID.
Index Server then indexes the remote UNC \\NovellServer\Share1. If you want to index more remote NetWare files shares, repeat steps 3 and 4 for each of the shares.
© 1997 by Microsoft Corporation. All rights reserved.