<?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: Filesystem layout in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123518#M315145</link>
    <description>Thanks all</description>
    <pubDate>Thu, 03 Jan 2008 09:24:14 GMT</pubDate>
    <dc:creator>Adam Noble</dc:creator>
    <dc:date>2008-01-03T09:24:14Z</dc:date>
    <item>
      <title>Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123513#M315140</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I can't seem to find a document detailing the old guidelines for what type of data should go in /var /etc /usr /opt. Anybody got a link?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 03 Jan 2008 08:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123513#M315140</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2008-01-03T08:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123514#M315141</link>
      <description>Hi Adam,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Try this Link : The HP-UX 10.0 File System Layout --&amp;gt; &lt;A href="http://docs.hp.com/en/5964-5283/ch04s05.html" target="_blank"&gt;http://docs.hp.com/en/5964-5283/ch04s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 03 Jan 2008 08:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123514#M315141</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-01-03T08:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123515#M315142</link>
      <description>cheers</description>
      <pubDate>Thu, 03 Jan 2008 09:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123515#M315142</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2008-01-03T09:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123516#M315143</link>
      <description>Hi Adam,&lt;BR /&gt;&lt;BR /&gt;Here is the link for future ITRC global search (not only forums):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www5.itrc.hp.com/service/james/home.do" target="_blank"&gt;http://www5.itrc.hp.com/service/james/home.do&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Thu, 03 Jan 2008 09:04:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123516#M315143</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2008-01-03T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123517#M315144</link>
      <description>This is the web page of a project that originally was Linux-related, but has collected much information about the "traditional" Unix filesystem layout:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pathname.com/fhs/" target="_blank"&gt;http://www.pathname.com/fhs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In short:&lt;BR /&gt;&lt;BR /&gt;/etc is for configuration files&lt;BR /&gt;&lt;BR /&gt;/usr is for things that are not essential for system boot and single user mode (= almost everything). In a diskless NFS environment, it should be possible to share a single copy of /usr directory tree to multiple client hosts, assuming that all the hosts are using the same hardware architecture. The /usr hierarchy might be mounted read-only in a diskless NFS environment, so any well-behaved user-level applications should not assume they can write to /usr.&lt;BR /&gt;NOTE: /usr/local is the traditional place for sysadmin's own local customizations.&lt;BR /&gt;&lt;BR /&gt;/var is for "variable data" that is usually host-specific.&lt;BR /&gt;&lt;BR /&gt;/opt is for "add-on software packages", although HP-UX comes with quite a lot of stuff in /opt as standard, probably for historical reasons. In HP-UX, anything installed in /opt/&lt;SUBDIRECTORY&gt; should put its configuration to /etc/opt/&lt;SUBDIRECTORY&gt; and any data files it generates should go in /var/opt/&lt;SUBDIRECTORY&gt; respectively.&lt;BR /&gt;&lt;BR /&gt;In my opinion, when the system is in normal use, there should be no significant growth of disk space use in neither /usr nor /opt. Only software updates and new installations should cause additional disk space consumption in these filesystems. Unfortunately, not all software packages are quite that well-behaved.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/SUBDIRECTORY&gt;&lt;/SUBDIRECTORY&gt;&lt;/SUBDIRECTORY&gt;</description>
      <pubDate>Thu, 03 Jan 2008 09:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123517#M315144</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-03T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123518#M315145</link>
      <description>Thanks all</description>
      <pubDate>Thu, 03 Jan 2008 09:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123518#M315145</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2008-01-03T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123519#M315146</link>
      <description>&amp;gt;MK: there should be no significant growth of disk space use in neither /usr nor /opt.&lt;BR /&gt;&lt;BR /&gt;Right, /opt should be readonly.  With config files in /var/opt as you mentioned.&lt;BR /&gt;&lt;BR /&gt;This is how we laid it out when we changed it for 10.0.</description>
      <pubDate>Thu, 03 Jan 2008 09:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123519#M315146</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-01-03T09:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123520#M315147</link>
      <description>Dear Noble&lt;BR /&gt;&lt;BR /&gt;Please find the attached docs for your info&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:26:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123520#M315147</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-01-03T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123521#M315148</link>
      <description>Hi Adam&lt;BR /&gt;&lt;BR /&gt;please find the attached docs for your info.</description>
      <pubDate>Thu, 03 Jan 2008 11:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123521#M315148</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-01-03T11:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123522#M315149</link>
      <description>Hi Adam:&lt;BR /&gt;&lt;BR /&gt;I am surpised no one pointed you to the manpages for 'hier(5)', although that isn't intuitively obvious.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-60631/hier.5.html" target="_blank"&gt;http://docs.hp.com/en/B3921-60631/hier.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 03 Jan 2008 12:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123522#M315149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-03T12:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123523#M315150</link>
      <description>JFR - "although that isn't intuitively obvious."&lt;BR /&gt;&lt;BR /&gt;Sure : "hier" means yesterday in French !!! Thanks for the tip.&lt;BR /&gt;&lt;BR /&gt;Of course Adam, 0 point for this post !&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jan 2008 13:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123523#M315150</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2008-01-03T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123524#M315151</link>
      <description>cheers I have to keep responding seems to be the only way I can assign points without it timing out.</description>
      <pubDate>Thu, 03 Jan 2008 13:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123524#M315151</guid>
      <dc:creator>Adam Noble</dc:creator>
      <dc:date>2008-01-03T13:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem layout</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123525#M315152</link>
      <description>Something you may also want to read:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pathname.com/fhs/" target="_blank"&gt;http://www.pathname.com/fhs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 03 Jan 2008 18:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-layout/m-p/4123525#M315152</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-03T18:03:11Z</dc:date>
    </item>
  </channel>
</rss>

