Difference between revisions of "RHEL 8.x Spectrum Protect Commands description"
From Notes_Wiki
m |
|||
Line 106: | Line 106: | ||
#::migrate stgp NONPRDWKLYPOOL lo=0 | #::migrate stgp NONPRDWKLYPOOL lo=0 | ||
#:</pre> | #:</pre> | ||
#Display information about the status of one or more sequential access volumes that are mounted | |||
#:<pre> | |||
#::q mount | |||
#:</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 07:14, 11 May 2023
Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Commands description
- To find the device class
- > q dev
- For checking the disk / tape libraries
- > q library
- For checking the tape volumes
- > q libvol
- For checking paths of tape library
- > q path
- For checking policy domains
- > q dom
- To check storage pools
- > q stgp
- To check full details of the storage pool
- > q stgp <poolname>
- Ex:
- > q stgp HANASPOOL f=d
- For list of the clients configured for the backups
- > q node
- To check full details of any node
- > q node <nodename> format=detailed
- Ex:
- > q node NPLPOPRDAPP_TAPE f=d
- To check schedules
- > q sched
- To check domain related schedules
- > q sched LOCAL_DOM format=standard
- > q sched TAPE_DOM format=standard
- To check occupency of particular node
- > q occu <nodename>
- Use the copy commands to create a copy of objects or data.
- > q copy * *
- Copy domain
- q copy <poolname> f=d
- Ex:
- > q copy HANA_DOM f=d
- To check process running state
- > q proc
- To find the all associations between policy and clients
- > q assoc
- To find the all association of the policy
- > q assoc <policy-name>
- Ex:
- > q assoc HANA_DOM
- To find out the association of the one node
- > q occu NPLFIDEVAPP_TAPE
- To check the last hour logs
- > q actlog
- For checking the sessions
- > q session
- To check the running process
- > q proc
- To display the drive information
- > q drive
- To display the total system information
- > q system
- Migrate all the data from disk to tape
- migrate stgp NONPRDWKLYPOOL lo=0
- Display information about the status of one or more sequential access volumes that are mounted
- q mount
Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Commands description