RHEL 8.x Spectrum Protect Web client installation in RHEL client

From Notes_Wiki
Revision as of 06:21, 12 May 2023 by Saurabh (talk | contribs) (Created page with "Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Web client installation in RHEL client #On Backup server, create sprestore user #:<pre> #::dsmadmc #::register admin sprestore admin123 sessionsecurity=trans #:</pre> #On RHEL client install below packages #:<pre> #::yum localinstall gsk...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Web client installation in RHEL client

  1. On Backup server, create sprestore user
    dsmadmc
    register admin sprestore admin123 sessionsecurity=trans
  2. On RHEL client install below packages
    yum localinstall gskcrypt64-8.0.55.24.linux.ppcle.rpm gskssl64-8.0.55.24.linux.ppcle.rpm TIVsm-API64.ppc64le.rpm TIVsm-APIcit.ppc64le.rpm TIVsm-BAcit.ppc64le.rpm TIVsm-BA.ppc64le.rpm TIVsm-WEBGUI.ppc64le.rpm
  3. Add below lines in /opt/tivoli/tsm/client/ba/bin/dsm.sys file after "PASSWORDAccess" line
    managedservices schedule webclient
    httpport 1581
  4. Stop dsmcad if running
    ps -ef | grep dsmcad
    kill -9 <processnumber>
  5. Start the service
    cd /opt/tivoli/tsm/client/ba/bin
    ./dsmcad
  6. Login url
    https://<serverip-name>:9081/bagui/
    Username: sprestore
    Password: admin123
  7. On Backup server
    dsmadmc
    >grant auth sprestore cl=node auth=access node=<nodename>_BA
    Ex:
    >grant auth sprestore cl=node auth=access node=GPHDBPRD_BA

Unable to login web client

  1. In client, Check any errors in the log file
    cat /tmp/tsmlog/dsmwebcl.log
  2. In backup server, Check the user status
    dsmadmc
    > q admin
  3. In backup server, Update the password
    > update admin sprestore <new-password>


Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Web client installation in RHEL client