Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ypset(8) [debian man page]

ypset(8)						      System Manager's Manual							  ypset(8)

NAME
ypset - bind ypbind to a particular NIS server SYNOPSYS
ypset [ -d domain ] [ -h hostname ] server DESCRIPTION
In order to run ypset, ypbind must be initiated with the -ypset or -ypsetme options. See ypbind(8). ypset tells ypbind to get NIS ser- vices for the specified domain from the ypserv(8) process running on server. In cases where several hosts on the local net are supplying NIS services, it is possible for ypbind to rebind to another host even while you attempt to find out if the ypset operation succeeded. For example, you can type: example% ypset host1 example% ypwhich host2 which can be confusing. This is a function of the NIS subsystem's attempt to know always a running NIS server, and occurs when host1 does not respond to ypbind because it is not running ypserv (or is overloaded), and host2, running ypserv, gets the binding. Server indicates the NIS server to bind to, and must be specified as a name or an IP address. This will work only if the node has a cur- rent valid binding for the domain in question, and ypbind has been set to allow use of ypset. In most cases, server should be specified as an IP address. OPTIONS
-d domain Specify a domain other than the default domain as returned by domainname(1). -h hostname Set the NIS binding on host hostname instead of the local machine. SEE ALSO
domainname(8), ypbind(8), ypcat(8), ypmatch(1), ypserv(8), yppoll(8), ypwhich(1) AUTHOR
ypset is part of the yp-tools package, which was written by Thorsten Kukuk <kukuk@suse.de>. YP Tools 2.9 May 1998 ypset(8)

Check Out this Related Man Page

ypset(8)						      System Manager's Manual							  ypset(8)

NAME
ypset - point ypbind at a particular server SYNOPSIS
/usr/sbin/ypset [-V1 | -V2] [-d domain] [-h host] server OPTIONS
Bind server for the (old) v.1 NIS protocol. Bind server for the (current) v.2 NIS protocol. If no version is supplied, ypset, first attempts to set the domain for the (current) v.2 protocol. If this attempt fails, ypset, then attempts to set the domain for the (old) v.1 protocol. Set ypbind's binding on host, instead of locally. The host can be spec- ified as a name or as an address. Use domain, instead of the default domain. DESCRIPTION
The ypset command tells ypbind to get Network Information Service (NIS) map information for the specified domain from the ypserv process running on server. If server is down, or isn't running ypserv, this is not discovered until an NIS client process tries to get a binding for the domain. At this point, the binding set by ypset will be tested by ypbind. If the binding is invalid, ypbind will attempt to rebind for the same domain. Note The ypbind process will refuse ypset requests unless -ypset or -ypsetme are specified when ypbind is started. The ypset command is useful for binding a client node which is not on a broadcast net, or is on a broadcast net which isn't running an NIS server host. It also is useful for debugging NIS client applications, for instance where an NIS map only exists at a single NIS server host. In cases where several hosts on the local net are supplying NIS services, it is possible for ypbind to rebind to another host even while you attempt to find out if the ypset operation succeeded. For example, you can type: % ypset host1 % ypwhich host2 which can be confusing. This is a function of the NIS subsystem's attempt to load-balance among the available NIS servers, and occurs when host1 does not respond to ypbind because it is not running ypserv (or is overloaded), and host2, running ypserv, gets the binding. The server indicates the NIS server to bind to, and can be specified as a name or an address. If specified as a name, ypset will attempt to use NIS services to resolve the name to an address. This will work only if the node has a current valid binding for the domain in ques- tion. In most cases, server should be specified as an address. Refer to ypfiles(4) and ypserv(8) for an overview of NIS. SEE ALSO
Commands: ypwhich(1), ypserv(8) Files: ypfiles(4) ypset(8)
Man Page