ypproc_match nis error


 
Thread Tools Search this Thread
Operating Systems Linux ypproc_match nis error
# 1  
Old 09-17-2008
ypproc_match nis error

I keep getting errors in the messages file on my NIS server from my clients. I was wondering if anybody ever seen this before. Below is the error message. Any help would be greatly appreciated.

Sep 17 08:41:40 nis_server ypserv[7913]: refused connect from xxx.xxx.xxx.xxx:608 to procedure ypproc_match (nisdomainname,hosts.byname;-4)
# 2  
Old 09-17-2008
Do the hosts that are providing this error exist in your hosts map?
ypcat -k hosts | grep <errant host>

Also, I'd check to ensure that your auto_* maps are pointing to valid hosts - if your host attempts to automount a filesystem that has moved or is recorded incorrectly, this type of error may occur.

When searching google et al for hints, strip out most of the error string above and look for this:
Code:
ypserv "refused connect" ypproc_match

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

NIS error

Hi, when I do ypwhich -m, I get this error message. # ypwhich -m |more Can't find master for map ethers.byaddr. Reason: Internal NIS error Can't find master for map old. Reason: Internal NIS error Can't find master for map rpc.bynumber. Reason: Internal NIS error Can't find master... (2 Replies)
Discussion started by: samnyc
2 Replies

2. Solaris

Error while configuring NIS master

Hello - I have a Solaris machine, which I would like to configure as NIS master. When I run the command /usr/sbin/ypinit -m, I see below output. I am enclosing them in tags. /usr/sbin/ypinit -m In order for NIS to operate sucessfully, we have to construct a list of the NIS servers. Please... (1 Reply)
Discussion started by: manju--
1 Replies

3. Shell Programming and Scripting

Validating that the NIS and NIS+ services are disabled

I'm creating a scrip for auditing our AIX box's to ensure that they are built according to our system standards. I'm not sure on the logic for checking to see if the NIS and NIS+ services are disabled. any idea's? (2 Replies)
Discussion started by: sport
2 Replies

4. AIX

nis error

Hi When i run the make command for nis i got the following message /usr/sbin/mknetid: 1831-503 USERNAME groups exceed 32 I tried to use the netgroup map but it doesn't work - Maybe i use it wrongly Any help please (0 Replies)
Discussion started by: skfn1203
0 Replies

5. Solaris

How to configure a NIS client bound to the NIS server in another subnet?

Hi, all. I have a Solaris client here needs to bind to NIS server in another subnet. Following is the configuration i made on the client, 1) edit /etc/inet/hosts to add an entry of the NIS server -- nserver01 2) execute `domainname` to set local NIS domain to the domain of the NIS server.... (1 Reply)
Discussion started by: sn_wukong
1 Replies

6. Solaris

NIS Error

I am running NIS on Solaris 8 and I keep getting these errors: rpc.nisd_resolv: nres_gethostbyaddr: tham.company.com != xxx.xxx.xxx.xxx. These happen to others not just one account. And these are over the VPN that we have. I checked with the network person and they didn't see anything... (0 Replies)
Discussion started by: kjbaumann
0 Replies

7. UNIX for Advanced & Expert Users

SUSE 9 and 10 NIS clients with RedHat 8.0 NIS server not working

We have a RedHat 8.0 NIS master, with a RedHat 8.0 NIS Slave. We also have a small number of SUSE 9.1 and SUSE 10 machines here for evaluation. However, no matter what i do, the SUSE machines will not talk to the NIS Servers. If i broadcast for NIS Servers for the specified NIS domain, it... (1 Reply)
Discussion started by: fishsponge
1 Replies

8. UNIX for Dummies Questions & Answers

NIS map mail.aliases specified, but NIS not running

Hi all, I just took over the admin role from someone and I wanna setup sendmail (just to send mail from the host) however, after I config all the resolv.conf, nssitch.conf, hosts file and when I try to send a mail out, after I punched ctl-D, it returned he following, "NIS map mail.aliases... (2 Replies)
Discussion started by: stancwong
2 Replies

9. UNIX for Advanced & Expert Users

error trying to migrate NIS servers

I have copied and verified all the NIS data over from Machine 'A' (Old server) to Machine 'B' (New server), however when I go to start the process of migrating the ‘new maps' back to Machine "A", I get the following error, any ideas? I type on Machine 'A': /usr/lib/netsvc/yp/ypxfr -h otslw007... (2 Replies)
Discussion started by: frankkahle
2 Replies

10. UNIX for Advanced & Expert Users

NIS yppush error

Anyone encounter this problem before ? After updating the NIS Map file in the Central copy of the NIS Master Server, i pushed the NIS maps to the client but during the push i gets this error on some of the system. I have no idea what error ' 1831-459 ' is indicating. But the Client machine that ... (1 Reply)
Discussion started by: killerserv
1 Replies
Login or Register to Ask a Question