<?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 Script to generate files per mount point. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487457#M214326</link>
    <description>I need a script to generate a report showing names of files per mount point.&lt;BR /&gt;&lt;BR /&gt;We have two PeopleSoft databases on the server. Those two Oracle databases are comprised of more than 300 data files spread across 45 different mount points, should be 250+ GB total in size.&lt;BR /&gt;&lt;BR /&gt;I am trying to create a shell script which will generate a report showing data files on each mount point. This will be really useful during our re-organization or relocation.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Feb 2005 15:51:13 GMT</pubDate>
    <dc:creator>Gulam Mohiuddin</dc:creator>
    <dc:date>2005-02-16T15:51:13Z</dc:date>
    <item>
      <title>Script to generate files per mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487457#M214326</link>
      <description>I need a script to generate a report showing names of files per mount point.&lt;BR /&gt;&lt;BR /&gt;We have two PeopleSoft databases on the server. Those two Oracle databases are comprised of more than 300 data files spread across 45 different mount points, should be 250+ GB total in size.&lt;BR /&gt;&lt;BR /&gt;I am trying to create a shell script which will generate a report showing data files on each mount point. This will be really useful during our re-organization or relocation.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gulam&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2005 15:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487457#M214326</guid>
      <dc:creator>Gulam Mohiuddin</dc:creator>
      <dc:date>2005-02-16T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate files per mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487458#M214327</link>
      <description>For all those mount points&lt;BR /&gt;&lt;BR /&gt;find /mount_point -type f -name "*.dbf" -exec ll {} \; &amp;gt;&amp;gt; /tmp/mount_point.lst&lt;BR /&gt;&lt;BR /&gt;run it when system is not at it's peak usage.</description>
      <pubDate>Wed, 16 Feb 2005 16:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487458#M214327</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-02-16T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate files per mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487459#M214328</link>
      <description>well, I think all you need is an ls command...&lt;BR /&gt;&lt;BR /&gt;ls /d*/data/PROD/* &lt;BR /&gt;&lt;BR /&gt;or however you've got your data laid out...&lt;BR /&gt;&lt;BR /&gt;ls /disk*/data/PROD/* &lt;BR /&gt;&lt;BR /&gt;would give you all files on any disk mount point starting with the name /disk.&lt;BR /&gt;&lt;BR /&gt;If you only want one mount point at a time...&lt;BR /&gt;ls /disk1/data/PROD/*&lt;BR /&gt;ls /disk2/data/PROD/*&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Feb 2005 16:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487459#M214328</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-16T16:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script to generate files per mount point.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487460#M214329</link>
      <description>If you prefer to get your data from Oracle...&lt;BR /&gt;&lt;BR /&gt;(from sqlplus)&lt;BR /&gt;select file_name from dba_data_files&lt;BR /&gt;order by file_name.&lt;BR /&gt;&lt;BR /&gt;Or, bit more useful data...&lt;BR /&gt;&lt;BR /&gt;(from sqlplus)&lt;BR /&gt;select file_name, tablespace_name, bytes &lt;BR /&gt;from dba_data_files&lt;BR /&gt;order by file_name;</description>
      <pubDate>Wed, 16 Feb 2005 16:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-generate-files-per-mount-point/m-p/3487460#M214329</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-02-16T16:10:06Z</dc:date>
    </item>
  </channel>
</rss>

