<?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: FS for both HPUX and Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815699#M44580</link>
    <description>you can trunk 3 more Gigabit Linkx and it will yield you 320GB/s -- much more bandwidth to saturate a dual 4Gbit FC DIsk Links to your SAN Storage.</description>
    <pubDate>Wed, 06 Jul 2011 14:31:48 GMT</pubDate>
    <dc:creator>Zinky</dc:creator>
    <dc:date>2011-07-06T14:31:48Z</dc:date>
    <item>
      <title>FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815119#M44576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran into a problem in moving huge amount of data between HPUX11.11 and rhel5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The best solution we thought of is using a SAN disk that will be connected both to the Unix and the Linux servers.&lt;/P&gt;&lt;P&gt;The problem is the FS type, is there any FS type which can be mounted both in Unix and Linux ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I've searched there isn't one (will be very glad to find out I'm wrong), but I saw there is something called FreeVXFS, which lets me mount a vxfs FS on Linux, where can I find it ?&lt;/P&gt;&lt;P&gt;(the new "ITRC" is killing me...google find a lot of threads which leads no where...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ahead,&lt;/P&gt;&lt;P&gt;Ilia.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815119#M44576</guid>
      <dc:creator>YaaY</dc:creator>
      <dc:date>2011-07-06T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815203#M44577</link>
      <description>&lt;P&gt;&amp;gt;is there any FS type which can be mounted both in Unix and Linux?﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is NFS but you probably rejected that for being too slow.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:57:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815203#M44577</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-07-06T08:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815321#M44578</link>
      <description>&lt;P&gt;NFS was rejected for giving us 80M/s over 1G cross cable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copying 13T with 80M/s will make us wait for about 46 hours........&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 10:13:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815321#M44578</guid>
      <dc:creator>YaaY</dc:creator>
      <dc:date>2011-07-06T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815693#M44579</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I trust your need is for a Filesystem to be mountd on HP-UX, write massive amounts of data to it with whatever conversions needed (Endianess and all). Then once done, the filesystem is unmounted on HP-UX and mounted on Linux and data is "processed" there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so and you do not need simultaneous access on both HP-UX and Linux AND if your need is simply for data migration purposes (Oracle DB migration I suppose?) -- then the solution is to use the CDS features of Veritas Volume Manager and Filesystem sir.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need VxVM and VxFS on your HP-UX 11i environments. You will need to have SAN disks presented to both Linux and HP-UX. You create the VxVM DG in CDS mode (CDS is cross-platform data sharing - it allows Diskgroups to be moved from one platform to another). The volumes you create on top of the VxVM Diskgroup will ned to have VxFS on them. Once you write your data on HP-UX, you unmount the filesystem and you do a "vxfsfcdconvert" to convert the filesystem to little-Endian (Linux-X86) format. You then export the VxVM DG with its volumes and import on Linux. Mount up the VxFS filesystems and presto -- your HP-UX 11i data is now on Linux, properly byte-swapped (Endianness) and ready to be processed on Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the method I architected to do our just concluded mega HP-UX to RHEL migration involving close to 100TB of Databases.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Linux, VxVM/VxFS is free up for 1 DiskGroup and up to 4 volumes/filesystems only. Pretty sufficient for data migrations/conversions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOW, if you have 10GBE or can trunk several GigabitE NICs -- NFS *could* be a viable solution as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps and guides you.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2011 14:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815693#M44579</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-07-06T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815699#M44580</link>
      <description>you can trunk 3 more Gigabit Linkx and it will yield you 320GB/s -- much more bandwidth to saturate a dual 4Gbit FC DIsk Links to your SAN Storage.</description>
      <pubDate>Wed, 06 Jul 2011 14:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4815699#M44580</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-07-06T14:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4816555#M44587</link>
      <description>&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not familiar with the vxvmfcdconvert, which deport installs that command ? I only found vxvmconvert.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me understand if I got it right:&lt;/P&gt;&lt;P&gt;1. I create a regular vxfs FS on a device (I don't need LVM)&lt;/P&gt;&lt;P&gt;2. Put my data on the FS&lt;/P&gt;&lt;P&gt;3. umount&lt;/P&gt;&lt;P&gt;4. run the vxvmfcdconvert on the device&lt;/P&gt;&lt;P&gt;5. on the Linux, mount -t vxfs device mountpoint&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;right ?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 05:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4816555#M44587</guid>
      <dc:creator>YaaY</dc:creator>
      <dc:date>2011-07-07T05:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4824709#M44601</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it is actually &lt;STRONG&gt;fscdconv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the entire process:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;&lt;U&gt;UNIX to LINUX:&lt;/U&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On UNIX:&lt;/P&gt;&lt;P&gt;1.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Unmount the filesystem on UNIX.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# umount /vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Do the Endian Conversion or CDS conversion so filesystem on top of the volume is “mountable – r/w” on Linux.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;root# /opt/VRTS/bin/fscdsconv -e -t os_name=Linux -f /root/vxfloater1.recov /dev/vx/dsk/vxfloater1/data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26040: Please verify if the following details identify the migration target for /dev/vx/dsk/vxfloater1/data:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Operating system&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Linux&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Operating system version&amp;nbsp; : any&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Architecture&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : any&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;VxFS version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : any&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;Bits&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 64&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26037: Would you like to proceed further with migration? (ynq) y&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26041: The filesystem would need to be byteswapped for use on this target.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26037: Would you like to proceed further with migration? (ynq) y&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26130: There are no files violating the CDS limits for this target.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26047:&amp;nbsp; Byteswapping in progress ...&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-21842: Do you wish to commit to conversion? (ynq) y&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26048: The filesystem has been byteswapped and is now ready for use on the specified target.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Deport the VxVM DiskGroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# vxdg deport vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On LINUX:&lt;/P&gt;&lt;P&gt;4.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Import the VXVM Diskgroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# vxdg import vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Start the contained volume(s) in the transported Diskgroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# vxvol –g vxfloater1 startall&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Mount the filesystem(s) on top of the volume to its corresponding mountpoint.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# mount -t vxfs /dev/vx/dsk/vxfloater1/data /vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;# df -k /vxfloater1&lt;/P&gt;&lt;P&gt;Filesystem&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1K-blocks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Used Available Use% Mounted on&lt;/P&gt;&lt;P&gt;/dev/vx/dsk/vxfloater1/data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4194106368&amp;nbsp;&amp;nbsp;&amp;nbsp; 391896 4160951088&amp;nbsp;&amp;nbsp; 1% /vxfloater1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data on the filesystem(s) on the transported VxVM DiskGroup from UNIX should now be natively readable/writable by LINUX at FULL SAN Speed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;&lt;U&gt;LINUX to UNIX:&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On LINUX:&lt;/P&gt;&lt;P&gt;1.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Unmount the filesystem on LINUX&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# umount /vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Deport the VxVM DiskGroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# vxdg deport vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On UNIX:&lt;/P&gt;&lt;P&gt;3.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Import the VxVM DiskGroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# vxdg import vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Start the contained volume(s) within the VxVM DiskGroup&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# vxvol –g vxfloater1 startall&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Do the Endian Conversion or CDS conversion so filesystem on top of the volume is “mountable – r/w” once more on UNIX.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;root# /opt/VRTS/bin/fscdsconv -i -f /root/vxfloater1.recov /dev/vx/dsk/vxfloater1/data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26036: The filesystem would need to be byteswapped for use on this machine.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-26037: Would you like to proceed further with migration? (ynq) y&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;UX:vxfs fscdsconv: INFO: V-3-21842: Do you wish to commit to conversion? (ynq) y&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6.)&amp;nbsp;&amp;nbsp;&amp;nbsp; Mount the filesystem(s) on top of the volume(s) that was/were converted.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;root# mount /dev/vx/dsk/vxfloater1/data /vxfloater1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data on the filesystem(s) on the transported VxVM DiskGroup from LINUX should now be natively readable/writable by UNIX at FULL SAN Speed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2011 15:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4824709#M44601</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-07-13T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: FS for both HPUX and Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4826607#M44607</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;NFS 4 would probably do the trick. That would require HP-UX 11.31.&lt;BR /&gt;&lt;BR /&gt;Also Symmatec should be consulted. They have CFS for HP-UX cluster file system. If you can provide SAN access to both systems you might find they have a CFS variant that works for Linux.&lt;BR /&gt;&lt;BR /&gt;As far as speed goes, HP-UX and Linux both support 10G network infrastructure and channel bonding. You can get a heck of a lot of speed between the systems using a network based solution.&lt;BR /&gt;&lt;BR /&gt;I would think make whichever system is prod the NFS or CIFS Master and let the slave system be the client. This can work, but it will cost you a few bucks.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 14 Jul 2011 14:56:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fs-for-both-hpux-and-linux/m-p/4826607#M44607</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2011-07-14T14:56:53Z</dc:date>
    </item>
  </channel>
</rss>

