<?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: DC migration. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272279#M473501</link>
    <description>useful thread.Thanks to all&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
    <pubDate>Fri, 04 Feb 2011 14:53:52 GMT</pubDate>
    <dc:creator>himacs</dc:creator>
    <dc:date>2011-02-04T14:53:52Z</dc:date>
    <item>
      <title>DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272273#M473495</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;We have DR migration activity scheduled coming week.All the DBs ,apps will be starting in DR,similar to Production boxes.&lt;BR /&gt;&lt;BR /&gt;Now i want to compare 2 mount points including the sub directories.If any directory not available in DR similar to prod, we have to create it.&lt;BR /&gt;&lt;BR /&gt;Please let me know the simplest way to compare 2 mount points including sub directories.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Feb 2011 12:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272273#M473495</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-01T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272274#M473496</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If mount points belong to same server you can use dircmp command.&lt;BR /&gt;To compare the two directories /slate and /sleet and produce a list ofchanges that would make the directories identical:&lt;BR /&gt;#dircmp -d /slate /sleet&lt;BR /&gt;&lt;BR /&gt;To extra info:&lt;BR /&gt;#man dircmp&lt;BR /&gt;&lt;BR /&gt;Rgds</description>
      <pubDate>Tue, 01 Feb 2011 12:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272274#M473496</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-02-01T12:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272275#M473497</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You don't offer the mechanism by which you will replicate data ('cp', 'cpio', 'tar', pax', 'fbackup', LVM mirroring, etc.&lt;BR /&gt;&lt;BR /&gt;That said:&lt;BR /&gt;&lt;BR /&gt;Should you wish to further compare *directory* sizes, don't.&lt;BR /&gt;&lt;BR /&gt;The size of directories on your source system may be larger than the destination system.  This is quite normal.  Disk blocks allocated to directories are not deleted when the file metadata they contain is removed because the corresponding file is removed.&lt;BR /&gt;&lt;BR /&gt;As for the sizes of individual files, beware comparing those too.  Sparse files may be "inflated" depending on the copy mechanism you use.  The 'cksum' will not change, though.&lt;BR /&gt;&lt;BR /&gt;The 'dircmp' comparison suggested by Jose is a good check.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 01 Feb 2011 14:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272275#M473497</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2011-02-01T14:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272276#M473498</link>
      <description>Hi Admins,&lt;BR /&gt;&lt;BR /&gt;Thanks for the responses.&lt;BR /&gt;&lt;BR /&gt;Actually i don mind about size.&lt;BR /&gt;&lt;BR /&gt;I want any clue for a script that lists only directories under mount point.if there are sub directories script should give absolute path also.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Tue, 01 Feb 2011 14:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272276#M473498</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-01T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272277#M473499</link>
      <description>A DR Strategy that involves comparing directory structures is at best indicative of flawed and poor procedures and processes in place.&lt;BR /&gt;&lt;BR /&gt;Directory comparison tools work very slow. Besides - if it were a REAL disaster - you would not have PROD to compare with - don't you?&lt;BR /&gt;&lt;BR /&gt;Best Practice is to ensure your BACKUPS are good and current so whatever you need to re-CREATE at DR is complete -- no asking if all dirs and subdirs, etc have been created.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 01 Feb 2011 14:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272277#M473499</guid>
      <dc:creator>Zinky</dc:creator>
      <dc:date>2011-02-01T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272278#M473500</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To see a directory tree from /mount_point:&lt;BR /&gt;#find /mount_point -type d -exec ls -d {} \;&lt;BR /&gt;&lt;BR /&gt;or with extended ls -l command format:&lt;BR /&gt;#find /mount_point -type d -exec ls -ld {} \;&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Tue, 01 Feb 2011 16:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272278#M473500</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-02-01T16:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: DC migration.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272279#M473501</link>
      <description>useful thread.Thanks to all&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;himacs</description>
      <pubDate>Fri, 04 Feb 2011 14:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dc-migration/m-p/5272279#M473501</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2011-02-04T14:53:52Z</dc:date>
    </item>
  </channel>
</rss>

