Support Document: Microsoft SQL Server - LiveVault 7.6X

Size: px
Start display at page:

Download "Support Document: Microsoft SQL Server - LiveVault 7.6X"

Transcription

1 Contents Preparing to create a Microsoft SQL backup policy... 2 Adjusting the SQL max worker threads option... 2 Preparing for Log truncation... 3 Best Practices... 3 Microsoft SQL Server 2005, 2008, or 2008 R2: Backing up the master database... 3 Creating a Microsoft SQL Backup Policy... 4 To create a SQL backup policy, complete the following steps:... 4 Microsoft SQL Server 2000 and 7.x backup with a Standard Policy... 5 Configuring SQL Server Backup... 5 SQL Transaction Log Truncation... 6 SQL Server Backup Utility... 6 Restoring a Microsoft SQL Server policy... 7 Before you begin... 7 Restoring a SQL Policy... 8 Restoring over the Internet... 8 Attaching a database Restoring from a Restore Device File Restore of Microsoft SQL Data Copy database to a new location Restoring Microsoft SQL Server 2000 and 7.x databases with a Standard Policy Resolving Short Names Troubleshooting Microsoft SQL policy issues General Backup and Restore problems Restore With Copy aborting with errors You cannot browse objects when creating a SQL backup policy Post-restore errors Truncation Error message Searching the Event Log for errors Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 1

2 Preparing to create a Microsoft SQL backup policy This topic pertains to Microsoft SQL backup and restore policies, which Cloud Recover supports on SQL Server 2005, 2008, and 2008 R2. Note: To back up SQL Server 2000 or 7.x, you must use a standard backup policy. Before you create a SQL backup policy, be aware of the following conditions: On a SQL Server you can run multiple SQL Server services, each with their own ports, logins, and databases. Each of these services is called an instance. You can further categorize these as the default instance and named instances. This on-line help will use the term instance or SQL Server instance without making a distinction between default instances or named instances. SQL Server instances must be running for a SQL policy to successfully back them up. In SQL 2005, the SQL VSS Writer service is set to Manual by default. Change it to Automatic, and then start it for SQL policies to succeed. To use the transaction log truncation feature, install SQLCMD.exe. It is part of Basic Management Tools in the SQL installation. For SQL backups and restores to succeed on 2-node Windows clusters with multiple instances, all instances must be running on the same cluster node. By default, CloudRecover will back up 75 databases on a 32-bit system and 150 on a 64-bit system. However, you can increase this number to 300 databases on a 32-bit system and 600 databases on a 64-bit system if you adjust the max worker threads to an appropriate value. Adjusting the SQL max worker threads option To adjust the SQL max worker threads to enable the backup of more SQL Server databases, complete the following steps: 1. Launch SQL Management Studio. 2. Provide the server name and login credentials. 3. In the Object Explorer pane, right-click the SQL Server instance that you want to configure. 4. Select Properties from the context menu. 5. Select the Processors page. 6. Type the number of worker threads required to back up your databases. SQL Server requires three worker threads for each database that you want to back up. Do not enter more than 1024 threads on a 32-bit system. 7. Click OK. 8. For these changes to take effect, restart the SQL Server instance. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 2

3 Preparing for Log truncation This option allows SQL to reuse the space consumed by transactions that have already been committed to the database. You should not choose this option if you are using another application besides CloudRecover to manage or backup the transaction logs. If you choose not to use this feature, then transaction logs for any databases using full or bulk-logged recovery models will continue to grow unless they are periodically truncated by some other means. Master databases, model databases, and MSDB will not have their logs truncated. If you plan to truncate logs, you must have the SQLCMD.EXE utility installed. Whichever account you use to run lvbackupservice must have rights to run SQLCMD.EXE. Each SQL database can have its recovery model set to Simple, Bulk, or Full. CloudRecover will protect SQL databases in all combinations of the Recovery Model and the Truncate Logs option the user chooses for those backup policies. In cases where the user sets a policy to Truncate Logs on a database where the Recovery Model is set to Simple, the backup log will contain a warning since CloudRecover cannot truncate the logs on the database. Best Practices On databases where you are using the Simple recovery model, do not set the CloudRecover backup option to truncate logs. On databases where you are using the Bulk or Full recovery models, use the CloudRecover backup option to Truncate Logs, or manage the logs by other means. When a SQL server has multiple databases with different recovery model settings, and you are using CloudRecover to manage the logs, create multiple CloudRecover backup policies for the different databases, each with the appropriate setting for truncating the logs to match the Recovery Model of the databases the policy is protecting. Microsoft SQL Server 2005, 2008, or 2008 R2: Backing up the master database Every instance of Microsoft SQL Server has a master database that contains information about users and databases that are part of the instance. To protect your SQL Server installation, include the master database when you create SQL backup policies. To recover the master database, note the following considerations: You must manually attach any databases you created after CloudRecover backed up the master database. This is because the master database contains information about which databases are part of the instance. If you made any user login changes after CloudRecover backed up the master database, the changes will be lost. You must redo the changes after the restore. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 3

4 Creating a Microsoft SQL Backup Policy If you are backing up SQL Server 2000 or SQL Server 7.x servers, you must use a standard policy. To protect your SQL Server installation, we recommend that you include the master database when using creating SQL backup policies. Every instance of Microsoft SQL Server has a master system database that contains information about users and databases that are part of the instance. When you create policies, confirm the clock time and time zone designation on the Agent machine. If the time or time zone is incorrect, in rare cases it can cause restorations from the initial backup to fail. To create a SQL backup policy, complete the following steps: 1. In the Navigation Pane, select the computer you want to back up. 2. Select the Backup tab. 3. On the Backup tab, click add new SQL Server Policy. The Backup Configuration page opens. 4. In the New Backup Policy field, type a name for the policy. 5. In the left pane, the SQL Server is displayed. SQL objects will not be visible if the SQL Server service is not running for all instances you are attempting to browse. To back up all databases in one or more SQL Server instances: a. In the left pane, select the SQL Server. The right pane displays the SQL Server instances on that server. b. In the right pane, check the box for the SQL Server instance(s) that contain the databases to back up. The policy backs up all the databases in the instance(s) you selected. 6. To back up individual databases in a SQL Server instance: a. In the left pane, click to expand the SQL Server. b. In the left pane, select the SQL Server instance that contains the database(s) to back up. The right pane displays the databases in the selected SQL Server instance. c. In the right pane, check the box for the database(s) to back up. d. In the Schedule tab, create a schedule for the backup policy. 7. In the Options tab, you can enter the name of a script that will be run before or after the backup occurs. 8. Select Truncate transaction logs at the end of a successful backup if you want to truncate the transaction logs. 9. Click Next. The Backup Confirmation page opens. 10. Review the configuration for the policy 11. Click Done. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 4

5 Microsoft SQL Server 2000 and 7.x backup with a Standard Policy If you are backing up SQL Server 2005 or 2008, or 2008 R2 you should use SQL policies to ensure that your data is transactionally safe. However, if you are backing up SQL Server 2000 or SQL Server 7.x servers, you must use standard policies. Although you do not need to create a separate backup policy for your SQL database, you might find it helpful to group all of your SQL database files together. Use the following guidelines when you create a backup policy for Microsoft SQL Server. Configuring SQL Server Backup Create a separate backup policy for SQL Server files if you want an easy way to restore SQL files only, or you need different backup parameters than you have set for other policies. These parameters can include frequency of backup and length of retention rules. To back up a SQL Server, complete the following steps: 1. Create a separate SQL Server database backup policy. 2. Select the directories and volumes that contain the SQL data, transaction logs, and application files. Your directory path can be different from that depicted above; be sure to make the appropriate adjustments. 3. Exclude the SQL Server backup directories and their subdirectories. In the tree view on the Selection tab, you will see the icon for the automatically excluded directory and subdirectories. The SQL Server backup directory is specified in the registry key HKLM\Software\Microsoft\MS SQL Server\MSSQL value BackupDirectory For SQL Server 7.0 this is commonly C:\SQL\Backup For SQL Server 2000 this is commonly C:\Program Files\Microsoft SQL Server\mssql\backup For example, if the BackupDirectory value is C:\Program Files\Microsoft SQL Server\mssql\backup, create the following exclusion rule: Exclude C:\Program Files\Microsoft SQL Server\mssql\backup\* (Subdirectories Yes) 4. Typically, you set your schedule to continuous backup so that your changes are always being backed up. However, you can set any schedule you want. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 5

6 Important: You must back up the Windows System State for your computer. If you do not back it up, you will not be able to perform a disaster recovery, and you might not be able to restore your databases or applications. SQL Transaction Log Truncation Unlike traditional backup products, the LiveVault backup technology does not rely upon the SQL standard logging to ensure complete and accurate backups or restores. Therefore, LiveVault does not truncate or remove the SQL logs. You must truncate the log so that the computer does not run out of disk space. For example, you may set up SQL maintenance to truncate the transaction logs each day or set the SQL database recovery model to Simple. Refer to your SQL documentation for information about truncating the transaction logs. If you require assistance, contact Customer Service. SQL Server Backup Utility Do not use LiveVault to back up the SQL backup files. Each time you perform a SQL backup to disk (using the SQL backup utility), the SQL backup files change 100%. If the SQL backup files are included for backup by LiveVault, then LiveVault will back up those full files each time you perform a SQL backup. This will consume a significant amount of bandwidth, which can affect backup performance. Depending on the size of the SQL backup files, the amount of SQL and other data you are also backing up, and the speed of your Internet connection, the additional load of backing up the SQL backup files could possibly prevent your other data from being backed up in an acceptable amount of time. Also, this additional backup load is redundant, as you are already backing up your SQL data with LiveVault. However, if you choose to back up the SQL backup files, contact Cloud Recover Support for assistance identifying the amount of bandwidth that you need for successful backup. If your Internet connection can handle the increased data, you can create a separate backup configuration for the SQL backup directories and schedule it to run after your SQL backup utility completes. This method will have less impact on the backup of your SQL data and other data. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 6

7 Restoring a Microsoft SQL Server policy The procedure in this help topic will help you restore Microsoft SQL Server databases that were backed up with a SQL policy. To restore SQL Server databases backed up with a standard policy, see Microsoft SQL Server Restore with a Standard Policy. Before you begin You should be aware of the following information before you begin to restore SQL Server data: You can restore either the most current version that has been backed up or an historic version. The currency of the "most current version" depends on the schedule for the SQL policy you want to restore. However, in a data corruption event, the most current backed up version may be corrupted. This depends on when the corruption occurred and whether the corrupted data has already been backed up. You may need to perform several restores, current, then historic, until you restore a version from before the corruption occurred. The SQL versions and service packs you restore should be the same versions as the environment to which you are restoring. For information about version compatibility, refer the Microsoft article ms aspx. If you have lost the SQL Server you may need to recover the entire server, which is a disaster recovery. Follow the disaster recovery procedure Recovering a SQL Server with a SQL policy in the LiveVault Disaster Recovery Guide. You should only use this procedure if you are trained and experienced in Microsoft Windows and Microsoft SQL Server. For more information on performing a disaster recovery of a SQL Server, please contact us for a copy of the Live Vault Disaster Recovery Guide If you are restoring SQL Server policies that do not include the master database, the SQL Server instance must be running. If you are restoring SQL Server policies that include the master database, the SQL Server instance must be shutdown. After the restore is completed, you can start the instance and SQL Server will read the database and user information from the restored version of the master database. You can restore the master database as a normal user database under a new name using the Restore Copy option. You should leave the instance running under this scenario. The master database contains information about users and databases that are part of that SQL Server instance. You may restore other databases at the same time you are restoring master, but if they did not exist at the time the backup was created you must manually attach them. You can restore a SQL Server database to its original location, or copy it to a new location. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 7

8 o If you restore to the original location and the selected databases do not exist, the files will be restored to their original location and the databases will be automatically attached to the server instance. If the selected databases do exist, the files will be overwritten. o If you restore a SQL Server database to a different location, the files will be restored to the new location and the database will be automatically attached to the SQL Server instance under the new name you assign to it. The database files themselves are not renamed. If the original database still exists, the files must be restored to a different location than the original. You can restore the master database as a normal user database under a new name using the Restore Copy option. You should leave the instance running under this scenario. Restoring a SQL Policy To restore a SQL policy, complete the following steps: 1. In the CloudRecover Web Management Portal Navigation Pane, select the SQL policy that originally had the data that you are restoring. 2. Select the Restore tab. 3. Click New Restore. 4. The Restore Wizard opens. 5. In the Restore Wizard, select a delivery choice: a. Restore data over the Internet Note: Select the Internet restore delivery option if you know that you have sufficient bandwidth and the connection stability to restore your data. b. Have Media Device Shipped to you Depending on the amount of data you have to restore, if you request a device before 10 a.m., it can ship as early as the next business day. Restores larger than 100 GB can ship on the second business day (Mon-Fri). Restores larger than 500 GB can ship the second or third business day. Typically you pay a fee for a Media Device restore. The system displays a form for you to select the version of data to restore, and the shipping method. When you click Next, the Restore Wizard Shipping Information form opens, requesting the address for shipment of the appliance. When the restore device arrives, you attach it to your network. You can then restore the backed-up files. Restoring over the Internet If you selected Restore Data over the Internet in Step 4 above, the What would you like to restore page opens. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 8

9 To restore over the Internet, complete the following steps: 1. Check SQL Server, and then click Next. 2. In the Name to use for this restore request box, type a name for the restore job. 3. From the Policy filter menu, select the policy that you want to restore. 4. From the Version menu, select the backup version from which you want to restore the databases. The most recent version is selected by default. 5. Browse and select the Microsoft SQL objects from the object view of your SQL Server's backed up file structure. 6. To continue creating the restore policy, click Next. 7. To select other types of restore, see the options below: a. To perform a file restore, click the Options tab, and then skip to File Restore of Microsoft SQL Data. b. To copy a database to a different location, click the Options tab, then skip to Copy database to a new location. c. If you included the Master database in your restore policy, note the following considerations: o In the Windows Services manager on the agent, you must stop the associated SQL Server instance service or the restore will fail. The only exception is if you are copying the master database as a normal user database under a new name. In that scenarios, you should leave the instance running. o You must manually attach any databases you created after CloudRecover backed up the server. o You must redo any user login changes you made after CloudRecover backed up the server. o You may restore other databases at the same time you are restoring master, but if they did not exist at the time the backup was created then you must manually attach them. For more information see Attaching a database. o When you restore the master database to a clustered server, bring the SQL Server resource offline. 8. Review the information in the Restore Request Confirmation page. 9. Do one of the following: a. To accept the restore request and start the restore process, click Done. b. To make changes to the restore request, click Previous. When you click Done, CloudRecover starts to process the restore request. When restoring a SQL 2005 database with full-text catalogs, you must rebuild the catalogs after the restore. To do this, right-click the catalogs in SQL Management Studio and select Rebuild. 1. Expand the storage folder. 2. Right-click the catalog Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 9

10 3. Select rebuild 4. Click Yes to delete the full-text catalog and rebuild it Attaching a database Occasionally you might have database files available on your system and want to attach the database to a SQL Server instance so you can start to use it. To attach a database, you can use the CREATE DATABASE command or complete the following steps: 1. Launch SQL Management Studio. 2. Provide the server name and login credentials 3. In the Object Explorer pane, locate the Databases folder, and then right-click it. 4. Select Attach from the context menu. 5. To locate the.mdf file for the database, click Add. 6. Click OK. Restoring from a Restore Device If you selected Have Media Device Shipped to you, the Restore Wizard begins. It starts with the task of naming the new restore job. 1. Suspend backup on the policies for which you are restoring data. 2. Type a name for the new restore request in the Name for this restore request field. 3. From the Restore as of menu, choose the date and time of policy backups that you want to restore. When the restore device arrives, and you attach it to your network, you can select files from a backup version from a time on or before the date and time that you specified on the Restore as of menu. 4. From the Ship Via drop-down list, select a shipping method. 5. Click Next. The Shipping Information page opens. 6. Type your shipping information in the fields provided, and then click Next. 7. Review the information in the Computer Restore Confirmation form. 8. If you did not disable backup policies in step 1, check Disable SQL backup policies. 9. Choose one of the following actions: a. To accept the restore request and start the restore process, click Done. b. To make changes to or cancel the restore request, click Previous. When you click Done, CloudRecover processes the restore request. You can track its progress in CloudRecover Web Management Portal. 10. When your storage device arrives, you can restore the entire database for the date you selected or restore individual Microsoft SQL Server databases. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 10

11 File Restore of Microsoft SQL Data 1. On the Options tab, select File Restore. 2. If this restore is part of a Disaster Recovery, select Overwrite existing file even if restored file is older and Overwrite open files when the computer is rebooted. 3. If this is a redirected restore to a different location on the disk, or to a different server, complete the following steps: a. Select the box Redirect restored data to a different computer b. Type a location c. Select the box Redirect restored files to a different location d. Click Next. 4. If this is a redirected restore, see the topic Redirecting Restored Files on Windows. 5. Select your other preferences, and click Done. Copy database to a new location To copy a database to a different location, note the following considerations: When copying a database to a clustered server, you must restore to one of the shared drives owned by the SQL Server instance. When copying a SQL 2005 database with full-text catalogs, you must rebuild the catalogs after the restore. To do this, right-click the catalogs in SQL Management Studio and select Rebuild. 1. Expand the storage folder. 2. Right-click the catalog 3. Select rebuild 4. Click Yes to delete the full-text catalog and rebuild it To copy a database to a different location, click the Options tab, and complete the following steps: 1. On the Options tab, select Restore database copy with new name. 2. Type a location for the database copy in the New directory path field. 3. Type a name for the new database in the New database name field. This name cannot be the same as any existing database in that SQL Server instance. 4. Click Next to continue. Return to step 9 in the procedure Restoring via the Internet. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 11

12 Restoring Microsoft SQL Server 2000 and 7.x databases with a Standard Policy If you backed up your SQL Server database(s) with SQL policies, you should restore them with SQL policies. However, if you backed up your SQL Server database(s) with standard policies, you use this procedure to restore them. If you backed up a SQL Server 2000 or SQL Server 7.x server, you had to use a standard policy, since SQL policies are not supported for those versions of SQL Server. Use the following procedure as a guideline for restoring a Microsoft SQL Server after a data corruption event. Depending on the type of corruption event you have, you can restore the most current copy of the backed-up data or a historic version of the data. The recommended procedure is to restore the most recent copy of the data first. This ensures the least amount of data loss. However, in a data corruption event, the most current backed-up version can be corrupted. This depends on when the corruption occurred and whether the corrupted data has already been backed up. You might need to perform several restores until you restore a version from before the corruption occurred. Only personnel with training and experience in Windows and SQL Server should implement these procedures. To restore a SQL Server, complete the following steps: 1. Stop the SQL service. 2. Follow the steps in Requesting a Restore to restore SQL Server using LiveVault Web Management Portal. When you request the restore, you must to do the following steps: When specifying the files and directories to restore, ensure that you select all the files comprising the SQL Server. If you are restoring a large amount of data or an entire computer, the Restore Wizard lets you have a Restore Device shipped to you. If you choose Internet delivery, set the following in the Options tab of the Restore Request page: o Select Restore the Original Backup Security Attributes. o Select Auto-rename the existing file. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 12

13 Important: When you restore files or directories, select Auto-rename the existing file for the greatest flexibility. However, you must have sufficient disk space for both copies of each file. If you do not have sufficient disk space, the restore will fail. If sufficient disk space is not available, you can use one of the overwrite options (for example, Always overwrite existing file with restored file). However, you cannot retrieve an overwritten file except by restoring another version. 3. If your data is sent on a Restore Device, after you receive the device with your restored data, see Restoring Your Data From a Restore Device to restore the data to your computer. During the restore, set the following restore options: Select Restore the Original Backup Security Attributes. Select Auto-rename the existing file. Important: When you restore files or directories, select Auto-rename the existing file for the greatest flexibility. However, you must have sufficient disk space for both copies of each file. If you do not have sufficient disk space, the restore will fail. If sufficient disk space is not available, you can use one of the overwrite options (for example, Always overwrite existing file with restored file). However, you cannot retrieve an overwritten file except by restoring another version. 4. After the restore is complete, restart the SQL service. It should recover itself from the data provided in the restore. 5. Verify that the restore succeeded. For example, check that your database is no longer corrupted. If you must restore a different version, perform this procedure again with an older version. 6. If SQL fails to restart, it might be due to Microsoft's use of short names to configure the service. See below. Resolving Short Names If the service fails to restart following a restore, make a note of the destination folder from which the.exe is trying to launch, complete the following steps: 1. Open a command prompt. 2. List all folders with Microsoft short names similar to the one for which SQL is searching. Two folders concern you: the short name folder that Windows thinks contains the SQL executable, and the short name folder that actually contains the executable. 3. Temporarily rename the folder that actually contains the SQL executable. For example, rename "Micros~1" to "Temp_Micros~1." This will force Windows to reassign a new short name to that folder. 4. Temporarily rename the folder that Windows thinks contains the SQL executable. For example, rename "Micros~4" to "Temp_Micros~4." This will force Windows to reassign a Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 13

14 new short name to that folder, which should reestablish the proper sequence of short names, so that SQL can find the correct folder and execute. 5. Rename the folder that contains the executable back to its original name. Windows will dynamically reassign the proper short name to this folder. 6. Rename the other folder back to its original name. Windows will dynamically reassign another short name to this folder. Copyright 2012 ITN Cloud Recover 14

15 Troubleshooting Microsoft SQL policy issues Consult this page if you are experiencing difficulties creating or running Microsoft SQL backup and restore policies. This topic pertains to SQL backup and restore policies, which LiveVault supports on SQL Server 2005, 2008, and 2008 R2. To back up SQL Server 2000 or 7.x, you must use a standard backup policy. General Backup and Restore problems If your backups or restores are unsuccessful, it may be that LiveVault is unable to contact the SQL Writer or the SQL Server Service. If any of the following conditions occur, verify whether the SQL Server service is running: For new agents without SQL backup policies, you might not be presented with the option to add a new SQL Server backup policy. When browsing the server while editing or creating a SQL backup policy, you may receive an error that the Web UI cannot communicate with the agent. Existing backup or restore policies may fail. You will receive errors in the Web UI and/or through . If the agent has active SQL backup policies, and the SQL Writer is disabled, you will receive an notification. To verify that the SQL Server VSS Writer is present, enabled, and running, complete the following steps: 1. Click Start >> Control Panel >> Administrative Tools >> Services, or from a command line, type services.msc. 2. Locate the service called SQL Server VSS Writer. If this entry is missing, you must use your Microsoft SQL Server installation media to install this component to enable SQL backups and restores. 3. Verify that the service s Startup Type is set to Automatic. To change the service's startup mode, complete the following steps: a. Right-click the service b. Select Properties c. Set the Startup type to Automatic. d. Click OK. 4. Verify that the service s status is set to Started from the popup menu.. If the service is not running, right-click the service and choose Start Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 15

16 5. If LiveVault still cannot contact SQL Writer, it may be that one or more of the selected databases have leading or trailing whitespace in their name. This is due to a Microsoft bug. For more information, see To verify that the SQL Server service is started, complete the following steps: 1. Locate the service called SQL Server. Each SQL Server instance has its own SQL Server process, so verify that the service is running for the database or instance you are attempting to browse. 2. Verify that the service s status is set to Started. 3. If the service is not running, right-click the service and choose Start from the popup menu. If this service was not started, it will now be detected the next time a SQL backup occurs or in 20 minutes, whichever comes first. Restore With Copy aborting with errors If a restore with copy is aborting with errors, it might be caused by a double backslash in the directory path of the database being restored. To check for this condition, on the database open SQL Server Management Studio and run the SQL query: select filename from sysfiles The following is an example of the problem, where there is a double-backslash in the path. C:\Program Files\Microsoft SQL Server\MSSQL.4\MSSQL\DATA\\Databasename.mdf C:\Program Files\Microsoft SQL Server\MSSQL.4\MSSQL\DATA\\Databasename_1.LDF The database could end up in this state from a SQL restore from a backup file which specifies new paths for the database files. To correct the problem, remove one of the backslashes, leaving a single backslash. You cannot browse objects when creating a SQL backup policy The most likely causes of this are the following: The SQL Writer is not communicating. Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 16

17 The SQL Server for that instance is not running, or not communicating. Each SQL instance has its own service name, so verify that the service is running for the database or instance you are attempting to browse. The service name will be in the format MSSQL$[NamedInstance] for named instances, or MSSQLSERVER for a default, unnamed instance. After the SQL Server is started, it will be detected after the next backup or in 20 minutes, whichever comes first. A new database was created, which LiveVault does not detect yet. The database will become visible after the next backup or in 20 minutes, whichever comes first. To make the database visible immediately, restart the backup service on the LiveVault agent. Post-restore errors Post-restore errors occur when the database files were restored successfully, but LiveVault encountered an error when trying to communicate with SQL Server to finish the restore, for example, when the SQL Writer service is stopped before the restore can finish. If an error occurs during post-restore processing, check the SQL Server instance to see if all of the restored databases are part of the instance. If any are missing, you must manually attach the databases, or redo the restore. A second restore should run quickly. In some cases, databases are stuck in a Restoring state. In this case you must manually detach the databases before reattaching or redoing the restore. To manually detach a database, you can run a system stored procedure with the following syntax: Truncation Error message If you checked the box Truncate transaction logs at the end of a successful backup on the Options tab, you may receive an error message "LiveVault encountered an error while attempting to truncate the transaction logs." To diagnose the cause of this error, search the event logs and the LiveVault logs directory. Searching the Event Log for errors When searching the event log to evaluate your SQL environment, be aware of the following messages: Event Source Event ID Event Type Notes SQLVDI 1 Error You might see this error in the application event log when using LiveVault with SQL Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 17

18 Server This message is logged in error and backups will still succeed. To stop the message from appearing in the event log, apply the hotfix described in the Microsoft article KB SQLWRITER Error You might see this error if the account under which the SQL Writer service runs does not have access to the SQL Server instance, or if you didn't shut down the Master database and all SQL instances containing databases you were attempting to restore. Either change the account under which the service runs, or ensure the account has sufficient rights to connect to the server instance. Refer to the Microsoft article KB for more information. VSS 6013 Error You might see this error if the account under which the SQL Writer service runs does not have privileges to query the system databases that are necessary to perform a backup. You must ensure the service s account has the permissions necessary. Refer to the Copyright 2012 ITN Cloud Recover support@cloudrecover.com.au 18

19 MSSQL (Instance Name) Microsoft article KB for more information Error You might see this error while using LiveVault to backup SQL Server As noted in the Microsoft article KB970878, there is no hotfix to stop the event messages from being logged, but the backups and SQL Server should run without problems. Copyright 2012 ITN Cloud Recover 19

WHITE PAPER: ENTERPRISE SOLUTIONS. Symantec Backup Exec Continuous Protection Server Continuous Protection for Microsoft SQL Server Databases

WHITE PAPER: ENTERPRISE SOLUTIONS. Symantec Backup Exec Continuous Protection Server Continuous Protection for Microsoft SQL Server Databases WHITE PAPER: ENTERPRISE SOLUTIONS Symantec Backup Exec Continuous Protection Server Continuous Protection for Microsoft SQL Server Databases White Paper: Enterprise Solutions Symantec Backup Exec Continuous

More information

Release Notes. LiveVault. Contents. Version 7.65. Revision 0

Release Notes. LiveVault. Contents. Version 7.65. Revision 0 R E L E A S E N O T E S LiveVault Version 7.65 Release Notes Revision 0 This document describes new features and resolved issues for LiveVault 7.65. You can retrieve the latest available product documentation

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1

EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014. Version 1 EXPRESSCLUSTER X for Windows Quick Start Guide for Microsoft SQL Server 2014 Version 1 NEC EXPRESSCLUSTER X 3.x for Windows SQL Server 2014 Quick Start Guide Document Number ECX-MSSQL2014-QSG, Version

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

How to protect, restore and recover SQL 2005 and SQL 2008 Databases

How to protect, restore and recover SQL 2005 and SQL 2008 Databases How to protect, restore and recover SQL 2005 and SQL 2008 Databases Introduction This document discusses steps to set up SQL Server Protection Plans and restore protected databases using our software.

More information

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore Document Scope This solutions document describes how to configure and use the Microsoft Exchange InfoStore Backup and Restore feature in

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3

vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 vcenter Configuration Manager Backup and Disaster Recovery Guide VCM 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Backing Up and Restoring Microsoft Exchange Server 2010. Cloud Attached Storage. August 2012 Version 3.2

Backing Up and Restoring Microsoft Exchange Server 2010. Cloud Attached Storage. August 2012 Version 3.2 Backing Up and Restoring Microsoft Exchange Server 2010 Cloud Attached Storage August 2012 Version 3.2 1 Introduction This document explains how to backup your Microsoft Exchange Server 2010 database and

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 3.0 User Guide P/N 300-999-671 REV 02 Copyright 2007-2013 EMC Corporation. All rights reserved. Published in the USA.

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.4.1 This document supports the version of each product listed and supports all subsequent versions

More information

Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue: 2.0.08

Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue: 2.0.08 Zen Internet Online Data Backup Zen Vault Professional Plug-ins Issue: 2.0.08 Contents 1 Plug-in Installer... 3 1.1 Installation and Configuration... 3 2 Plug-ins... 5 2.1 Email Notification... 5 2.1.1

More information

Error: "Object reference not set to an instance of an object" When Opening Any Database

Error: Object reference not set to an instance of an object When Opening Any Database Answer ID: 13609 Date Created: 07/03/2005 12:08 AM Last Updated: 10/07/2005 02:22 PM Access Level: ACT!-Basic Error: "Object reference not set to an instance of an object" When Opening Any Database Question

More information

Online Backup Client 3.9 Manual

Online Backup Client 3.9 Manual HelpAndManual_unregistered_evaluation_copy by BackupAgent BV Index Online Backup Client 3.9 1 1. Benefits 2 2. Features 3 3. System Requirements 4 4. Setup 5 5. Client 8 5.1 Registration Wizard... 9 5.2

More information

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution

Technical Notes. EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution EMC NetWorker Performing Backup and Recovery of SharePoint Server by using NetWorker Module for Microsoft SQL VDI Solution Release number 9.0 TECHNICAL NOTES 302-001-760 REV 01 September, 2015 These technical

More information

WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER

WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER TECHNICAL NOTES WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER NETWORKER RELEASE 7.4 SERVICE PACK 2 AND LATER TECHNICAL NOTE P/N 300-010-339 REV A02 Table of Contents

More information

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1 GO!NotifyLink Database Maintenance GO!NotifyLink Database Maintenance 1 Table of Contents Database Maintenance 3 Database Cleanup... 3 Database Backups... 3 Database Configuration... 4 The Procedure via

More information

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Version 9.0 User Guide 302-001-755 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published in USA. Published

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

CA XOsoft Replication for Windows

CA XOsoft Replication for Windows CA XOsoft Replication for Windows Microsoft SQL Server Operation Guide r12.5 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the

More information

SQL Backup and Restore using CDP

SQL Backup and Restore using CDP CDP SQL Backup and Restore using CDP Table of Contents Table of Contents... 1 Introduction... 2 Supported Platforms... 2 SQL Server Connection... 2 Figure 1: CDP Interface with the SQL Server... 3 SQL

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2010 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2010 Installation Guide, product version 6.4. This guide is item number DOC-110, revision 1.045, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information

More information

Exchange Server Backup and Restore

Exchange Server Backup and Restore WHITEPAPER BackupAssist Version 6 www.backupassist.com Cortex I.T. 2001-2007 2 Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Requirements... 3 1.3 Requirements for remote backup of Exchange 2007...

More information

Database Migration and Management Guide v15.0

Database Migration and Management Guide v15.0 Database Migration and Management Guide v15.0 Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition to Microsoft SQL Server 2005 or 2008 Enterprise, Standard, or Workgroup

More information

Database Maintenance Guide

Database Maintenance Guide Database Maintenance Guide Medtech Evolution - Document Version 5 Last Modified on: February 26th 2015 (February 2015) This documentation contains important information for all Medtech Evolution users

More information

Pharos Uniprint 8.4. Maintenance Guide. Document Version: UP84-Maintenance-1.0. Distribution Date: July 2013

Pharos Uniprint 8.4. Maintenance Guide. Document Version: UP84-Maintenance-1.0. Distribution Date: July 2013 Pharos Uniprint 8.4 Maintenance Guide Document Version: UP84-Maintenance-1.0 Distribution Date: July 2013 Pharos Systems International Suite 310, 80 Linden Oaks Rochester, New York 14625 Phone: 1-585-939-7000

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Version 8.2 Service Pack 1 User Guide 302-001-235 REV 01 Copyright 2007-2015 EMC Corporation. All rights reserved. Published

More information

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express

WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express WhatsUp Gold v16.0 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition or SQL Server 2008 Express R2 to Microsoft SQL Server

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide Using the new features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 2 Backing up VSS applications... 2 Restoring VSS applications... 3 System State backup and restore...

More information

Backing Up and Restoring Microsoft Hyper-V Server Virtual Machines. Cloud Attached Storage. February 2014 Version 4.0

Backing Up and Restoring Microsoft Hyper-V Server Virtual Machines. Cloud Attached Storage. February 2014 Version 4.0 Backing Up and Restoring Microsoft Hyper-V Server Virtual Machines Cloud Attached Storage February 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document

More information

Silect Software s MP Author

Silect Software s MP Author Silect MP Author for Microsoft System Center Operations Manager Silect Software s MP Author User Guide September 2, 2015 Disclaimer The information in this document is furnished for informational use only,

More information

Setting up your new Live Server Account

Setting up your new Live Server Account Setting up your new Live Server Account Welcome to Remote Data Backups LiveVault Service. This document will help you set up the agent service on your server as well as giving you some guidance on accessing

More information

Migrating Trend Micro Mobile Security for Enterprise (TMMS) 8.0 to TMMS 9.0

Migrating Trend Micro Mobile Security for Enterprise (TMMS) 8.0 to TMMS 9.0 Migrating Trend Micro Mobile Security for Enterprise (TMMS) 8.0 to TMMS 9.0 Migrating TMMS 8.0 to version 9.0 involves the following steps: 1. Installing TMMS 8.0 Service Pack (SP) 1, installing the SQLcmd

More information

DocAve 6 Platform Backup and Restore

DocAve 6 Platform Backup and Restore DocAve 6 Platform Backup and Restore User Guide Service Pack 4, Cumulative Update 1 Revision N Issued June 2014 Table of Contents About DocAve Platform Backup and Restore... 6 Complementary Products...

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

BackupAssist v6 quickstart guide

BackupAssist v6 quickstart guide New features in BackupAssist v6... 2 VSS application backup (Exchange, SQL, SharePoint)... 3 System State backup... 3 Restore files, applications, System State and mailboxes... 4 Fully cloud ready Internet

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Cloud Attached Storage

Cloud Attached Storage Backing Up and Restoring Microsoft SharePoint Server Cloud Attached Storage February 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced

More information

SQL Server Database Administrator s Guide

SQL Server Database Administrator s Guide SQL Server Database Administrator s Guide Copyright 2011 Sophos Limited. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by

More information

Administering and Managing Log Shipping

Administering and Managing Log Shipping 26_0672329565_ch20.qxd 9/7/07 8:37 AM Page 721 CHAPTER 20 Administering and Managing Log Shipping Log shipping is one of four SQL Server 2005 high-availability alternatives. Other SQL Server 2005 high-availability

More information

Protecting SQL Server Databases. 1997-2008 Software Pursuits, Inc.

Protecting SQL Server Databases. 1997-2008 Software Pursuits, Inc. Protecting SQL Server Databases 1997-2008 Table of Contents Introduction... 2 Overview of the Backup Process... 2 Configuring SQL Server to Perform Scheduled Backups... 3 Configuring SureSync Relation

More information

Juris Installation / Upgrade Guide

Juris Installation / Upgrade Guide Juris Installation / Upgrade Guide Version 2.7 2015 LexisNexis. All rights reserved. Copyright and Trademark LexisNexis, Lexis, and the Knowledge Burst logo are registered trademarks of Reed Elsevier Properties

More information

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 Administration GUIDE Exchange Database idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 User Guide - Exchange Database idataagent Table of Contents Overview Introduction Key Features

More information

VERITAS Backup Exec TM 10.0 for Windows Servers

VERITAS Backup Exec TM 10.0 for Windows Servers VERITAS Backup Exec TM 10.0 for Windows Servers Quick Installation Guide N134418 July 2004 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software

More information

MOUNT10 Plug-ins. V7 Sailfish R2 User Manual. for Microsoft Windows. Your guide to installing and using MOUNT10 plug-ins.

MOUNT10 Plug-ins. V7 Sailfish R2 User Manual. for Microsoft Windows. Your guide to installing and using MOUNT10 plug-ins. MOUNT10 Plug-ins V7 Sailfish R2 User Manual for Microsoft Windows Your guide to installing and using MOUNT10 plug-ins. Copyright notice and proprietary information All rights reserved. Attix5, 2014 Trademarks

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Update 2 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone

More information

TMS Database Knowledge Tips

TMS Database Knowledge Tips TMS Database Knowledge Tips Tips for the TMS SQL Database June 2008 D14216 Rev 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 DOCUMENT REVISION HISTORY... 4 INTRODUCTION... 5 Tip Format... 5 1 TIPS CATEGORY

More information

Troubleshooting Failover in Cisco Unity 8.x

Troubleshooting Failover in Cisco Unity 8.x CHAPTER 16 Troubleshooting Failover in Cisco Unity 8.x This chapter describes methods for troubleshooting Cisco Unity failover. See the following sections: Failover Configuration Wizard Does Not Finish

More information

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.

MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6. STUDENT ACTIVITY 6.1: UNDERSTAND BACKUP AND RECOVERY METHODS MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.1 Lesson

More information

Backing Up CNG SAFE Version 6.0

Backing Up CNG SAFE Version 6.0 Backing Up CNG SAFE Version 6.0 The CNG-Server consists of 3 components. 1. The CNG Services (Server, Full Text Search and Workflow) 2. The data file repository 3. The SQL Server Databases The three services

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

DSS Support Backup / Restore DSS Databases using Windows Backup Windows XP Windows 2003 Server

DSS Support Backup / Restore DSS Databases using Windows Backup Windows XP Windows 2003 Server DSS Support Backup / Restore DSS Databases using Windows Backup Windows XP Windows 2003 Server Author: Jason May Revision 2.0 Revision Date 03/2009 Page 1 of 17 Overview The purpose of the document is

More information

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data

Acronis Backup & Recovery 11.5. Backing Up Microsoft Exchange Server Data Acronis Backup & Recovery 11.5 Backing Up Microsoft Exchange Server Data Copyright Statement Copyright Acronis International GmbH, 2002-2012. All rights reserved. Acronis and Acronis Secure Zone are registered

More information

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.7

VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.7 VMware vcenter Configuration Manager Backup and Disaster Recovery Guide vcenter Configuration Manager 5.7 This document supports the version of each product listed and supports all subsequent versions

More information

EVault for Data Protection Manager. Course 321 Protecting Exchange 2010 with DPM

EVault for Data Protection Manager. Course 321 Protecting Exchange 2010 with DPM EVault for Data Protection Manager Course 321 Protecting Exchange 2010 with DPM Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for This Lab... 3 Computers

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

Attix5 Pro Plug-ins. V7 Sailfish R2 User Manual. for Microsoft Windows. Your guide to installing and using Attix5 Pro plug-ins.

Attix5 Pro Plug-ins. V7 Sailfish R2 User Manual. for Microsoft Windows. Your guide to installing and using Attix5 Pro plug-ins. Attix5 Pro Plug-ins V7 Sailfish R2 User Manual for Microsoft Windows Your guide to installing and using Attix5 Pro plug-ins. Copyright notice and proprietary information All rights reserved. Attix5, 2014

More information

EVault Software Microsoft SharePoint 2010/2013 Backup and Restore Guide 7.22

EVault Software Microsoft SharePoint 2010/2013 Backup and Restore Guide 7.22 EVault Software Microsoft SharePoint 2010/2013 Backup and Restore Guide 7.22 Copyright SharePoint Backup and Restore Guide 7.22 Revision: This manual has been created for Version 7.22 (June 2013). Software

More information

NovaBACKUP. User Manual. NovaStor / November 2011

NovaBACKUP. User Manual. NovaStor / November 2011 NovaBACKUP User Manual NovaStor / November 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

EVault for Data Protection Manager. Course 301 Server Protection with DPM File and System State

EVault for Data Protection Manager. Course 301 Server Protection with DPM File and System State EVault for Data Protection Manager Course 301 Server Protection with DPM File and System State Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for

More information

KEYWORDS InteractX, database, SQL Server, SQL Server Express, backup, maintenance.

KEYWORDS InteractX, database, SQL Server, SQL Server Express, backup, maintenance. Document Number: File Name: Date: 10/16/2008 Product: InteractX, SQL Server, SQL Server Application Note Associated Project: Related Documents: BackupScript.sql KEYWORDS InteractX, database, SQL Server,

More information

SQL Server Protection Whitepaper

SQL Server Protection Whitepaper SQL Server Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 The benefits of using the SQL Server Add-on... 2 Requirements... 2 2. SQL Protection overview... 3 User databases...

More information

Velocity Database Migration Guide

Velocity Database Migration Guide Velocity Database Migration Guide How To Move A Velocity Database From One Server To Another VEL011-1211 Velocity Database Migration Guide VEL011-1211, December, 2011 Version 1.2 Copyright 2011 Hirsch

More information

SQL Server Protection

SQL Server Protection User Guide BackupAssist User Guides explain how to create and modify backup jobs, create backups and perform restores. These steps are explained in more detail in a guide s respective whitepaper. Whitepapers

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

Cloud Attached Storage

Cloud Attached Storage Backing Up and Restoring SQL Server Databases Cloud Attached Storage February 2014 Version 4.0 Copyright 2009-2014 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in

More information

Backing Up and Restoring Microsoft Exchange Server 2003

Backing Up and Restoring Microsoft Exchange Server 2003 Backing Up and Restoring Microsoft Exchange Server 2003 August 2012 Version 3.2 2012, CTERA Networks. All rights reserved. 1 Introduction This document explains how to backup your Microsoft Exchange Server

More information

DocAve 6 SQL Server Data Manager

DocAve 6 SQL Server Data Manager DocAve 6 SQL Server Data Manager User Guide Service Pack 6, Cumulative Update 1 Issued December 2015 1 Table of Contents What s New in this Guide... 4 About DocAve SQL Server Data Manager... 5 Complementary

More information

NetVanta Unified Communications Server Backup and Restore Procedures

NetVanta Unified Communications Server Backup and Restore Procedures NetVanta Unified Communications Technical Note NetVanta Unified Communications Server Backup and Restore Procedures 1 Introduction 1.1 Overview This document provides backup and restore procedures to protect

More information

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution Release 8.2 User Guide P/N 302-000-658 REV 01 Copyright 2007-2014 EMC Corporation. All rights reserved. Published in the USA.

More information

DocAve 6 Service Pack 1 Platform Backup and Restore

DocAve 6 Service Pack 1 Platform Backup and Restore DocAve 6 Service Pack 1 Platform Backup and Restore User Guide Revision B Issued September 2012 1 Table of Contents About DocAve Platform Backup and Restore... 5 Complementary Products... 5 Submitting

More information

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201

Administration GUIDE. SharePoint Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Administration GUIDE SharePoint Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 201 Getting Started - SharePoint Server idataagent Overview Deployment Configuration Decision Table

More information

How to Create a Delegated Administrator User Role / To create a Delegated Administrator user role Page 1

How to Create a Delegated Administrator User Role / To create a Delegated Administrator user role Page 1 Managing user roles in SCVMM How to Create a Delegated Administrator User Role... 2 To create a Delegated Administrator user role... 2 Managing User Roles... 3 Backing Up and Restoring the VMM Database...

More information

Backups and Maintenance

Backups and Maintenance Backups and Maintenance Backups and Maintenance Objectives Learn how to create a backup strategy to suit your needs. Learn how to back up a database. Learn how to restore from a backup. Use the Database

More information

Backup and Disaster Recovery Restoration Guide

Backup and Disaster Recovery Restoration Guide Backup and Disaster Recovery Restoration Guide Page 1 Table of Contents Table of Contents...2 Terms of Use...3 BDR...4 Creating Point-in-Time Restoration Volumes...4 Mounting a Restoration Volume...4 Dismounting

More information

Administration GUIDE. SQL Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 240

Administration GUIDE. SQL Server idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 240 Administration GUIDE SQL Server idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 240 User Guide - SQL Server idataagent Table of Contents Overview System Requirements Supported Features

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Backup Exec Private Cloud Services. Planning and Deployment Guide

Backup Exec Private Cloud Services. Planning and Deployment Guide Backup Exec Private Cloud Services Planning and Deployment Guide Chapter 1 Introducing Backup Exec Private Cloud Services This chapter includes the following topics: About Backup Exec Private Cloud Services

More information

e-business Suite Server Install Guide

e-business Suite Server Install Guide e-business Suite Server Install Guide Version 1.0 April 2011 Avelo FS Holdings Limited 2011 *These accreditations belong to Avelo FS Limited **This accreditation belongs to Avelo FS Limited and Avelo Portal

More information

Features - Microsoft Data Protection Manager

Features - Microsoft Data Protection Manager Page 1 of 36 Features - Microsoft Data Protection Manager TABLE OF CONTENTS OVERVIEW NEW FEATURES SYSTEM REQUIREMENTS SUPPORTED FEATURES GETTING STARTED - DATA PROTECTION MANAGER DEPLOYMENT GETTING STARTED

More information

Dovico Timesheet v12 INSTALLATION GUIDE

Dovico Timesheet v12 INSTALLATION GUIDE v12 TABLE OF CONTENTS System Requirements... 1 NEW INSTALLATION... 2 UPGRADE from a previous version of Dovico Timesheet 5 System Requirements Deployment Options Either installed on your server or use

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering

Drobo How-To Guide. Topics. What You Will Need. Prerequisites. Deploy Drobo B1200i with Microsoft Hyper-V Clustering Multipathing I/O (MPIO) enables the use of multiple iscsi ports on a Drobo SAN to provide fault tolerance. MPIO can also boost performance of an application by load balancing traffic across multiple ports.

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information