<?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: Cannot install basic in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098607#M25437</link>
    <description>Willem,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Even running 8.3 I still use&lt;BR /&gt;&amp;gt;$ SET FILE/ATTRIB=(LRL:32256) &lt;KITNAME&gt;.*&lt;BR /&gt;&lt;BR /&gt;I would strongly recommend you cure yourself of this bad habit.&lt;BR /&gt;&lt;BR /&gt;Blindly blasting in the value you assume to be the block size is going to bite you some day.&lt;BR /&gt;&lt;BR /&gt;Yes, MOST savesets use LRL=32256, but not necessarily all. BACKUP/REPAIR, or, on older versions, Hein's FIXSAVESET.COM extract the correct block size from the saveset header. &lt;BR /&gt;&lt;BR /&gt;"It's worked for years" is not an excuse for doing something a in a potentially incorrect and error prone way, when doing it correctly is so simple.&lt;/KITNAME&gt;</description>
    <pubDate>Wed, 19 Mar 2008 19:42:53 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2008-03-19T19:42:53Z</dc:date>
    <item>
      <title>Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098600#M25430</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a partition rx7640 with openVMS 8.3, and i'm trying to install basic016 with the command @vmsinstall, but im getting the next error:&lt;BR /&gt;&lt;BR /&gt;I copied via ftp the installation files to a directory sys$sysdevice:[000000.temporal]&lt;BR /&gt;Im trying to install with this command&lt;BR /&gt;&lt;BR /&gt;$ @VMSINSTAL BASIC016 DKD500:[000000.TEMPORAL] OPTIONS N&lt;BR /&gt;&lt;BR /&gt;... and i'm getting the next error:&lt;BR /&gt;&lt;BR /&gt;Beginning installation of BASIC V1.6 at 20:47&lt;BR /&gt;&lt;BR /&gt;%VMSINSTAL-I-RESTORE, Restoring product save set A ...&lt;BR /&gt;%BACKUP-E-POSERROR, error positioning DKD500:[000000.TEMPORAL]basic016.a;1&lt;BR /&gt;-RMS-F-IOP, operation invalid for file organization or device&lt;BR /&gt;%BACKUP-E-READERR, error reading DKD500:[000000.TEMPORAL]basic016.a;1&lt;BR /&gt;-BACKUP-E-BLOCKCRC, software block CRC error&lt;BR /&gt;%BACKUP-E-INVBLKSIZE, invalid block size in save set&lt;BR /&gt;%BACKUP-E-INVRECSIZ, invalid record size in save set&lt;BR /&gt;%BACKUP-E-INVRECSIZ, invalid record size in save set&lt;BR /&gt;%BACKUP-E-POSERROR, error positioning DKD500:[000000.TEMPORAL]basic016.a;1&lt;BR /&gt;-RMS-F-IOP, operation invalid for file organization or device&lt;BR /&gt;%BACKUP-E-POSERROR, error positioning DKD500:[000000.TEMPORAL]basic016.a;1&lt;BR /&gt;-RMS-F-IOP, operation invalid for file organization or device&lt;BR /&gt;%BACKUP-E-READERR, error reading DKD500:[000000.TEMPORAL]basic016.a;1&lt;BR /&gt;-BACKUP-E-HDRCRC, software header CRC error&lt;BR /&gt;%BACKUP-E-INVBLKSIZE, invalid block size in save set&lt;BR /&gt;%BACKUP-E-INVRECSIZ, invalid record size in save set&lt;BR /&gt;%BACKUP-E-READERRS, excessive error rate reading DKD500:[000000.TEMPORAL]basic01&lt;BR /&gt;6.a;1&lt;BR /&gt;-BACKUP-E-HDRCRC, software header CRC error&lt;BR /&gt;%BACKUP-I-SPECIFY, specify option (QUIT or CONTINUE)&lt;BR /&gt;BACKUP&amp;gt; &lt;BR /&gt;&lt;BR /&gt;can someone help me, im stuck on this  =(&lt;BR /&gt;&lt;BR /&gt;Thank you very much, &lt;BR /&gt;&lt;BR /&gt;also im trying to install with a cd-rom but i'm not seeing my cdrom, i think openvms isn't refreshing my disk, i rebooted the system but im still not seeing my cdrom =(&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 01:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098600#M25430</guid>
      <dc:creator>Sergio E. Pereda Saviñó</dc:creator>
      <dc:date>2008-03-19T01:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098601#M25431</link>
      <description>Sergio,&lt;BR /&gt;&lt;BR /&gt;  If you copied the VMSINSTAL savesets via FTP, then you've most likely broken the RMS file attributes, so BACKUP isn't recognising it as a valid saveset. More than likely BACKUP/LIST will give you a similar error.&lt;BR /&gt;&lt;BR /&gt;  Since you're running V8.3, you can use BACKUP to repair the savesets:&lt;BR /&gt;&lt;BR /&gt;$ BACKUP/LIST/REPAIR DKD500:[TEMPORAL]BASIC016.A/SAVE &lt;BR /&gt;&lt;BR /&gt;(repeat for .B, .C, etc...)&lt;BR /&gt;&lt;BR /&gt;As long as you get reasonable looking listings your VMSINSTAL should work.&lt;BR /&gt;&lt;BR /&gt;Not seeing the CD drive sounds like a hardware issue.</description>
      <pubDate>Wed, 19 Mar 2008 01:59:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098601#M25431</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-03-19T01:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098602#M25432</link>
      <description>Using FTP, you MUST use binary mode to copy files (unless you are absolutely sure it is a text file that requires some conversion).&lt;BR /&gt;&lt;BR /&gt;If you receive a VMS ZIP file, it's better to copy that file to VMS and unzip it there than unzipping it on any other platform and copy the files. If properly done, all file attributes are restored with the files.&lt;BR /&gt;If yourkit comes from a CD, use that CD (unles you have no CD drive in your box - than above applies).&lt;BR /&gt;&lt;BR /&gt;Savesets for vmsinstal are basically BACKUP savesets and you must have attributes set in place. John gave the righ commadn for that (Even running 8.3 I still use&lt;BR /&gt;$ SET FILE/ATTRIB=(LRL:32256) &lt;KITNAME&gt;.*, but the built-in is more appropiate).&lt;BR /&gt;&lt;BR /&gt;On your CD: Does the SRM console recognize the drive? If it is a SCSI one, checking your SCSI controllers should mention your attached drives as well. If the drive isn't mentioned, check whether it is actually connected: When you boot, the front access LED should light up some time - no matter whether it's IDE or SCSI.&lt;BR /&gt;If you have an IDE CD-rom in an older system, it may be that your firmware does not access IDE drives.&lt;BR /&gt;&lt;BR /&gt;Don't forget that you will need to MOUNT the CD drive to access the CD - there is (AFAIK) no auto-mount facility for removable media.&lt;/KITNAME&gt;</description>
      <pubDate>Wed, 19 Mar 2008 05:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098602#M25432</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-03-19T05:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098603#M25433</link>
      <description>Sergio,&lt;BR /&gt;&lt;BR /&gt;As has been said, most likely the file attributes got damaged during the file transfer. Reset the file attributes using either SET FILE or the BACKUP feature, as has been previously noted.&lt;BR /&gt;&lt;BR /&gt;When I need to do this, I generally do a BACKUP/LIST of each saveset. If there are any residual problems, they show up as errors. Then retry the install.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 19 Mar 2008 09:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098603#M25433</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-03-19T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098604#M25434</link>
      <description>Before doing a vmsinstal, I usually do&lt;BR /&gt;$ backup/lis saveset.a/sav&lt;BR /&gt;and the same for all the savesets, to be sure I can read them.&lt;BR /&gt;&lt;BR /&gt;Only the paranoid survive, as said Andy Groove :-)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 11:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098604#M25434</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-03-19T11:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098605#M25435</link>
      <description>&lt;!--!*#--&gt;Backup in V8.3 has a /REPAIR qualifier that will attempt to fix savesets that were FTP'd, etc.&lt;BR /&gt;&lt;BR /&gt;Prior to using VMSINSTAL, try a&lt;BR /&gt;&lt;BR /&gt;$ backup/repair/list &lt;BR /&gt;&lt;BR /&gt;on each of the BASIC savesets.  See if that helps.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 12:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098605#M25435</guid>
      <dc:creator>John Reagan</dc:creator>
      <dc:date>2008-03-19T12:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098606#M25436</link>
      <description>It was the problem of passing the files via FTP, with the backup /repair i could install basic without problem, and the CD-ROM (SCSI) I'd a tape connected also and was making noise to my cd-rom. =)&lt;BR /&gt;&lt;BR /&gt;Thank You very much to all!,</description>
      <pubDate>Wed, 19 Mar 2008 14:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098606#M25436</guid>
      <dc:creator>Sergio E. Pereda Saviñó</dc:creator>
      <dc:date>2008-03-19T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot install basic</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098607#M25437</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Even running 8.3 I still use&lt;BR /&gt;&amp;gt;$ SET FILE/ATTRIB=(LRL:32256) &lt;KITNAME&gt;.*&lt;BR /&gt;&lt;BR /&gt;I would strongly recommend you cure yourself of this bad habit.&lt;BR /&gt;&lt;BR /&gt;Blindly blasting in the value you assume to be the block size is going to bite you some day.&lt;BR /&gt;&lt;BR /&gt;Yes, MOST savesets use LRL=32256, but not necessarily all. BACKUP/REPAIR, or, on older versions, Hein's FIXSAVESET.COM extract the correct block size from the saveset header. &lt;BR /&gt;&lt;BR /&gt;"It's worked for years" is not an excuse for doing something a in a potentially incorrect and error prone way, when doing it correctly is so simple.&lt;/KITNAME&gt;</description>
      <pubDate>Wed, 19 Mar 2008 19:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cannot-install-basic/m-p/5098607#M25437</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-03-19T19:42:53Z</dc:date>
    </item>
  </channel>
</rss>

