HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS error at bootup
Operating System - HP-UX
1834814
Members
2649
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 08:04 AM
12-01-2000 08:04 AM
Here the error I get from /etc/rc.log
Start NIS server subsystem
Output from "/sbin/rc2.d/S410nis.server start":
----------------------------
NIS_MASTER_SERVER or NIS_SLAVE_SERVER must be set, exiting.
Start NIS client subsystem
Output from "/sbin/rc2.d/S420nis.client start":
----------------------------
starting NIS CLIENT networking
starting up the portmapper
portmap already started, using pid: 660
domainname CATIALP
starting up the Network Information Service
starting up the ypbind daemon
/usr/lib/netsvc/yp/ypbind
Checking NIS binding.
Bound to NIS server using domain CATIALP.
starting up the keyserv daemon
/usr/sbin/keyserv
Using SAM I deleted everything in the NIS window and reconfigured it but i still get this message. I compare /etc/rc.config.d/namesrvs file with another station, and everything seem to be fine! Anything to suggest?
Start NIS server subsystem
Output from "/sbin/rc2.d/S410nis.server start":
----------------------------
NIS_MASTER_SERVER or NIS_SLAVE_SERVER must be set, exiting.
Start NIS client subsystem
Output from "/sbin/rc2.d/S420nis.client start":
----------------------------
starting NIS CLIENT networking
starting up the portmapper
portmap already started, using pid: 660
domainname CATIALP
starting up the Network Information Service
starting up the ypbind daemon
/usr/lib/netsvc/yp/ypbind
Checking NIS binding.
Bound to NIS server using domain CATIALP.
starting up the keyserv daemon
/usr/sbin/keyserv
Using SAM I deleted everything in the NIS window and reconfigured it but i still get this message. I compare /etc/rc.config.d/namesrvs file with another station, and everything seem to be fine! Anything to suggest?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 08:08 AM
12-01-2000 08:08 AM
Re: NIS error at bootup
I forgot to say, it not a MASTER but a client. Here is the namesrvs file:
NIS_MASTER_SERVER=0
NIS_SLAVE_SERVER=0
NIS_CLIENT=1
NIS_DOMAIN="CATIALP"
WAIT_FOR_NIS_SERVER=TRUE
MAX_NISCHECKS=2
YPSERV_OPTIONS=""
YPBIND_OPTIONS=""
YPPASSWDD_OPTIONS="/etc/passwd -m passwd PWFILE=/etc/passwd"
KEYSERV_OPTIONS=""
YPUPDATED_OPTIONS=""
YPXFRD_OPTIONS=""
YPSET_ADDR=""
NIS_MASTER_SERVER=0
NIS_SLAVE_SERVER=0
NIS_CLIENT=1
NIS_DOMAIN="CATIALP"
WAIT_FOR_NIS_SERVER=TRUE
MAX_NISCHECKS=2
YPSERV_OPTIONS=""
YPBIND_OPTIONS=""
YPPASSWDD_OPTIONS="/etc/passwd -m passwd PWFILE=/etc/passwd"
KEYSERV_OPTIONS=""
YPUPDATED_OPTIONS=""
YPXFRD_OPTIONS=""
YPSET_ADDR=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 11:23 AM
12-01-2000 11:23 AM
Solution
Hi,
The message located in your rc.log doesn't seems to be an error.
On system startup /sbin/init.d/nis.server scripts runs as usual but it starts the NIS server service based the parameter " NIS_MASTER_SERVER and NIS_SLAVE_SERVER ". If they are set to one, then the concerned services are started else no action is performed but a note is logged in rc.log. It is not an error.
Best of luck,
Pramod
The message located in your rc.log doesn't seems to be an error.
On system startup /sbin/init.d/nis.server scripts runs as usual but it starts the NIS server service based the parameter " NIS_MASTER_SERVER and NIS_SLAVE_SERVER ". If they are set to one, then the concerned services are started else no action is performed but a note is logged in rc.log. It is not an error.
Best of luck,
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2000 02:26 AM
12-04-2000 02:26 AM
Re: NIS error at bootup
Hi,
If you check the nis.server script you will see the following:
if [ "$NIS_MASTER_SERVER" -ne 1 -a "$NIS_SLAVE_SERVER" -ne 1 ];then
echo NIS_MASTER_SERVER or NIS_SLAVE_SERVER must be set, exiting.
exit 0
fi
exit 0 is not a error.
So the previous answer(Pramond) is correct
If you check the nis.server script you will see the following:
if [ "$NIS_MASTER_SERVER" -ne 1 -a "$NIS_SLAVE_SERVER" -ne 1 ];then
echo NIS_MASTER_SERVER or NIS_SLAVE_SERVER must be set, exiting.
exit 0
fi
exit 0 is not a error.
So the previous answer(Pramond) is correct
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP