hidden:Recover primary copy from secondary copy in HPSS: Difference between revisions

From Lsdf
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:


1.1 Log in on the active HPSS core server
1.1 Log in on the active HPSS core server

1.2 set the volume to VV Condition “DOWN”
1.2 set the volume to VV Condition “DOWN”

Revision as of 15:29, 11 February 2019

Recover volumes in HPSS

Call "man recover" on the core server to see a detailed description of the hpss "recover" tool
Recover means: stage all files from the secondary copy and re-write the primary copy

1. Recover the whole volume in HPSS

1.1 Log in on the active HPSS core server 

1.2 set the volume to VV Condition “DOWN”

1.3 /opt/hpss/bin/recover -i1 -v "volume_name" > /var/hpss/tmp/volume_name_recover_out.txt 2>&1 &
Note: use option –w to change the number of seconds for the progress watch cycle (e.g. -w 300)

1.4 check the output file /var/hpss/tmp/volume_name_recover_out.txt

1.5 recover creates an additional report file: /var/hpss/tmp/recover.volume_name.report.txt, take a look at it
Note: it could be a long running process depending on how much files have to be recovered

1.6 The status of the running recovery process can be checked at any time with:
/opt/hpss/bin/recover --status -i1 -v TK071300

1.7 /opt/hpss/bin/recover -i1 -l list all running recovery processes

2. Reclaim or discard the repacked cartridges

!!!to be described!!!



back to HPPS main page