- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS Question.
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
07-10-2002 06:33 AM
07-10-2002 06:33 AM
NIS Question.
We had a requirement to turn off rpc.ypupdated daemon and we turned it off as we felt that it was used only when we manually update the NIS maps.(10.20)
After disabling this deamon and next time when we reboot the system, Start NIS Server Subsystem (in HP UX Server Startup in Progress menu)is showing FAILED. This is because
of the rval=1(in /sbin/init.d/nis.server file, line number 352),
when /usr/lib/netsvc/yp/rpc.ypupdated file not found.
If we change this rval=0(zero) after disabling the deamon and restart the server, this FAILED messege is changed to OK.
So should we change rval to zero (/sbin/init.d/nis.server file, when we turn off rpc.ypupdated?? OR they may be other implications??
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 07:07 AM
07-10-2002 07:07 AM
Re: NIS Question.
The correct place to disable an application is not by the startup scripts in /sbin/init.d but by ammending the config file /etc/rc.config.d/namesvrs file
If you check the entry in /sbin/init.d/nis.server it does state
NOTE: This script is not configurable! Any changes made to this
script will be overwritten when you upgrade to the next
release of HP-UX. Use /etc/rc.config.d/namesvrs to make changes
WARNING: Changing this script in any way may lead to a system that
is unbootable. Do not modify this script.
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 07:11 AM
07-10-2002 07:11 AM
Re: NIS Question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 08:09 AM
07-10-2002 08:09 AM
Re: NIS Question.
And also any other side effects by touching thew rval to zero???
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 08:50 AM
07-10-2002 08:50 AM
Re: NIS Question.
==> Creating your script in /sbin/init.d and make the necessary link in /sbin/rc3.d does not do anything to a running server because this will only be executed upon bootup.
I did see ypupdated in namesvrs file what would be the option to disable it?
==>There no option to disable it. If you do "man ypupdated" I think there is 2 options (-i or -s). The "-s" is the more secure method (secure RPC method).
And also any other side effects by touching thew rval to zero???
==> I don't think there is any side effects. I have used the method before for a quick "band-aid" but not on nis.server, but on other startup script.