<?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: mount point vs management in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193269#M555736</link>
    <description>thank you all</description>
    <pubDate>Mon, 17 Aug 2009 18:12:29 GMT</pubDate>
    <dc:creator>christian_derek</dc:creator>
    <dc:date>2009-08-17T18:12:29Z</dc:date>
    <item>
      <title>mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193255#M555722</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I’m running hpux 11iv3 with an eva in backend.  The system is share between client and each client have few env (prod, preprod,test)&lt;BR /&gt;&lt;BR /&gt;• I presented to the hpux a lun per client env (client1_prod, client1_test,etc)&lt;BR /&gt;• I have built a vg per client env (vg_client1_prod, vg_client1_test)&lt;BR /&gt;• Built multiple lv per vg (/dev/vg_client1_prod/lvol_data,/dev/vg_client1_prod/lvol_opt,etc)&lt;BR /&gt;&lt;BR /&gt;My questions is, how should I deploy it at the file system.&lt;BR /&gt;&lt;BR /&gt;Ideally, I would like to have something similar to this …&lt;BR /&gt;/prod/client1/data&lt;BR /&gt;/prod/client1/opt&lt;BR /&gt;…&lt;BR /&gt;/prod/client10&lt;BR /&gt;/test/client1/data…&lt;BR /&gt;&lt;BR /&gt;Should I :&lt;BR /&gt;&lt;BR /&gt;Create symlink&lt;BR /&gt; - Vg00 will contain /opt/company/client1/prod&lt;BR /&gt; - Create symlink from the previous path to /prod/client1/data on the vg_client1_prod&lt;BR /&gt; - Pros and cons?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Mount in the right directory&lt;BR /&gt; - Create my file system from /dev/vg_client1_prod/lvol_data to /opt/company/client1/data&lt;BR /&gt; - Pros and cons&lt;BR /&gt;&lt;BR /&gt;Or better solution?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 21:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193255#M555722</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-14T21:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193256#M555723</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Instead of six (6) separate threads that deal with the same fundamental question, you would be better served either (1) referencing the URL's of the latest thread with its predecessor; or (2) not starting a new thread at all, but continuing to refine the discussion in one thread until you are satisfied.&lt;BR /&gt;&lt;BR /&gt;Of course, providing feedback (yes, points do equate to that) as you proceed is also, always appreciated.  Points also help responders guage how they might have helped and where additional responses may add further value.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 14 Aug 2009 21:30:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193256#M555723</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-08-14T21:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193257#M555724</link>
      <description>Hi Christian,&lt;BR /&gt;&lt;BR /&gt;Just create the directories like /prod/client1/data&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Use newfs  command to create filesystem&lt;BR /&gt;&lt;BR /&gt;#newfs -F vxfs /dev/vg_client1_prod/rlvol_data&lt;BR /&gt;&lt;BR /&gt;Then use mount comamnd to mount.&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg_client1_prod/lvol_data /prod/client1/data&lt;BR /&gt;&lt;BR /&gt;Put the entries in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Sat, 15 Aug 2009 03:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193257#M555724</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-08-15T03:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193258#M555725</link>
      <description>Hi Sooraj,&lt;BR /&gt;&lt;BR /&gt;My point is if I mount, let say 5 fs like this with newfs + mount command:&lt;BR /&gt;&lt;BR /&gt;/prod/client1/data&lt;BR /&gt;/prod/client1/opt&lt;BR /&gt;/prod/client1/etc/&lt;BR /&gt;/prod/client1/var&lt;BR /&gt;/prod/client1/other&lt;BR /&gt;&lt;BR /&gt;if by mistake, one of my programmer is building a file in /prod/client1 and not the right mount point.  In which lv the file will reside, the first mount point?  &lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2009 10:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193258#M555725</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-17T10:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193259#M555726</link>
      <description>&amp;gt;In which lv the file will reside, the first mount point?&lt;BR /&gt;&lt;BR /&gt;On your root disk, or whatever filesystem contains /prod/client1/.</description>
      <pubDate>Mon, 17 Aug 2009 10:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193259#M555726</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-17T10:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193260#M555727</link>
      <description>so, &lt;BR /&gt;&lt;BR /&gt;what you are saying is that I will need to build my structure on vg00 /prod/client1, is this ok?  This is the right way to do?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 17 Aug 2009 10:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193260#M555727</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-17T10:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193261#M555728</link>
      <description>&amp;gt;what you are saying is that I will need to build my structure on vg00 /prod/client1, is this ok?&lt;BR /&gt;&lt;BR /&gt;The only thing I implied was not to make the mistake of putting anything in /prod/client1/, only in your 5 subdirectories.&lt;BR /&gt;&lt;BR /&gt;To prevent mistakes, you can remove write access to /prod/client1/.</description>
      <pubDate>Mon, 17 Aug 2009 11:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193261#M555728</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-17T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193262#M555729</link>
      <description>&amp;gt;I will need to build my structure on vg00 /prod/client1?&lt;BR /&gt;&lt;BR /&gt;If you were asking do you need to do the following before you mount, yes:&lt;BR /&gt;mkdir -p /prod/client1/data /prod/client1/opt /prod/client1/etc/ \&lt;BR /&gt;/prod/client1/var /prod/client1/other</description>
      <pubDate>Mon, 17 Aug 2009 11:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193262#M555729</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-17T11:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193263#M555730</link>
      <description>I have 2 other questions ...&lt;BR /&gt;&lt;BR /&gt;1- why the options -p if the mkdir&lt;BR /&gt;&lt;BR /&gt;2- so my vg mount point need to be on top of the dir structure of my vg00?&lt;BR /&gt;&lt;BR /&gt;Thansk,</description>
      <pubDate>Mon, 17 Aug 2009 11:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193263#M555730</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-17T11:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193264#M555731</link>
      <description>&amp;gt;&amp;gt; 1- why the options -p if the mkdir&lt;BR /&gt;&lt;BR /&gt;-p option is there to create any intermediary subdirectories that may not exist on your loooong path. &lt;BR /&gt;&lt;BR /&gt;For instance&lt;BR /&gt;&lt;BR /&gt;lets assume you do not have anything under /prod. In order to create /prod/client1/data, you will need to do&lt;BR /&gt;&lt;BR /&gt;mkdir /prod/client1&lt;BR /&gt;mkdir /prod/client1/data&lt;BR /&gt;&lt;BR /&gt;-p option eliminates the need to use two mkdir statements and create the /prod/client1 on the fly for you when you execute&lt;BR /&gt;&lt;BR /&gt;mkdir -p /prod/client1/data&lt;BR /&gt;&lt;BR /&gt;command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; 2- so my vg mount point need to be on top of the dir structure of my vg00?&lt;BR /&gt;&lt;BR /&gt;well, yes. Considering "/", i.e. the root of all filesystems is actually a filesystem residing on vg00, all filesystems created are actually dangling off of the vg00. So there is no escaping from it.</description>
      <pubDate>Mon, 17 Aug 2009 11:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193264#M555731</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-17T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193265#M555732</link>
      <description>hopefully my last questions,&lt;BR /&gt;&lt;BR /&gt;since I will need to build on vg00:&lt;BR /&gt;&lt;BR /&gt;/prod/client1/data&lt;BR /&gt;...&lt;BR /&gt;/test/client/data&lt;BR /&gt;&lt;BR /&gt;should my /prod, /test and /preprod been logical volume ?&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Mon, 17 Aug 2009 11:54:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193265#M555732</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-17T11:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193266#M555733</link>
      <description>It is a matter of preference in my opinion, if it needs to be a simple directory or a filesystem, if there is not much to be stored in there, maybe a init script or two. It is best to make the highest point in the directory tree where the application or its lueless users, store large datafiles, a separate logical volume and filesystem, then mount it, so that their action will not cause grief as far as operating system disk go.&lt;BR /&gt;&lt;BR /&gt;Consider, application using this area as a scratch-pad, by creating hundreds, if not thousands of temporary files every minute. If this happens on the disk where vg00 is located, it may impact your OS and make it slower. Take this as an example why you should separate them physically.</description>
      <pubDate>Mon, 17 Aug 2009 11:59:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193266#M555733</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-17T11:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193267#M555734</link>
      <description>final question&lt;BR /&gt;&lt;BR /&gt;what should we do regarding file path localisation?&lt;BR /&gt;&lt;BR /&gt;should we build a symlink from&lt;BR /&gt;&lt;BR /&gt;/opt/company1/prod/bin to /prod/client1/opt/bin? &lt;BR /&gt;&lt;BR /&gt;or change application path location to point directly at /prod/client1/opt&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 17 Aug 2009 17:11:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193267#M555734</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-17T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193268#M555735</link>
      <description>Creating symbolic links is an alternate way to provide accessibility but if you have a chance to define the paths in the application itself, I'd go with that as a preference. I know some applications are not happy about dealing with symlinks. Without knowing the nature of your application, mine is just a preference statement. You can go either, or ...</description>
      <pubDate>Mon, 17 Aug 2009 17:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193268#M555735</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-17T17:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: mount point vs management</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193269#M555736</link>
      <description>thank you all</description>
      <pubDate>Mon, 17 Aug 2009 18:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-point-vs-management/m-p/5193269#M555736</guid>
      <dc:creator>christian_derek</dc:creator>
      <dc:date>2009-08-17T18:12:29Z</dc:date>
    </item>
  </channel>
</rss>

