<?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 multiple filesystems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806685#M616740</link>
    <description>Is this a filesystem mountpoint? If so, you will need to first umount the filesystem.</description>
    <pubDate>Thu, 15 Jun 2006 15:24:01 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-06-15T15:24:01Z</dc:date>
    <item>
      <title>Renaming multiple filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806680#M616735</link>
      <description>I have to rename multiple filesystems on 11.11 system. i basically have to do this.&lt;BR /&gt;&lt;BR /&gt;bdf|grep LSS&lt;BR /&gt;&lt;BR /&gt;I have 102 mount points which refernce LSS either as /oracle/LSS/&lt;SOMETHING&gt; or /opt/data/LSS etc...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what ever i find as LSS i have to rename as ZSS. what is the best way to do this?&lt;BR /&gt;&lt;BR /&gt;i thght of doing this..&lt;BR /&gt;&lt;BR /&gt;1. grab the bdf data.&lt;BR /&gt;2. unmount the FS(all 102)&lt;BR /&gt;3. go to /oracle and rename the dir LSS as ZSS&lt;BR /&gt;(mv LSS ZSS)--is this step OK?&lt;BR /&gt;4. similarly for other LSS remane to ZSS&lt;BR /&gt;5. change the mount point references in /etc/fstab from LSS to ZSS.&lt;BR /&gt;6. mountall&lt;BR /&gt;&lt;BR /&gt;Please let me know if this will work or better ideas&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe&lt;BR /&gt;&lt;BR /&gt;&lt;/SOMETHING&gt;</description>
      <pubDate>Thu, 15 Jun 2006 14:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806680#M616735</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2006-06-15T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming multiple filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806681#M616736</link>
      <description>I am not seeing this question under LVM&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Thu, 15 Jun 2006 14:26:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806681#M616736</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2006-06-15T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming multiple filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806682#M616737</link>
      <description>102 filesystems is going to take a while to do, but overall your procedure looks OK to me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2006 14:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806682#M616737</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-06-15T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming multiple filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806683#M616738</link>
      <description>Obviously you can't unmount all the filesystems, /, /var, /usr, /tmp (to name a few) but your approach would work. Yes, you can use mv to rename directories. &lt;BR /&gt;&lt;BR /&gt;However, have you considered symbolic links?&lt;BR /&gt;e.g. ln -s /oracle/LSS /oracle/ZSS</description>
      <pubDate>Thu, 15 Jun 2006 14:30:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806683#M616738</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-15T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming multiple filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806684#M616739</link>
      <description>mmm strange...when i do mv to rename the dir LSS..this is what happens(LSS is a directory)&lt;BR /&gt;&lt;BR /&gt;cd /oracle&lt;BR /&gt;&lt;BR /&gt;# mv LSS ZSS&lt;BR /&gt;mv: LSS: rename: Invalid argument&lt;BR /&gt;&lt;BR /&gt;Any Ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Thu, 15 Jun 2006 15:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806684#M616739</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2006-06-15T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming multiple filesystems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806685#M616740</link>
      <description>Is this a filesystem mountpoint? If so, you will need to first umount the filesystem.</description>
      <pubDate>Thu, 15 Jun 2006 15:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renaming-multiple-filesystems/m-p/3806685#M616740</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-15T15:24:01Z</dc:date>
    </item>
  </channel>
</rss>

