<?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: How to rename an existing filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401410#M351623</link>
    <description>I know you can just rename tape device files, so this might work:&lt;BR /&gt;&lt;BR /&gt;mv /dev/vg05/R17 /dev/vg05/R18&lt;BR /&gt;&lt;BR /&gt;However, I would be very cautious and try to figure out a way to test it first.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 15 Apr 2009 14:27:04 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2009-04-15T14:27:04Z</dc:date>
    <item>
      <title>How to rename an existing filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401409#M351622</link>
      <description>I would like to rename our filesystem &lt;BR /&gt;from: /dev/vg05/R17&lt;BR /&gt;to:   /dev/vg05/R18&lt;BR /&gt;&lt;BR /&gt;The mount point will remain the same as /tmpd&lt;BR /&gt;&lt;BR /&gt;We are on HP-UX 11.23 Itanium and we have online JFS&lt;BR /&gt;&lt;BR /&gt;Any suggestion will be apprecaited.&lt;BR /&gt;&lt;BR /&gt;thank you,&lt;BR /&gt;Marylou</description>
      <pubDate>Wed, 15 Apr 2009 14:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401409#M351622</guid>
      <dc:creator>Marylou Kohlmeier</dc:creator>
      <dc:date>2009-04-15T14:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename an existing filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401410#M351623</link>
      <description>I know you can just rename tape device files, so this might work:&lt;BR /&gt;&lt;BR /&gt;mv /dev/vg05/R17 /dev/vg05/R18&lt;BR /&gt;&lt;BR /&gt;However, I would be very cautious and try to figure out a way to test it first.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 15 Apr 2009 14:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401410#M351623</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-04-15T14:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename an existing filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401411#M351624</link>
      <description>Hi Marylou,&lt;BR /&gt;&lt;BR /&gt;Assuming that logical volume R18 does not already exist.&lt;BR /&gt;&lt;BR /&gt;1. Unmount /tmpd&lt;BR /&gt;2. mv /dev/vg05/R17 /dev/vg05/R18&lt;BR /&gt;3. mv /dev/vg05/rR17 /dev/vg05/rR18&lt;BR /&gt;4. mount /dev/vg05/R18 /tmpd&lt;BR /&gt;&lt;BR /&gt;5. The /etc/fstab file will then need to be modified to reflect the new lv for the existing mount point.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 15 Apr 2009 14:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401411#M351624</guid>
      <dc:creator>Mark S Meadows</dc:creator>
      <dc:date>2009-04-15T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename an existing filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401412#M351625</link>
      <description>Thank you everyone.&lt;BR /&gt;&lt;BR /&gt;Appreciate your responses,&lt;BR /&gt;Marylou</description>
      <pubDate>Wed, 15 Apr 2009 14:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401412#M351625</guid>
      <dc:creator>Marylou Kohlmeier</dc:creator>
      <dc:date>2009-04-15T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename an existing filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401413#M351626</link>
      <description>I would the same as Mark said, get an outage for the mount point, unmount the mount point. Rename both the block &amp;amp; character special device files using mv command, makes necessary changes inthe /etc/fstab and mount your mount point.&lt;BR /&gt;&lt;BR /&gt;-uvk</description>
      <pubDate>Wed, 15 Apr 2009 15:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401413#M351626</guid>
      <dc:creator>UVK</dc:creator>
      <dc:date>2009-04-15T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename an existing filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401414#M351627</link>
      <description>Marylou,&lt;BR /&gt;&lt;BR /&gt;You need to run one additional command after moving the device files.&lt;BR /&gt;&lt;BR /&gt;# vgcfgbackup vg05&lt;BR /&gt;&lt;BR /&gt;To create a new backup of your lvm configuration.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 15 Apr 2009 16:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-rename-an-existing-filesystem/m-p/4401414#M351627</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2009-04-15T16:54:23Z</dc:date>
    </item>
  </channel>
</rss>

