bplist - No Entity Found
Hi all,
Trying to run a bplist command on a client to display DB2 images from an alternative client - Getting error 227 - No Entity Found.
bplist -C alternative.client.name -t 18 -l -R /
I have created the no.restrictions folder on the master server and I am able to run the exact bplist command successfully from all other clients. The problem only occurs on this one client which is a destination server for a re-directed DB2 restore.
From the same box where I'm having the issue I can specify 0 instead of 18 and it will display all of the other types of images for the alternate client. The problem seems to be specific to the DB2 images.
The bplist doco states - bplist shows only the files that you have read access to. Does this mean that the server I'm trying to run the command from may not have read access to the source data where the backup was taken from?
Does bplist just pull its data from the NBU catalog, or does it communicate with the source client too?
Any assistance would be appreciated.
Thanks guys, we worked it out. The issue wasn't with our bplist syntax, but with the BKUP_IMAGE_PERM directive on the source server DB2 backups. All working correctly now after changing the value to ANY.
BKUP_IMAGE_PERM
These keywords will modify the values as follows:A value of USER will set the permission to 600. This only allows the original user who backed up the data access to the backup images.A value of GROUP will set the permissions to 660. This allows anyone from the same group as the original user who backed up the data access to the backup images.A value of ANY will set the permissions to 664. This allows anyone access to the backup images.NOTE: If this keyword is not specified the permissions will default to 660.