<?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: renaming volume and lun igroup qtree in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9387#M6531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. I see you went into priv mode to rename a qtree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do I need to do that? I was able to use mv to rename the qtree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 21:43:05 GMT</pubDate>
    <dc:creator>TDUBB1234</dc:creator>
    <dc:date>2011-12-16T21:43:05Z</dc:date>
    <item>
      <title>renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9369#M6527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to rename my volume, lun, qtree and igroup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the lun is mapped and online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how should i do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:39:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9369#M6527</guid>
      <dc:creator>TDUBB1234</dc:creator>
      <dc:date>2025-06-05T06:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9373#M6528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correcting my post - no need to offline the volume, Scott is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 21:32:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9373#M6528</guid>
      <dc:creator>baijulal</dc:creator>
      <dc:date>2011-12-16T21:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9379#M6529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i got it. i was able to do it with some rename and mv commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the volume stayed online while i did it. there does not seem to be an issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 21:36:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9379#M6529</guid>
      <dc:creator>TDUBB1234</dc:creator>
      <dc:date>2011-12-16T21:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9383#M6530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can dynamically rename.. even with NAS as long as auto export update is on for nfs... cifs automatically changes shares to the new path.&amp;nbsp; For LUNs you can rename all including the volume, qtree, lun and igroup... see example below in my vsim.&amp;nbsp; I create a volume/qtree/lun/igroup called "test" then rename each to "test2".&amp;nbsp; I would be careful with snapdrive interaction and snapmanager too but the renames are done with now outage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; vol create test aggr1 2g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of volume 'test' with size 2g on containing aggregate&lt;/P&gt;&lt;P&gt;'aggr1' has completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; qtree create /vol/test/test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; lun create -s 32m -t windows /vol/test/test/test.lun&lt;/P&gt;&lt;P&gt;lun create: created a LUN of size:&amp;nbsp;&amp;nbsp; 39.2m (41126400)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; igroup create -i -t windows test iqn.1991-05.com.microsoft:win-oqjy6cd3mns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; lun map /vol/test/test/test.lun test&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; Fri Dec 16 21:30:44 GMT [fas6280:lun.map:info]: LUN /vol/test/test/test.lun was mapped to initiator group test=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; RENAMES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; vol rename test test2&lt;/P&gt;&lt;P&gt;Fri Dec 16 21:32:38 GMT [fas6280:wafl.vvol.renamed:info]: Volume 'test' renamed to 'test2'.&lt;/P&gt;&lt;P&gt;'test' renamed to 'test2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280&amp;gt; priv set advanced&lt;/P&gt;&lt;P&gt;Warning: These advanced commands are potentially dangerous; use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; them only when directed to do so by NetApp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; personnel.&lt;/P&gt;&lt;P&gt;fas6280*&amp;gt; qtree rename /vol/test2/test /vol/test2/test2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280*&amp;gt; lun move /vol/test2/test2/test.lun /vol/test2/test2/test2.lun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fas6280*&amp;gt; igroup rename test test2&lt;/P&gt;&lt;P&gt;fas6280*&amp;gt; lun show -m&lt;/P&gt;&lt;P&gt;LUN path&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mapped to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LUN ID&amp;nbsp; Protocol&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;/vol/test2/test2/test2.lun&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; iSCSI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 21:37:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9383#M6530</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2011-12-16T21:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9387#M6531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks. I see you went into priv mode to rename a qtree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do I need to do that? I was able to use mv to rename the qtree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 21:43:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9387#M6531</guid>
      <dc:creator>TDUBB1234</dc:creator>
      <dc:date>2011-12-16T21:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9392#M6532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mv does the same thing.. but using the qtree command is my preference.  Rename is only in advanced mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 21:46:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9392#M6532</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2011-12-16T21:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9396#M6533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;If we didn't use qtrees will this rename process still work if I omit the step to rename the qtree?&amp;nbsp; I'm looking to rename the underlying volume, and then the lun that was created with 'snap drive' app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 22:27:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9396#M6533</guid>
      <dc:creator>timdanner</dc:creator>
      <dc:date>2012-11-14T22:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: renaming volume and lun igroup qtree</title>
      <link>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9401#M6534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go ape crazy. I rename volumes all of the time. Clients like to name volumes with crazy upper and lower case letters which drives me crazy because I live in CLI. igroups are mainly for human reference. The LUN mappings are by iqn or WWPN, igroups are just a way for us to logically combine things. Rename igroups whenever you want. LUN renames will be automatically detected by SnapDrive. You can even create a qtree, and move a LUN into or out of a qtree while online. SnapDrive is good at handling these path changes. Like Scott mentioned, just make sure if it is an NFS export that it is exported after the rename.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 06:42:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/renaming-volume-and-lun-igroup-qtree/m-p/9401#M6534</guid>
      <dc:creator>ryanbeaty</dc:creator>
      <dc:date>2012-11-15T06:42:10Z</dc:date>
    </item>
  </channel>
</rss>

