<?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 Move all user setting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544682#M223891</link>
    <description>I have a new server ( host A ) and a existing server ( host B ) , I will move all data from host A to host B , could suggest what is the best method to move all the user data including /etc/passwd . /etc/shadow , /etc/group ,  how to make the user can use the same password after move the server ? thx&lt;BR /&gt;&lt;BR /&gt;I remember that linux has a command can "save" the setting in /etc/passwd , /etc/grooup &amp;amp; /etc/shadow , but not sure what is the command , could someone can advise ? thx</description>
    <pubDate>Sat, 14 May 2005 11:16:32 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2005-05-14T11:16:32Z</dc:date>
    <item>
      <title>Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544682#M223891</link>
      <description>I have a new server ( host A ) and a existing server ( host B ) , I will move all data from host A to host B , could suggest what is the best method to move all the user data including /etc/passwd . /etc/shadow , /etc/group ,  how to make the user can use the same password after move the server ? thx&lt;BR /&gt;&lt;BR /&gt;I remember that linux has a command can "save" the setting in /etc/passwd , /etc/grooup &amp;amp; /etc/shadow , but not sure what is the command , could someone can advise ? thx</description>
      <pubDate>Sat, 14 May 2005 11:16:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544682#M223891</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-14T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544683#M223892</link>
      <description>Hi,&lt;BR /&gt;Save new files on the new server, copy the files from the old on the new server but for /etc/passwd be sure you appended or completed the file by comparizon you the file you saved.... Are yuu on a trusted system?&lt;BR /&gt;for the home directories or data Ive found the fastest was export the filesystem form the new box to the old one, mount them on the old box then copy the the nfs mounted fs using cpio:&lt;BR /&gt;e.g for /home:&lt;BR /&gt;cd /home&lt;BR /&gt;find . |cpio -pduml /&lt;NFSMOUNT_HOME&gt;/.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;Victor&lt;/NFSMOUNT_HOME&gt;</description>
      <pubDate>Sat, 14 May 2005 11:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544683#M223892</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2005-05-14T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544684#M223893</link>
      <description>Be sure to copy only files from system directories that are compatible. For instance, /etc/lvmtab is *NOT* compatible and virtually nothing in /dev is compatible. /etc/shadow does not exist unless you installed the special shadow password product on your new server. Look for compatible files in /etc /sbin/init.d /usr/local /usr/contrib and so on. Applications in /opt may not be compatible, especially if the old server is, well, very old. The task will take some time to finish. The files will copy very fast, but choosing which files can be copied and which applications must be installed on the new server will take time.</description>
      <pubDate>Sat, 14 May 2005 12:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544684#M223893</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-14T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544685#M223894</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Don't you want to use NIS, do you ? In this case all users' information will be stored on NIS master.&lt;BR /&gt;In any case, save on the new server /etc/passwd, /etc/shadow, /etc/group, /etc/profile and copy these files from the lod server to the new one.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Sat, 14 May 2005 13:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544685#M223894</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2005-05-14T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544686#M223895</link>
      <description>thx replies,&lt;BR /&gt;&lt;BR /&gt;autcally I want to copy the user from unix to linux , I remember a command can do that , could advise  ? thx</description>
      <pubDate>Sat, 14 May 2005 18:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544686#M223895</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-05-14T18:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Move all user setting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544687#M223896</link>
      <description>User data is very different from /etc/passwd or /etc/group. For normal users, everything is in /home/user-name. You then create the user on the new server with useradd or SAM. If you copy the password and other system files to the new server, *all* the existing passwords and user information will be erased and a new set of users and passwords will exist. There is nothing in HP-UX like the Linux command you mentioned. If you want just one user copied, don't copy system files, just copy the HOME directory for that user and then add the user to the new system.</description>
      <pubDate>Sat, 14 May 2005 18:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/move-all-user-setting/m-p/3544687#M223896</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-05-14T18:37:24Z</dc:date>
    </item>
  </channel>
</rss>

