-f mount

This command mounts a snapshot backup on a backup system.

Mounting a backup means the following occurs:
  1. Configure the target volumes, which might need to be assigned to the offload system (see the profile parameter BACKUP_HOST_NAME in DEVICE_CLASS device for details).
  2. Import the volume groups from the target volumes.
  3. Mount all file systems within the volume groups.

The mount is done by one mount agent for each backup server. As a result, a mount agent is started by the launchpad daemon that runs on the respective backup server. Specifying -B <backup-id> to identify a snapshot backup for mounting on the offload system.

If no backup with the usability state TAPE_BACKUP_PENDING exists, the -B parameter is mandatory. Here are two examples. The first one is generic:
fcmcli -f mount -U <client_section_name> -B <backup-id>
Here is a specific example for Oracle:
fcmcli -f mount -U OR1 -B A0IFZH2OKH
.
Note: If the option -B is omitted, the oldest backup still in state tape_backup_pending is selected implicitly.

To reflect whether a snapshot backup is being mounted or is mounted, the usability states MOUNTING and MOUNTED, are set for those backups in the snapshot backup repository. These two state values prevent a duplicate mount request for a backup that is being mounted, or is already mounted, on the backup system. If multiple snapshot backups of a database are candidates to be mounted, IBM Storage Protect Snapshot picks the one with the most recent snapshot backup ID.

Syntax

Figure 1. -f mount function-clauses

1 
2.1   -f mount
2.1  -U client_section_name
1   -B backup ID
Where:
-f mount
Mount snapshot target set.
-F
Force a reset of TAPE_BACKUP_IN_PROGRESS usability states for the specified snapshot backup during the unmount force function. This parameter also requires the following -B backup-id argument.
-B backup ID
The Backup ID as displayed by fcmcli -f inquire [_detail] command.