- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS accross subnets
Operating System - HP-UX
1824981
Members
3799
Online
109678
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
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
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-11-2002 01:49 PM
тАО12-11-2002 01:49 PM
Hello:
I have several 11i systems that are using NIS which are all on the same 192.16.131.XX subnet. I have a single master and several clients and everyone plays nicely. I am trying to add another machine to the NIS domain and I am having trouble. The major difference is there are no more IPs available in the 192.16.131.XX subnet so I was issued a 192.16.133.XX IP. All of my NFS mounts work across these 2 subnets it is just I can not get the new machine to find the domain that is on the 192.16.131...Are there any NIS restrictions that limit MASTER/CLIENT activity to a single subnet?
I have included the rc.log files that is created when then ypbind fails on boot.
Thanks in advance for your time.
-Scott
I have several 11i systems that are using NIS which are all on the same 192.16.131.XX subnet. I have a single master and several clients and everyone plays nicely. I am trying to add another machine to the NIS domain and I am having trouble. The major difference is there are no more IPs available in the 192.16.131.XX subnet so I was issued a 192.16.133.XX IP. All of my NFS mounts work across these 2 subnets it is just I can not get the new machine to find the domain that is on the 192.16.131...Are there any NIS restrictions that limit MASTER/CLIENT activity to a single subnet?
I have included the rc.log files that is created when then ypbind fails on boot.
Thanks in advance for your time.
-Scott
Keep it Simple!~
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 02:06 PM
тАО12-11-2002 02:06 PM
Solution
Hi Scott
If the master is in a different subnet then you will need to define that information in the file:
/etc/rc.config.d/namesvrs
modify:
YPBIND_OPTIONS="-ypset"
YPSET_ADDR=ip_address_of_the_master_server
stop / start the nis client:
/sbin/init.d/nis.client stop
/sbin/init.d/nis.client start
HTH
Steve
If the master is in a different subnet then you will need to define that information in the file:
/etc/rc.config.d/namesvrs
modify:
YPBIND_OPTIONS="-ypset"
YPSET_ADDR=ip_address_of_the_master_server
stop / start the nis client:
/sbin/init.d/nis.client stop
/sbin/init.d/nis.client start
HTH
Steve
take your time and think things through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 02:09 PM
тАО12-11-2002 02:09 PM
Re: NIS accross subnets
Also
From your rc.log output it looks as though there is an issue with swagentd , have you added the localhostname to the hosts file ? Can you perform an nslookup on your host ?
It's nice to attempt to eliminate all possible issues
Regards
Steve
From your rc.log output it looks as though there is an issue with swagentd , have you added the localhostname to the hosts file ? Can you perform an nslookup on your host ?
It's nice to attempt to eliminate all possible issues
Regards
Steve
take your time and think things through
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2002 02:21 PM
тАО12-11-2002 02:21 PM
Re: NIS accross subnets
Hi Scott,
I'm not aware of single subnet restrictions to NIS.
But I note in the swconfig section of the rc.log that this system, iltdc6, cannot resolve itself. First thing to do would be to get it entered into it's own /etc/hosts file or ALL the SD utilities will give you trouble.
Next question would be are there any firewall rules or IP-filtering in the router between these systems? Anything blocking the NIS traffic? Specifically port 111 both TCP & UDP.
Another thing to consider is that NIS, by default, uses broadcasts to locate NIS servers. You may need to manually bind the client to the server using ypset OR alter the netmasks for the network so that the clients in ~.133 can find the server in ~.131
IF a manual bind using ypset works then you can try setting in the /etc/rc.config.d/namesvrs file the following:
YPSET_ADDR=xxx.xxx.xxx.xxx (the IP OR hostname of NIS server
YPBIND_OPTION="-ypset"
This will "force" a binding & not rely on broadcasts.
HTH,
Jeff
I'm not aware of single subnet restrictions to NIS.
But I note in the swconfig section of the rc.log that this system, iltdc6, cannot resolve itself. First thing to do would be to get it entered into it's own /etc/hosts file or ALL the SD utilities will give you trouble.
Next question would be are there any firewall rules or IP-filtering in the router between these systems? Anything blocking the NIS traffic? Specifically port 111 both TCP & UDP.
Another thing to consider is that NIS, by default, uses broadcasts to locate NIS servers. You may need to manually bind the client to the server using ypset OR alter the netmasks for the network so that the clients in ~.133 can find the server in ~.131
IF a manual bind using ypset works then you can try setting in the /etc/rc.config.d/namesvrs file the following:
YPSET_ADDR=xxx.xxx.xxx.xxx (the IP OR hostname of NIS server
YPBIND_OPTION="-ypset"
This will "force" a binding & not rely on broadcasts.
HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP