home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8387 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  6.6 KB

  1. Path: sparky!uunet!mcsun!uknet!warwick!mrccrc!icdoc!rhbnc!csqx.cs.rhbnc.ac.uk!markd
  2. From: markd@csqx.cs.rhbnc.ac.uk (Mark Damerell)
  3. Newsgroups: comp.sys.hp
  4. Subject: DAT drive on 835, help please
  5. Message-ID: <1992Jul22.121536.8546@csqx.cs.rhbnc.ac.uk>
  6. Date: 22 Jul 92 12:15:36 GMT
  7. Sender: news@csqx.cs.rhbnc.ac.uk (USENET News System)
  8. Reply-To: markd@csqx.cs.rhbnc.ac.uk (Mark Damerell)
  9. Organization: Dept of Comp Sci, Royal Holloway & Bedford New College Uni London
  10. Lines: 134
  11. Nntp-Posting-Host: csqx.cs.rhbnc.ac.uk
  12.  
  13. We have: a H-P 9000/835, HP-UX 8.0, a SCSI card, and no adequate backup
  14. device. We also have a SCSI DAT cartridge drive (H-P model C1520A) and I
  15. wanted to attach it to the 835. Granted that the C1520A is not on the list
  16. of officially-supported devices, but I dont see the point of having a SCSI
  17. standard if conforming devices cannot communicate.
  18.  
  19.  
  20. The drive belongs to another machine; on that machine it does work. So I
  21. did the following:
  22.  
  23. shutdown, switch off, attach drive to SCSI bus, switch on, (CPU last),
  24. rebuild kernel by:
  25.  
  26. SAM --> view/modify kernel --> tape drivers --> 
  27. This offered the choice of a 79xx driver (tape1) I said NO
  28.                         or a SCSI driver (tape2) I said YES
  29.  
  30. perform task --> exit task --> rebuild kernel --> exit SAM & reboot, then
  31. do   insf -e   then reboot again.
  32.  
  33. Then SAM --> peripherals --> tapes --> view 
  34.  
  35. finds the new SCSI tape at address 4.3.3.0 with driver tape2 as well as the
  36. previous old cartridge drive at 4.5.3 with driver disc1. Selecting the SCSI
  37. drive and doing "view dev files" finds several entries in /dev/rmt and in
  38. dev/mt .
  39.  
  40. Now I want to backup files onto this drive, so I did:
  41.  
  42. sam --> backups --> backup interactively
  43.  
  44. If I enter  /dev/rmt/0m  into the space for the backup device, I get an error:
  45.  
  46. "this device file has no physical device associated with it." If I move the
  47. cursor into the space for the backup device and type the HELP key, I get:
  48.  
  49. examining device at 4.0.0
  50.                     4.3.3.0
  51.                     4.5.3
  52.  
  53. and the only choice the Help will offer is /dev/rct/c1d0s2 at address 4.5.3
  54. (again: this is the old cartridge drive, and not large enough for a full
  55. backup). 4.0.0 is the disk drive and 4.3.3.0 the DAT drive that I want to 
  56. backup on.
  57.  
  58. Backing up by using  /etc/fbackup also failed.
  59.  
  60. /etc/fbackup -f /dev/rmt/0m -i /
  61.  
  62. This ran for some time, printing various messages as if it were assembling
  63. a backup file then failed with:
  64.  
  65. fbackup: could not open output file  /dev/rmt/0m
  66.  
  67. I believe the SCSI card in the 835 is OK because we connected an optical 
  68. disk drive & it worked. There is only 2 metres of visible cable + maybe 1
  69. more of internal length in the SCSI devices. 
  70. The manual (Installing peripherals Vol.1) is unhelpful. Please does anybody
  71. know what is wrong? I ran some simple commands to try to see what is wrong:
  72.  
  73.  
  74. hp (1): ioscan -f
  75. Class       LU  H/W Path Driver                        H/W Status        S/W Status
  76. ===================================================================================
  77. processor    -  0        processor                     ok(0x0)           ok
  78. cio          -  4        cio_ca0                       ok(0x1000)        ok
  79. hpib         -  4.0      cio_ca0.hpib0                 ok(0x2)           ok
  80. disk         0  4.0.0    cio_ca0.hpib0.disc1           ok(0x214)         ok
  81. tty          0  4.1      cio_ca0.mux0                  ok(0x7)           ok
  82. scsi         -  4.3      cio_ca0.scsi2                 ok(0xc)           ok
  83. target       -  4.3.3    cio_ca0.scsi2.target          ok(0x1800202)     ok
  84. tape_drive   0  4.3.3.0  cio_ca0.scsi2.target.tape2    ok(0x1800202)     ok
  85. lan          0  4.4      cio_ca0.lan0                  ok(0x6)           ok
  86. hpib         -  4.5      cio_ca0.hpib0                 ok(0x2)           ok
  87. disk         1  4.5.3    cio_ca0.hpib0.disc1           ok(0x270)         ok
  88. graphics     -  8        graph0                        ok(0x4800)        ok
  89. display      0  8.0      graph0.display0               ok(0xb)           ok
  90. graphics     -  9        graph0_cs                     ok(0x4900)        ok
  91. memory       -  12       memory                        ok(0x800)         ok
  92. hp (2): cd /dev/mt
  93. /dev/mt
  94. hp (3): lssf *
  95. tape2 lu 0 bpi 6250 at&t address 4.3.3.0 0h
  96. tape2 lu 0 bpi 6250 no_rewind at&t address 4.3.3.0 0hn
  97. tape2 lu 0 bpi 800 at&t address 4.3.3.0 0l
  98. tape2 lu 0 bpi 800 no_rewind at&t address 4.3.3.0 0ln
  99. tape2 lu 0 bpi 1600 at&t address 4.3.3.0 0m
  100. tape2 lu 0 bpi 1600 no_rewind at&t address 4.3.3.0 0mn
  101. hp (4): cd /dev/rmt
  102. /dev/rmt
  103. hp (5): lssf *
  104. tape2 lu 0 bpi 6250 at&t address 4.3.3.0 0h
  105. tape2 lu 0 bpi 6250 at&t compressed address 4.3.3.0 0hc
  106. tape2 lu 0 bpi 6250 no_rewind at&t address 4.3.3.0 0hn
  107. tape2 lu 0 bpi 800 at&t address 4.3.3.0 0l
  108. tape2 lu 0 bpi 800 no_rewind at&t address 4.3.3.0 0ln
  109. tape2 lu 0 bpi 1600 at&t address 4.3.3.0 0m
  110. tape2 lu 0 bpi 1600 no_rewind at&t address 4.3.3.0 0mn
  111. hp (6): lsdev
  112.     Character     Block       Driver          Class
  113.        -1          -1         processor       processor
  114.        -1          -1         memory          memory
  115.        -1          -1         bus_converter   bc
  116.        50          -1         lan0            lan
  117.        -1          -1         target          target
  118.        -1          -1         scsi2           scsi
  119.         1          -1         mux0            tty
  120.        -1          -1         graph0_cs       graphics
  121.        -1          -1         graph0          graphics
  122.         5           5         tape1           tape_drive
  123.        15          -1         display0        display
  124.        14          -1         display0        display
  125.        24          -1         display0        display
  126.        25          -1         display0        display
  127.         7           8         disc1           disk
  128.        -1          -1         cio_ca0         cio
  129.        -1          -1         hpib0           hpib
  130.        21          -1         instr0          instr
  131.         5           5         tape2           tape_drive
  132.        60          -1         nm              pseudo
  133.        56          -1         ni              pseudo
  134.        46          -1         netdiag1        pseudo
  135.        48          -1         mirconfig       pseudo
  136.        31          -1         sy              pseudo
  137.        -1          13         sw1             pseudo
  138.         8           3         sw              pseudo
  139.        17          -1         pty1            pseudo
  140.        16          -1         pty0            pseudo
  141.         3          -1         mm              pseudo
  142.        41          -1         meas_drivr      pseudo
  143.        27          -1         dmem            pseudo
  144.        28          -1         diag0           pseudo
  145.        69          -1         devconfig       pseudo
  146.         0          -1         cn              pseudo
  147.