home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18110 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.6 KB  |  40 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!ukma!darwin.sura.net!aplcen.apl.jhu.edu!procon!rubin
  3. From: rubin@procon.jhuapl.edu (Don Rubin)
  4. Subject: Wierd BACKUP change in VMS 5.5-2
  5. Message-ID: <1992Nov17.203345.23090@aplcen.apl.jhu.edu>
  6. Lines: 28
  7. Sender: news@aplcen.apl.jhu.edu (USENET News System)
  8. Organization: Johns Hopkins Univ APL
  9. Date: Tue, 17 Nov 92 20:33:45 GMT
  10. Lines: 28
  11.  
  12.  
  13. We recently upgraded one of our clusters to 5.5-2, everything
  14. went well and we had no complaints from the users until someone
  15. ran one of my programs that is a front end to BACKUP. We have
  16. a database of backups that allows the user find which tape has
  17. the desired data. The restore program gets info from the user
  18. and then mounts the tape (all of our programs do mounts and
  19. dismounts so the users never have to worry about doing that)
  20. if the label agrees with the one the user specified then a
  21. subprocess is created (using smg$create_subprocess) and BACKUP
  22. is spawned. UNTIL 5.5-2 this worked properly, since the drive
  23. was mounted in the parent process, backup just went ahead and
  24. did the restore. NOW backup aborts saying the tape drive is
  25. allocated by another process (yes, the parent). After much
  26. mail with DSNLINK the word is that the problem has been
  27. refered to engineering. We worked around the problem by
  28. mounting and dismounting the tape before going to the sub-
  29. process. The problem with this is if the user control Cs
  30. the program the exit handler can not dismount the tape (as it
  31. did before when it was mounted by the main process) and the
  32. drive can end up allocated to a non-existant process.
  33.  
  34. Just thought you'd like to know.
  35.  
  36. --
  37. Don Rubin
  38. Johns Hopkins Univ APL
  39. rubin@procon.jhuapl.edu
  40.