Table of ContentsLibraryView in Frames

How to use NIS to maintain host information

As with DNS, NIS enables you to centrally maintain host information. In addition, NIS enables you to maintain user information.

NIS provides the following methods for storage system host-name resolution:
  • Using the /etc/hosts file on the NIS server that you can download to your storage system's default volume for local host-name lookup.
  • Using a hosts map, maintained as a database on the NIS server, which your storage system queries in a host lookup request across the network.
  • Using the ipnodes map, maintained as a database on the NIS server, which is used for host lookup when IPv6 is enabled on your storage system.
    Note: The ipnodes database is supported only on Solaris NIS servers for both IPv4 and IPv6 addresses.

To resolve a host name to an address, your storage system (with IPv6 enabled) first looks in the ipnodes database. If the IP address is not present in the ipnodes database, the application looks in the hosts database. However, if IPv6 is not enabled, then your storage system looks only in the hosts database and does not refer the ipnodes database.