<?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: Destroy a voldg in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809514#M17211</link>
    <description>I do not know anything about the IBM ESS 800 but can't you just delete and re-create the LUNs?&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Jun 2006 06:45:32 GMT</pubDate>
    <dc:creator>Orjan Petersson</dc:creator>
    <dc:date>2006-06-22T06:45:32Z</dc:date>
    <item>
      <title>Destroy a voldg</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809511#M17208</link>
      <description>Hi&lt;BR /&gt;I hv a LSM diskgroup containing several LUN assigned from storage. Now i dont want the DG any more. How can i destroy the voldg so that no LSM info should stay in those luns?&lt;BR /&gt;I dont want to deport the DG. It is not rootdg.&lt;BR /&gt;Pls help</description>
      <pubDate>Wed, 21 Jun 2006 04:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809511#M17208</guid>
      <dc:creator>Amitava_HP-UX</dc:creator>
      <dc:date>2006-06-21T04:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy a voldg</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809512#M17209</link>
      <description>Something like the following should work.&lt;BR /&gt;&lt;BR /&gt;unmount any filesystems using the volumes in the disk group&lt;BR /&gt;# umount ...&lt;BR /&gt;&lt;BR /&gt;stop the volumes in the disk group&lt;BR /&gt;# volume -g disk_group stop volname&lt;BR /&gt;or&lt;BR /&gt;# volume -g disk_group stopall&lt;BR /&gt;&lt;BR /&gt;remove the volumes&lt;BR /&gt;# voledit -g disk_group -rf rm volname&lt;BR /&gt;&lt;BR /&gt;deport the disk group&lt;BR /&gt;# voldg deport diskgroupname&lt;BR /&gt;&lt;BR /&gt;A "voldisk list" will show the disks as not belonging to a disk group&lt;BR /&gt;(but they are still under control of LSM)&lt;BR /&gt;# voldisk list&lt;BR /&gt;# voldisk rm diskaccessname&lt;BR /&gt;&lt;BR /&gt;Check the disklabel for the underlying disks and reinitialize if necessary:&lt;BR /&gt;# disklabel -r dskXX&lt;BR /&gt;# disklabel -rw dskXX&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809512#M17209</guid>
      <dc:creator>Orjan Petersson</dc:creator>
      <dc:date>2006-06-21T04:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy a voldg</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809513#M17210</link>
      <description>Hi&lt;BR /&gt;I have a IBM ESS800 storage &amp;amp; 11 luns of that storage was in the use of 1st Tru64 unix server ofer SAN &amp;amp; was a part of voldg. Now i want to destroy the LSM info in those luns &amp;amp; want to use those luns in the 2nd tru64 server in the same SAN in a new voldg.&lt;BR /&gt;I applied all the steps mentioned by Petersson to remove the LSM info of 1st server &amp;amp; made all the 11 luns visible in 2nd server. But when i perform DD on the luns i am getting the following message in 2nd server&lt;BR /&gt;whale /DSKumar/22-06-2006#dd if=/dev/zero of=/dev/rdisk/dsk610c&lt;BR /&gt;dd write error: Read-only file system&lt;BR /&gt;1+0 records in&lt;BR /&gt;0+0 records out&lt;BR /&gt;It is not allowing to write disklabel also on it. Where if i bring these luns back to 1st server then i can write disklabel on each lun.&lt;BR /&gt;I feel there may be some metadata left in the luns which is allowing us to reuse those luns.&lt;BR /&gt;Pls help</description>
      <pubDate>Thu, 22 Jun 2006 02:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809513#M17210</guid>
      <dc:creator>Amitava_HP-UX</dc:creator>
      <dc:date>2006-06-22T02:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy a voldg</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809514#M17211</link>
      <description>I do not know anything about the IBM ESS 800 but can't you just delete and re-create the LUNs?&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 06:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809514#M17211</guid>
      <dc:creator>Orjan Petersson</dc:creator>
      <dc:date>2006-06-22T06:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Destroy a voldg</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809515#M17212</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can not to the first 16 blocks. They contain disk internal data. You will have to skip them when using dd.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jun 2006 09:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/destroy-a-voldg/m-p/3809515#M17212</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2006-06-22T09:49:14Z</dc:date>
    </item>
  </channel>
</rss>

