<?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: disk in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426283#M16697</link>
    <description>KARTHIK,&lt;BR /&gt;&lt;BR /&gt;For more info about this see the following thread.&lt;BR /&gt;&lt;BR /&gt;Relationship of File Headers to Maximum Files Allowed&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1250428" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1250428&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As Hoff said, the maximum files allowed on a disk can't be modified once the disk has been initialized.  The only way to fix the problem is to get another disk, initialize it with a much higher /maximum_files than you expect to need, and then do a backup/image/noinit to the new disk.&lt;BR /&gt;&lt;BR /&gt;I am not aware of any third party tools that will extend the index file bitmap in [000000]indexf.sys, although it would theoretically be possible to write such a utility that would work in offline mode.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
    <pubDate>Tue, 26 May 2009 03:00:09 GMT</pubDate>
    <dc:creator>Jon Pinkley</dc:creator>
    <dc:date>2009-05-26T03:00:09Z</dc:date>
    <item>
      <title>disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426280#M16694</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;how to increase maximum allowed files of disk?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;K.k&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 18:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426280#M16694</guid>
      <dc:creator>KARTHIK_12</dc:creator>
      <dc:date>2009-05-25T18:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426281#M16695</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Each disk has a index.sys file that contains all file headers. &lt;BR /&gt;It is best that before you start using a disk initialize it with enough headers.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;$ INIT $1$DGA100: DATADISK1 -&lt;BR /&gt;/HEADERS=100000 -&lt;BR /&gt;/NOHIGHWATER -&lt;BR /&gt;/STRUCTURE=5 -&lt;BR /&gt;/CLUSTER_SIZE=64&lt;BR /&gt;&lt;BR /&gt;$ Help init&lt;BR /&gt;&lt;BR /&gt;INITIALIZE&lt;BR /&gt;&lt;BR /&gt;  /HEADERS&lt;BR /&gt;&lt;BR /&gt;        /HEADERS=number-of-headers&lt;BR /&gt;&lt;BR /&gt;     Specifies, for disk volumes, the number of file headers to be&lt;BR /&gt;     allocated for the index file. The minimum and default value&lt;BR /&gt;     is 16. The maximum is the value set with the /MAXIMUM_FILES&lt;BR /&gt;     qualifier. However, if /LIMIT is specified and no value is&lt;BR /&gt;     specified for /HEADERS or /MAXIMUM_FILES, the following defaults&lt;BR /&gt;     apply:&lt;BR /&gt;&lt;BR /&gt;     o  /MAXIMUM_FILES: 16711679 files&lt;BR /&gt;&lt;BR /&gt;     o  /HEADERS: 0.5 percent of the size of the current device&lt;BR /&gt;        MAXBLOCK (an F$GETDVI item code)&lt;BR /&gt;&lt;BR /&gt;        For example, for a 33GB disk, the default number of&lt;BR /&gt;        preallocated header blocks would be approximately 355000.&lt;BR /&gt;&lt;BR /&gt;     /HEADERS is useful when you want to create a number of files&lt;BR /&gt;     and want to streamline the process of allocating space for that&lt;BR /&gt;     number of file headers. If you do not specify this qualifier, the&lt;BR /&gt;     file system dynamically allocates space as it is needed for new&lt;BR /&gt;     headers on the volume.&lt;BR /&gt;&lt;BR /&gt;                                    NOTE&lt;BR /&gt;&lt;BR /&gt;        The default value for the /HEADERS qualifier is generally&lt;BR /&gt;        insufficient for ODS-2 and ODS-5 disks. To improve&lt;BR /&gt;        performance and avoid SYSTEM-F-HEADERFULL errors, HP&lt;BR /&gt;        recommends that you set this value to be approximately the&lt;BR /&gt;        number of files that you anticipate having on your disk;&lt;BR /&gt;        however, grossly overestimating this value will result in&lt;BR /&gt;        wasted disk space.&lt;BR /&gt;&lt;BR /&gt;     The /HEADERS qualifier controls how much space is initially&lt;BR /&gt;     allocated to INDEXF.SYS for headers. Each file on a disk requires&lt;BR /&gt;     at least one file header and each header occupies one block&lt;BR /&gt;     within INDEXF.SYS. Files that have many Access Control Entries&lt;BR /&gt;     (ACE) or are very fragmented may use more than one header.&lt;BR /&gt;&lt;BR /&gt;     The default value of 16 leaves room for less than 10 files to be&lt;BR /&gt;     created before INDEXF.SYS must extend; therefore, try to estimate&lt;BR /&gt;     the total number of files that will be created on the disk and&lt;BR /&gt;     specify it here. This will improve disk access performance.&lt;BR /&gt;     Overestimating the value may lead to wasted disk space. This&lt;BR /&gt;     value cannot be changed without reinitializing the volume.&lt;BR /&gt;&lt;BR /&gt;     INDEXF.SYS is limited as to how many times it may extend. When&lt;BR /&gt;     the map area in its header (where the retrieval pointers are stored) becomes full, file creation fails with the message&lt;BR /&gt;     "SYSTEM-W-HEADERFULL."</description>
      <pubDate>Mon, 25 May 2009 19:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426281#M16695</guid>
      <dc:creator>Mario Dhaenens</dc:creator>
      <dc:date>2009-05-25T19:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426282#M16696</link>
      <description>You don't.  You initialize a scratch disk, and transfer your files over.  Here's a write-up on INITIALIZE.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/193" target="_blank"&gt;http://labs.hoffmanlabs.com/node/193&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The maximum file initialization details and the related error messages (when you reach the limit) are also included in the OpenVMS FAQ, a document which is available for download in various formats from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/1" target="_blank"&gt;http://labs.hoffmanlabs.com/node/1&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2009 19:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426282#M16696</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-05-25T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: disk</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426283#M16697</link>
      <description>KARTHIK,&lt;BR /&gt;&lt;BR /&gt;For more info about this see the following thread.&lt;BR /&gt;&lt;BR /&gt;Relationship of File Headers to Maximum Files Allowed&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1250428" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1250428&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As Hoff said, the maximum files allowed on a disk can't be modified once the disk has been initialized.  The only way to fix the problem is to get another disk, initialize it with a much higher /maximum_files than you expect to need, and then do a backup/image/noinit to the new disk.&lt;BR /&gt;&lt;BR /&gt;I am not aware of any third party tools that will extend the index file bitmap in [000000]indexf.sys, although it would theoretically be possible to write such a utility that would work in offline mode.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Tue, 26 May 2009 03:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/disk/m-p/4426283#M16697</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-05-26T03:00:09Z</dc:date>
    </item>
  </channel>
</rss>

