26 jun 2008

Servicio NIS

Primero creamos el dominio NIS
[root@host125 /]# domainname Ciscotest
(nosotros inventamos el dominio Ciscotest)

ahora comprobamos si el dominio se ha creado
[root@host125 /]# domainname
Ciscotest

de esta manera al reiniciar se borrara la informacion pero esto se puede configurar de la sig. manera:

[root@host125 /]# vi /etc/init.d/network
y agregamos la sig linea

domainname Ciscotest

presiona Esc :wq


ahora vamos y configuramos el archivo

[root@host125 /]# vi /etc/yp.conf

domain Ciscotest server Phoenix1
domain Ciscotest server Temple1
domain Ciscotest server Scottsdale1


ahora iniciamos los daemons ypbind y ypwhich
[root@host125 /]# ypbind
[root@host125 /]# ypwhich
ypwhich: No se puede establecer comunicación con `ypbind'

ahora lo configuramos para que se ejecute automaticamente
[root@host125 /]# /sbin/chkconfig ypbind on
[root@host125 /]#

No hay comentarios: