- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIS plain (not PLUS)
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
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
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
тАО11-12-2002 11:29 AM
тАО11-12-2002 11:29 AM
NIS plain (not PLUS)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2002 04:57 AM
тАО11-13-2002 04:57 AM
Re: NIS plain (not PLUS)
Thanks, Theresa
----------------------------------------
When we switch over our production domain (2 tries so far) from our old 10.20 NIS Master to our new 11.11 NIS Master, ALL of our 11.11 NFS clients stop automounting/manual mounting NFS servers (except previously instantiated mounts remain intact). The only NIS map source files we copied over to the 11.11 NIS Master before "ypinit -m" were "passwd", "group", and "netgroup". We of course changed the "namesvrs" config files appropriately on old 10.20 and new 11.11 masters and rebooted each and "ypinit -s {11.11_master_name} ALL of our NIS slaves (some 10.20, some 11.11). Because ALL 11.11 NIS clients cease mounting anything new at that point, we have had to back out twice so far by reverting back to the old 10.20 NIS Master, which immediately resumes ALL 11.11 NIS client mounting WITHOUT REBOOTING!!!
All 11.11 boxes including that NIS Master have "nsswitch.conf" set to "files" first for "services", "rpc", "hosts" (small "hosts" stub files on each box, default to DNS next) which means they ALL boot up with this and thus would also get this (and all other 11.11 default shipped NIS map source files) even if they were "leaking" over into NIS for this info. We have set up a dummy test NIS domain modeled after the production domain and collected only 1 single "status=2" automount.log entry (No such file or directory) from an 11.11 NFS client, the mount of which later succeeded, thus NOT exposing anything for us!!! HP phone support can not resolve at this point because they need to get on our machines which is not possible because of our firewall.
Has anyone seen something like this with NIS "plain" (not PLUS)???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2002 02:54 PM
тАО11-13-2002 02:54 PM
Re: NIS plain (not PLUS)
Good Luck.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2002 10:37 AM
тАО11-15-2002 10:37 AM
Re: NIS plain (not PLUS)
The data servers remain the same in that they are just NIS clients bound to the various slaves (which get "ypinit -s {10.20_or_11.11
NIS Master hostname}") and thus are NOT NIS Master or slaves themselves.
Bill Short
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2002 11:10 AM
тАО11-15-2002 11:10 AM
Re: NIS plain (not PLUS)
Make sure that auto.master is correct and the same on both the new and old server.
ypcat auto.master
ypcat -k auto.master
Did you have custom maps for auto.direct or auto.home?
Make sure that you copy the ypinit script from /var/yp or the Makefile (depending on which one you use) as well as all relavent information.
This could also have to do with the netgroup file.
On both the old and new NIS servers check the maps.
ypcat -k netgroup
ypcat netgroup
Make sure that they match up.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2002 12:43 PM
тАО11-15-2002 12:43 PM
Re: NIS plain (not PLUS)
Interesting that the /var/yp/{domainname} dir. has auto.master.dir, auto.master.pag BUT has auto_master.time IN BOTH the
old 10.20 Master & the new 11.11 Master (how confusing switching from "." to "_"!!!). Anyway, we ONLY HAVE one single source file "auto_master" on BOTH the 10.20 (contents "/net -hosts -soft") & the 11.11 (contents "/net -hosts -nosuid,soft") which ARE diff. but the first time we tried the switchover, I had copied that 10.20 sourcefile (as well as ALL others) to the 11.11 Master before initing it and we had the SAME overall automounting failure as the 2nd try in which we ONLY copied the 10.20's passwd, group, netgroup files (ALL others being 11.11 stock-shipped sourcefiles) before initing. Thus I don't think the 11.11 "nosuid" could be the cause? Bill Short
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2002 11:33 AM
тАО11-27-2002 11:33 AM
Re: NIS plain (not PLUS)
Thanks,
Theresa & Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2005 02:13 AM
тАО10-21-2005 02:13 AM
Re: NIS plain (not PLUS)
makedbm is called with the '-l' option (force lower-case) for 'netgroup.byhost'.
Maps built on HP-UX 11.23 (or 11.11 as it is works in the same way) with lower-case "netgroup.byhost" cause netgroup controlled exports on HP-UX servers and NetApp filers to refuse NFS mount requests by valid clients.
Having removed the offending '-l' from both files, our NFS "premission denied" issues have been resolved.
Adam Harvey
[NB: Opinions expressed above are not those of my employer]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2005 02:24 AM
тАО10-21-2005 02:24 AM
Re: NIS plain (not PLUS)
You may want to look at the NFS version on the Filers vs the new NIS master.