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)
Hello all,
I'm not sure if this is the right forum, but I would like to know if Redhat running NIS ( not NIS +) would have conflict with Solaris running NIS+. Currently I am running NIS+ on Solaris but will be adding RedHat to the network. I seem to be unable to find and information regarding... (2 Replies)
I'm setting up NIS+ on Solaris 8 for Intel. None of the books I have explain how to add a new user in the NIS+ envoirnment. Can somebody explain this and are there any url's to get more info. I have populated the nis tables and can do an niscat of the passwd table. There is an nisgrpadd command... (2 Replies)
Hello ,
I config this HP-UX workstation as the client into one NIS enviroment(while NIS server is Solaris 5.8) ,but I cannot telnet this HP-UX with nis account ,the error message is "Login incorrect" . I try to logon with root account ,and then I succeed in switching to the NIS... (2 Replies)
I am confused now, I have the following simple script which reads 2 numbers from file test, and if any of these two numbers is bigger than 200, it prints biggest, bigger than 100, it prints medium, and smaller than 100, it prints "small number",
My question is, why if does not want to take this... (2 Replies)
I'm trying to install Redhat LInux AS 4 update 4 on an IBM x306 series server. I keep getting following error:
"No Drives Found. An error has occurred - no valid devices were found on which to create new file systems. Please check your hardware for the cause of this problem."
I called IBM and... (2 Replies)
Hi everyone! I have a problem with NIS and I'm hoping one of you experts can point me in the right direction :)
I have setup 2 Solaris10 machines in VMWare and I was following this guide I found:
Solaris: NIS installation and configuration - Basically Tech
After following that guide, I was... (3 Replies)
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)
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)
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)
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)
Hi,
I did some NIS migration tests recently.
The target is to migrate the NIS server from Solaris 8 to Redhat Linux 6.5.
And, I found there are encryption issues while Linux NIS using MD5 hashing password for authentication whereas Solaris 8 clients using DES encryption.
It causes issues... (3 Replies)
I'd like to share some experiences and what I found for NIS migration from Solaris 8 NIS to Linux platform.
I'm not an expert for both platforms, it's just when I tested both systems and found something really tricky. That might takes a lot of time for you to find the root cause. So, I think I can... (11 Replies)
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)