NIS problem in aix


 
Thread Tools Search this Thread
Operating Systems AIX NIS problem in aix
# 1  
Old 07-02-2010
NIS problem in aix

Hi,

We are facing a problem with nis . we have a master server and there are 5 -6 slave servers configured with NIS. All the servers are IBM aix with different O/s versions installed Ex.5.2, 5.3 and 6.1

The master nis server is a 5.2 aix server system and all others are installed with nis slave ones.

now the problem is an user locked in master server is not getting mapped in the slave servers. The user is able to login on the other slave servers with the password though the user is locked in the master nis server.

Please suggest the solution .



thanks & regargs

Ramprasad.
# 2  
Old 07-02-2010
Did you try a yppush to update the slaves?
IBM Information Center - yppush
# 3  
Old 07-02-2010
while giving the yppush it is asking for domainname and maps
I have the domain name , but what i need to mention for maps
# 4  
Old 07-02-2010
I never had a NIS up running, sorry. Seems to be the config on your NIS master. Check out the documentation meanwhile until somebody answers.

http://publib.boulder.ibm.com/infoce.../intro_nis.htm
# 5  
Old 07-02-2010
first. You sure, you have 1 master and 5-6 slaves, OR
You have 1 master and 5-6 clients.

If realy you have 5-6 slaves you must use cron to set each slave request to update maps.

If you have nis+ on any slave it can be problem with compability mode.
# 6  
Old 07-02-2010
this used to work earlier with the existing setup. during recent times it stopped working . do not know why
# 7  
Old 07-02-2010
OK
run
Code:
lssrc -a|grep nis

I don't remember you see nis on first or second column

if on first column run
Code:
refresh -g nis

if on second column run
Code:
refresh -s nis

run it in order at each master..slave1..slave2..slave3..slave4....
Don't hurry, wait same time on each server.

Moderator's Comments:
Mod Comment Use code tags please, ty.

Last edited by zaxxon; 07-05-2010 at 03:17 AM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

NIS setup: Mastr on AIX and slave on Solaris?

Hello - This could be a stupid question. But can we configure NIS with different flavors of UNIX. Like Master on AIX and slave on Solaris? ---------- Post updated 09-06-11 at 04:17 AM ---------- Previous update was 09-05-11 at 06:34 AM ---------- Hi - Can anyone please answer this? (1 Reply)
Discussion started by: manju--
1 Replies

2. AIX

AIX: Could not login using NIS Account?

Hi there, I am new to AIX environment, when I set up NIS Client for an AIX 5.3 Machine to connect to a Linux NIS Master, everything seems to be okie: /etc/passwd: +::0:0::: /etc/group: +: ps -ef | egrep "ypbind": /usr/lib/netsvc/yp/ypbind -ypsetme -ypsetme I can get all account... (0 Replies)
Discussion started by: quanba
0 Replies

3. AIX

Aix 5.3 NIS Client from a Suse10 sever

Hello Guys, Unfortunately after look for it on entire www I did not find anyone that have made a tutorial how to make it works. I'm using an AIX 5.3 as a nis client from a SUSE 1.0 server. I can see the maps - ypcat passwd (so I can Bind server) and I can su NIS users. BUT I CAN... (0 Replies)
Discussion started by: michelan
0 Replies

4. AIX

AIX NIS Client to Linux

Hi, I have a trouble with configure NIS Client on AIX, my NIS server is on a Linux machine. After configure, some old NIS account could login normally. However, after I create new account from NIS server, I could not login with the new account, but could only su to that account. And I could view... (20 Replies)
Discussion started by: aloneattack
20 Replies

5. AIX

AIX NIS client

All, I have just started using AIX (Solaris admin here) and I need to setup my new AIX box as an NIS client. Where would I do this? Thanks for the help! -Kevin (2 Replies)
Discussion started by: kjbaumann
2 Replies

6. AIX

Use AIX as NIS client

Hi everyone. Has anyone here used AIX as a NIS client to a Linux server? If have configured this setup and cant get it to work. I have verifyed that the NIS server is working since other machines are able to connect to it and users to log in on other clients. On the AIX machine the users are... (0 Replies)
Discussion started by: sprellari
0 Replies

7. Solaris

NIS Problem

I'm having an issue with NIS. I run the following: ./nisclient -i -d XXX.XXXX.XXX -h XXXX-XXXX Everytime I do this with both my master and slave servers up and running and I go to reboot my client the client will hang after starting RPCBIND, and NIS Cachemanager. If I take my slave NIS... (1 Reply)
Discussion started by: buckhtr77
1 Replies

8. Solaris

NIS Problem

I have a Solaris 9 system running on a sparc platform which is configured for NIS. The domain is set to unixlab.ocas.uc.edu on this system and the yp processes are running. The client machinces successfully binds using the ypinit -c command and specifying the servers name. I also copied the... (2 Replies)
Discussion started by: meyersp
2 Replies

9. UNIX for Advanced & Expert Users

NIS Problem

Hi all, I use a sparc 1000 Enterprice server with solaris 5.8 as nis server. IŽam able to login as root user on the server and switch after that to any other user (If I am switch as root user) . So far so good. But if i try a rlogin server -l user_name or su - user (if I am no root user)... (5 Replies)
Discussion started by: joerg
5 Replies

10. UNIX for Advanced & Expert Users

NIS users cann't login on AIX and HP

Hey, I've set up a NIS domain with linux as master-server, slave server and clients ... and Linux works fine. To that NIS domain I tried to add a HPUX 11.00 and an AIX 4.3.3 system (till now - there should be more clients in final version). And both systems now have to same problem: I can... (3 Replies)
Discussion started by: mod
3 Replies
Login or Register to Ask a Question