
Configuring SG and ST Drivers
a. Make a copy of the /kernel/drv/st.conf file.
b. Edit the /kernel/drv/st.conf file.
Place a # in column one of each line of the seven default entries.
The temporary file ./st.conf contains the entries that you need to insert into
/kernel/drv/st.conf.
c. Reboot the system with the reconfigure option (boot -r or reboot -- -r).
d. Verify that the system created device nodes for all the tape devices using the
following command: ls -l /dev/rmt/*cbn
3. The following is an example of the /usr/openv/volmgr/bin/driver/sg.conf
file to add targets 0-6, 8-15, and LUNs 0-1:
name="sg" class="scsi" target=0 lun=0;
name="sg" class="scsi" target=0 lun=1;
name="sg" class="scsi" target=1 lun=0;
name="sg" class="scsi" target=1 lun=1;
name="sg" class="scsi" target=2 lun=0;
name="sg" class="scsi" target=2 lun=1;
name="sg" class="scsi" target=3 lun=0;
name="sg" class="scsi" target=3 lun=1;
name="sg" class="scsi" target=4 lun=0;
name="sg" class="scsi" target=4 lun=1;
name="sg" class="scsi" target=5 lun=0;
name="sg" class="scsi" target=5 lun=1;
name="sg" class="scsi" target=6 lun=0;
name="sg" class="scsi" target=6 lun=1;
name="sg" class="scsi" target=8 lun=0;
name="sg" class="scsi" target=8 lun=1;
name="sg" class="scsi" target=9 lun=0;
name="sg" class="scsi" target=9 lun=1;
name="sg" class="scsi" target=10 lun=0;
name="sg" class="scsi" target=10 lun=1;
name="sg" class="scsi" target=11 lun=0;
name="sg" class="scsi" target=11 lun=1;
name="sg" class="scsi" target=12 lun=0;
name="sg" class="scsi" target=12 lun=1;
name="sg" class="scsi" target=13 lun=0;
name="sg" class="scsi" target=13 lun=1;
name="sg" class="scsi" target=14 lun=0;
name="sg" class="scsi" target=14 lun=1;
name="sg" class="scsi" target=15 lun=0;
name="sg" class="scsi" target=15 lun=1;
10 NetBackup Media Manager Device Configuration Guide for UNIX, Windows, and Linux
Kommentare zu diesen Handbüchern