[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 6


ypupdated Daemon

Purpose

Updates information in Network Information Services (NIS) maps.

Syntax

/usr/lib/netsvc/yp/rpc.ypupdated [ -i ] [ -s ]

Description

The ypupdated daemon updates information in Network Information Services (NIS) maps. Before it can update information, however, the daemon consults the updaters file in the /var/yp directory to determine which NIS maps should be updated and how they should be changed.

By default, the ypupdated daemon requires the most secure method of authentication available to it, either DES (secure) or UNIX (insecure).

The ypupdated daemon is started and stopped by the following System Resource Controller (SRC) commands:

startsrc -s ypupdated
 
stopsrc -s ypupdated

Flags


-s Accepts only calls authenticated using the secure Remote Procedure Call (RPC) mechanism (AUTH_DES authentication). This disables programmatic updating of NIS maps unless the network supports these calls.
-i Accepts RPC calls with the insecure AUTH_UNIX credentials. This allows programmatic updating of NIS maps in all networks.

Examples

To start the ypupdated daemon from the command line, enter:

startsrc -s ypupdated

File


/var/yp/updaters A makefile for updating NIS maps.

Related Information

The startsrc command.

The keyserv daemon.

System Resource Controller Overview in AIX 5L Version 5.1 System Management Guide: Operating System and Devices.

Remote Procedure Call Overview for Programming in AIX 5L Version 5.1 Communications Programming Concepts.

Network Information Services (NIS) Overview for System Management in AIX 5L Version 5.1 Network Information Services (NIS and NIS+) Guide.

NIS Reference.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]