RHEL 8.x Spectrum Protect Configure Tape, Define the class and storage pool creation

From Notes_Wiki
Revision as of 12:32, 2 May 2023 by Saurabh (talk | contribs) (Created page with "Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Configure Tape and Define the class #Tape installation files are #::lin_tape-3.0.59-1.src.rpm #::lin_taped-3.0.59-rhel8.ppc64le.rpm #Rebuild the src rpm #:<pre> #::rpmbuild --rebuild lin_tape-3.0.59-1.src.rpm #:</pre> #Install the rpm files...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Configure Tape and Define the class

  1. Tape installation files are
    lin_tape-3.0.59-1.src.rpm
    lin_taped-3.0.59-rhel8.ppc64le.rpm
  2. Rebuild the src rpm
    rpmbuild --rebuild lin_tape-3.0.59-1.src.rpm
  3. Install the rpm files
    rpm -ivh /root/rpmbuild/RPMS/ppc64le/lin_tape-3.0.59-1.ppc64le.rpm
    rpm -ivh lin_taped-3.0.59-rhel8.ppc64le.rpm
  4. Get the below details
    cd /proc/scsi
    cat IBMchanger
    cat IBMtape
  5. Configure the device
    dsmadmc
    > DEFINE LIBRARY TS4300 LIBTYPE=SCSI SERIAL=AUTODETECT SHARED=YES AUTOLABEL=NO RESETDRIVE=NO
    > DEFINE PATH GPBKPSRV TS4300 SRCTYPE=SERVER DESTTYPE=LIBRARY DEVICE=/dev/IBMchanger0 ONLINE=YES
    > DEFINE DRIVE TS4300 TAPE0 ELEMENT=autodetect ONLINE=Yes SERIAL=AUTODETECT
    > DEFINE PATH GPBKPSRV TAPE0 SRCTYPE=SERVER DESTTYPE=DRIVE LIBRARY=TS4300 DEVICE=/dev/IBMtape0 ONLINE=YES
  6. Define the Device class
    > DEFINE DEVCLASS LTOCLASS DEVTYPE=LTO FORMAT=DRIVE MOUNTLIMIT=DRIVES MOUNTWAIT=60 MOUNTRETENTION=10 PREFIX=ADSM LIBRARY=TS4300 WORM=NO DRIVEENCRYPTION=ALLOW
  7. Set the dbrecovery password
    > set dbrecovery ltoclass password=admin123

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Configure Tape and Define the class