home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / sysconfig / hardware / skel / hwcfg-zfcp < prev   
Text File  |  2006-11-29  |  892b  |  38 lines

  1. #!/bin/sh
  2. #
  3. # hwcfg-zfcp
  4. #
  5. # Default configuration for a zfcp device
  6. # $Id: hwcfg-zfcp 1069 2004-09-02 18:23:18Z zoz $
  7. #
  8.  
  9. STARTMODE="auto"
  10. MODULE="zfcp"
  11. MODULE_OPTIONS=""
  12. MODULE_UNLOAD="yes"
  13.  
  14. # Scripts to be called for the various events.
  15. # If called manually the event is set to 'up'.
  16. SCRIPTUP="hwup-ccw"
  17. SCRIPTUP_ccw="hwup-ccw"
  18. SCRIPTUP_scsi_host="hwup-zfcp"
  19. SCRIPTDOWN="hwdown-scsi"
  20. SCRIPTDOWN_scsi="hwdown-zfcp"
  21.  
  22. # CCW_CHAN_IDS sets the channel IDs for this device
  23. # If not set or empty the channel ID from the file name
  24. # is used
  25. # CCW_CHAN_IDS=""
  26.  
  27. # CCW_CHAN_NUM set the number of channels for this device
  28. # If not set it or empty default to '1'
  29. # CCW_CHAN_NUM=1
  30.  
  31. # fcp LUNs configured for this adapter.
  32. # Note that IBM ESS (aka 'Shark') ignores
  33. # all but the first 4 charaters of the
  34. # fcp LUN.
  35. ZFCP_LUNS="
  36. 0x5005076300c590a9:0x0000000000000000 
  37. 0x5005076300c590a9:0x0001000000000000"
  38.