<?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: lvsplit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030093#M132385</link>
    <description>Here is the option I will use on my noon backup scrip. This was suggested by James Ferguson(You want to skip the raw devices so : ). This should take care of my issue.&lt;BR /&gt;&lt;BR /&gt;Solution: for i in $(ls in /dev/vg01/[!r]*)</description>
    <pubDate>Tue, 22 Jul 2003 14:36:48 GMT</pubDate>
    <dc:creator>Angelo Collazo</dc:creator>
    <dc:date>2003-07-22T14:36:48Z</dc:date>
    <item>
      <title>lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030087#M132379</link>
      <description>When executing the following:&lt;BR /&gt;#&lt;BR /&gt;# SPLIT mirror's for vg01&lt;BR /&gt;#&lt;BR /&gt;for i in $(ls /dev/vg01/*)&lt;BR /&gt;do&lt;BR /&gt; lvsplit $i &amp;gt;&amp;gt; /dbms/tmp/backupmirror.msg&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;I get this error:&lt;BR /&gt;"lvsplit: Logical volume "/dev/vg01/rdbms" is not a block special file."&lt;BR /&gt;Question:&lt;BR /&gt;1-) Why?&lt;BR /&gt;2-) What's the solution&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Angelo</description>
      <pubDate>Tue, 22 Jul 2003 14:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030087#M132379</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030088#M132380</link>
      <description>Angelo,&lt;BR /&gt;&lt;BR /&gt;It looks like it's a raw device file.  Post an "ll /dev/vg01" so we can see what the corresponding cooked file might be.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:20:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030088#M132380</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-22T14:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030089#M132381</link>
      <description>lvsplit is done on logical volumes that are mirrored and part of volume groups.&lt;BR /&gt;&lt;BR /&gt;lvsplit /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;The split off mirror needs to be part of vg01 or the original volume group and won't write to a /tmp file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Jul 2003 14:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030089#M132381</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-22T14:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030090#M132382</link>
      <description>Hi Angelo:&lt;BR /&gt;&lt;BR /&gt;You want to skip the raw devices so :&lt;BR /&gt;&lt;BR /&gt;for i in $(ls in /dev/vg01/[!r]*)&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:25:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030090#M132382</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-22T14:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030091#M132383</link>
      <description>Does ioscan show raw and "cooked" device files?&lt;BR /&gt;&lt;BR /&gt;ioscan -fun -C disk&lt;BR /&gt;&lt;BR /&gt;disk      0  10/0/14/0.0.0  sdisk CLAIMED     DEVICE       TEAC    CD-532E-B&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If not reboot or use /sbin/insf&lt;BR /&gt;to install special (device) files</description>
      <pubDate>Tue, 22 Jul 2003 14:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030091#M132383</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-07-22T14:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030092#M132384</link>
      <description>Hi,&lt;BR /&gt;you need to use block device with the lvsplit command.&lt;BR /&gt;Try &lt;BR /&gt;&lt;BR /&gt;for i in $(vgdisplay -v /dev/vg01 |grep /dev/vg00/|awk '{print $3}')&lt;BR /&gt;&lt;BR /&gt;Enrico.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030092#M132384</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2003-07-22T14:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030093#M132385</link>
      <description>Here is the option I will use on my noon backup scrip. This was suggested by James Ferguson(You want to skip the raw devices so : ). This should take care of my issue.&lt;BR /&gt;&lt;BR /&gt;Solution: for i in $(ls in /dev/vg01/[!r]*)</description>
      <pubDate>Tue, 22 Jul 2003 14:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030093#M132385</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030094#M132386</link>
      <description>Hi Angelo:&lt;BR /&gt;&lt;BR /&gt;Sorry, there is a typographical error in my last post.  This correct that error *and* skips the volume group's 'group' file and all *raw* devices:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;for i in $(ls /dev/vg02/[!r]*) &lt;BR /&gt;do &lt;BR /&gt;  [ $(basename ${i}) = group ] &amp;amp;&amp;amp; continue&lt;BR /&gt;  echo $i&lt;BR /&gt;done&lt;BR /&gt;exit 0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 Jul 2003 14:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030094#M132386</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-22T14:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030095#M132387</link>
      <description>Corecction to my prior posting. Is this corre ct guys?&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# SPLIT mirror's for vg01&lt;BR /&gt;#&lt;BR /&gt;######## 7_22_2003 for i in $(ls /dev/vg01/*)&lt;BR /&gt;for i in $(ls in /dev/vg01/[!r]*)&lt;BR /&gt;do&lt;BR /&gt;[ $(basename ${i}) = group ] &amp;amp;&amp;amp; continue&lt;BR /&gt;echo $i&lt;BR /&gt; lvsplit $i &amp;gt;&amp;gt; /dbms/tmp/backupmirror.msg&lt;BR /&gt;done</description>
      <pubDate>Tue, 22 Jul 2003 14:43:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030095#M132387</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030096#M132388</link>
      <description>Here is more info as requested:&lt;BR /&gt;# ll /dev/vg01&lt;BR /&gt;total 0&lt;BR /&gt;brw-r-----   1 root       sys         64 0x010001 Apr 29 00:54 dbms&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Sep 10  2002 group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x010001 Sep 10  2002 rdbms</description>
      <pubDate>Tue, 22 Jul 2003 14:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030096#M132388</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030097#M132389</link>
      <description>Angelo,&lt;BR /&gt;&lt;BR /&gt;I believe that's got it!  Looks good to me.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030097#M132389</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-22T14:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030098#M132390</link>
      <description>Hi (again) Angelo&lt;BR /&gt;&lt;BR /&gt;Yes, but per my second post:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;for i in $(ls in /dev/vg01/[!r]*) &lt;BR /&gt;&lt;BR /&gt;...should be:&lt;BR /&gt;&lt;BR /&gt;for i in $(ls /dev/vg01/[!r]*)&lt;BR /&gt;&lt;BR /&gt;...that is, drop the word "in"!!!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030098#M132390</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-22T14:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030099#M132391</link>
      <description>10 4 on that James. 4 more minutes and the cron will start, Then I'll do my points.&lt;BR /&gt;&lt;BR /&gt;Thanks guys,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jul 2003 14:57:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030099#M132391</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030100#M132392</link>
      <description>Final Solution work:&lt;BR /&gt;#&lt;BR /&gt;# SPLIT mirror's for vg01&lt;BR /&gt;#&lt;BR /&gt;######## 7_22_2003 for i in $(ls /dev/vg01/*)&lt;BR /&gt;for i in $(ls /dev/vg01/[!r]*)&lt;BR /&gt;do&lt;BR /&gt; [ $(basename ${i}) = group ] &amp;amp;&amp;amp; continue&lt;BR /&gt; echo $i &amp;gt;&amp;gt; /dbms/tmp/backupmirror.msg&lt;BR /&gt; lvsplit $i &amp;gt;&amp;gt; /dbms/tmp/backupmirror.msg&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Once again, Thanks for all the replys.&lt;BR /&gt;Angelo,</description>
      <pubDate>Tue, 22 Jul 2003 16:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030100#M132392</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: lvsplit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030101#M132393</link>
      <description>Final Solution worked:&lt;BR /&gt;#&lt;BR /&gt;# SPLIT mirror's for vg01&lt;BR /&gt;#&lt;BR /&gt;######## 7_22_2003 for i in $(ls /dev/vg01/*)&lt;BR /&gt;for i in $(ls /dev/vg01/[!r]*)&lt;BR /&gt;do&lt;BR /&gt; [ $(basename ${i}) = group ] &amp;amp;&amp;amp; continue&lt;BR /&gt; echo $i &amp;gt;&amp;gt; /dbms/tmp/backupmirror.msg&lt;BR /&gt; lvsplit $i &amp;gt;&amp;gt; /dbms/tmp/backupmirror.msg&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Once again, Thanks for all the replys.&lt;BR /&gt;Angelo,</description>
      <pubDate>Tue, 22 Jul 2003 16:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvsplit/m-p/3030101#M132393</guid>
      <dc:creator>Angelo Collazo</dc:creator>
      <dc:date>2003-07-22T16:25:56Z</dc:date>
    </item>
  </channel>
</rss>

