what are the daemons running In NIS? how to do u create NIS
users and update Maps?
Answers were Sorted based on User's Feedback
Answer / kishore devkate
Below daemons will run the NIS
1) ypservd
2) ypxfrd
3) yppasswd
4) ypbind
Create a user by useradd command and copy the line
from /etc/passwd file to NIS data base file, Exple:-some
peoples use /var/yp/domain/passwd
and run the command from /var/yp/domain directory
i.e : #cd /var/yp/domain
#/usr/ccs/bin/make passwd
Is This Answer Correct ? | 15 Yes | 1 No |
NIS Server:
1. ypserv
2. ypxfrd
3. yppasswd
4. ypbind
NIS Slave Server:
1. ypserv
2. ypbind
NIS Client:
1. ypbind
for making users you need use "useradd" command.
after creating users you need to update userdatabase map file in domain database.
# yppasswd username
To update passwd mapfile
# cd /var/yp/domainname
# /usr/ccs/bin/make passwd
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / hyma
NIS deamons:
1)ypserve:reponds client requests
2)ypbind:it runs both server and client side.Stores binding
information in the /var/yp/binding/domainname
directory
3)ypxfrd:it pushes the maps to nis master server to slave
server
4)rpc.yppasswd:If user changes their password that
information is stored in master and slave server aswell
5)rpc.ypupdated:Runs on the NIS master server only. it
updates the all nis information
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / guest
salary expectation depend experience...& eligbilty of ..
if a man a have a good qulaty then any one not look a salary
issu...& depend a compnay becoze currently i m a first
source employ indore ..so i know that ...
Is This Answer Correct ? | 2 Yes | 9 No |
How can a user login to solaris? What is the login shell?
How can the user in solaris check the status of processes?
How to list qued jobs under at? atq
Tell me how to solve the system hung issue. Found that the memory state is free, commands to check and solve the issue?
How to see the route?
Tell me how to discover global zone name from local zone?
DIfferent between swap -l & swap -s
how to know which version of solaris is installed? uname –a /etc/release
how can we know the time of creation of zone in solaris
What is master map?
Tell me how to mount the floppy & cd-rom?
how to create passwords in nis?