User's Manual
7.13
Recovery Manager Commands
3PAR Recovery Manager 3.0.2 for Microsoft SQL Server User’s Guide
3PAR Confidential
COMMAND
RMSql mount
SYNTAX
RMSql mount -s <SQL Server> -t <timestamp> [-m <mount point>]
[-ts <host name>]
DESCRIPTION
The RMSql mount command mounts a virtual copy created by the RMSql create command. In
order to mount the virtual copy devices, an available mount point must be created on the NTFS
volume before the command is executed.
PARAMETERS
The following options are supported:
◆ -s <SQL Server> - The SQL server associated with the database.
◆ -t <timestamp> - The timestamp for the virtual copy to be mounted.
◆ -m <mount point> - This is an optional argument. The mount point for virtual copy
devices. The default mount point: %SystemDrive%\3parSnapshot.
◆ -ts <hostname> - This is an optional argument. The name of the host where the
virtual copy will be mounted. If this flag is not specified, the mount destination will
automatically be the local host.
WARNING: The proper way to dismount a mounted volume that has been
mounted by the RMSql mount command is with the RMSql unmount command.
Do not manually dismount a mounted volume that has been mounted by the
RMSql mount command.