Query: setdomainname
OS: hpux
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getdomainname(2) System Calls Manual getdomainname(2)NAMEgetdomainname, setdomainname - get or set name of current Network Information Service domainSYNOPSISDESCRIPTIONreturns the name of the Network Information Service (NIS) domain for the current processor, as previously set by The parameter namelen specifies the size of the name array. The returned value is null-terminated unless the area pointed to by name is not large enough to hold the domain name plus the null byte. In this case, only the namelen number of bytes is returned. sets the domain of the host machine to name, which has a length of namelen. This call is restricted to the superuser and is normally used only when the system is booted. These Network Information Service domains enable two distinct networks with common host names to merge. Each network is distinguished by having a different domain name. Currently, only the Network Information Service uses these domains.RETURN VALUEIf the call succeeds, a value of 0 is returned. If the call fails, a value of -1 is returned and is set to indicate the error.ERRORSIf or fail, is set to one of the following values: name points outside the accessible address space. The caller is not superuser. This error only applies toWARNINGSThe length of the name array should be at least 65; NIS domain names can be up to 64 characters long. NIS servers use the NIS domain name as the name of a subdirectory of Since the NIS domain name can be as long as 64 characters, the domain name set with can exceed the maximum file name length allowed on the local file system. If that length is exceeded, the name of the subdi- rectory is the truncated NIS domain name.AUTHORgetdomainname was developed by Sun Microsystems, Inc.SEE ALSOdomainname(1), ypserv(1M), ypfiles(4). getdomainname(2)