- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIS setup/RPC:program not registered
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
06-10-2002 05:22 AM
06-10-2002 05:22 AM
NIS setup/RPC:program not registered
/etc/nsswitch file has
passwd: compat
group: compat
hosts: nis [NOTFOUND=return] files
the rest of the sevices just say files.
Executing /var/yp/ypxfr_1perhour
ypxfr: can't mv /var/tmp/AAAa04069.pag to /var/yp/engdev/passwd.byname.pag
ypxfr: rename error: couldn't mv /var/tmp/AAAa04069 to /var/yp/engdev/passwd.byname
ypxfr: can't mv /var/tmp/AAAa04070.pag to /var/yp/engdev/passwd.byuid.pag
ypxfr: rename error: couldn't mv /var/tmp/AAAa04070 to /var/yp/engdev/passwd.byuid
root@dms_dev:/var/yp # mkdir engdev
root@dms_dev:/var/yp # ./ypxfr_1perhour
ypxfr: bind_to_server clntudp_create error: RPC: Program not registered
Manually creating the dir /var/yp/engdev gets rid of the mv errors but I still get the ypxfr msg.
Doing a manual ypxfr on the map gives me the same ypxfr message.
Whats wrong with my NIS setup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:17 AM
06-11-2002 05:17 AM
Re: NIS setup/RPC:program not registered
the important question here is : what is your patchlevel , this might be important because there is a known problem with hp-ux 11.x and NIS Slave serber binding on YPXFR being :
execute a ypxfr from a slave server with a hostname greater than 8 characters gets the following error message:
"ypxfr: bind_to_server clntudp_create error: RPC unknown host"
this looks a lot like your problem , the fix for this is installing the latest ONC NFS/NIS megapatch
This problem seems to have been addressed in relation to autofs in JAGab68200. The above fix was not working with the patch PHNE_16470. It's working fine with PHNE_22642 or later , so make sure you have at least that patch or later installed , make sure all dependency patches are installed as standard ONC NFS/NIS PATCHING HAS ABOUT 13 TO 15 DEPENDENCY PATCHES
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:34 AM
06-11-2002 05:34 AM
Re: NIS setup/RPC:program not registered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:41 AM
06-11-2002 09:41 AM
Re: NIS setup/RPC:program not registered
+user1
+user2
...
Do the same thing for your /etc/group file:
+group1
+group2
...
If you are setting up an NIS slave server, you need to do a ypinit -m and follow the prompts to set up the domain slave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 10:07 AM
06-11-2002 10:07 AM