IBM Tivoli Storage Manager, Version 7.1

Cmdlets for protecting custom application and file system data

The following table identifies the cmdlets that are available for use to protect custom application and file system data.

Table 1. Cmdlets to protect custom application and file system data. The following table identifies the cmdlets that you can use to protect custom application and file system data.
Cmdlet name Related command-line interface command (if available) Short description
Add-FcmFsPolicy fcmcli create policy Add a new VSS policy binding statement.
Add-FcmFsVssPolicy fcmcli insert vsspolicy Inserts a new VSS policy binding statement.
Backup-FcmFsComponent fcmcli backup Creates a VSS snapshot backup of volumes and mount points.
Copy-FcmFsPolicy fcmcli copy policy Copy a policy.
Dismount-FcmFsBackup fcmcli unmount backup Unmounts a mounted backup.
Get-FcmFsBackup fcmcli query backup Displays information about the backup.
Get-FcmFsComponent fcmcli query component Query the VSS components that are available on the system.
Get-FcmFsConfig fcmcli query config Displays configuration information.
Get-FcmFsConnection fcmcli query config Query for Tivoli Storage Manager server connection information.
Get-FcmFsManagedCapacity fcmcli query managedcapacity Assist with storage planning by determining the amount of managed capacity that is in use.
Get-FcmFsPolicy fcmcli query policy Displays policy information.
Get-FcmFsVSSPolicy fcmcli query vsspolicy Returns the VSS policy binding statements that are stored in the configuration file.
Mount-FcmFsBackup fcmcli mount backup Mounts a backup providing access to the files that the backup contains.
Remove-FcmFsBackup fcmcli delete backup Deletes a backup from FlashCopy Manager storage.
Remove-FcmFsPolicy fcmcli delete policy Removes a policy.
Remove-FcmFsVssPolicy fcmcli delete vsspolicy Deletes a VSS policy binding statement.
Reset-FcmFsTsmPassword fcmcli changetsmpassword Used to change the Tivoli Storage Manager password used by the FlashCopy Manager for File Systems.
Restore-FcmFsBackup fcmcli restore Restore a backup.
Set-FcmFsConfig fcmcli update config Update configuration for file systems and custom applications.
Set-FcmFsPolicy fcmcli update policy Update an existing policy.
Set-FcmFsVssPolicy fcmcli update vsspolicy Updates an existing VSS policy binding statement.
To view the details about a specific cmdlet, run the Get-Help cmdlet with the cmdlet name. For example:
Get-Help Backup-FcmFsComponent
To continue the example, to see examples for the cmdlet, enter:
get-help Backup-FcmFsComponent -examples
For more information, enter:
get-help Backup-FcmFsComponent -detailed
For technical information, enter:
get-help Backup-FcmFsComponent -full
To go to the information center, enter:
get-help Backup-FcmFsComponent -online
For information about a specific parameter, enter:
help Backup-FcmFsComponent -Parameter backupdestination
To display the help in a separate window, include the -showwindow parameter with the help command.


Feedback