home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / README.hpux < prev    next >
Text File  |  2000-01-10  |  811b  |  32 lines

  1. HP-UX SCSI hints:
  2.  
  3. On HP-UX 9.x you need gcc. On newer releases, you may compile with 
  4. the HP ANSI C-Compiler using
  5.  
  6.     make CCOM=cc
  7.  
  8. To compile with the free K&R C-compiler call:
  9.  
  10.     gmake CCOM=cc 'COPTS= ' 
  11. or
  12.     smake CCOM=cc 'COPTS= ' 
  13.  
  14.  
  15. Note that there are no device nodes for userland SCSI on HP-UX,
  16. you have to call the included shell script MKNOD.hpux first.
  17.  
  18. If you own a HP-9000-800 series machine, you need to install
  19. the file MKNOD.hpux-800 in the /etc init shell script directory 
  20. in order to call it after each boot.
  21.  
  22. This script will create the files in /dev/scsi/... and /dev/rscsi/...
  23. The permissions will be set to read/write for root only.
  24.  
  25.  
  26. HP does not handle CD-ROMs as well as it should. On the HP have a look at
  27. the man pages for
  28.     pfs
  29.     pfsd
  30.     pfs_mount
  31. and anymore that they refer too.
  32.