<?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 Sharing disk between servers with diffrent HP-UX version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515629#M366409</link>
    <description>We are planning to migrate an Oracle Database using 2 servers, the first one is HP-UX 11.11 and that's where the database is running at the moment. The second one is HP-UX 11.23, that's where the database has to be migrated.&lt;BR /&gt;&lt;BR /&gt;In order to reduce the migration process time, instead of a NFS solution, we have considered the possibility of using an external SAN disk, create a new VG in the HP-UX 11.11 server, dump the Oracle DB, export and deactivate the VG, and finally import and activate the new VG in the HP-UX 11.23 to migrate the database.&lt;BR /&gt;&lt;BR /&gt;Do you think that solution can work, despite of the different HP-UX versions?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 16 Oct 2009 13:44:34 GMT</pubDate>
    <dc:creator>Josep Arques T.</dc:creator>
    <dc:date>2009-10-16T13:44:34Z</dc:date>
    <item>
      <title>Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515629#M366409</link>
      <description>We are planning to migrate an Oracle Database using 2 servers, the first one is HP-UX 11.11 and that's where the database is running at the moment. The second one is HP-UX 11.23, that's where the database has to be migrated.&lt;BR /&gt;&lt;BR /&gt;In order to reduce the migration process time, instead of a NFS solution, we have considered the possibility of using an external SAN disk, create a new VG in the HP-UX 11.11 server, dump the Oracle DB, export and deactivate the VG, and finally import and activate the new VG in the HP-UX 11.23 to migrate the database.&lt;BR /&gt;&lt;BR /&gt;Do you think that solution can work, despite of the different HP-UX versions?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 16 Oct 2009 13:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515629#M366409</guid>
      <dc:creator>Josep Arques T.</dc:creator>
      <dc:date>2009-10-16T13:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515630#M366410</link>
      <description>Hi Arques,&lt;BR /&gt;&lt;BR /&gt;I doubt this question is posted in the wrong forum. This should be answered by the HP-UX experts.&lt;BR /&gt;&lt;BR /&gt;However, I am sorry to say that the planned activity cannot help you to migrate the Database. There will be a number of patches and bundles to be installed in HP-UX and a procedure should be followed as per my knowledge. Please contact your Oracle Support team and they are the best to answer this query</description>
      <pubDate>Fri, 16 Oct 2009 14:57:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515630#M366410</guid>
      <dc:creator>Viveki</dc:creator>
      <dc:date>2009-10-16T14:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515631#M366411</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Sounds good.  I'd do it.</description>
      <pubDate>Fri, 16 Oct 2009 15:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515631#M366411</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-10-16T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515632#M366412</link>
      <description>Yes, a LVM VG and a VxFS filesystem created on 11.11 can be imported, activated and mounted on 11.23 with no trouble at all.&lt;BR /&gt;&lt;BR /&gt;If you were doing the operation in reverse (creating the filesystem on 11.23 and moving it to 11.11), it would still be do-able, but it would be necessary to explicitly specify VxFS layout version 4 in newfs/mkfs command. &lt;BR /&gt;This is because the default layout for 11.23 is version 5, and 11.11 understands only versions 2, 3 and 4. &lt;BR /&gt;&lt;BR /&gt;11.23 understands all the old layouts of 11.11 and adds a new layout version 5, which is not supported by 11.11.&lt;BR /&gt;&lt;BR /&gt;For a list of supported VxFS layout versions in different versions of HP-UX and respective maximum filesystem sizes, see this document:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4023/5992-4023.pdf" target="_blank"&gt;http://docs.hp.com/en/5992-4023/5992-4023.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;LVM has no major changes between 11.11 and 11.23, although a properly patched 11.23 can create larger LVs than 11.11 can handle.&lt;BR /&gt;&lt;BR /&gt;Please see this document for more information about limits of LVM:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/6054/LVM_Limits_White_Paper_V4.pdf" target="_blank"&gt;http://docs.hp.com/en/6054/LVM_Limits_White_Paper_V4.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(Only the part about LVM 1.0 is relevant for 11.23 and older. LVM 2.x versions are new features of 11.31.)&lt;BR /&gt;&lt;BR /&gt;As Viveki noted, there may be some things that must be taken into account at the Oracle level. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 16 Oct 2009 20:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515632#M366412</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-16T20:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515633#M366413</link>
      <description>Josep,&lt;BR /&gt;Make sure to check the vxfs compatibilty in both the places, Often it is found to be a barrier while activating and mounting the FS from the source server if vxfs are not same version. (should be same or higher ver.)&lt;BR /&gt;&lt;BR /&gt;on 11.11 check:  &lt;BR /&gt;# swlist -l product | grep -i vxfs&lt;BR /&gt;# fstyp -v /dev/vg_name/oravl01  #[ run fsyp on the oracle filesystem to see te vxfs filesystem layout.]&lt;BR /&gt;&lt;BR /&gt;on 11.23 check:&lt;BR /&gt;# swlist -l product | grep -i vxfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- Also verify the kernel parameters are same r higher on the system the database is going to be migrated or you might see performance prblem.&lt;BR /&gt;&lt;BR /&gt;-Also verify that OS patch bundles and Oracle required patches are instlled on target.&lt;BR /&gt;&lt;BR /&gt;Check this out for os patch details with the oracle version :&lt;BR /&gt;&lt;A href="http://www.oracle.com/technology/support/metalink/index.html" target="_blank"&gt;http://www.oracle.com/technology/support/metalink/index.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;- Also make sure all the oracle &amp;amp; app. users are created on the target with same uid/gid as source,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Sat, 17 Oct 2009 23:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515633#M366413</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-10-17T23:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515634#M366414</link>
      <description>1.Check oracle DB required kernal paramaters are correctly has been configured in hpux v2.&lt;BR /&gt;&lt;BR /&gt;2.Requered OS Patchs are installed in hpux v2.&lt;BR /&gt;&lt;BR /&gt;3.oracle installed and checked.&lt;BR /&gt;&lt;BR /&gt;4.take the backup of &lt;BR /&gt;&lt;BR /&gt;     #ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;if emc storage &lt;BR /&gt;&lt;BR /&gt;     #syminq &lt;BR /&gt;or hp &lt;BR /&gt;&lt;BR /&gt;     #xpinfo -i&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;     #strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;     #vgdisplay -v &lt;REQUIRED vgs="" o=""&gt;&lt;BR /&gt;&lt;BR /&gt;     #bdf&lt;BR /&gt;&lt;BR /&gt;     #vgexport -v -p -s -m /tmp/vgxx.map vgxx&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;    scp the map file to hpv2 to hpv3 servers&lt;BR /&gt;&lt;BR /&gt;    #vgchange -a n vgxx&lt;BR /&gt;&lt;BR /&gt;    #vgexport vgxx&lt;BR /&gt;&lt;BR /&gt;De-allocate the lun with help of storage team.&lt;BR /&gt;&lt;BR /&gt;Then allocate the lun to hpux v2 server&lt;BR /&gt;&lt;BR /&gt;     #ioscan -fnC disk&lt;BR /&gt; &lt;BR /&gt;     #infs -e&lt;BR /&gt;&lt;BR /&gt;     #mkdir /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;     #mknod /dev/vgxx/group c 64 0xxx00000&lt;BR /&gt;&lt;BR /&gt;     #vgimport -v -s -m vgxx.map&lt;BR /&gt;&lt;BR /&gt;     #vgchange -a y vgxx&lt;BR /&gt;&lt;BR /&gt;Then mount and try to start the database.&lt;/REQUIRED&gt;</description>
      <pubDate>Sun, 18 Oct 2009 01:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515634#M366414</guid>
      <dc:creator>kamaleswaran</dc:creator>
      <dc:date>2009-10-18T01:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing disk between servers with diffrent HP-UX version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515635#M366415</link>
      <description>Thanks to all, it looks we will try it on friday, I guess it will work.</description>
      <pubDate>Mon, 19 Oct 2009 06:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sharing-disk-between-servers-with-diffrent-hp-ux-version/m-p/4515635#M366415</guid>
      <dc:creator>Josep Arques T.</dc:creator>
      <dc:date>2009-10-19T06:47:33Z</dc:date>
    </item>
  </channel>
</rss>

