MCAPS 3000 DISASTER RECOVERY GUIDE

Size: px
Start display at page:

Download "MCAPS 3000 DISASTER RECOVERY GUIDE"

Transcription

1 MCAPS 3000 DISASTER RECOVERY GUIDE Manual Part Number FEBRUARY 2004 REGISTERED TO ISO 9001: Apollo Court Seal Beach, CA Phone: (562) FAX: (562) Technical Support: (651)

2 Copyright 2004 MagTek, Inc. Printed in the United States of America Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of MagTek, Inc. MagTek and MCAPS 3000 are registered trademarks of MagTek, Inc. Microsoft is a registered trademark of Microsoft Corporation. REVISIONS Rev Number Date Description 1 12 Feb 04 Initial Release ii

3 TABLE OF CONTENTS SECTION 1. FOREWORD... 1 SECTION 2. OVERVIEW... 3 RELATED DOCUMENTS... 4 SECTION 3. DISASTER RECOVERY IMPLEMENTATION... 5 PRIMARY AND BACKUP MCAPS 3000 HOST... 5 SAVING THE MCAPS 3000 DATABASE... 5 HOST SWITCHOVER/FAILOVER... 5 SECTION 4. HOST FAILOVER... 7 BACKGROUND, CAPS TERMINAL OPERATION... 7 UNIQUE HOST IP ADDRESS... 7 DIAL-UP TERMINALS... 7 AUTOMATIC FAILOVER... 8 MANUAL FAILOVER... 8 SECTION 5. MCAPS 3000 DATABASE: SAVING TO REMOTE SQL SERVER... 9 DATA TRANSFORMATION SERVICES (DTS) - MICROSOFT SQL DATABASE... 9 TESTING THE DTS PACKAGE VERIFYING THE REMOTE DATABASE MODIFYING THE DTS SCHEDULE...25 SECTION 6. MCAPS 3000 DATABASE: SAVING TO NETWORKED STORAGE CONFIGURING DTS ON THE BACKUP HOST SECTION 7. DISASTER RECOVERY DRILLS DESIGNATED DISASTER RECOVERY TERMINALS MCAPS 3000 CONSOLE OPERATIONS SECTION 8. LOCAL DATABASE BACK UP AND RECOVER BACK UP/RECOVER MICROSOFT SQL DATABASE SECTION 9. HARDWARE SECURITY MODULE HSM REDUNDANCY DES KEY MANAGEMENT APPENDIX A. MAINTAINING TWO PRIMARY HOSTS PRIMARY HOST - PRIMARY HOST CONFIGURATION USER DATABASE UPDATES TRANSACTION DATABASE CAPS TERMINAL INSTALLATION AND TSN INDEX TABLE OF FIGURES Figure 5-1. Accessing the Data Transformation Services (1 Database)... 9 Figure 5-2. Accessing the Data Transformation Services (2 MCAPS 3000) Figure 5-3. Accessing the Data Transformation Services (3 Export Data) Figure 5-4. DTS Wizard Welcome Screen Figure 5-5. Select Data Source Figure 5-6. Select Data Destination Figure 5-7. Specify Table Copy Figure 5-8. Select Objects to Copy Figure 5.9. Schedule DTS Figure Select DTS Name and Description Figure Save DTS Package Figure Completing the DTS Wizard (1) Figure Completing the DTS Wizard (2) Figure Completing the DTS Wizard (3) Figure Data Transformation Services Figure DTS Local Packages iii

4 Figure DTS Local Package Execution Figure DTS Package Execution Figure Successful Completion of DTS Package Execution Figure Verifying Database Figure Modifying DTS Schedule Figure 6-1. Select Microsoft Access Sequence Figure 6-2. DTS Package Execution (1 Destination) Figure 6-3. DTS Package Execution (2 Destination) Figure 6-4. DTS Package Execution (3 Destination) Figure 6-5. DTS Package Execution (Select File) Figure 6-6. DTS Package Execution (Save File 1) Figure 6.7. DTS Package Execution (Save File 2) Figure 6.8. Select Table Copy or Query Figure 6-9. Select Source Tables and Views Figure Select Source Tables and Views (After Select All) Figure Save DTS Package Figure Execution Complete Figure MCAPS 3000 Database in Microsoft Access DB Format Figure 8-1. Accessing the Database Maintenance Planner Figure 8-2. Database Maintenance Plan Wizard Welcome Screen Figure 8-3. Select Databases Figure 8-4. Update Data Optimization Information Figure 8-5. Database Integrity Check Figure 8.6. Specify Database Backup Plan Figure 8.7. Specify Backup Disk Directory Figure 8-8. Specify Transaction Log Backup Plan Figure 8-9. Specify Transaction Log Backup Disk Directory Figure Reports To Generate Figure Maintenance Plan History Figure Completing the Database Maintenance Plan Wizard iv

5 SECTION 1. FOREWORD To minimize disruptions caused by total or partial loss of an institution s Primary data processing center, a Backup DP center is frequently set up and maintained. The Backup DP center s data are regularly updated from the Primary center. The term Disaster Recovery is commonly used to identify the Backup system and the process of regularly updating data at the Backup center from the Primary site. There are many ways of accomplishing Disaster Recovery, including a variety of methods using tools provided by Microsoft s SQL Server DBMS 1, the native DBMS of MCAPS This document details a few specific methods of accomplishing Disaster Recovery for MCAPS However, given that each institution s needs and resources are different, it is recommended that this document be used only as a general guide: configuration of the Backup system and database update and frequency should be tailored for the specific requirements of the institution. 1 Microsoft SQL Server 2000 Enterprise Version has a rich set of tools for saving and restoring a user database. The three main tools are: - Database backup and recovery - Data Transformation Services - Replication. Detailed steps of saving/restoring the MCAPS 3000 database using Database Backup/Recovery and Data Transformation Services are listed in this document. Replication is not covered at present. 1

6 MCAPS Disaster Recovery Guide 2

7 SECTION 2. OVERVIEW At the foundation of successful operation of MagTek Card Activation and PIN Selection (MCAPS) system is the MCAPS 3000 database. This database stores items necessary for the operation of MCAPS 3000 such as the users of the system (e.g. Security Officers), CAPS terminal transaction data, and which terminals are installed on the system. Clearly, the loss of this database would be catastrophic. When MCAPS 3000 is installed and running on a Clustered hardware host, there are hardware redundancies such as RAID 1 hard disks that greatly minimize the possibility of the loss of database due to failure of some hardware component local to the MCAPS 3000 Host 2. In addition, a policy of regularly backing up the database to media, outside of and apart from, the MCAPS 3000 Host such as a tape or network drive - adds another layer of database protection. Assuming the hardware redundancy described above is present and the database is regularly backed up, recovery of data is relatively easy, provided the Host hardware and its environment as a whole is intact. However, in case of some disaster that causes irreparable damage to the server hardware or to the site, recovery of the Host may take such a long time that it will have a negative impact on the customer base of the institution. To prepare for such contingencies, institutions setup a Backup Host, in addition to the Primary Host. This is a common method for providing relatively seamless switchover of operations for On-Line Application/Transaction Processing systems and is generally called Disaster Recover. This document describes Disaster Recovery as it applies to MCAPS 3000 and various methods of implementation. 2 An MCAPS 3000 application can run either on a single Server or a Cluster, which consists of two Servers. We will use the generic term Host if the context does not require to make a distinction between a Single-Server or Cluster hardware setup. Also, unless noted otherwise, Host will designate MCAPS 3000 Host. 3

8 MCAPS Disaster Recovery Guide RELATED DOCUMENTS MagTek Part Number , MCAPS Operation Manual Other For information on MS SQL visit 4

9 SECTION 3. DISASTER RECOVERY IMPLEMENTATION Implementation of a successful Disaster Recovery plan consists of the following elements: 1. Setup and configuration of a Backup MCAPS 3000 Host. 2. Periodic, automatic saving of the MCAPS 3000 Database to a site that is geographically removed 3 from the Primary MCAPS 3000 Host 3. Host switchover in case of Disaster. PRIMARY AND BACKUP MCAPS 3000 HOST The Backup MCAPS 3000 host will be a configured setup similar to the Primary host. Preferably it would use an identical hardware configuration as the Primary. However, this is not strictly necessary. For example, the Primary can be a full High Availability Cluster: 2 Servers, RAID 1 drives for Servers and Shared Storage, redundant power supplies, 2 MCAPS 3000 HSMs, etc. The Backup can either be a single Server, or a Cluster with reduced hardware redundancy. SAVING THE MCAPS 3000 DATABASE The database from the Primary host needs to be saved periodically to a remote site. The periodicity is determined by the Customer. Microsoft SQL Server Database Management System s Data Transformation Services (DTS) Utility allows automatic saving of the MCAPS 3000 database to a remote site. DTS update granularity is 1 minute: updates can technically occur every 1-minute, although clearly this would not be very realistic. Depending on system size and how often the MCAPS 3000 database is changed, updates can be scheduled to occur every 1 hour, every 6 hours, every 1 day, etc. DTS setup details will be covered below. To what particular site and in what form the database is saved depends largely on the corporate network setup of the given institution. For example, if the Primary host s SQL Server can detect the Remote host s SQL Server on the corporate net, then the database can be copied directly. If, however due to firewalls or other security restrictions the remote host is not accessible on a SQL Server 4 peer-to-peer basis, then intermediate save-and-forward steps will be necessary. These will be covered in detail below. HOST SWITCHOVER/FAILOVER There are two main methods of switchover from Primary Host to Backup Host: Manual and Automatic. In PrimaryHost-BackupHost topology, the Backup is on standby i.e., it takes over when the Primary is unable to process transactions. Each host has its own independent MCAPS 3000 database, therefore, CAPS terminals can connect to one and only one Host at one time. The issues associated with each will be covered in more detail below. 3 Note that this is an important distinction: Disaster Recovery assumes that all hardware in the immediate vicinity of the Primary MCAPS 3000 Host may be destroyed or damaged, including any tapes saved locally. 4 Unless noted otherwise, the term SQL Server refers to Microsoft SQL Server DBMS. 5

10 MCAPS Disaster Recovery Guide 6

11 SECTION 4. HOST FAILOVER BACKGROUND, CAPS TERMINAL OPERATION In the CAPS system, the terminals always initiate a transaction. As such, the Host IP address must be static and known to the IP interface attached to the terminal, although the IP address of the terminal itself can be dynamically assigned. The IP interface hardware or software allows for programming more than one Host IP address. The host IP addresses are stored in a list. When a transaction is initiated, the first host IP address in the list is contacted. If there is no response, the next host IP in the list is contacted, and so on. In most MCAPS 3000 applications only one host IP address will be stored, in which case the same host is retried until the number of retries is exhausted. UNIQUE HOST IP ADDRESS In this configuration the Primary MCAPS 3000 Host and Backup MCAPS 3000 Host have unique addresses, e.g and Both addresses are pre-programmed into the CAPS terminal IP interface. The first IP address on the list is the Primary MCAPS 3000 Host. The second on the list is the Backup MCAPS 3000 Host. With this configuration, and the Backup Host always UP, a fully automatic failover from Primary to Backup is possible. However, this method is not recommended. The possibility of temporary non-connect to Primary Host causes the CAPS terminals IP interface to try the second host on the list and frequently gets a connect to the Backup 5. Duplicate Host IP Address In this configuration the Primary MCAPS 3000 Host and Backup MCAPS 3000 Host have the same address, e.g and DIAL-UP TERMINALS The Host phone number for dial-up terminals is stored in the CAPS4. There is no provision to store multiple phone numbers in the standard CAPS terminal application. The failover to the remote Host must be done at the phone switch. 5 See additional discussion on this subject in Appendix A. 7

12 MCAPS Disaster Recovery Guide AUTOMATIC FAILOVER Automatic switchover is based on the use of health-poll. A mechanism is setup whereby the CAPS terminal transactions are routed either to the Primary or Backup Host based on their UP or DOWN status, which is determined by periodically polling each Host. The danger here is that if the Primary is improperly marked DOWN, then CAPS transactions will be improperly routed to the Backup Host. As a result, some transactions that should have been sent to the Primary Host will be routed to the Backup Host. Though requiring intervention by skilled personnel, MANUAL FAILOVER is preferred, since the possibility of unintended failover is greatly reduced. MANUAL FAILOVER Manual failover can be accomplished by a variety of methods. Some of the more common ones: Start/Stop MCAPS 3000Service via MCAPS 3000Start. The Backup Host is UP and running 6, but MCAPS 3000Service is Stopped. When needed, MCAPS 3000Service is started (in both Servers, if the Host is a Cluster) and the CAPS terminal transactions will be processed by the Backup Host. Backup Host is UP and MCAPS 3000Service is Running. However, the Public 7 IP Ethernet connection to corporate WAN/LAN is disconnected. When needed, the connection is made, and CAPS terminal transactions will be processed by the Backup Host. 6 Although the Backup hardware does not need to be powered up and running, it is strongly recommended that it be so. This will facilitate DR drills, and minimize the possibility that the system will not come up when it s most needed. 7 Ensure the Private network cables between the Servers are not disconnected. 8

13 SECTION 5. MCAPS 3000 DATABASE: SAVING TO REMOTE SQL SERVER This section describes the method of saving the MCAPS 3000 database from Primary host to Backup host directly. It assumes that the Backup host is accessible from the Primary host on a SQL Server peer-to-peer basis. Microsoft SQL Server DBMS provides various tools for saving and restoring a user s database. This section describes MCAPS 3000 database saving and recovery using the Data Transformation Services utility. DATA TRANSFORMATION SERVICES (DTS) - MICROSOFT SQL DATABASE On the Server workstation, access the Data Transformation Services as follows: Invoke SQL Server Enterprise Manager, then click Databases, as indicated in Figure 5-1. Figure 5-1. Accessing the Data Transformation Services (1 Database) 9

14 MCAPS Disaster Recovery Guide Highlight MCAPS database, then Click Tools, select Data Transformation Services, and then Click Export Data, as indicated in Figures 5-2 and 5-3. Figure 5-2. Accessing the Data Transformation Services (2 MCAPS 3000) 8 The name MCAPS 3000 may also appear as MCAPS MCAPS 30001, etc., depending on the name assigned to the MCAPS 3000 SQL Database during MCAPS 3000 Installation. 10

15 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server Figure 5-3. Accessing the Data Transformation Services (3 Export Data) 11

16 MCAPS Disaster Recovery Guide The welcome page will pop up, as shown in Figure 5-4. Click Next to begin using the wizard. Figure 5-4. DTS Wizard Welcome Screen 12

17 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server First, select the database to be saved. Generally, only the MCAPS database file needs backup as indicated in Figure 5-5. Figure 5-5. Select Data Source For the Server select MCAPS 3000SQL 10. Note: if there are other installed SQL Servers on the Domain, ensure that the correct one is selected for the Data Source, i.e. the Primary MCAPS 3000 Server/Cluster. Click Next. 9 The name MCAPS 3000 may also appear as MCAPS MCAPS 30001, etc., depending on the name assigned to the MCAPS 3000 SQL Database during MCAPS 3000 Installation. 10 The name MCAPS 3000SQL may be different in your system: it is the name that was assigned during the installation of Microsoft SQL Server on your computer. 13

18 MCAPS Disaster Recovery Guide The destination selection screen will appear as shown in Figure 5-6. For the Destination select Microsoft OLE DB Provider for SQL Server. For Server select the correct name for the Backup 11 server 12. Then for the Database select the correct database name. Figure 5-6. Select Data Destination Click Next. 11 Although MCAPS 3000SQL is shown here, the actual names of Primary and Backup SQL Servers will be different, since no two SQL Servers on the same net that visible to each other can have the same name. 12 If no other SQL Servers are found on the pull down menu for Server, then the Backup SQL Server cannot be seen by the Primary SQL Server: contact your organizations MIS for assistance. 14

19 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server As shown in Figure 5-7, select Copy objects and data between SQL Server databases. Click Next Figure 5-7. Specify Table Copy 15

20 MCAPS Disaster Recovery Guide Select the objects as shown in Figure 5-8 and Click Next. Figure 5-8. Select Objects to Copy This next menu is used to schedule the DTS, as shown in Figure

21 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server Figure 5.9. Schedule DTS Select the fields as shown above and Click Next. The DTS schedule can be changed after it has been configured For Name and Description fields enter appropriate text as shown in Figures 5-10 and 5-11 and click Next. 17

22 MCAPS Disaster Recovery Guide Figure Select DTS Name and Description Figure Save DTS Package 18

23 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server In the Summary window, Figure 5-12, verify that all selections are correct and click Finish. Figure Completing the DTS Wizard (1) 19

24 MCAPS Disaster Recovery Guide After you click Finish, you should see the following two screens, Figures 5-13 and 5-14, shown below. Note that Executing Package here indicates not the copying of the database itself, but the process of initializing and saving the DTS Package. If the process was successful, click Done. Figure Completing the DTS Wizard (2) 20 Figure Completing the DTS Wizard (3)

25 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server TESTING THE DTS PACKAGE Next, the DTS package will be verified to ensure that upon a scheduled time, the package will copy the correct database from the correct source to the correct destination, with all the MCAPS 3000 tables and fields copied. Invoke SQL Server Enterprise Manager, then click Data Transformation Services, as indicated in Figure Figure Data Transformation Services 21

26 MCAPS Disaster Recovery Guide Expand subfiles (Figure 5-16) by clicking on the + left of Data Transformation Services folder and select Local Packages (Figure 5-17). Right-Click on the package listed under Name. A pull down menu will appear. Select Execute Package and Left-Click. Figure DTS Local Packages 22 Figure DTS Local Package Execution

27 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server When the database transfer begins you should see the screen shown in Figure The transfer may take several minutes depending on the traffic on the corporate WAN/LAN and the MCAPS 3000 database size. Upon completion, the screen shown in Figure 5-19 should appear. Click OK then Done. Figure DTS Package Execution Figure Successful Completion of DTS Package Execution 23

28 MCAPS Disaster Recovery Guide VERIFYING THE REMOTE DATABASE To verify the correct database with all the MCAPS 3000 database tables were copied, invoke SQL Enterprise Manager on the Backup MCAPS 3000 Host. Select the correct database, e.g., MCAPS 3000, and then click on Tables. The names and number of listed tables should be exactly the same as on the Primary MCAPS 3000 Host, particularly those listed User under the column Type. See Figure Figure Verifying Database 24

29 Section 5. MCAPS 3000 Database: Saving to Remote SQL Server MODIFYING THE DTS SCHEDULE To modify the DTS schedule, invoke SQL Enterprise Manager and traverse down to the Data Transformation Services Local Packages. Right-Click on the package listed under Name. A pull down menu will appear. Select Schedule Package and Left-Click. A schedule screen will appear, as shown in Figure Make the necessary changes and click OK. Figure Modifying DTS Schedule 25

30 MCAPS Disaster Recovery Guide 26

31 SECTION 6. MCAPS 3000 DATABASE: SAVING TO NETWORKED STORAGE This section describes the method of saving the MCAPS 3000 database from Primary host to Backup host via one or more intermediate steps. It assumes that the Backup host is not accessible from the Primary host on a SQL Server peer-to-peer basis. Given that the database cannot be saved directly to another SQL Server, it needs to be translated to another format for storage. The translated database can then be forwarded to a site that is accessible by the Remote host, which will import the database into the SQL Server. The DTS utility is used for both ends of the operation: conversion and export of Data Source in the format of Microsoft OLE DB Provider for SQL Server to some other format e.g., Microsoft Access Database, and conversion and import to the Backup SQL Server. In between, there may be one or more intermediate transfer steps via other file transmission tools, such as FTP. This process is schematically shown on the next page. To setup DTS for this method, again, as described in Section 5 Invoke SQL Server Enterprise Manager and continue to the point where DTS Wizard requests information about Destination. At this step instead of choosing the default Microsoft OLE DB Provider for SQL Server, click on the pull down arrow to display the available database formats and select Microsoft Access 13 as shown in Figures 6-1, 6-2, and Any other intermediate database format can be used. However, Microsoft formats are preferable to minimize any possibility of conversion errors or data corruption. 27

32 MCAPS Disaster Recovery Guide Primary MCAPS 3000 Host Microsoft OLE DB Provider for SQL Server SQL Server DTS Microsoft Access Database (Copy to Networked storage, FTP ) Microsoft Access Database SQL Server DTS Backup MCAPS 3000 Host Microsoft OLE DB Provider for SQL Server Figure 6-1. Select Microsoft Access Sequence 28

33 Section 6. MCAPS 3000 Database: Saving to Networked Storage Figure 6-2. DTS Package Execution (1 Destination) Figure 6-3. DTS Package Execution (2 Destination) 29

34 MCAPS Disaster Recovery Guide Click Next. A screen will appear for selecting the Access Database 14 on the destination networked storage device. Click on [ ] to the right of the File name and navigate to the site where the previously created Access Database file is stored. See Figures 6-4 and 6-5. Figure 6-4. DTS Package Execution (3 Destination) Figure 6-5. DTS Package Execution (Select File) 14 The Access Database should have been previously created. The database will be empty, but DTS requires a file name. 30

35 Section 6. MCAPS 3000 Database: Saving to Networked Storage Find the file, highlight it, click Save, then click Next. See Figures 6-6 and 6-7. Figure 6-6. DTS Package Execution (Save File 1) Figure 6.7. DTS Package Execution (Save File 2) 31

36 MCAPS Disaster Recovery Guide Select Copy table(s) and view(s) then click Next. See Figure 6-8. Figure 6.8. Select Table Copy or Query 32

37 Section 6. MCAPS 3000 Database: Saving to Networked Storage Upon clicking Next the screen for selecting source tables and views will appear. See Figure 6-9. Click Select All (see Figure 6-10), then click Next. Figure 6-9. Select Source Tables and Views Figure Select Source Tables and Views (After Select All) 33

38 MCAPS Disaster Recovery Guide After you press Next, the DTS schedule screen will appear. Repeat the steps as shown in the previous section, and then press Next. After this step, the screen in Figure 6-11 will appear. Figure Save DTS Package Press Done. The DTS package is saved. Next execute the package to verify its operation as detailed in the previous section. When the package execution completes, the screen in Figure 6-12 will appear. 34 Figure Execution Complete

39 Section 6. MCAPS 3000 Database: Saving to Networked Storage As the final step, verify that there was no data corruption during the translation and transfer process. Open the saved Access Database and ensure that all the tables from MCAPS 3000 database were copied, as shown in Figure Figure MCAPS 3000 Database in Microsoft Access DB Format CONFIGURING DTS ON THE BACKUP HOST To complete the link of automatically updating the MCAPS 3000 database on the Backup host, the DTS there should be configured as well, except the data translation is from Microsoft Access format to Microsoft OLE DB Provider for SQL Server, i.e., Data Source Microsoft Access Destination Microsoft OLE DB Provider for SQL Server 35

40 MCAPS Disaster Recovery Guide After the DTS package in the Backup host is configured 15, execute the package and ensure the MCAPS 3000 database in the Remote SQL Server contains all the tables as they appear in the Primary SQL Server. 15 It is strongly recommended that the Remote DTS package execution start time be several hours after the execution start time of the Primary DTS package. 36

41 SECTION 7. DISASTER RECOVERY DRILLS An important component of setting up and maintaining a successful DR program is scheduling and conducting periodic drills to test and verify the Backup Host s operation. The following are recommended steps: all or parts of the list can be implemented as appropriate. The details of the drills will necessarily vary depending on the state of the Backup Host: is it always UP, is its IP address the same as the Primary Host s, etc. DESIGNATED DISASTER RECOVERY TERMINALS At least one - preferably several - CAPS terminal(s) should be designated as DR terminal(s). The Host IP address of the IP interface of this terminal(s) should be set to the address of Backup MCAPS 3000 host. Regularly, on-line transactions should be initiated at the designated terminal(s) to ensure the Backup host is up and able to perform CAPS transactions. MCAPS 3000 CONSOLE OPERATIONS At regular intervals, an MCAPS 3000 Console should be connected to the Backup Host and MCAPS 3000 Console operations performed. Database inquiry operations are benign and can be performed freely. Any database change operations should be done with care: One or more Authorized Agents can be added and then immediately deleted. 37

42 MCAPS Disaster Recovery Guide 38

43 SECTION 8. LOCAL DATABASE BACK UP AND RECOVER MCAPS 3000 does not provide explicit disaster recovery 16 ; therefore, it is important to schedule regular Backups and Maintenance of data. This section describes how to perform backups using the MS SQL Database Maintenance Plan Wizard. BACK UP/RECOVER MICROSOFT SQL DATABASE On the PC workstation, access the Database Maintenance Planner as follows: Click SQL Server Enterprise Manager, then click Tools, and then click Database Maintenance Planner as indicated in Figure 8-1. Figure 8-1. Accessing the Database Maintenance Planner 16 This section is reproduced from MCAPS 3000 OPERATION MANUAL PN Although not strictly applicable to Disaster Recovery since the Database Maintenance Planner saves to and restores from local storage, it can augment the remote save/restore: saved DB tapes can be store at remote sites. 39

44 MCAPS Disaster Recovery Guide The welcome page will pop up, as shown in Figure 8-2. Click Next to begin using the wizard. Figure 8-2. Database Maintenance Plan Wizard Welcome Screen 40

45 Section 8. Local Database Backup and Recover First, select the database from which backups are to be performed. Generally, only the MCAPS database file needs backup as indicated in Figure 8-3. Figure 8-3. Select Databases Choose the These databases option and select the database(s) from which the backups will be performed, then click Next. If necessary, you can use the wizard to optimize/reorganize your archived data. Here we chose not to do anything. Click Next. 17 The name MCAPS may also appear as MCAPS 3000, MCAPS 30001, etc., depending on the name assigned to the MCAPS 3000 SQL Database during MCAPS 3000 Installation. 41

46 MCAPS Disaster Recovery Guide The options for improving the database are shown in Figure 8-4. Figure 8-4. Update Data Optimization Information 42

47 Section 8. Local Database Backup and Recover An integrity check on the database prior to archiving is recommended. The Database Integrity Check Screen is shown in Figure 8-5. Figure 8-5. Database Integrity Check Select the Check database integrity and choose Include indexes to verify index fields as well. (Chose Attempt to repair minor problems only if you are aware of what changes will be made.) Then choose Perform these checks before doing backups. Set the schedule for your backup by clicking on Change; then click Next to continue. 43

48 MCAPS Disaster Recovery Guide This next menu is used to schedule backup(s), as shown in Figure 8-6. Figure 8.6. Specify Database Backup Plan Select Back up the database as part of the maintenance plan to enable this menu. Optionally, select Verify the integrity of the backup when complete. (If you have scheduled to check the integrity of your data from the previous menu, then it is unlikely that you would need to perform this action again). Then select the media that you would like to store your data in (Tape or Disk). Set the schedule for your backup by clicking on Change; then click Next to continue. 44

49 Section 8. Local Database Backup and Recover Since disk was chosen as our backup media, it is necessary to specify where the data will be stored in the disk, as indicated in Figure 8-7. Figure 8.7. Specify Backup Disk Directory Chose a directory, and select Create a subdirectory for each database if the subdirectory does not exist. Input a three-character extension for your backup file in the field box for Backup file extension. (It would be best to choose an extension that has no association with any existing application; i.e., TXT or EXE ). Click Next to continue. 45

50 MCAPS Disaster Recovery Guide The Transaction Log contains activities performed to the database, including scheduled backups. It is a good idea to maintain a history of the transaction log for future reference. As indicated in Figure 8-8, check the box for Backup transaction log if you would like to back up your transactions log. Figure 8-8. Specify Transaction Log Backup Plan Optionally, select Verify the integrity of the backup when complete. Then select the media that you would like to store your data in (Tape or Disk). Set the schedule for your backup by clicking on Change; then click Next to continue. 46

51 Section 8. Local Database Backup and Recover Since we chose disk as our backup media, you will need to specify where the data will be stored in the disk. Figure 8-9 is the screen for Transaction Log Backup Disk Directory. Figure 8-9. Specify Transaction Log Backup Disk Directory Chose a directory and select Create a subdirectory for each database if the subdirectory does not exist. Input a three-character extension for your backup file in the field box for Backup file extension. (It would be best to choose an extension that has no association with any existing application; i.e., TXT or EXE ). Click Next to continue. 47

52 MCAPS Disaster Recovery Guide The Reports to Generate Screen, shown in Figure 8-10, stores reports generated by the maintenance plan. Figure Reports To Generate These reports can be useful to maintain organization of backup data. To enable this function, select Write report to a text file in directory and chose a directory to store the file. Optionally the report can be sent as an to a System Administrator or other responsible individual. Click Next to continue. 48

53 Section 8. Local Database Backup and Recover The Maintenance Plan History Screen, Figure 8-11, creates a database table of backup history. Figure Maintenance Plan History This can allow a manual integrity check on the back-up files or as a reference to the backup history. To enable this function, select Write history to the msdb.dbo.sysdbmainplan_history table on this server. Then select Limit rows in the table to: and chose a number. Choose a number of significant size but not large enough to effect system performance. Click Next to continue. 49

54 MCAPS Disaster Recovery Guide As indicated in Figure 8-12, the database maintenance plan wizard configurations are done. Give your plan a name and verify your settings. If everything looks good, click Finish and your plan will become immediately effective. Reference Documents: Figure Completing the Database Maintenance Plan Wizard For additional information on MS SQL visit 50

55 HSM REDUNDANCY SECTION 9. HARDWARE SECURITY MODULE For a High Availability MCAPS 3000 Cluster, MagTek recommends at least 2 MCAPS 3000 HSMs for the Primary Host. It is also recommended that these 2 HSMs be physically situated in the same area as the Cluster, so they can be connected to the servers via a local hub. This ensures that any network problems will not delay or bring down the entire MCAPS 3000 system. If the HSMs are connected to Servers via WAN/LAN then any problems on those nets can severely affect the operation of the MCAPS For the Backup host, institutions may choose a reduced redundancy hardware configuration: 1 HSM may be sufficient. DES KEY MANAGEMENT Due to security requirements, HSM key loading is a manual process. Therefore, when new keys are loaded into the Primary HSMs, the process must be precisely duplicated at the Backup HSMs. Key check values must be verified in all HSMs to ensure they are the same for the given set of keys. 51

56 MCAPS Disaster Recovery Guide 52

57 APPENDIX A. MAINTAINING TWO PRIMARY HOSTS This section discusses a possible method of maintaining two Primary Hosts: a fully automatic failover can be envisioned. Since MagTek has not tested this configuration and has not fully analyzed all the technical issues associated with it, MagTek does not recommend this topology at this time. Although conceptually feasible, there are a multitude of practical technical issues that need to be considered and resolved. Nevertheless, this section is included in this document to initiate discussion and development of new ideas on this important subject. PRIMARY HOST - PRIMARY HOST CONFIGURATION A Cluster of Primary-Primary Hosts can be setup. In this configuration, both Hosts are Primary and process CAPS terminal transactions independent of each other. The databases are kept in synch via regular updates under DTS 18. CAPS Terminal s IP interface has the Host address of both listed, as described above. USER DATABASE UPDATES For simplicity, user database updates can be forced to only one of the Primary Hosts. Generally the population of Security Officers and System Managers is fairly static. Authorized Agents (AA) change more frequently. However, with scheduled synchronization of databases, AA record changes will be reflected in both databases in a within at most a few hours. TRANSACTION DATABASE Since a CAPS terminal can randomly connect to either one of the Hosts, there will transactions from the same terminal in both databases. PIN offsets uploaded to the Customer Account File (CAF) Host need to be passed through an intermediary processing stage to collate transaction data. CAPS TERMINAL INSTALLATION AND TSN After a CAPS terminal is loaded with application and institutions keys, it needs to be installed on the CAPS2000/MCAPS 3000 before it can be used. During the process of Installation, the CAPS Host assigns a unique Terminal Serial Number (TSN) to the unit: this number is kept in both the CAPS/MCAPS 3000 database and terminal internal non-volatile memory. 18 Future releases of Microsoft SQL Server DBMS may provide tools to facilitate MCAPS 3000 database synchronization further. SQL Server Yukon new feature of Database Mirroring will greatly facilitate automatic failover. 53

58 MCAPS Disaster Recovery Guide When two Primary Hosts are active, it is possible that two different terminals being installed during the time-window when the databases have not been synchronized, can be assigned the same TSN 19 : Terminal-1 connects to Host-1, and Terminal-2 connects to Host-2. This situation is quite undesirable and should be prevented. One approach might be to designate the Hosts as Even Host and Odd Host : terminals connecting to Even-Host for install are assigned even TSN numbers, and those connecting to Odd-Host are assigned odd numbers. 19 This is unlikely, given that the Terminal Identification Number (TIN) is one of the parameters used to derive TSN. TIN is assigned at the CAPS-TKIU loading station, and is generally unique, but is not guaranteed to be. 54

59 INDEX A Accessing the Data Transformation Services 9, 10, 11 Automatic Failover... 8 B Back up/recover Microsoft SQL Database. 39 Backup MCAPS Host... 7 C CAPS Terminal Installation And TSN CAPS Terminal Operation, Background... 7 Cluster... 3 Clustered hardware host... 3 Completing the DTS Wizard (1) Completing the DTS Wizard (2) Completing the DTS Wizard (3) Configuring DTS On The Backup Host D Data Transformation Services Database Maintenance Completing the Database Maintenance Plan Wizard Database Maintenance Database Integrity Check Database Maintenance Plan History Database Maintenance Plan Wizard Welcome Screen Database Maintenance Planner, Accessing the Database Maintenance Reports To Generate48 Database Maintenance Select Databases Database Maintenance Specify Backup Disk Directory Database Maintenance Specify Database Backup Plan Database Maintenance Specify Transaction Log Backup Disk Directory Database Maintenance Specify Transaction Log Backup Plan Database Maintenance Update Data Optimization Information DES Key Management Designated Disaster Recovery Terminals Dial-Up Terminals... 7 Disaster Recovery... 1 Disaster Recovery Drills Disaster Recovery Implementation... 5 Disaster Recovery, description... 3 DP center... 1 DTS Local Package Execution DTS Local Packages DTS Package Execution... 23, 30 DTS Package Execution (1 Destination).. 29 DTS Package Execution (2 Destination).. 29 DTS Package Execution (3 Destination).. 30 DTS Package Execution (Save File 1) DTS Package Execution (Save File 2) DTS Select Source Tables and Views DTS Select Table Copy or Query DTS Wizard Welcome Screen E Execution Complete F Foreword... 1 H Hardware redundancy... 3 Hardware Security Module Host IP Address, Unique... 7 Host Switchover/Failover... 5 HSM Redundancy L Local Database Back Up And Recover M Maintaining Two Primary Hosts Manual Failover... 8 MCAPS Console Operations MCAPS database... 3 MCAPS Database Saving to Networked Storage Saving To Remote SQL Server

60 MCAPS Disaster Recovery Guide MCAPS Database in Microsoft Access DB Format MCAPS Database, Saving The... 5 MCAPS Host... 3 MCAPS Host, Primary And Backup... 5 MCAPS, description... 3 Microsoft s SQL Server DBMS... 1 Modifying The DTS Schedule O Overview... 3 P Primary Host... 3 Primary Host - Primary Host Configuration 53 Primary MCAPS Host... 7 R RAID 1 hard disks... 3 Related Documents... 4 S Save DTS Package Save DTS Package, Wizard Schedule DTS, Wizard Select Data Destination, Wizard Select Data Source,Wizard Select DTS Name and Description, Wizard 18 Select Microsoft Access Sequence Select Objects to Copy, Wizard Single Server... 3 Specify Table Copy, Wizard Successful Completion of DTS Package Execution T Testing The DTS Package Transaction Database U User Database Updates V Verifying The Remote Database

Application Note 116: Gauntlet System High Availability Using Replication

Application Note 116: Gauntlet System High Availability Using Replication Customer Service: 425-487-1515 Technical Support: 425-951-3390 Fax: 425-487-2288 Email: info@teltone.com support@teltone.com Website: www.teltone.com Application Note 116: Gauntlet System High Availability

More information

Contingency Planning and Disaster Recovery

Contingency Planning and Disaster Recovery Contingency Planning and Disaster Recovery Best Practices Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

Connecting to Manage Your MS SQL Database

Connecting to Manage Your MS SQL Database Using MS SQL databases HOWTO Copyright 2001 Version 1.0 This HOWTO describes how to connect to a MS SQL database and how to transfer data to an SQL server database. Table of Contents Connecting to Manage

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

Configure SQL database mirroring

Configure SQL database mirroring App Orchestration 2.0 Configure SQL database mirroring Prepared by: Mohit Menghnani Commissioning Editor: Linda Belliveau Version: 4.0 Last Updated: December 12, 2013 Page 1 Contents Overview... 3 Configure

More information

Antelope Enterprise. Electronic Documents Management System and Workflow Engine

Antelope Enterprise. Electronic Documents Management System and Workflow Engine Antelope Enterprise Electronic Documents Management System and Workflow Engine Antelope Enterprise v4 High Availability Edition Information in this document applies to the Antelope Enterprise v4 High Availability.

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

High Availability Essentials

High Availability Essentials High Availability Essentials Introduction Ascent Capture s High Availability Support feature consists of a number of independent components that, when deployed in a highly available computer system, result

More information

Integrating Data Protection Manager with StorTrends itx

Integrating Data Protection Manager with StorTrends itx Integrating Data Protection Manager with StorTrends itx INTEGRATING DATA PROTECTION MANAGER WITH STORTRENDS ITX 2 1. Introduction 2 2. Test Environment 2 Requirements 2 3. Setting up the Application Servers

More information

Microsoft SQL Server Guide. Best Practices and Backup Procedures

Microsoft SQL Server Guide. Best Practices and Backup Procedures Microsoft SQL Server Guide Best Practices and Backup Procedures Constellation HomeBuilder Systems Inc. This document is copyrighted and all rights are reserved. This document may not, in whole or in part,

More information

Technical Notes TECHNICAL NOTES. Release number 8.2 Service Pack 1 302-001-239 REV 01. January, 2015

Technical Notes TECHNICAL NOTES. Release number 8.2 Service Pack 1 302-001-239 REV 01. January, 2015 EMC NetWorker Module for Microsoft: Exchange Server Granular Level Recovery (GLR) using EMC NetWorker Module for Microsoft with Ontrack PowerControls Release number 8.2 Service Pack 1 TECHNICAL NOTES 302-001-239

More information

Preface... 1. Introduction... 1 High Availability... 2 Users... 4 Other Resources... 5 Conventions... 5

Preface... 1. Introduction... 1 High Availability... 2 Users... 4 Other Resources... 5 Conventions... 5 Table of Contents Preface.................................................... 1 Introduction............................................................. 1 High Availability.........................................................

More information

Database Administration

Database Administration Unified CCE, page 1 Historical Data, page 2 Tool, page 3 Database Sizing Estimator Tool, page 11 Administration & Data Server with Historical Data Server Setup, page 14 Database Size Monitoring, page 15

More information

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design Implementing Microsoft SQL Server 2008 Exercise Guide Database by Design Installation Lab: This lab deals with installing the SQL Server 2008 database. The requirements are to have either a Windows 7 machine

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

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide

Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Deploying Remote Desktop Connection Broker with High Availability Step-by-Step Guide Microsoft Corporation Published: May 2010 Abstract This guide describes the steps for configuring Remote Desktop Connection

More information

Brocade Network Advisor High Availability Using Microsoft Cluster Service

Brocade Network Advisor High Availability Using Microsoft Cluster Service Brocade Network Advisor High Availability Using Microsoft Cluster Service This paper discusses how installing Brocade Network Advisor on a pair of Microsoft Cluster Service nodes provides automatic failover

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

DriveRight. Fleet Management Software. Getting Started Guide. CarChip. DriveRight. Drivers. Vehicles. Product #8186

DriveRight. Fleet Management Software. Getting Started Guide. CarChip. DriveRight. Drivers. Vehicles. Product #8186 DriveRight Fleet Management Software Getting Started Guide CarChip DriveRight Drivers Vehicles Product #8186 DriveRight Fleet Management Software Getting Started Guide; P/N 8186 Davis Instruments Part

More information

IBM Security QRadar SIEM Version 7.2.6. High Availability Guide IBM

IBM Security QRadar SIEM Version 7.2.6. High Availability Guide IBM IBM Security QRadar SIEM Version 7.2.6 High Availability Guide IBM Note Before using this information and the product that it supports, read the information in Notices on page 35. Product information This

More information

Installation Guide for Workstations

Installation Guide for Workstations Installation Guide for Workstations Copyright 1998-2005, E-Z Data, Inc. All Rights Reserved. No part of this documentation may be copied, reproduced, or translated in any form without the prior written

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

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

Cluster to Cluster Failover Using Double-Take

Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Cluster to Cluster Failover Using Double-Take Revision 2.2.0 published March 2004 Double-Take, GeoCluster and NSI are registered trademarks of NSI Software,

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Microsoft SharePoint Server Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for

More information

Administrator Guide VMware vcenter Server Heartbeat 6.3 Update 1

Administrator Guide VMware vcenter Server Heartbeat 6.3 Update 1 Administrator Guide VMware vcenter Server Heartbeat 6.3 Update 1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

ImageNow Cluster Resource Monitor

ImageNow Cluster Resource Monitor ImageNow Cluster Resource Monitor Installation and Setup Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: June 2012 2012 Perceptive Software. All rights reserved CaptureNow,

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

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

ArCycle vmbackup. for VMware/Hyper-V. User Guide

ArCycle vmbackup. for VMware/Hyper-V. User Guide ArCycle vmbackup for VMware/Hyper-V User Guide 2 Copyright Copyright ArCycle Software, Ltd., 2011-2014. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Microsoft Exchange 2003 Disaster Recovery Operations Guide

Microsoft Exchange 2003 Disaster Recovery Operations Guide Microsoft Exchange 2003 Disaster Recovery Operations Guide Microsoft Corporation Published: December 12, 2006 Author: Exchange Server Documentation Team Abstract This guide provides installation and deployment

More information

SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit. Administration Guide

SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit. Administration Guide SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit Administration Guide October 2013 This document and the information herein is the property of SIOS Technology

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

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

CA ARCserve Replication and High Availability

CA ARCserve Replication and High Availability CA ARCserve Replication and High Availability Microsoft SharePoint Server Operation Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Microsoft SQL Replication

Microsoft SQL Replication Microsoft SQL Replication v1 28-January-2016 Revision: Release Publication Information 2016 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and

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

SafeCom G2 Enterprise Disaster Recovery Manual

SafeCom G2 Enterprise Disaster Recovery Manual SafeCom G2 Enterprise Disaster Recovery Manual D60612-06 September 2009 Trademarks: SafeCom, SafeCom Go, SafeCom P:Go, SafeCom OnLDAP, SafeCom epay and the SafeCom logo are trademarks of SafeCom a/s. Company

More information

System i and System p. Customer service, support, and troubleshooting

System i and System p. Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting Note Before using this information and the product it supports,

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

Database Fundamentals

Database Fundamentals Database Fundamentals A article about database maintenance in Microsoft Operations Manager 2005 Anders Bengtsson, MCSE http://www.momresources.org October 2006 Table of Contents Introduction... 3 Microsoft

More information

BDR for ShadowProtect Solution Guide and Best Practices

BDR for ShadowProtect Solution Guide and Best Practices BDR for ShadowProtect Solution Guide and Best Practices Updated September 2015 - i - Table of Contents Process Overview... 3 1. Assess backup requirements... 4 2. Provision accounts... 4 3. Install ShadowProtect...

More information

High Availability for Microsoft SQL Server 7.0 Using Double-Take

High Availability for Microsoft SQL Server 7.0 Using Double-Take High Availability for Microsoft SQL Server 7.0 Using Double-Take High Availability for Microsoft SQL Server 7.0 Using Double-Take Revision 3.0.0 published July 2003 NSI and Double-Take are registered trademarks

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

FUSION Installation Guide

FUSION Installation Guide FUSION Installation Guide Version 1.0 Page 1 of 74 Content 1.0 Introduction... 3 2.0 FUSION Server Software Installation... 3 3.0 FUSION Client Software Installation... 10 4.0 FUSION NIM Software Installation...

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Aug/12/2002 Page 1 of 5 Administering a Microsoft SQL Server 2000 Database Catalog No: RS-MOC2072 MOC Course Number: 2072 5 days Tuition: $2,070 Introduction This course provides students with the knowledge

More information

12 NETWORK MANAGEMENT

12 NETWORK MANAGEMENT 12 NETWORK MANAGEMENT PROJECTS Project 12.1 Project 12.2 Project 12.3 Project 12.4 Understanding Key Concepts Backing Up and Restoring Data Monitoring Computer Activity Configuring SNMP Support 276 Networking

More information

HP-UX File System Replication

HP-UX File System Replication Paper 4155 What is it, how does it work, and what are its benefits? Jim Kramer John Saylor Quest Software, Inc. 610 Newport Center Drive Suite 1400 Newport Beach, California 92660 (800) 306-9329 Introduction

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

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

PRIMECLUSTER GLS for Windows. GLS Setup Guide for Cluster Systems MSCS/MSFC Edition

PRIMECLUSTER GLS for Windows. GLS Setup Guide for Cluster Systems MSCS/MSFC Edition PRIMECLUSTER GLS for Windows GLS Setup Guide for Cluster Systems MSCS/MSFC Edition B1FN-5931-02ENZ0(00) February 2012 Preface Purpose of this Manual This manual is intended to explain installation procedures

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

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

safend a w a v e s y s t e m s c o m p a n y

safend a w a v e s y s t e m s c o m p a n y safend a w a v e s y s t e m s c o m p a n y SAFEND Data Protection Suite Installation Guide Version 3.4.5 Important Notice This guide is delivered subject to the following conditions and restrictions:

More information

Continuous Data Protection. PowerVault DL Backup to Disk Appliance

Continuous Data Protection. PowerVault DL Backup to Disk Appliance Continuous Data Protection PowerVault DL Backup to Disk Appliance Continuous Data Protection Current Situation The PowerVault DL Backup to Disk Appliance Powered by Symantec Backup Exec offers the industry

More information

Acronis Backup & Recovery 11

Acronis Backup & Recovery 11 Acronis Backup & Recovery 11 Quick Start Guide Applies to the following editions: Advanced Server Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server for Windows Workstation

More information

IBM FileNet Image Services

IBM FileNet Image Services IBM FileNet Image Services Version 4.1 Microsoft Cluster Server Installation and Upgrade Procedures for Windows Server GC31-5531-01 IBM FileNet Image Services Version 4.1 Microsoft Cluster Server Installation

More information

Westek Technology Snapshot and HA iscsi Replication Suite

Westek Technology Snapshot and HA iscsi Replication Suite Westek Technology Snapshot and HA iscsi Replication Suite Westek s Power iscsi models have feature options to provide both time stamped snapshots of your data; and real time block level data replication

More information

SolarWinds Migrating SolarWinds NPM Technical Reference

SolarWinds Migrating SolarWinds NPM Technical Reference SolarWinds Migrating SolarWinds NPM Technical Reference Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document may be reproduced by any means nor modified,

More information

Enterprise Remote Control 5.6 Manual

Enterprise Remote Control 5.6 Manual Enterprise Remote Control 5.6 Manual Solutions for Network Administrators Copyright 2015, IntelliAdmin, LLC Revision 3/26/2015 http://www.intelliadmin.com Page 1 Table of Contents What is Enterprise Remote

More information

Microsoft File and Print Service Failover Using Microsoft Cluster Server

Microsoft File and Print Service Failover Using Microsoft Cluster Server Microsoft File and Print Service Failover Using Microsoft Cluster Server TechNote First Edition (March 1998) Part Number 309826-001 Compaq Computer Corporation Notice The information in this publication

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

Maintaining the Content Server

Maintaining the Content Server CHAPTER 7 This chapter includes the following Content Server maintenance procedures: Backing Up the Content Server, page 7-1 Restoring Files, page 7-3 Upgrading the Content Server, page 7-5 Shutting Down

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

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

More information

BounceBack Server Solution Reference Guide

BounceBack Server Solution Reference Guide BounceBack Server Solution Reference Guide Contents Introduction... 2 System Requirements... 3 Initial Setup... 4 BounceBack Server Appliance Front View... 5 BounceBack Server Appliance Rear View... 6

More information

Symantec Backup Exec 11d for Windows Servers New Encryption Capabilities

Symantec Backup Exec 11d for Windows Servers New Encryption Capabilities WHITE PAPER: ENTERPRISE SECURITY Symantec Backup Exec 11d for Windows Servers New Encryption Capabilities White Paper: Enterprise Security Symantec Backup Exec 11d for Windows Servers Contents Executive

More information

Service Level Agreement (SLA) Arcplace Backup Enterprise Service

Service Level Agreement (SLA) Arcplace Backup Enterprise Service (SLA) Arcplace Backup Enterprise Service 1. Introduction This Service Level Agreement ( SLA ) forms an integral part of the Agreement between Arcplace and Customer. This SLA describes the Backup Enterprise

More information

SAN Conceptual and Design Basics

SAN Conceptual and Design Basics TECHNICAL NOTE VMware Infrastructure 3 SAN Conceptual and Design Basics VMware ESX Server can be used in conjunction with a SAN (storage area network), a specialized high speed network that connects computer

More information

CA ARCserve Replication and High Availability for Windows

CA ARCserve Replication and High Availability for Windows CA ARCserve Replication and High Availability for Windows Microsoft SQL Server Operation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation")

More information

Synology Disaster Recovery Deployment Guide Document ID

Synology Disaster Recovery Deployment Guide Document ID Document ID Syno_UsersGuide_DisasterRecovery_20111114 Table of Contents Chapter 1: Dual Server Disaster Recovery Plan Back up Primary Server's Configurations... 5 Synchronize Data between Primary and Backup

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

Setup and Configuration Guide for Pathways Mobile Estimating

Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Copyright 2008 by CCC Information Services Inc. All rights reserved. No part of

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

GlobalSCAPE DMZ Gateway, v1. User Guide

GlobalSCAPE DMZ Gateway, v1. User Guide GlobalSCAPE DMZ Gateway, v1 User Guide GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054 Technical

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

Dell SonicWALL Aventail 10.6.5 Connect Tunnel User Guide

Dell SonicWALL Aventail 10.6.5 Connect Tunnel User Guide Dell SonicWALL Aventail 10.6.5 Connect Tunnel User Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates

More information

A review of BackupAssist within a Hyper-V Environment. By Brien Posey

A review of BackupAssist within a Hyper-V Environment. By Brien Posey A review of BackupAssist within a Hyper-V Environment By Brien Posey 2 Contents Introduction... 3 An Introduction to BackupAssist... 4 Testing Methodologies... 5 Test 1: Restore a Virtual Machine s Configuration...

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES By: Edward Whalen Performance Tuning Corporation INTRODUCTION There are a number of clustering products available on the market today, and clustering has become

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

Networking Best Practices Guide. Version 6.5

Networking Best Practices Guide. Version 6.5 Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced or transmitted in any form

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

DocAve 4.1 SharePoint Disaster Recovery High Availability (SPDR HA) User Guide

DocAve 4.1 SharePoint Disaster Recovery High Availability (SPDR HA) User Guide August 2007 DocAve 4.1 SharePoint Disaster Recovery High Availability (SPDR HA) User Guide Additional user guides available at http://www.avepoint.com/support Copyright 2001-2007 AvePoint, Inc. All rights

More information

High Availability for Microsoft SQL Server 2000 Using Double-Take

High Availability for Microsoft SQL Server 2000 Using Double-Take High Availability for Microsoft SQL Server 2000 Using Double-Take High Availability for Microsoft SQL Server 2000 Using Double-Take Revision 3.0.0 published July 2003 NSI and Double-Take are registered

More information

Arcserve Cloud. Arcserve Cloud Getting Started Guide

Arcserve Cloud. Arcserve Cloud Getting Started Guide Arcserve Cloud Arcserve Cloud Getting Started Guide This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Administering a Microsoft SQL Server 2000 Database

Administering a Microsoft SQL Server 2000 Database Administering a Microsoft SQL Server 2000 Database Course 2072 - Five days - Instructor-led - Hands-On Introduction This course provides students with the knowledge and skills required to install, configure,

More information

Installation and Setup: Setup Wizard Account Information

Installation and Setup: Setup Wizard Account Information Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11

Table of Contents. Introduction...9. Installation...17. Program Tour...31. The Program Components...10 Main Program Features...11 2011 AdRem Software, Inc. This document is written by AdRem Software and represents the views and opinions of AdRem Software regarding its content, as of the date the document was issued. The information

More information

Deploy App Orchestration 2.6 for High Availability and Disaster Recovery

Deploy App Orchestration 2.6 for High Availability and Disaster Recovery Deploy App Orchestration 2.6 for High Availability and Disaster Recovery Qiang Xu, Cloud Services Nanjing Team Last Updated: Mar 24, 2015 Contents Introduction... 2 Process Overview... 3 Before you begin...

More information

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide

Updated: April 2010. Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Updated: April 2010 Copyright 2005-2010 DBA Software Inc. All rights reserved. 2 Getting Started Guide Table of Contents Welcome 4 Support Center Subscription 5 1. System Requirements 8 2. Installing the

More information

efolder BDR for Veeam Cloud Connection Guide

efolder BDR for Veeam Cloud Connection Guide efolder BDR for Veeam Cloud Connection Guide Setup Connect Preload Data uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder Cloud for Veeam. Using the efolder Cloud

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

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide

Symantec Backup Exec TM 11d for Windows Servers. Quick Installation Guide Symantec Backup Exec TM 11d for Windows Servers Quick Installation Guide September 2006 Symantec Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Symantec, Backup Exec, and the Symantec

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

CommVault Simpana Archive 8.0 Integration Guide

CommVault Simpana Archive 8.0 Integration Guide CommVault Simpana Archive 8.0 Integration Guide Data Domain, Inc. 2421 Mission College Boulevard, Santa Clara, CA 95054 866-WE-DDUPE; 408-980-4800 Version 1.0, Revision B September 2, 2009 Copyright 2009

More information

www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails

www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails www.dfcconsultants.com 800-277-5561 Microsoft Dynamics GP Audit Trails Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information