<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problems after migrating NIS-Domain in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-after-migrating-nis-domain/m-p/4326439#M341380</link>
    <description>We are moving our NIS master server from an old HP-UX 11.00 server to a new HP-UX 11.23 server.&lt;BR /&gt;All other servers have locale NIS slave servers and local NIS clients.&lt;BR /&gt;&lt;BR /&gt;First everything was looking OK, but then we noticed that we could not distribute any changes to the NIS-clients.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These are the changes i did on the new nis master "adm":&lt;BR /&gt;&lt;BR /&gt;I changed the home-directory of the user "fwtest" from /users/l143/wille to /users/admin/wille:&lt;BR /&gt;# cat /etc/passwd | grep fwtest&lt;BR /&gt;fwtest:6zmYp3MRFEGic:478:50:Testuser,,,,90:/users/admin/wille:/bin/sh&lt;BR /&gt;&lt;BR /&gt;I created a new user "fwtst":&lt;BR /&gt;# cat /etc/passwd | grep fwtst&lt;BR /&gt;fwtst:6zmYp3MRFEGic:734:50:Testuser,,,,90:/users/h01/fwtst:/bin/sh&lt;BR /&gt;&lt;BR /&gt;I created a new group and made user "wille" a member of this group&lt;BR /&gt;# cat /etc/group | grep nistest&lt;BR /&gt;nistest::998:wille&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some HP-UX Client ( e.G. for2) don´t recognize these changes:&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :cd ~fwtest&lt;BR /&gt;newcd[2]: /users/l143/fwtest:  not found&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :su - fwtst&lt;BR /&gt;Password:&lt;BR /&gt;su: Unknown id: fwtst&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :id&lt;BR /&gt;uid=455(wille) gid=100(kdt) groups=348(cs_sa),480(rusers),998(),70(gei),406(infosys),43(httpd),77(opcgrp),329(web)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But when I look at the NIS maps at the client "for2" , all information seems to be ok:&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypcat passwd | grep fwtest&lt;BR /&gt;fwtest:6zmYp3MRFEGic:478:50:Testuser,,,,90:/users/admin/wille:/bin/sh&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypcat passwd | grep fwtst&lt;BR /&gt;fwtst:6zmYp3MRFEGic:734:50:Testuser,,,,90:/users/h01/fwtst:/bin/sh&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypcat group | grep nistest&lt;BR /&gt;nistest::998:wille&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypwhich -m&lt;BR /&gt;passwd.byname adm3&lt;BR /&gt;ypservers adm3&lt;BR /&gt;servi.bynp adm3&lt;BR /&gt;auto.master adm3&lt;BR /&gt;group.bygid adm3&lt;BR /&gt;publickey.byname adm3&lt;BR /&gt;services.byname adm3&lt;BR /&gt;rpc.bynumber adm3&lt;BR /&gt;protocols.bynumber adm3&lt;BR /&gt;protocols.byname adm3&lt;BR /&gt;passwd.byuid adm3&lt;BR /&gt;netid.byname adm3&lt;BR /&gt;networks.byname adm3&lt;BR /&gt;networks.byaddr adm3&lt;BR /&gt;netgroup.byuser adm3&lt;BR /&gt;netgroup.byhost adm3&lt;BR /&gt;rpc.byname adm3&lt;BR /&gt;hosts.byname adm3&lt;BR /&gt;hosts.byaddr adm3&lt;BR /&gt;group.byname adm3&lt;BR /&gt;netgroup adm3&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :nsquery passwd fwtst&lt;BR /&gt;&lt;BR /&gt;Using "compat" for the passwd policy.&lt;BR /&gt;&lt;BR /&gt;Searching compat for fwtst&lt;BR /&gt;User name: fwtst&lt;BR /&gt;User Id: 734&lt;BR /&gt;Group Id: 50&lt;BR /&gt;Gecos: Testuser,,2974,,90&lt;BR /&gt;Home Directory: /users/h01/fwtst&lt;BR /&gt;Shell: /bin/sh&lt;BR /&gt;&lt;BR /&gt;Switch configuration: Terminates Search&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :nsquery group nistest&lt;BR /&gt;&lt;BR /&gt;Using "compat" for the group policy.&lt;BR /&gt;&lt;BR /&gt;Searching compat for nistest&lt;BR /&gt;Group name: nistest&lt;BR /&gt;Group Id: 998&lt;BR /&gt;Group membership: wille&lt;BR /&gt;Switch configuration: Terminates Search&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seems to be a problem of the NIS-Client process or the user look up&lt;BR /&gt;This problem is on all older HP-UX NIS-Client-Server including HP-UX version 11.00 , 11.11 and 11.23&lt;BR /&gt;Newer HP-UX 11.23 Server ( about 1 year old ) and all Red Hat EL3 and EL4 Servers don´t have this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I booted one HP-UX 11.00 System. After booting, everything was OK.&lt;BR /&gt;Because we cannot boot all our systems, I want to know what process needs to be restarted to fix this problem.&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Dec 2008 09:48:57 GMT</pubDate>
    <dc:creator>Günther Pott</dc:creator>
    <dc:date>2008-12-19T09:48:57Z</dc:date>
    <item>
      <title>Problems after migrating NIS-Domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-after-migrating-nis-domain/m-p/4326439#M341380</link>
      <description>We are moving our NIS master server from an old HP-UX 11.00 server to a new HP-UX 11.23 server.&lt;BR /&gt;All other servers have locale NIS slave servers and local NIS clients.&lt;BR /&gt;&lt;BR /&gt;First everything was looking OK, but then we noticed that we could not distribute any changes to the NIS-clients.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;These are the changes i did on the new nis master "adm":&lt;BR /&gt;&lt;BR /&gt;I changed the home-directory of the user "fwtest" from /users/l143/wille to /users/admin/wille:&lt;BR /&gt;# cat /etc/passwd | grep fwtest&lt;BR /&gt;fwtest:6zmYp3MRFEGic:478:50:Testuser,,,,90:/users/admin/wille:/bin/sh&lt;BR /&gt;&lt;BR /&gt;I created a new user "fwtst":&lt;BR /&gt;# cat /etc/passwd | grep fwtst&lt;BR /&gt;fwtst:6zmYp3MRFEGic:734:50:Testuser,,,,90:/users/h01/fwtst:/bin/sh&lt;BR /&gt;&lt;BR /&gt;I created a new group and made user "wille" a member of this group&lt;BR /&gt;# cat /etc/group | grep nistest&lt;BR /&gt;nistest::998:wille&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some HP-UX Client ( e.G. for2) don´t recognize these changes:&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :cd ~fwtest&lt;BR /&gt;newcd[2]: /users/l143/fwtest:  not found&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :su - fwtst&lt;BR /&gt;Password:&lt;BR /&gt;su: Unknown id: fwtst&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :id&lt;BR /&gt;uid=455(wille) gid=100(kdt) groups=348(cs_sa),480(rusers),998(),70(gei),406(infosys),43(httpd),77(opcgrp),329(web)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But when I look at the NIS maps at the client "for2" , all information seems to be ok:&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypcat passwd | grep fwtest&lt;BR /&gt;fwtest:6zmYp3MRFEGic:478:50:Testuser,,,,90:/users/admin/wille:/bin/sh&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypcat passwd | grep fwtst&lt;BR /&gt;fwtst:6zmYp3MRFEGic:734:50:Testuser,,,,90:/users/h01/fwtst:/bin/sh&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypcat group | grep nistest&lt;BR /&gt;nistest::998:wille&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :ypwhich -m&lt;BR /&gt;passwd.byname adm3&lt;BR /&gt;ypservers adm3&lt;BR /&gt;servi.bynp adm3&lt;BR /&gt;auto.master adm3&lt;BR /&gt;group.bygid adm3&lt;BR /&gt;publickey.byname adm3&lt;BR /&gt;services.byname adm3&lt;BR /&gt;rpc.bynumber adm3&lt;BR /&gt;protocols.bynumber adm3&lt;BR /&gt;protocols.byname adm3&lt;BR /&gt;passwd.byuid adm3&lt;BR /&gt;netid.byname adm3&lt;BR /&gt;networks.byname adm3&lt;BR /&gt;networks.byaddr adm3&lt;BR /&gt;netgroup.byuser adm3&lt;BR /&gt;netgroup.byhost adm3&lt;BR /&gt;rpc.byname adm3&lt;BR /&gt;hosts.byname adm3&lt;BR /&gt;hosts.byaddr adm3&lt;BR /&gt;group.byname adm3&lt;BR /&gt;netgroup adm3&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :nsquery passwd fwtst&lt;BR /&gt;&lt;BR /&gt;Using "compat" for the passwd policy.&lt;BR /&gt;&lt;BR /&gt;Searching compat for fwtst&lt;BR /&gt;User name: fwtst&lt;BR /&gt;User Id: 734&lt;BR /&gt;Group Id: 50&lt;BR /&gt;Gecos: Testuser,,2974,,90&lt;BR /&gt;Home Directory: /users/h01/fwtst&lt;BR /&gt;Shell: /bin/sh&lt;BR /&gt;&lt;BR /&gt;Switch configuration: Terminates Search&lt;BR /&gt;&lt;BR /&gt;for2 wille:/users/h01/wille :nsquery group nistest&lt;BR /&gt;&lt;BR /&gt;Using "compat" for the group policy.&lt;BR /&gt;&lt;BR /&gt;Searching compat for nistest&lt;BR /&gt;Group name: nistest&lt;BR /&gt;Group Id: 998&lt;BR /&gt;Group membership: wille&lt;BR /&gt;Switch configuration: Terminates Search&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Seems to be a problem of the NIS-Client process or the user look up&lt;BR /&gt;This problem is on all older HP-UX NIS-Client-Server including HP-UX version 11.00 , 11.11 and 11.23&lt;BR /&gt;Newer HP-UX 11.23 Server ( about 1 year old ) and all Red Hat EL3 and EL4 Servers don´t have this problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I booted one HP-UX 11.00 System. After booting, everything was OK.&lt;BR /&gt;Because we cannot boot all our systems, I want to know what process needs to be restarted to fix this problem.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Dec 2008 09:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-after-migrating-nis-domain/m-p/4326439#M341380</guid>
      <dc:creator>Günther Pott</dc:creator>
      <dc:date>2008-12-19T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problems after migrating NIS-Domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-after-migrating-nis-domain/m-p/4326440#M341381</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;restart of the pwgrd daemon seems to fix the problem:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/pwgr stop&lt;BR /&gt;/sbin/init.d/pwgr start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;guenther</description>
      <pubDate>Fri, 19 Dec 2008 14:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-after-migrating-nis-domain/m-p/4326440#M341381</guid>
      <dc:creator>Günther Pott</dc:creator>
      <dc:date>2008-12-19T14:08:37Z</dc:date>
    </item>
  </channel>
</rss>

