[root@server-rhel6 ~]# yum install rpcbind ypserv ypbind -y [root@server-rhel6 ~]# vim /etc/sysconfig/network NETWORKING=yes HOSTNAME=server-rhel6 NISDOMAIN=rafi.com [root@server-rhel6 ~]# rpcinfo -u localhost ypserv rpcinfo: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused) program 100004 is not available [root@server-rhel6 ~]# /usr/lib64/yp/ypinit -m At this point, we have to construct a list of the hosts … Continue reading nis
