Patch-ID# 100342-03 Keywords: NIS client server rebind Synopsis: SunOS 4.1 4.1.1 4.1.2 4.1.3: NIS client needs long recovery time if server reboots Date: 18/June/92 SunOS release: 4.1, 4.1.1, 4.1.2, 4.1.3 Unbundled Product: Unbundled Release: Topic: NIS ypbind patch revision update for 4.1.3 compatibility BugID'd fixed for this patch: 1046416 Architectures for which this patch is available: sun4 Patches which may conflict with this patch: Obsoleted by: Problem Description: Bug 1046416: If you bring a ypserver down into single user and then boot it into multi user by either typing control D or reboot, the yp clients will take a long time to rebind to the server. ********************* WARNING ****************************** This is a new version of ypbind that never uses the NIS binding file to cache the servers binding. This will have the effect of fixing the current symptom. However, it might degrade the overall performance of the system when the server is unavailable. ************************************************************* INSTALL:: As root and for the correct architecture directory. Kill the currently running ypbind: ps aux|grep ypbind kill Make a backup copy of ypbind: mv /usr/etc/ypbind /usr/etc/ypbind.FCS Install the new version of ypbind: cp `arch`/ypbind /usr/etc chown root /usr/etc/ypbind chmod 755 /usr/etc/ypbind Restart ypbind /usr/etc/ypbind