System Administration Guide: Naming and Directory Services (NIS+)

Setting Up NIS+ Servers

Now that the client machines have been initialized, you can change any of them to NIS+ servers of the following types:


Note –

You can have only one NIS+ master root server. Root NIS+ servers are a special type of NIS+ server. This section does not describe how to configure a root master server; see Setting Up NIS+ Root Servers for more information.


You can configure servers any of these different ways:

Servers and their replicas should have the same NIS-compatibility settings. If they do not have the same settings, a client that needs NIS compatibility set to receive network information may not be able to receive it if either the server or replica it needs is unavailable.

Configuring a Client as an NIS+ Server

Perform any of the following to alternate procedures to configure a client as a server. These procedures create a directory with the same name as the server and create the server's initialization files which are placed in /var/nis.


Note –

All servers in the same domain must have the same NIS-compatibility setting. For example, if the master server is NIS compatible, then its replicas should also be NIS compatible.


ProcedureHow to Configure an NIS+ Server Without NIS Compatibility

Before You Begin

You need to be superuser or establish an equivalent role to perform this procedure.

You need the superuser password of the client that you will convert into a server before you can start the NIS+ service by using the svcadm command.

  1. View the /lib/svc/method/nisplus file to verify that the -Y option does not appear.

    See NIS+ and the Service Management Facility for more information.

  2. Start the NIS+ service.

    You need to be superuser or establish an equivalent role to perform this step.


    client1# svcadm enable /network/rpc/nisplus:default
    

    Now this server is ready to be designated a master or replica of a domain.

ProcedureHow to Configure an NIS+ Server With NIS Compatibility

You need to be superuser or establish an equivalent role to perform this procedure.

  1. Edit the /lib/svc/method/nisplus file on the server to add the -Y option.

    See NIS+ and the Service Management Facility for more information.

  2. Start the NIS+ service.

    You need to be superuser or establish an equivalent role to perform this step.


    client1# svcadm enable /network/rpc/nisplus
    

    Now this server is ready to be designated a master or replica of a domain.

ProcedureHow to Configure an NIS+ Server With DNS Forwarding and NIS Compatibility

This procedure configures an NIS+ server with both DNS forwarding and NIS compatibility. Both of these features are needed to support SunOS 4 clients.

You need to be superuser or establish an equivalent role to perform this procedure.

  1. Edit the /lib/svc/method/nisplus file on the server to add the -Y and -B options.

    See NIS+ and the Service Management Facility for more information.

  2. Start the NIS+ service.

    You need to be superuse,r or establish an equivalent role, to perform this step.


    client1# svcadm enable /network/rpc/nisplus:default
    

Creating Additional NIS+ Servers

Repeat the preceding client-to-server conversion procedure on as many client machines as you like.

The sample NIS+ domain described in this chapter assumes that you will convert three clients to servers. You will then configure one of the servers as a root replica, another as a master of a new subdomain, and the third as a replica of the master of the new subdomain.