<?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 copy of /var/mqm/logs directory to /var/mqm/logs FS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903921#M283449</link>
    <description>&lt;BR /&gt; Hi Guys,&lt;BR /&gt;&lt;BR /&gt; I have a filesystem called /var/mqm, and there is a sub directory in this filesystem called logs.&lt;BR /&gt;&lt;BR /&gt; Now i have created a separate filesystem called /var/mqm/logs and I need to move all the data to this newly created filesystem called /var/mqm/logs from /var/mqm/log directory.&lt;BR /&gt;&lt;BR /&gt;What steps are involved. What I think is to backup /var/mqm/logs to tsm server and leave the newly created /var/mqm/logs filesystem unmounted, and then remove the old logs directiry from /var/mqm filesystem.&lt;BR /&gt;&lt;BR /&gt;And then mount the new filesystem /var/mqm/logs and use tsm server to restore /var/mqm/logs, would this work???&lt;BR /&gt;&lt;BR /&gt; Please let me know the steps or if the above is ok...its urgent guys</description>
    <pubDate>Sun, 26 Nov 2006 16:29:14 GMT</pubDate>
    <dc:creator>Becke</dc:creator>
    <dc:date>2006-11-26T16:29:14Z</dc:date>
    <item>
      <title>copy of /var/mqm/logs directory to /var/mqm/logs FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903921#M283449</link>
      <description>&lt;BR /&gt; Hi Guys,&lt;BR /&gt;&lt;BR /&gt; I have a filesystem called /var/mqm, and there is a sub directory in this filesystem called logs.&lt;BR /&gt;&lt;BR /&gt; Now i have created a separate filesystem called /var/mqm/logs and I need to move all the data to this newly created filesystem called /var/mqm/logs from /var/mqm/log directory.&lt;BR /&gt;&lt;BR /&gt;What steps are involved. What I think is to backup /var/mqm/logs to tsm server and leave the newly created /var/mqm/logs filesystem unmounted, and then remove the old logs directiry from /var/mqm filesystem.&lt;BR /&gt;&lt;BR /&gt;And then mount the new filesystem /var/mqm/logs and use tsm server to restore /var/mqm/logs, would this work???&lt;BR /&gt;&lt;BR /&gt; Please let me know the steps or if the above is ok...its urgent guys</description>
      <pubDate>Sun, 26 Nov 2006 16:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903921#M283449</guid>
      <dc:creator>Becke</dc:creator>
      <dc:date>2006-11-26T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: copy of /var/mqm/logs directory to /var/mqm/logs FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903922#M283450</link>
      <description>Hi Raf:&lt;BR /&gt;&lt;BR /&gt;You intermixed a singlular "log" with a plural "logs" at one point, so a couple of scenarios exist.&lt;BR /&gt;&lt;BR /&gt;You can do:&lt;BR /&gt;&lt;BR /&gt;# cd /var/mqm/log &amp;amp;&amp;amp; find . â  depth â  print | cpio â  pudlmv /var/mqm/logs&lt;BR /&gt;&lt;BR /&gt;This will copy everything (recursively) within '/var/mqm/log' [note the *singular* "log"] to '/var/mqm/logs [note the *plural* 'logs"].&lt;BR /&gt;&lt;BR /&gt;If this is *not* the nomenclature you want, and you are trying to create a mountpoint for '/var/mqm/logs' that is discrete from the '/var' mountpoint, simply edit '/etc/fstab' to add 'var/mqm/logs' as a mountpoint of its own and do:&lt;BR /&gt;&lt;BR /&gt;# mount all&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 26 Nov 2006 18:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903922#M283450</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-26T18:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: copy of /var/mqm/logs directory to /var/mqm/logs FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903923#M283451</link>
      <description>Hi (again) Raf:&lt;BR /&gt;&lt;BR /&gt;I mangled my own post, above.&lt;BR /&gt;&lt;BR /&gt;You intermixed a singlular "log" with a plural "logs" at one point, so a couple of scenarios exist.&lt;BR /&gt;&lt;BR /&gt;You can do:&lt;BR /&gt;&lt;BR /&gt;# cd /var/mqm/log &amp;amp;&amp;amp; find . -depth -print | cpio -pudlmv /var/mqm/logs&lt;BR /&gt;&lt;BR /&gt;...will copy everything (recursively) within '/var/mqm/log' [note the *singular* "log"] to '/var/mqm/logs [note the *plural* 'logs"].&lt;BR /&gt;&lt;BR /&gt;If you want to retain '/var/mqm/logs' [*plural*] as the name of the new mountpoint and this is the same as the old directory, simply mount the *new* filesystem using a temporary name; perform the copy as above; verify the results are as intended; remove the *old* directory ('/var/mqm/logs'); rename (using 'mv') the temporary directory to be '/var/mqm/logs'; edit '/etc/fstab' to match this; and mount the renamed directory.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 26 Nov 2006 19:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/copy-of-var-mqm-logs-directory-to-var-mqm-logs-fs/m-p/3903923#M283451</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-11-26T19:00:32Z</dc:date>
    </item>
  </channel>
</rss>

