Procedure 1
This procedure explains how to install a media changer device file under an AIX controller node. It involves running the scripts install*.ksh, which are in the bin/JB subdirectory under the main directory. The scripts do the following:
install1.ksh | Probes the system for file name violations. |
install2.ksh | Configures the tape library device driver. |
install3.ksh | Modifies the inittab script for driver setup at boot time. |
Run install1.ksh to check for any file name violations with the existing files. If no violation is detected, install1.ksh prompts you to continue with install2.ksh, as shown in the following example:
Enter Y to execute the install2.ksh script. The script prompts you for information about the tape library media changer, not the drives, as shown in the following example:
Enter the number corresponding to the tape library to be installed. For example, type 1 to choose ADIC Scalar DLT 448. If your tape library is not listed, but the logical unit number (LUN) is known, use either option 37 or 38. The following message appears:
Enter the logical device name to be used when addressing the media changer. For example, type sync_sa0 to create a logical device sync_sa0 with device file
/dev/sync_sa0
. Use this device file in future instances such as testing and configuring to address the tape library. The following message appears:
Enter the logical device type. For example, type scsiN for a device attached to a standard SCSI I/O Controller adapter; type vscsiN for a device attached to the external bus of a Wide SCSI I/O Controller adapter; type fscsiN for a device attached via a SAN. See your hardware setup.
Enter the tape library device's SCSI ID. For example, type 2 for a media changer device with SCSI ID set to 2. Normally, you can obtain the SCSI ID from the control panel of the tape library. Be sure to use the SCSI ID for the media changer (media changer device), and not a tape drive. If the configuration finishes successfully, the following message appears:
After the configuration finishes, run detect -q to double check that the media changer has a device file assigned to it.
Proceed to Chapter 36: Tape Library Verification to test the tape library installation. Use the media changer device file name (for example,
/dev/sync_sa0
) as the argument for the tape library interface test program (JItest).After successfully completing the testing phase, run install3.ksh to modify the inittab script for driver setup at boot time.
This concludes the installation of the tape library media changer device file under AIX.
Last updated