RHEL 8.x Spectrum Protect Backup Agent installation in RHEL client

From Notes_Wiki
Revision as of 09:32, 2 May 2023 by Saurabh (talk | contribs) (Created page with "Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Backup Agent installation in client == Register the client in the Backup Management server == #On the backup server, open backup console #:<pre> #::dsmadmc #:</pre> #Register the client in the Backup Management server #:<pre> #::> REGIST...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Register the client in the Backup Management server

  1. On the backup server, open backup console
    dsmadmc
  2. Register the client in the Backup Management server
    > REGISTER NODE <client-host-name>_BA <Password> PASSEXP=0 DOMAIN=DEVQAFSDOM ARCHDEL=YES BACKDEL=YES maxnummp=999 FORCEPWRESET=NO SSLREQUIRED=DEFault SESSIONSECurity=STRict
    Ex:
    REGISTER NODE spclient1_BA admin123 PASSEXP=0 DOMAIN=RNDDOM ARCHDEL=YES BACKDEL=YES maxnummp=999 FORCEPWRESET=NO SSLREQUIRED=DEFault SESSIONSECurity=STRict
  3. Client Web gui access to admin user
    > grant auth <userid> cl=node auth=access node=<client-name>_BA
    Ex:
    > grant auth admin cl=node auth=access node=spclient1_BA
  4. From backup server, Copy cert256.arm file to client node
    scp /<path-to>/cert256.arm root@<client-node-ip>:/root
    Ex:
    scp /spdata/spinst/cert256.arm root@192.168.1.27:/root

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