home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8341 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.0 KB  |  54 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!hubcap!opusc!usceast!tim
  3. From: tim@hssc.scarolina.edu (Tim White)
  4. Subject: Re: DAT's on 4.1.2
  5. Message-ID: <tim.722006764@andy.hssc.scarolina.edu>
  6. Sender: usenet@usceast.cs.scarolina.edu (USENET News System)
  7. Organization: USC  Department of Computer Science
  8. References: <Bx9HMI.5Eu@mail.boi.hp.com> <2592@bigfoot.first.gmd.de>
  9. Date: 17 Nov 92 13:26:04 GMT
  10. Lines: 42
  11.  
  12. ats@bigfoot.first.gmd.de (Andreas Schulz) writes:
  13.  
  14. >In article <Bx9HMI.5Eu@mail.boi.hp.com> kde@boi.hp.com (Keith Emmen) writes:
  15. >>      st0 at esp0 target 4 lun 0
  16. >>      st0: <Vendor 'HP      ' Product 'HP35450A      -A'>
  17. >>
  18. >>but when we try to talk with mt(1), we see:  (there is no device file st0)
  19. >>
  20. >First better make a "MAKEDEV st0" under /dev to get all the necessary
  21. >devices.
  22. >And for your DAT tape, get a better disctributor :-).
  23. >You must change the file /sys/scsi/targets/st_conf.c and add into
  24. >struct st_drivetype a new entry :
  25. >/* HP DAT 35480A */
  26. >{
  27. >    "HP35480A", 2, "HP",
  28. >    ST_TYPE_EXABYTE, 1024,
  29. >    (ST_VARIABLE | ST_BSF | ST_BSR),
  30. >    5000, 5000,
  31. >    { 0x00, 0x00, 0x00, 0x00 },
  32. >    { 0, 0, 0, 0 }
  33. >}
  34.  
  35.    And if you want it fast without kernel modifications just set dip switches
  36.   1,2,3,4,5 = 1 and switches 6,7,8 = 0. This is for Sun machines. And if the
  37.   tapehost is ever down you can move your DAT without patching another kernel.
  38.  
  39.    Other tips for Sun.
  40.  
  41.     When using cpio use the blocksize option ( -B ) and use a blocksize of 
  42.   5120 or greter. This will improve performance significantly.
  43.  
  44.     When using dump set the tape size and density to 15000. This will allow
  45.   you to fill a 90m tape.
  46.  
  47.     Above info from the HP document "Configuring HP DDS Drives for use in Sun
  48.   Workstations". See your vendor for this. I got mine from Dallas Digital.
  49. --
  50. ==============================================================================
  51. Tim White                 University of South Carolina
  52. tim@otis.hssc.scarolina.edu       Humanities and Social Sciences Laboratory
  53. (803)-777-7840                        Columbia, S.C. 29208
  54.