Graeme_Welsh
19 years agoLevel 5
"preview media request failed"
hi
has anyone seen the following error
while in 'Backup, Restore, Archive GUI' and selecting some files to restore, and then clicking on 'preview media required' button, receive the following errror
'preview media request failed : no entity was found (227)'
were using disk staging...
thanks
has anyone seen the following error
while in 'Backup, Restore, Archive GUI' and selecting some files to restore, and then clicking on 'preview media required' button, receive the following errror
'preview media request failed : no entity was found (227)'
were using disk staging...
thanks
- Academic Exrecise means you learned something from the event.
You learned to never delete a file from the staging unit but instead
1) place all of the images that end with a _C1_F1.ds into /tmp/file minus the _C1_F1.ds
2)
for i in `cat /tmp/file`
do
bpexpdate -d 0 -force -copy 1 -backupid $i
done
Then Netbackup will automatically remove the files from the staging unit when the image is expired.