IBM Tivoli Storage Manager, Version 7.1

Delete Group

Use the delete group command to delete a group backup on the Tivoli® Storage Manager server.

After deleting a group, the group leader (virtualfsname) remains on the Tivoli Storage Manager server. It contains no members (file or directories) but is reported in a subsequent query filespace command. There are no files listed if the showmembers option is added. Deleting a group does not remove the file space that it resides in because there might be other groups in it. Use delete filespace if you want to remove the file space and all the data it contains.

Note:
  1. Use the inactive option to display both active and inactive group backup versions. By default, Tivoli Storage Manager only displays active versions.
  2. Use the pick option to select a specific group to delete from the Tivoli Storage Manager server.
  3. Use the noprompt option if you want to suppress the confirmation prompt that normally appears before you delete a group backup version. By default, Tivoli Storage Manager prompts you for confirmation before deleting the group backup. Using this option can speed up the delete procedure. However, it also increases the danger of accidentally deleting a group backup version that you want to save. Use this option with caution.
  4. Use the query filespace command to display virtual file space names for your node that are stored on the Tivoli Storage Manager server.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Windows operating systems

Supported Clients

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems This command is valid for all UNIX and Linux clients, except for Mac OS X.

Windows operating systems This command is valid for all Windows clients.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-Delete GRoup-- --filespec--+------------+-------------------><
                              '- --options-'   

Parameters

filespec
Specifies the virtual file space name and the group name that you want to delete from the server storage.
Table 1. Delete Group command: Related options
Option Where to use
inactive Command line only.
noprompt Command line only.
pick Command line only.
pitdate Command line only.
pittime Command line only.

Examples

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Task
Delete the current active version of the /virtfs/group1 group.
Command:
delete group /virtfs/group1
Windows operating systems Task
Delete the current active version of the virtfs\group1 group.
Command:
delete group {virtfs}\group1
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Task
Delete a backup version of the /virtfs/group1 group from a list of active and inactive versions.
Command:
delete group /virtfs/group1 -inactive -pick
Windows operating systems Task
Delete a backup version of the virtfs\group1 group from a list of active and inactive versions.
Command:
delete group {virtfs}\group1 -inactive -pick


Feedback