Use the mount command to complete various FastBack Mount tasks. When you run the mount command, use either a Windows logon ID with Administrator authority, or log on to the Linux system as the root user.
The Administrative Command Line, sometimes called the FastBack Shell, can be used to mount (mount add) and unmount (mount del) volumes, and to view a list of mounted volumes (mount view). Because the mount add command takes so many command tags, a mount dump command is also available. This mount dump command generates FastBack Shell commands for scripting purposes.
To use the mount command, FastBack Mount must be running. The FastBackShell.ini file must contain the name or IP address of the system where FastBack Mount is installed. This information is specified in the HOSTNAMES section. The FastBackShell.ini file is stored in the installation folder for the Administrative Command Line. The default location is C:\Program Files\Tivoli\TSM\FastBack\shell.
Snapshots are mounted or unmounted on the system where FastBack Mount is running. The repository can be shared over the network or attached to a FastBack Server.
-target "V:"
-target "C:\SNOWBIRD@FASTBACK\SnowbirtK\Snowbird\K\\"
-target "ISCSI: target=<target_name> initiator=<initiator_name>"
Use to specify the local or network share repository. For local repositories, you can specify "hostname@domain" or the full path for repository on folder.
"<path to network share> user=<username> pass=<password>
domain=<domain>"
<path to network share> can take the form of "share:\\<hostname>\<repository name>" or "\\<hostname>\<repository name>". The default name for a repository volume is "FB_REP_<drive letter>". The following example uses a network shared repository:-rep "share:\\ftp2-2k3\Share_of_Rep user=administrator pass=12345
domain=ABC"
The -rep tag can direct to a Tivoli Storage Manager server. For example: -rep 'tsm: ip=<IP address> port=<port> node=<node> as node=<as node> pass=<password> branch=<branch>'
-server "snowbird"
You can alternatively use the following parameter: SAN_layout.-volume "D:\\"
-date "2008-Sep-20 15:47:35" -when after
mount add -target X: -rep "C:\My_Folder_Repository" -policy
"Alta L" -server alta -volume E:\ -date "2008-Sep-20 15:47:35"
-when after
In this example, a snapshot, E:, is on Alta. This snapshot is mounted to the system where FastBack Mount is running, X:. The snapshot is pulled from the network share repository, "C:\My_Folder_Repository", by the policy, "Alta L". The exact snapshot on the volume to be mounted is the snapshot after September 20, 2008 at 3:47:35 PM.mount add -login admin -pass admin123 -domain xpress-restore -target
X: -rep "share:\\snowbird\FB_REP_G user=administrator pass=12345
domain=my_domain" -policy "Brighton Nighlty" -server Brighton
-volume E:\ -date "last snapshot" -ro
In this example, a snapshot, E:, is on the server named Brighton. The snapshot is mounted to the system where FastBack Mount is running, X:. The snapshot is pulled from the network share repository named "\\snowbird\FB_REP_G". G is a drive letter for one FastBack repository volume. This share requires a user, password, and domain. This information is supplied in the parameters for -rep. In addition, logon credentials are required for FastBack Mount that are provided at the beginning with -login, -pass, and -domain.mount del -target "c:\gever" -force
To unmount a snapshot that is mounted as volume V:, use the following command:mount del -target V:
To unmount a snapshot that is mounted as an iSCSI initiator, use the following command:mount del -target "ISCSI:<target_name>"
mount dump -type local -rep "C:\My_Folder_Repository" -for
TapeBackup -full -file "C:\dump.txt"
If -full is not specified, only the last snapshot of each volume is dumped.
If -file is not specified, the memory dump text is only printed to stdout.
mount dump -type local -full
------------------------------------------------------------------
|SNOWBIRD@OFFICE Alta J alta J:\ Last snapshot
|SNOWBIRD@OFFICE Alta J alta J:\ 2009-Aug-22 20:01:49
|SNOWBIRD@OFFICE Snowbird K snowbird K:\ Last snapshot
|SNOWBIRD@OFFICE Snowbird K snowbird K:\ 2009-Aug-22 20:24:11
------------------------------------------------------------------
mount remove -rep "C:\My_Folder_Repository"
mount view
------------------------------------------------------------------
| The following virtual volumes exist:
| 'Y:\' is mount of [snowbird@fbperf]-['AltBriPar I LAN'-'alta'-
| 'I:\' at 8/22/2009 8:54:42 PM]
| 'W:\' is mount of [snowbird@fbperf]-['AltBriPar I LAN'-
| 'brighton'-'I:\' at 8/22/2009 8:54:42 PM]
| 'V:\' is mount of [snowbird@fbperf]-['AltBriPar I LAN'-
| 'parkcity'- 'I:\' at 8/22/2009 8:54:42 PM]
------------------------------------------------------------------