home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11650 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.2 KB

  1. Path: sparky!uunet!walter!att-out!pacbell.com!ames!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!umn.edu!news.cs.indiana.edu!arizona.edu!penny.telcom.arizona.edu!jew
  2. Newsgroups: comp.unix.aix
  3. Subject: AIX 1.2.1 can't find tape
  4. Message-ID: <JEW.92Nov17092913@venus.venus.sunquest.com>
  5. From: jew@venus.sunquest.com (Ward... James Ward)
  6. Date: 17 Nov 92 09:29:13
  7. Distribution: world,local
  8. Organization: Sunquest Information Systems
  9. Nntp-Posting-Host: venus.sunquest.com
  10. Lines: 28
  11.  
  12. I have opened this problem with IBM, but wanted to see if anyone else
  13. has traveled this road before while they try to recreate the problem.
  14.  
  15. The problem in a nutshell:
  16.  
  17. A routine backup is made of the system:
  18.  
  19. # for i in 1 2 3
  20. > do
  21. > dd if=/dev/hd$i /dev/rmt4
  22. > done
  23.  
  24. The system hard disk dies and is replaced.  The system is booted from
  25. diskette and the minidisks are created using exactly the same
  26. parameters as the previous disk.
  27.  
  28. The system is booted from diskette and the maintenance shell is selected.
  29. The attempt to restore the disk fails:
  30.  
  31. # dd if=/dev/rmt4 of=/dev/hd1
  32. /dev/rmt4: no such device
  33. # dd if=/dev/rmt0 of=/dev/hd1
  34. /dev/rmt0: no such device
  35.  
  36. The device file exists and the 6157 has been verified with diagnostics.
  37. --
  38. jew@sunquest.com
  39.  
  40.