<?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 Reading OpenVMS documentation CD via Linux!? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363857#M16231</link>
    <description>I have a stupid, but interesting interoperability problem.&lt;BR /&gt;&lt;BR /&gt;I want to read the OpenVMS 7.3 documentation CD on Linux (via an Apache Web server).&lt;BR /&gt;&lt;BR /&gt;The OpenVMS documentation is in ISO9660 format, but it appears that this format is case sensitive on Linux.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://192.168.31.31/mnt/cd1/v73/4515/4515PRO.HTML" target="_blank"&gt;http://192.168.31.31/mnt/cd1/v73/4515/4515PRO.HTML&lt;/A&gt;&lt;BR /&gt;Object not found!&lt;BR /&gt;&lt;BR /&gt;The following works:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://192.168.31.31/mnt/cd1/V73/" target="_blank"&gt;http://192.168.31.31/mnt/cd1/V73/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cd /mnt/cd1&lt;BR /&gt;&lt;BR /&gt;ls&lt;BR /&gt;AUTORUN.INF  Bin  Exe  Extra  Images  INDEX_FILES  INDEX.HTML  OVMS_ARCHIVED  V73  VAX_INDEX.HTML&lt;BR /&gt;&lt;BR /&gt;ls /mnt/cd1/v73&lt;BR /&gt;ls: /mnt/cd1/v73: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Remark that the directory V73 is in uppercase on the CD, but is refered as "v73" from the INDEX.HTML file.&lt;BR /&gt;&lt;BR /&gt;Seems that Engineering mixed upper and lowercases?&lt;BR /&gt;&lt;BR /&gt;Question: is there any option in Linux to ignore case with ISO9660 CDs?&lt;BR /&gt;&lt;BR /&gt;I have tried mount option check=relaxed, but this seems not to work!?&lt;BR /&gt;&lt;BR /&gt;Note: Windows is never sensitive. I know; but I do not have a Windows web server available...</description>
    <pubDate>Sun, 22 Feb 2009 20:27:28 GMT</pubDate>
    <dc:creator>Geert Van Pamel</dc:creator>
    <dc:date>2009-02-22T20:27:28Z</dc:date>
    <item>
      <title>Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363857#M16231</link>
      <description>I have a stupid, but interesting interoperability problem.&lt;BR /&gt;&lt;BR /&gt;I want to read the OpenVMS 7.3 documentation CD on Linux (via an Apache Web server).&lt;BR /&gt;&lt;BR /&gt;The OpenVMS documentation is in ISO9660 format, but it appears that this format is case sensitive on Linux.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://192.168.31.31/mnt/cd1/v73/4515/4515PRO.HTML" target="_blank"&gt;http://192.168.31.31/mnt/cd1/v73/4515/4515PRO.HTML&lt;/A&gt;&lt;BR /&gt;Object not found!&lt;BR /&gt;&lt;BR /&gt;The following works:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://192.168.31.31/mnt/cd1/V73/" target="_blank"&gt;http://192.168.31.31/mnt/cd1/V73/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cd /mnt/cd1&lt;BR /&gt;&lt;BR /&gt;ls&lt;BR /&gt;AUTORUN.INF  Bin  Exe  Extra  Images  INDEX_FILES  INDEX.HTML  OVMS_ARCHIVED  V73  VAX_INDEX.HTML&lt;BR /&gt;&lt;BR /&gt;ls /mnt/cd1/v73&lt;BR /&gt;ls: /mnt/cd1/v73: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Remark that the directory V73 is in uppercase on the CD, but is refered as "v73" from the INDEX.HTML file.&lt;BR /&gt;&lt;BR /&gt;Seems that Engineering mixed upper and lowercases?&lt;BR /&gt;&lt;BR /&gt;Question: is there any option in Linux to ignore case with ISO9660 CDs?&lt;BR /&gt;&lt;BR /&gt;I have tried mount option check=relaxed, but this seems not to work!?&lt;BR /&gt;&lt;BR /&gt;Note: Windows is never sensitive. I know; but I do not have a Windows web server available...</description>
      <pubDate>Sun, 22 Feb 2009 20:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363857#M16231</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2009-02-22T20:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363858#M16232</link>
      <description>Geert,&lt;BR /&gt;&lt;BR /&gt;  Unfortunately DCL is case insensitive, so OpenVMS engineers don't always think in terms of case sensitivity when generating filenames, or HTML references (guilty m'lud! ;-).&lt;BR /&gt;&lt;BR /&gt;  A few things to try... get a more recent set of doc CDs. V7.3 is nearly a decade old, and later releases may be a bit more disciplined in use of case in filenames and references.&lt;BR /&gt;&lt;BR /&gt; I'd also look into the Apache configuration. I seem to remember there's a way to request case insensitivity for a particular virtual directory, but Apache usually makes my head hurt, so I could be wrong ;-)&lt;BR /&gt;&lt;BR /&gt;  If that still doesn't work, the disk doesn't hold too much data by today's standards, so copy the whole CD onto a hard disk. If you're lucky check=relaxed will work from there, but otherwise you can probably do some creative renames and/or links. For example, a first cut might be to create a link to each file with the filename converted to lower case (if different from the original filename). Should be fairly simple to script.&lt;BR /&gt;&lt;BR /&gt;  If they've been really bad and generated mixed case references and/or filenames, you may need to do some searching and sorting to work out exactly what filenames are referenced and create the links as required.</description>
      <pubDate>Sun, 22 Feb 2009 21:57:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363858#M16232</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-02-22T21:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363859#M16233</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Yeah, just copy down the whole CD, and then either create lower-case softlinks for all objects, or rename all to lowercase.&lt;BR /&gt;&lt;BR /&gt;That following, only partially tested, perl script might just be able to do that:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------ munge_file_names.pl -----&lt;BR /&gt;use warnings;&lt;BR /&gt;use strict;&lt;BR /&gt;use File::Find;&lt;BR /&gt;&lt;BR /&gt;my @files = @ARGV or die "Please provide a top directory as argument";&lt;BR /&gt;find(\&amp;amp;wanted, @files);&lt;BR /&gt;&lt;BR /&gt;sub wanted { &lt;BR /&gt;my $old = $_;&lt;BR /&gt;$_ = 'l_' . lc;&lt;BR /&gt;my $type = (-d)? 'd' : (-f)? 'f'  : (-l)? 'l' : (-e)? '?' : '!'; &lt;BR /&gt;link $old, $_ unless -e;&lt;BR /&gt;# rename $old, $_ unless -e;&lt;BR /&gt;printf qq(%20s %s %10s\n), $File::Find::dir, $type,  $old;&lt;BR /&gt;}&lt;BR /&gt;--------------------&lt;BR /&gt;legend:&lt;BR /&gt;&lt;BR /&gt;d = directory&lt;BR /&gt;f = regular file&lt;BR /&gt;l = link&lt;BR /&gt;e = exist&lt;BR /&gt;? = dunno&lt;BR /&gt;! = will create link&lt;BR /&gt;&lt;BR /&gt;Groetjes,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 00:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363859#M16233</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-02-23T00:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363860#M16234</link>
      <description>Things haven't gotten any better with the V8.3-1 documentation CDs for either the operating system or the layered products.  I have copies of both and there are many, many places where the case is wrong.  Makes for tough viewing on an OS/X system.  Works okay for OpenVMS and Windows but anything with a case sensitive file system is SOL.</description>
      <pubDate>Mon, 23 Feb 2009 09:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363860#M16234</guid>
      <dc:creator>John H. Reinhardt</dc:creator>
      <dc:date>2009-02-23T09:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363861#M16235</link>
      <description>Hein:&lt;BR /&gt;&lt;BR /&gt;  Unfortunately that won't work as not only are they inconsistent in the case of the filenames, but also in the HTML files.  so you may have the case where the file name/path is upper case in HTML but lower case in the file structure or vice versa.  It's an inconsistent mess actually.  What we need is a way to change both the HTML and the actual file names/paths.</description>
      <pubDate>Mon, 23 Feb 2009 09:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363861#M16235</guid>
      <dc:creator>John H. Reinhardt</dc:creator>
      <dc:date>2009-02-23T09:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363862#M16236</link>
      <description>Geert,&lt;BR /&gt;&lt;BR /&gt;Try the apache mod_speling module. This module try to find misspelled or miscapitalized documents. The directive is "CheckSpelling On|Off" which can be in server config, virtual host, directory or .htaccess definitions.&lt;BR /&gt;&lt;BR /&gt;see:&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_speling.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_speling.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So you can add a "CheckSpelling On" to the Directory directive for the CD.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 23 Feb 2009 10:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363862#M16236</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2009-02-23T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363863#M16237</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Yes, my sassumption was the OpenVMS file names were all uppercase as suggested by Geert with the V73, but I don't know that.&lt;BR /&gt;Of course a little shell or perl script along the lines I suggested could easily test to make sure an upper case and lower case variant are both accessible and create a softlink for the missing variant.&lt;BR /&gt;This would still fail when mixed-case (Camel-case) within the HTML would be in use. &lt;BR /&gt;&lt;BR /&gt;I don't have access to the CD version of the documentation, but a simple 'VIEW SOURCE' for online OpenVMS doc shows strictly lowercase 'HREF' references. In that case, I would suggest a first attempt with a RENAME to lower, instead of the LINK or add an altternative.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 13:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363863#M16237</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-02-23T13:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363864#M16238</link>
      <description>If the apache configuration change  didn't help, you may want to try the check=r option:&lt;BR /&gt;&lt;BR /&gt;# mount /media/sr0&lt;BR /&gt;# ls /media/sr0&lt;BR /&gt;AUTORUN.INF  Exe    INDEX.HTML   Images         V73&lt;BR /&gt;Bin          Extra  INDEX_FILES  OVMS_ARCHIVED  VAX_INDEX.HTML&lt;BR /&gt;# ls /media/sr0/v73&lt;BR /&gt;ls: cannot access /media/sr0/v73: No such file or directory&lt;BR /&gt;# umount /media/sr0&lt;BR /&gt;# mount -o check=r /media/sr0&lt;BR /&gt;# ls /media/sr0/v73&lt;BR /&gt;4454  4584  5642  6017  6200  6470  6512  6536  6553  6605  6621  6646&lt;BR /&gt;4477  4735  5643  6018  6243  6489  6523  6537  6554  6606  6622  6647&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;The umount is essential, here. If you already mounted the CD-ROM, you can't use the remount option.</description>
      <pubDate>Mon, 23 Feb 2009 19:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363864#M16238</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2009-02-23T19:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363865#M16239</link>
      <description>More than one way to deal with this, too.  You could load simh.  Load images of OpenVMS VAX and of the CD disk.  Configure IP and Apache.  Boot.  Done.&lt;BR /&gt;&lt;BR /&gt;This particular problem has been discussed and (hopefully) reported before.&lt;BR /&gt;&lt;BR /&gt;And then there is the Great Googles Gizmo, which found: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.brain-dump.org/projects/ciopfs/" target="_blank"&gt;http://www.brain-dump.org/projects/ciopfs/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are probably other choices.&lt;BR /&gt;&lt;BR /&gt;Mac OS X also has a case-insensitive file structure available, and the pieces needed to keep Apache and such happy.</description>
      <pubDate>Mon, 23 Feb 2009 21:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363865#M16239</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-02-23T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363866#M16240</link>
      <description>Thanks to all for your ideas.&lt;BR /&gt;&lt;BR /&gt;I have tried once again the check=r mount flag on Fedora 10, but this seems *not* to work (not for the ISO file; neither for CDROM).&lt;BR /&gt;&lt;BR /&gt;I have made a copy of the VMS DOC CD to a USB stick; this way I can read the documentation on Windows (Windows is not case sensitive!); and I do not need to take the CDROM with me all the time :-)&lt;BR /&gt;&lt;BR /&gt;Still it is a pitty that OpenVMS engineering does not care that much about interoperability?</description>
      <pubDate>Tue, 24 Feb 2009 20:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363866#M16240</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2009-02-24T20:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reading OpenVMS documentation CD via Linux!?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363867#M16241</link>
      <description>For what it is worth. Before I answered I tried to reproduce the problem. When trying newer documentation CDs I noticed that they don't have this problem. I could access all the files with specifying them as lowercase names, although some are in UPPERCASE. Without knowing much about the ISO9660 format and its extensions I suspect that there was something missing in the V7.3 Doc CD, same file name mapping information, or such, which seems to be  on newer CDs.&lt;BR /&gt;&lt;BR /&gt;Using check=r works for me - this was on Knoppix 5.3.1, which is based on Debian Lenny. It also worked for me this some time ago on an older Linux distribution.</description>
      <pubDate>Wed, 25 Feb 2009 10:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/reading-openvms-documentation-cd-via-linux/m-p/4363867#M16241</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2009-02-25T10:12:33Z</dc:date>
    </item>
  </channel>
</rss>

