Thank you for your reply, but the document (NetWorker Module for Databases and Applications Admin Guide) says: "The db2 prune command deletes backup entries for DB2 databases or tablespaces from both the DB2 server and NetWorker server." How this can be achieved?
Sorry, I am not a DB specialist. I just thought how to delete the save set via NW. This might be necessary to correct a malfunction.
According to the docs, one of the reason could be that "db2 prune" will not work when it is a snapshot backup. Then - according to the docs - another procedure applies.
bingo.1
2.4K Posts
0
April 6th, 2022 06:00
What you use are database commands - of course NW does not understand that.
This is what you have to do:
- find out the SSID of the db backup to be deleted.
- delete it with nsrmm -y -d -S ssid
This should do the job ... for NetWorker.
DaleMido
4 Posts
0
April 7th, 2022 00:00
bingo.1
2.4K Posts
0
April 7th, 2022 01:00
Sorry, I am not a DB specialist. I just thought how to delete the save set via NW. This might be necessary to correct a malfunction.
According to the docs, one of the reason could be that "db2 prune" will not work when it is a snapshot backup. Then - according to the docs - another procedure applies.