Difference between revisions of "RHEL 8.x Spectrum Protect Commands description"

From Notes_Wiki
m
Line 109: Line 109:
#:<pre>
#:<pre>
#::q mount
#::q mount
#:</pre>
#To display scheduled and completed events for selected clients
#:<pre>
#::q event * t=a
#::To query events scheduled to start during the past seven day
#::q event * * begind=-7
#:</pre>
#to display information about the data for one or more nodes in a sequential access storage pool
#:<pre>
#::q nodedata <nodename>
#:</pre>
#To display information about the sequential-access primary and copy storage pool volumes moved by the MOVE MEDIA command.
#:<pre>
#::q media
#:</pre>
#To display information about one or more copy groups.
#:<pre>
#::q copygroup * * t=backup f=d
#::q copygroup * * t=archive f=d
#:</pre>
#To display information about management classes
#:<pre>
#::q mgmtclass * * f=d
#:</pre>
#:</pre>


[[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Commands description|Spectrum Protect Commands description]]
[[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Commands description|Spectrum Protect Commands description]]

Revision as of 11:02, 12 May 2023

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Commands description

  1. To find the device class
    > q dev
  2. For checking the disk / tape libraries
    > q library
  3. For checking the tape volumes
    > q libvol
  4. For checking paths of tape library
    > q path
  5. For checking policy domains
    > q dom
  6. To check storage pools
    > q stgp
  7. To check full details of the storage pool
    > q stgp <poolname>
    Ex:
    > q stgp HANASPOOL f=d
  8. For list of the clients configured for the backups
    > q node
  9. To check full details of any node
    > q node <nodename> format=detailed
    Ex:
    > q node NPLPOPRDAPP_TAPE f=d
  10. To check schedules
    > q sched
  11. To check domain related schedules
    > q sched LOCAL_DOM format=standard
    > q sched TAPE_DOM format=standard
  12. To check occupency of particular node
    > q occu <nodename>
  13. Use the copy commands to create a copy of objects or data.
    > q copy * *
  14. Copy domain
    q copy <poolname> f=d
    Ex:
    > q copy HANA_DOM f=d
  15. To check process running state
    > q proc
  16. To find the all associations between policy and clients
    > q assoc
  17. To find the all association of the policy
    > q assoc <policy-name>
    Ex:
    > q assoc HANA_DOM
  18. To find out the association of the one node
    > q occu NPLFIDEVAPP_TAPE
  19. To check the last hour logs
    > q actlog
  20. For checking the sessions
    > q session
  21. To check the running process
    > q proc
  22. To display the drive information
    > q drive
  23. To display the total system information
    > q system
  24. Migrate all the data from disk to tape
    migrate stgp NONPRDWKLYPOOL lo=0
  25. Display information about the status of one or more sequential access volumes that are mounted
    q mount
  26. To display scheduled and completed events for selected clients
    q event * t=a
    To query events scheduled to start during the past seven day
    q event * * begind=-7
  27. to display information about the data for one or more nodes in a sequential access storage pool
    q nodedata <nodename>
  28. To display information about the sequential-access primary and copy storage pool volumes moved by the MOVE MEDIA command.
    q media
  29. To display information about one or more copy groups.
    q copygroup * * t=backup f=d
    q copygroup * * t=archive f=d
  30. To display information about management classes
    q mgmtclass * * f=d

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Commands description