Mudanças entre as edições de "Minicluster:NIS"
De WikiLICC
m |
m (→Servidor NIS) |
||
Linha 2: | Linha 2: | ||
* Instale o servidor NIS | * Instale o servidor NIS | ||
[root@one]$ yum install ypserv | [root@one]$ yum install ypserv | ||
− | [root@one]$ chkconfig --level 345 ypserv on | + | [root@one]$ chkconfig --level 345 ypserv on |
− | + | [root@one]$ nisdomainname nismatrix | |
+ | [root@one]$ nisdomainname | ||
+ | nismatrix | ||
+ | [root@one]$ /etc/init.d/ypserv start | ||
+ | Starting YP server services: [ OK ] | ||
== Cliente NIS == | == Cliente NIS == |
Edição das 15h23min de 8 de julho de 2010
Servidor NIS
- Instale o servidor NIS
[root@one]$ yum install ypserv [root@one]$ chkconfig --level 345 ypserv on [root@one]$ nisdomainname nismatrix [root@one]$ nisdomainname nismatrix [root@one]$ /etc/init.d/ypserv start Starting YP server services: [ OK ]
Cliente NIS
[root@cell100]$ chkconfig --level 345 ypbind on