<?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: VMS_CHECK installation problem in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148172#M88504</link>
    <description>It appears to be a less than optimal creation of a zip archive of a BACKUP saveset, a saveset that was itself created with an unusual and obviously confusing file extension; it's not a VMSINSTAL kit.&lt;BR /&gt;&lt;BR /&gt;Get yourself a copy of RESET_BACKUP_SAVESET_FILE_ATTRIBUTES.COM from 000TOOLS on the OpenVMS Freeware:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/freewarev80/000tools/" target="_blank"&gt;http://mvb.saic.com/freeware/freewarev80/000tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(or on a local OpenVMS Freeware distro disk)&lt;BR /&gt;&lt;BR /&gt;and use the following:&lt;BR /&gt;&lt;BR /&gt;$ @RESET_BACKUP_SAVESET_FILE_ATTRIBUTES vms_check-feb07.a&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;$ backup vms_check-feb07.a /save /log [.dirname]&lt;BR /&gt;&lt;BR /&gt;You'll find a variety of files in your new [.dirname] directory.&lt;BR /&gt;&lt;BR /&gt;As for the packaging, I've have expected to have found the files stored directly within the zip archive, and the archive itself created with "-V" to preserve file attributes.  Not files wrapped within a BACKUP saveset.  (I'm guessing that the omission of "-V" and the failure to preserve the attributes was why the files were nested.)  I certainly do understand your puzzlement here.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
    <pubDate>Thu, 21 Feb 2008 02:53:49 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2008-02-21T02:53:49Z</dc:date>
    <item>
      <title>VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148169#M88501</link>
      <description>I just downloaded and unzipped the VMS_CHECK&lt;BR /&gt;utility to my Alpha 400/266 running VMS7.3-2.&lt;BR /&gt;I unzipped VMS_CHECK.ZIP using the Alpha unzip.exe as file vms_check-feb07.a;1.&lt;BR /&gt;I then tried to use VMSINSTAL to load the program. VMSINSTAL says the file is not a&lt;BR /&gt;BACKUP save image and terminates the process.&lt;BR /&gt;The VMS Journal article does not give any info &lt;BR /&gt;on the installation procedure. Is this a&lt;BR /&gt;"Intuitively obvious to the casual observer" procedure?&lt;BR /&gt;Thanks for any info on installing this utility.&lt;BR /&gt;URL:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.pdf" target="_blank"&gt;http://h71000.www7.hp.com/openvms/journal/v7/vms_check_tool.pdf&lt;/A&gt;</description>
      <pubDate>Thu, 21 Feb 2008 02:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148169#M88501</guid>
      <dc:creator>Robert_109</dc:creator>
      <dc:date>2008-02-21T02:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148170#M88502</link>
      <description>&lt;BR /&gt;The .A file probably simply has the wrong attributes ($DIR/FULL).&lt;BR /&gt;&lt;BR /&gt;Below the signature a few lines of DCL I wrote a decade ago to help fix such issues.&lt;BR /&gt;Try it. Google for 'backup openvms attributes' will probably reveal many alteratives.&lt;BR /&gt;&lt;BR /&gt;If you still have trouble post a $DIR/FULL output for the unzipped file and perhpas attache a .TXT file with the DUMP/BLOCK=COUNT=1 output.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;$!------- FIXSAVESET.COM --------&lt;BR /&gt;$IF p1.EQS."" THEN INQUIRE p1 "Save set file name ?"&lt;BR /&gt;$IF f$search(p1).EQS."" THEN EXIT&lt;BR /&gt;$WRITE SYS$OUTPUT " RFM was ", F$FILE(p1,"RFM"), ", MRS = ", -&lt;BR /&gt;F$FILE(p1,"MRS"), ", LRL = ", F$FILE(p1,"LRL"), "."&lt;BR /&gt;$SET FILE /ATTR=(RFM=FIX, MRS=44, LRL=44) 'p1 ! Easier for DCL&lt;BR /&gt;$OPEN/READ file 'p1&lt;BR /&gt;$READ file record&lt;BR /&gt;$CLOSE file&lt;BR /&gt;$mrs = F$CVSI(40*8,32,record)&lt;BR /&gt;$WRITE SYS$OUTPUT "Setting blocksize to: ",MRS&lt;BR /&gt;$SET FILE /ATTR=(RFM=FIX, MRS='mrs', LRL='mrs') 'p1&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 02:33:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148170#M88502</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-02-21T02:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148171#M88503</link>
      <description>Standard questions:&lt;BR /&gt;&lt;BR /&gt;1.  what version of unzip did you use&lt;BR /&gt;2.  What is the exact error message you get when you do:  $ backup/list vms_check-feb07.a/save&lt;BR /&gt;3.  What is output of directory/ful vms_check-feb07.a&lt;BR /&gt;&lt;BR /&gt;There are several possibilities, but most likely the file attributes on the backup saveset are incorrect.&lt;BR /&gt;&lt;BR /&gt;This utility will fix backup savesets that have the incorrect file attributes in the file header.  (Thanks to Steven Schweda)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/dec/sw/fixrec.html" target="_blank"&gt;http://antinode.org/dec/sw/fixrec.html&lt;/A&gt;</description>
      <pubDate>Thu, 21 Feb 2008 02:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148171#M88503</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-02-21T02:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148172#M88504</link>
      <description>It appears to be a less than optimal creation of a zip archive of a BACKUP saveset, a saveset that was itself created with an unusual and obviously confusing file extension; it's not a VMSINSTAL kit.&lt;BR /&gt;&lt;BR /&gt;Get yourself a copy of RESET_BACKUP_SAVESET_FILE_ATTRIBUTES.COM from 000TOOLS on the OpenVMS Freeware:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/freewarev80/000tools/" target="_blank"&gt;http://mvb.saic.com/freeware/freewarev80/000tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(or on a local OpenVMS Freeware distro disk)&lt;BR /&gt;&lt;BR /&gt;and use the following:&lt;BR /&gt;&lt;BR /&gt;$ @RESET_BACKUP_SAVESET_FILE_ATTRIBUTES vms_check-feb07.a&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;&lt;BR /&gt;$ backup vms_check-feb07.a /save /log [.dirname]&lt;BR /&gt;&lt;BR /&gt;You'll find a variety of files in your new [.dirname] directory.&lt;BR /&gt;&lt;BR /&gt;As for the packaging, I've have expected to have found the files stored directly within the zip archive, and the archive itself created with "-V" to preserve file attributes.  Not files wrapped within a BACKUP saveset.  (I'm guessing that the omission of "-V" and the failure to preserve the attributes was why the files were nested.)  I certainly do understand your puzzlement here.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
      <pubDate>Thu, 21 Feb 2008 02:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148172#M88504</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-02-21T02:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148173#M88505</link>
      <description>I have a rebuilt zip (vms_check_feb07_2.zip) available, if you can't sort this out.&lt;BR /&gt;&lt;BR /&gt;$ zip "-Vv" vms_check_feb07_2.zip [.vms_check]*.*&lt;BR /&gt;  adding: [.VMS_CHECK]DFG$MESSAGE_ALPHA.EXE (in=46734) (out=16814) (deflated 64%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFG$MESSAGE_IA64.EXE (in=48236) (out=17278) (deflated 64%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFG$MESSAGE_VAX.EXE (in=46190) (out=16690) (deflated 64%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFG$UTILITYSHR_ALPHA.EXE&lt;BR /&gt;                                              .... (in=172428) (out=77344) (deflated 55%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFG$UTILITYSHR_IA64.EXE......... (in=348160) (out=98828) (deflated 72%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFG$UTILITYSHR_VAX.EXE.. (in=105146) (out=44200) (deflated 58%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFGDCL_ALPHA.EXE........ (in=296960) (out=149179) (deflated 50%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFGDCL_IA64.EXE................. (in=595456) (out=196565) (deflated 67%)&lt;BR /&gt;  adding: [.VMS_CHECK]DFGDCL_VAX.EXE.... (in=165888) (out=68467) (deflated 59%)&lt;BR /&gt;  adding: [.VMS_CHECK]HSDSA-SCRIPT-ALPHA.EXE (in=63488) (out=24391) (deflated 62%)&lt;BR /&gt;  adding: [.VMS_CHECK]HSDSA-SCRIPT-VAX.EXE (in=13312) (out=6418) (deflated 52%)&lt;BR /&gt;  adding: [.VMS_CHECK]HSJ_CHECK.COM (in=19594) (out=6063) (deflated 69%)&lt;BR /&gt;  adding: [.VMS_CHECK]MSE_DEFRAGMENT_JUNIOR_IA64.CLD (in=7344) (out=1589) (deflated 78%)&lt;BR /&gt;  adding: [.VMS_CHECK]MSE_DEFRAGMENT_SENIOR_IA64.CLD (in=13810) (out=2243) (deflated 84%)&lt;BR /&gt;  adding: [.VMS_CHECK]MSE_DEFRAG_ALPHA.CLD (in=1152) (out=670) (deflated 42%)&lt;BR /&gt;  adding: [.VMS_CHECK]MSE_DEFRAG_IA64.CLD (in=13810) (out=2243) (deflated 84%)&lt;BR /&gt;  adding: [.VMS_CHECK]MSE_DEFRAG_VAX.CLD (in=1148) (out=669) (deflated 42%)&lt;BR /&gt;  adding: [.VMS_CHECK]README.TXT (in=11342) (out=4747) (deflated 58%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK-BRIEF.COM (in=1678) (out=868) (deflated 48%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK-DETAIL.COM (in=1746) (out=896) (deflated 49%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK-README.HTML (in=11358) (out=4759) (deflated 58%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK-README.TXT (in=11342) (out=4747) (deflated 58%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK-RUN.COM (in=1656) (out=855) (deflated 48%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK.COM....... (in=275204) (out=68361) (deflated 75%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK.COM-PREV...... (in=259402) (out=65363) (deflated 75%)&lt;BR /&gt;  adding: [.VMS_CHECK]VMS_CHECK.TXT....... (in=275204) (out=68361) (deflated 75%)&lt;BR /&gt;total bytes=2807788, compressed=948608 -&amp;gt; 66% savings&lt;BR /&gt;$ &lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 03:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148173#M88505</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-02-21T03:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148174#M88506</link>
      <description>Hoff and Hein,&lt;BR /&gt;&lt;BR /&gt;Step outside an witness the lunar eclipse.  This is the first time it's been clear enought here in Cleveland to be able to see well.&lt;BR /&gt;&lt;BR /&gt;p.s. zero points for this.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Thu, 21 Feb 2008 03:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148174#M88506</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-02-21T03:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148175#M88507</link>
      <description>Jon, Already did that, with the whole family on the back porch. Cold, clear night. Neat. :-) Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Feb 2008 03:52:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148175#M88507</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-02-21T03:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: VMS_CHECK installation problem</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148176#M88508</link>
      <description>Well, It wasn't actually "Intuitive to even the most casual observer" after all.&lt;BR /&gt;I just got back into the OpenVMS saddle after the past few years running AIX, Tru64 and HP-UX. So, I'm still catching up on all&lt;BR /&gt;the latest nuances and "oh, by-the-way" tips with the VMS 7.3 and up.&lt;BR /&gt;&lt;BR /&gt;The saveset repair utility did the job.&lt;BR /&gt;Thank you all for the quick and accurate replies !!</description>
      <pubDate>Thu, 21 Feb 2008 15:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-check-installation-problem/m-p/4148176#M88508</guid>
      <dc:creator>Robert_109</dc:creator>
      <dc:date>2008-02-21T15:13:28Z</dc:date>
    </item>
  </channel>
</rss>

