- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ypinit -c not working on HP
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
04-30-2003 01:17 AM
04-30-2003 01:17 AM
ypinit -c not working on HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 01:37 AM
04-30-2003 01:37 AM
Re: ypinit -c not working on HP
-c is not a valid parameter
see
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&con=/hpux/onlinedocs/B9106-90008/00/05/515-con.html&toc=/hpux/onlinedocs/B9106-90008/00/05/515-toc.html&searchterms=ypinit&queryid=20030430-033508
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90050/B1031-90050_top.html&con=/hpux/onlinedocs/B1031-90050/00/00/22-con.html&toc=/hpux/onlinedocs/B1031-90050/00/00/22-toc.html&searchterms=ypinit&queryid=20030430-033508
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 02:00 AM
04-30-2003 02:00 AM
Re: ypinit -c not working on HP
ypinit is used only on master and slave server, on client you need to enable the NIS flags in /etc/rc.config.d/namesvrs file
and also in the same file
set
YPBIND_OPTIONS="-ypset"
YPSET_ADDR="
after savinf the file
#/sbin/init.d/nis.client start
#/var/yp/ypmake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 02:02 AM
04-30-2003 02:02 AM
Re: ypinit -c not working on HP
Hi,
in/etc/rc.config.d/namesvrs file . set only the NIS_CLIENT flag to 1 and NIS_SERVER must be 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 06:22 AM
04-30-2003 06:22 AM
Re: ypinit -c not working on HP
1. Use SAM -->Network and Communications --> NIS
2. Edit the /etc/rc.config.d/namesvrs file. Set the client to 1, and make sure to fill in the domain name entry.
You may also want to copy the /etc/nsswitch.nis to /etc/nsswitch.conf.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 07:08 AM
04-30-2003 07:08 AM
Re: ypinit -c not working on HP
copy /usr/newconfig/usr/sbin/ypinit to /usr/sbin/ypinit. I did this just a few weeks ago myself.