home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17574 < prev    next >
Encoding:
Internet Message Format  |  1992-11-07  |  1.7 KB

  1. Xref: sparky comp.os.vms:17574 vmsnet.misc:984
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!bu.edu!BUDSGA.BU.EDU
  3. From: TEWKSBURY@BUDSGA.BU.EDU (Chip Tewksbury)
  4. Newsgroups: comp.os.vms,vmsnet.misc
  5. Subject: V5.5-2 update warning
  6. Message-ID: <100832@bu.edu>
  7. Date: 6 Nov 92 14:31:10 GMT
  8. Sender: news@bu.edu
  9. Followup-To: comp.os.vms
  10. Organization: BOSTON UNIVERSITY, OFFICE OF INFORMATION TECHNOLOGY
  11. Lines: 34
  12. X-News-Reader: VMS NEWS 1.24
  13.  
  14. The following is an excerpt from a DSIN article regarding a potential
  15. corruption problem resulting from the VMS V5.5-2 update procedure in
  16. conjunction with the MOVEFILE ACP subfunction -- i.e., disk defragmenters.
  17.  
  18.     Chip Tewksbury.
  19.  
  20. ======================================================================
  21. After the VMS V5.5-2 upgrade procedure, SYS$LOADABLE_IMAGES:SYS.EXE
  22. will not have the "MoveFile disabled" attribute set.
  23.  
  24. If a defragmentation product which uses MOVEFILE on the system disk
  25. decided to move SYS.EXE, there is a low risk probability that file
  26. corruption could occur on the system disk.
  27.  
  28. NOTE:  This can only happen if a "SET TIME" command was  issued after
  29.        SYS.EXE was moved, as the $SETIME system service writes
  30.        directly to the  original Logical Block Number (LBN) of SYS.EXE
  31.        without looking it up each time.
  32.  
  33. SOLUTION:
  34.  
  35. To reset SYS.EXE to "MoveFile disabled", perform the following steps
  36. immediately after the VMS V5.5-2 upgrade procedure:
  37.  
  38. 1.  Log into the SYSTEM account.
  39. 2.  Type the following at the DCL prompt:
  40.  
  41.           $ @SYS$SYSTEM:SETFILENOMOVE SYS$SYSDEVICE
  42.  
  43.      NOTE:  This command file ensures that all critical system files
  44.             have the "MoveFile disabled" attribute set.
  45.  
  46.  3.  Reboot your system.  If you are running a VAXcluster system,
  47.      reboot all cluster nodes.
  48.