<?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 File System naming Standard in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780799#M77145</link>
    <description>Does anyone have a way to name file sytems&lt;BR /&gt;so that they are completely portable among different servers?&lt;BR /&gt;&lt;BR /&gt;We would like to start naming our file systems so that in the event of a disaster, we may recover the file systems to a different remote located server. However today most of the file systems have the same name among different servers. e.g. /opt/db01, /opt/db02, /opt/db03&lt;BR /&gt;is a common naming standard for Oracle database file systems. It would be hard to mount /opt/db01 to a different server.&lt;BR /&gt;&lt;BR /&gt;you can't use hostname, or serial number in the file system name, becuase they change frequently. You can't assign the project name because it may change (/opt/oracle-apps/db01).&lt;BR /&gt;&lt;BR /&gt;Anyone have any ideas on this?</description>
    <pubDate>Tue, 06 Aug 2002 17:27:04 GMT</pubDate>
    <dc:creator>Tony Williams</dc:creator>
    <dc:date>2002-08-06T17:27:04Z</dc:date>
    <item>
      <title>File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780799#M77145</link>
      <description>Does anyone have a way to name file sytems&lt;BR /&gt;so that they are completely portable among different servers?&lt;BR /&gt;&lt;BR /&gt;We would like to start naming our file systems so that in the event of a disaster, we may recover the file systems to a different remote located server. However today most of the file systems have the same name among different servers. e.g. /opt/db01, /opt/db02, /opt/db03&lt;BR /&gt;is a common naming standard for Oracle database file systems. It would be hard to mount /opt/db01 to a different server.&lt;BR /&gt;&lt;BR /&gt;you can't use hostname, or serial number in the file system name, becuase they change frequently. You can't assign the project name because it may change (/opt/oracle-apps/db01).&lt;BR /&gt;&lt;BR /&gt;Anyone have any ideas on this?</description>
      <pubDate>Tue, 06 Aug 2002 17:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780799#M77145</guid>
      <dc:creator>Tony Williams</dc:creator>
      <dc:date>2002-08-06T17:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780800#M77146</link>
      <description>At my previous job, one of the sys admins responsible for some of our Oracle DB machines kept a list of filesystem names and went down the list whenever a new filesystem was created on ANY machine.  All filesystems had a unique number and it was not duplicated on ANY other machine in the company.&lt;BR /&gt;&lt;BR /&gt;So machine A may have: /opt/db01, db02, db03 and db12&lt;BR /&gt;&lt;BR /&gt;Machineb: db04, db05, db06, db07 and db13&lt;BR /&gt;&lt;BR /&gt;Machinec: db08, db09, db10, db11, db14&lt;BR /&gt;&lt;BR /&gt;The file systems do not have to be in order on each server.  db12 on machinea was created after machineb and machinec were setup with their filesystems.&lt;BR /&gt;&lt;BR /&gt;Hopefully you get the idea.</description>
      <pubDate>Tue, 06 Aug 2002 17:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780800#M77146</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-08-06T17:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780801#M77147</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;How are you going to be moving these filesystems?  If you're using vgexport/vgimport you can rename them during the import.  Or, if they're mounted, mount them to a different mount point.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 06 Aug 2002 17:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780801#M77147</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-06T17:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780802#M77148</link>
      <description>We assign IPs to our MC/ServiceGuard packages - IPs/packages are named {somewhat} similar to the function they perform - perhaps with a serial number.&lt;BR /&gt;&lt;BR /&gt;So we end up with things like&lt;BR /&gt;&lt;BR /&gt;/opt/ns-home.pkg1&lt;BR /&gt;/opt/ns-home.pkg2&lt;BR /&gt;&lt;BR /&gt;where the suffix is guaranteed to be unique among all of our systems.&lt;BR /&gt;&lt;BR /&gt;We've done similar things with databases, webservers, and web filesystems.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 17:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780802#M77148</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-08-06T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780803#M77149</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;there is a standard naming convention for logical volumes (lvol1, lvol2 ..etc), but not for the file systems. it's all depend on your need and wish. The file system name (actual mount point) doesn't matter when you move the data from one system to another. But in this case the LV names matters. If you want to keep the old LV names, you need to have a map file. Otherwise during a vgimport/export, the new system will accept only standard naming conventions for LV. In either case you can have any name for the file systems. I keep my file system name as:&lt;BR /&gt;&lt;BR /&gt;/db1, db2 ..et</description>
      <pubDate>Tue, 06 Aug 2002 17:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780803#M77149</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-06T17:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780804#M77150</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;I like the idea. We have /mnt/data1   &lt;BR /&gt;... /mnt/data2 as a standard file system name. We could just continue on and make /mnt/data1 &lt;BR /&gt;... /mnt/data50.&lt;BR /&gt;&lt;BR /&gt;We could also make a standard /mnt/data&lt;BR /&gt;and then for each server create a /mnt/data/a01&lt;BR /&gt;/mnt/data/b01, /mnt/data/c01.</description>
      <pubDate>Tue, 06 Aug 2002 17:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780804#M77150</guid>
      <dc:creator>Tony Williams</dc:creator>
      <dc:date>2002-08-06T17:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780805#M77151</link>
      <description>We attach a numeric suffix on the file name. So the first install of pgp would go to /var/pgp01. The 2nd to /var/pgp02, etc. We also name the lv as the file name lv_pgp01 would be mounted on /var/pgp01.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 06 Aug 2002 18:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780805#M77151</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-06T18:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: File System naming Standard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780806#M77152</link>
      <description>I think that logical volumes and filesystems can be named anything you wish as long as they are easily identified or documented and this includes entries in /etc/fstab.&lt;BR /&gt;For example if you using raw logical volumes like we do, we have a spreadsheet for each LUN that is used and for what group.&lt;BR /&gt;For mounted filesystems we use a convention of who uses what particularly for development systems.&lt;BR /&gt;&lt;BR /&gt;/dev/apps/weblogic mounted on /weblogic for weblogic&lt;BR /&gt;/dev/apps/informix mounted on /informix  "      "&lt;BR /&gt;&lt;BR /&gt;/dev/data1/rootdbs&lt;BR /&gt;/dev/data1/tempdbs&lt;BR /&gt;&lt;BR /&gt;etc for raw volumes.</description>
      <pubDate>Tue, 06 Aug 2002 23:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-naming-standard/m-p/2780806#M77152</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-08-06T23:04:18Z</dc:date>
    </item>
  </channel>
</rss>

