NIS stop working... pls. help.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers NIS stop working... pls. help.
# 1  
Old 10-16-2013
NIS stop working... pls. help.

I am on the NIS client server. when I do ypwhich. I get this err.msg.

Code:
 
> ypwhich
Domain feed.oca.ipx.com not bound on svrnyP1

Any idea. I am able to ping the NIS master server. On the /var/adm/messages. I see this...

Code:
 
Oct 16 12:52:36 svrnyP1 ypbind[13665]: [ID 337329 daemon.error] NIS server not responding for domain "feed.oca.ipx.com"; still trying

---------- Post updated at 01:42 PM ---------- Previous update was at 12:53 PM ----------

I think I know why it's not working... I see this.
Code:
>svcs \*nis\*
STATE          STIME    FMRI
disabled       12:00:06 svc:/network/rpc/nisplus:default
disabled       12:00:07 svc:/system/patch-finish:delete
disabled       12:00:08 svc:/network/nis/passwd:default
disabled       12:00:08 svc:/network/nis/update:default
disabled       12:00:08 svc:/network/nis/xfr:default
online         13:36:40 svc:/network/nis/server:default
maintenance    13:33:24 svc:/network/nis/client:default

 
How do I take that out of maintenance mode ? 


Last edited by Scott; 10-16-2013 at 03:48 PM.. Reason: Code tags
# 2  
Old 10-16-2013
Try running the following command to get an explanation of why it's in maintenance mode:

Code:
svcs -x -v svc:/network/nis/client:default

# 3  
Old 10-16-2013
Quote:
Originally Posted by in2nix4life
Try running the following command to get an explanation of why it's in maintenance mode:

Code:
svcs -x -v svc:/network/nis/client:default


svcs -x -v svc:/network/nis/client:default
svc:/network/nis/client:default (NIS (YP) client)
State: maintenance since Wed Oct 16 14:08:36 2013
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
See: http://sun.com/msg/SMF-8000-KS
See: man -M /usr/share/man -s 1M ypstart
See: /var/svc/log/network-nis-client:default.log
Impact: This service is not running.

---------- Post updated at 04:12 PM ---------- Previous update was at 04:09 PM ----------

above link sun.com/msg/SMF doesn't work.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VncViewer, why certain keys stop working?

Hello All, My question is about VNC'ing to a Linux server on the network. MY PC: OpenSuSE 11.4 (i586) Remote Server: OpenSuSE 12.3 (x86_64) ### UNAME: # uname -a Linux localhost.foo.bar 3.7.10-1.1-desktop #1 SMP PREEMPT Thu Feb 28 15:06:29 UTC 2013 (82d3f21) x86_64 x86_64 x86_64... (1 Reply)
Discussion started by: mrm5102
1 Replies

2. Shell Programming and Scripting

How to stop nohup which is working background

Please I have run a background script using nohup please tell me way to stop this. Thanks in Advance (4 Replies)
Discussion started by: mumakhij
4 Replies

3. AIX

AIX stop script not working

I have a AIX stop script file "stop_service_mail_DE_P" which is as follwoing ( if then sleepforvalue=$(cat stopfileparam|grep sleepperiod|awk -F= '{print $2}') targetdir=$(cat stopfileparam|grep targetdir|awk -F= '{print $2}') touch $targetdir/stop_b2bgate_service_mail_de_p_p sleep... (1 Reply)
Discussion started by: yashoda avvaru
1 Replies

4. AIX

Shell script stop working

I have a strange problem. I have the following in a cron to find files older than a day. find /dir1/dir2/ ! -name . -prune -name "s*.txt" -type f -mtime +1 -exec echo {} \; | wc -w It was working fine for the last few days now it suddenly stopped working. I can clearly see files in the... (5 Replies)
Discussion started by: bbbngowc
5 Replies

5. Solaris

Keys on Keyboard stop working

Hello, I hope I put this in the right forum... I searched for similar threads, but I couldn't find any that seem to deal with the problem I am having. My workplace is using (among other Solaris-machines) Dell Dimension T3500 as workstations (running Solaris 10 X86 10/09 u8,... (0 Replies)
Discussion started by: areichart
0 Replies

6. Solaris

numpad stop working ?

I'm running Solaris 10 5/09 X86 suddenly numpad stop working it's working on jds dt logon screen but in not working in the os only right enter key is working any ideas thanks in advance (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

7. Shell Programming and Scripting

If not working...pls help:URGENT

Following is d code snipet #!/bin/ksh retVal=`sqlplus -s user/passwd\@oracle_sid <<EOF SET SERVEROUTPUT ON SIZE 100000 DECLARE STATUS_VALUE VARCHAR2(1); BEGIN SELECT temp1 INTO STATUS_VALUE FROM sai; DBMS_OUTPUT.PUT_LINE(STATUS_VALUE); END; / exit; EOF` echo "Return Value... (4 Replies)
Discussion started by: sainathdeg
4 Replies

8. Shell Programming and Scripting

Pls. Help my script not working as it should

I'm using nested for loops to gather ping IP addresses from a hostlist and also changing the packet size via a packet size list. The final results of (RTT and SDEV) will need to be grep'd out using awk into variables and then printed in columns (the packet sizes going across with IP address going... (1 Reply)
Discussion started by: cocoabeauty1
1 Replies

9. 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

10. UNIX for Dummies Questions & Answers

One line of cron is not working - PLS Help

Hi all, I have spent 2 hours going through the forum and have not found an answer to my question, I hope someone can help. I have cron setup to run two commands, one at 1am and one at 3 am, the one at 1 am works but not the one at 3 am. The time is set as: 0 1 * * * /path/to/file 0 3 * * *... (3 Replies)
Discussion started by: burnie
3 Replies
Login or Register to Ask a Question