Imported Upstream version 2.5.0
[debian/amanda] / contrib / gsc / README
1 # $Id: README,v 1.1 2001/04/15 11:12:37 ant Exp $
2 # Copyright (c) 1997 by Matthew Jacob
3 #
4 #       This software is free software; you can redistribute it and/or
5 #       modify it under the terms of the GNU Library General Public
6 #       License as published by the Free Software Foundation; version 2.
7 #
8 #       This software is distributed in the hope that it will be useful,
9 #       but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #       Library General Public License for more details.
12 #
13 #       You should have received a copy of the GNU Library General Public
14 #       License along with this software; if not, write to the Free
15 #       Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16 #
17 #       The author may be reached via electronic communications at
18 #
19 #               mjacob@feral.com
20 #
21 #       or, via United States Postal Address
22 #
23 #               Matthew Jacob
24 #               1831 Castro Street
25 #               San Francisco, CA, 94131
26
27 I. Installation Steps
28
29
30 1. cfggsc, defgsc, ucfggsc, gsc.cat go into /usr/lib/methods
31 2. gscdd goes into /usr/lib/drivers
32 3. As root, do:
33
34         odmadd gsc.add
35
36 II. Configuration Steps
37
38         mkdev -c generic -s scsi -t gsc -pscsiN -wT,L
39
40 where N is the Nth scsi bus, T is target, L is lun.
41
42 This should create a /dev/gscM for this device.
43
44 You can use tstinq to run a test inquiry command.
45 Use lsdev -C to see what gets configured.
46
47 III. Removal steps
48
49 1. Do
50         rmdev -d -l gscM
51
52 for M = 0..M-1 to remove and undefine all gsc devices.
53
54 2. Do, as root,
55
56         odmdelete -o PdDv -q uniquetype=generic/scsi/gsc
57
58 3. Remove files installed in I. above.
59
60