Prompts the Network Information Service (NIS) slave servers to copy updated NIS maps.
/usr/sbin/yppush [ -v ] [ -d Domain ] MapName
The yppush command, which is issued from the /usr/etc/yp directory, prompts the Network Information Service (NIS) slave servers to make copies of updated NIS maps. The MapName variable specifies that map to be transferred to the slave servers of the master servers. To get a list of the servers it needs to prompt, the yppush command reads the ypservers map, specified by the Domain parameter or the current default domain. Once prompted, each slave server uses the ypxfr command to copy and transfer the map back to its own database.
You can use the System Management Interface Tool (SMIT) to run this command. To use SMIT, enter:
smit yppush
Note: If your system uses version 1 of the NIS protocol, the ypxfr command is not the transfer agent.
/usr/sbin/yppush -d atlantis netgroupIn this example, the yppush command copies the netgroup map from the atlantis domain.
/usr/sbin/yppush -v -d atlantis netgroupIn this example, the yppush command displays in-progress messages as it copies the netgroup map from the atlantis domain onto each of the network's slave servers.
/var/yp/DomainName/ypservers.{dir, pag} | |
Lists servers that the yppush command prompts to make copies of updated NIS maps. |
The yppoll command, ypxfr command.
The ypserv daemon.
Network Information Service (NIS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.
System Management Interface Tool (SMIT): Overview in AIX Version 4.3 System Management Guide: Operating System and Devices.
Network File System (NFS) Overview for System Management, NIS Maps in AIX Version 4.3 System Management Guide: Communications and Networks.