<?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 Re: HP-UX 10.20 and 11.00 mixed environment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426420#M1453</link>
    <description>If you use NFS mounted home directories, then you&lt;BR /&gt;may have trouble using the same home directory&lt;BR /&gt;for both 10.20 and 11.0 CDE logins.  The format&lt;BR /&gt;of CDE session files has changed in 11.0, so&lt;BR /&gt;switching back and forth can loose session data.&lt;BR /&gt;You can create a directory per client name so that&lt;BR /&gt;different clients running different OS levels will keep&lt;BR /&gt;their session data separate from eachother under&lt;BR /&gt;one home directory.  To do that, copy the session&lt;BR /&gt;data to directories with names based on the&lt;BR /&gt;DISPLAY for each host.&lt;BR /&gt;for d in sysA sysB sysC&lt;BR /&gt;do&lt;BR /&gt;  cp -R ~/.dt/sessions ~/.dt/${d}:0&lt;BR /&gt;done</description>
    <pubDate>Thu, 15 Jun 2000 17:12:13 GMT</pubDate>
    <dc:creator>Mike Stroyan</dc:creator>
    <dc:date>2000-06-15T17:12:13Z</dc:date>
    <item>
      <title>HP-UX 10.20 and 11.00 mixed environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426416#M1449</link>
      <description>I am forced by my application vender to upgrade all workstations from HP-UX 10.20  to HP-UX 11.00. I have a NFS/NIS server and many client network. I do not plan on using NIS+.  Will a mixture of OS versions work in this environment?</description>
      <pubDate>Thu, 15 Jun 2000 14:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426416#M1449</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2000-06-15T14:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 10.20 and 11.00 mixed environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426417#M1450</link>
      <description>Strictly speaking about the OS, they are compatible. We have NFS, NIS, etc.&lt;BR /&gt;running from 10.20 to 11.00 and 11.00 to 10.20 without trouble. My worry would be the apps.</description>
      <pubDate>Thu, 15 Jun 2000 14:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426417#M1450</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-15T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 10.20 and 11.00 mixed environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426418#M1451</link>
      <description>Hi Bruce,&lt;BR /&gt;&lt;BR /&gt;There is no problem with having different OS versions of HPUX, using NFS, NIS, etc, but where you might have problem is with your applications.</description>
      <pubDate>Thu, 15 Jun 2000 14:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426418#M1451</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-06-15T14:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 10.20 and 11.00 mixed environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426419#M1452</link>
      <description>Thanks for the help. Fortunately my application will run on both OS versions, but the next release will only run on V11.00</description>
      <pubDate>Thu, 15 Jun 2000 14:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426419#M1452</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2000-06-15T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 10.20 and 11.00 mixed environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426420#M1453</link>
      <description>If you use NFS mounted home directories, then you&lt;BR /&gt;may have trouble using the same home directory&lt;BR /&gt;for both 10.20 and 11.0 CDE logins.  The format&lt;BR /&gt;of CDE session files has changed in 11.0, so&lt;BR /&gt;switching back and forth can loose session data.&lt;BR /&gt;You can create a directory per client name so that&lt;BR /&gt;different clients running different OS levels will keep&lt;BR /&gt;their session data separate from eachother under&lt;BR /&gt;one home directory.  To do that, copy the session&lt;BR /&gt;data to directories with names based on the&lt;BR /&gt;DISPLAY for each host.&lt;BR /&gt;for d in sysA sysB sysC&lt;BR /&gt;do&lt;BR /&gt;  cp -R ~/.dt/sessions ~/.dt/${d}:0&lt;BR /&gt;done</description>
      <pubDate>Thu, 15 Jun 2000 17:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426420#M1453</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2000-06-15T17:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 10.20 and 11.00 mixed environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426421#M1454</link>
      <description>Good point, Mike but I do not NFS mount home directories. &lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 16 Jun 2000 12:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-10-20-and-11-00-mixed-environment/m-p/2426421#M1454</guid>
      <dc:creator>Bruce Baillie</dc:creator>
      <dc:date>2000-06-16T12:20:22Z</dc:date>
    </item>
  </channel>
</rss>

