Remove/Delete VMware backups

micke77

Active Newcomer
Joined
Dec 5, 2012
Messages
8
Reaction score
0
Points
0
Hi!

I would like to remove some old vmware backups, I cannot get it to work.
Doing it from the "GUI Utilites - Delete Filespace " i get ( Unable to delete the filesspace because this node dose not have permission to delete achieved data ans(or backup up data)

In the command line, running Del filesspace [NODENAME] nametupe=fsid ( the nr I got from Q filespace [NODENAME] i get ANR2022E DELETE FILESPACE: One or more parameters are missing

What is it Im missing here?
 
On the TSM Server, you need to do this to give access to node to delete the filespaces:
Code:
update node {nodename} backdel=yes

You can issue this to get the proper syntax, required parameters are identified:
Code:
help delete filespace
 
I think it is

del filesp NODENAME FSID nametype=fsid
 
Back
Top