Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

niserror(1) [redhat man page]

niserror(1)							   User Commands						       niserror(1)

NAME
       niserror - display NIS+ error messages

SYNOPSIS
       niserror error-num

DESCRIPTION
       niserror  prints  the   NIS+  error associated with status value error-num on the standard output. It is used by shell scripts to translate
       NIS+ error numbers that are returned into text messages.

EXAMPLES
       Example 1: Using niserror

       The following example prints the error associated with the error number 20:

       example% niserror 20
       Not Found, no such name

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       +-----------------------------+-----------------------------+
       |      ATTRIBUTE TYPE	     |	    ATTRIBUTE VALUE	   |
       +-----------------------------+-----------------------------+
       |Availability		     |SUNWnisu			   |
       +-----------------------------+-----------------------------+

SEE ALSO
       nis+(1), nis_error(3NSL), attributes(5)

NOTES
       NIS+ might not be supported in future releases of the SolarisTM Operating Environment. Tools to aid the migration from  NIS+  to  LDAP  are
       available in the Solaris 9 operating environment. For more information, visit http://www.sun.com/directory/nisplus/transition.html.

SunOS 5.10							    10 Dec 2001 						       niserror(1)

Check Out this Related Man Page

niserror(1)							   User Commands						       niserror(1)

NAME
niserror - display NIS+ error messages SYNOPSIS
niserror error-num DESCRIPTION
niserror prints the NIS+ error associated with status value error-num on the standard output. It is used by shell scripts to translate NIS+ error numbers that are returned into text messages. EXAMPLES
Example 1: Using niserror The following example prints the error associated with the error number 20: example% niserror 20 Not Found, no such name ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWnisu | +-----------------------------+-----------------------------+ SEE ALSO
nis+(1), nis_error(3NSL), attributes(5) NOTES
NIS+ might not be supported in future releases of the SolarisTM Operating Environment. Tools to aid the migration from NIS+ to LDAP are available in the Solaris 9 operating environment. For more information, visit http://www.sun.com/directory/nisplus/transition.html. SunOS 5.10 10 Dec 2001 niserror(1)
Man Page

11 More Discussions You Might Find Interesting

1. Linux

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: refused connect from xxx.xxx.xxx.xxx:608 to procedure... (1 Reply)
Discussion started by: darren.wyatt
1 Replies

2. Solaris

[Solaris 10]NIS works only from "su"

Hi, I'm trying to set up NIS in my Solaris 10 but it works only if I 1st login as a root to my server and then "su - myuser". When I try to login (via console or ssh) directly as "myuser" the authentication fails. Here is what I've done: client ~$ echo "mydomain.loc" > /etc/defaultdomain... (8 Replies)
Discussion started by: Tex-Twil
8 Replies

3. Shell Programming and Scripting

Left join on files using awk

nawk 'NR==FNR{a;next} {if($1 in a) print $1,"Found" else print}' OFS="," File_B File_A The above code is not working help is appreciated (6 Replies)
Discussion started by: pinnacle
6 Replies

4. Shell Programming and Scripting

Even numbers from text file

Hello, i have started learning scripting with linux commands. So far I am having probelms with one task: To make a script with from file with the text, prints even numbers used in that text. maybe any could script that? Thank You. (23 Replies)
Discussion started by: Hexes
23 Replies

5. Red Hat

NIS disabling the MAP for a local user

Hello everybody, we have a NIS User lsfadmin which gets his environment variables from the autmount /home/lsfadmin. A newer version of the application needs a different environment to launch the application. I can't change the environment of the NIS User because we use NIS company wide for... (0 Replies)
Discussion started by: sdohn
0 Replies

6. Shell Programming and Scripting

Changing Passwd on Many servers that is not NIS

Hi Expert, I have environment where password is locally managed, not NIS, not LDAP, not Centrally managed. In order to access to this environment I have to use Jump Box, and only from jumpbox I can login to every host. I can't login direct from inside one host within that environment to... (1 Reply)
Discussion started by: regmaster
1 Replies

7. Shell Programming and Scripting

Expect help needed .. can i do this ?

hi all, i need to run expect and get the output into variables so my bash script can make decisions this is what i get currently Please wait while gathering statistics... 1: 0x60bf83c8 2: 0x60bf8d58 3: 0x60bf8d80 * 4: 0x60bf93a0 * 5: 0x62b0b4e0 6: 0x605938a0 7:... (13 Replies)
Discussion started by: ExpectHelpNeede
13 Replies

8. Solaris

Setup print environment in Solaris 11

Hi Experts, Please help me on this. I've a print environment using NIS in Solaris 10. Recently we have new JDE environment which using Solaris 11 OS, and found that we can't use NIS anymore. So only the option is using CUPS. How do we integrate this print environment for both Solaris 10... (9 Replies)
Discussion started by: srigias
9 Replies

9. UNIX for Advanced & Expert Users

Replacing NIS and RFC2307

Last year I posted I had written some new internet drafts designed to replace NIS and which would be the next evolution of RFC2307 (a standard describing how to represent NIS data in LDAP). DBIS is now a reality. I have just completed a fully working reference implementation, and I would... (0 Replies)
Discussion started by: cambridge
0 Replies

10. Shell Programming and Scripting

Found = in conditional error?

Hey, I'm trying to make an interactive perl program and while I'm not done I wanted to share the bit of code I have at the moment because I keep running into an error that says that it "Found = in conditional, should be ==" in my code. This is my code- use warnings; use strict; my $i; $i=0;... (2 Replies)
Discussion started by: Eric1
2 Replies

11. Solaris

Solaris - Moving off NIS to something better

Mostly Solaris 11 with some 10 and even fewer 8 and 9. At the moment, NIS is used. Looking for a better way and to get rid of NIS. (13 Replies)
Discussion started by: psychocandy
13 Replies