HIGH AVAILABILITY SETUP USING VERITAS CLUSTER SERVER AND NETAPP SYNCHRONOUS SNAPMIRROR. Jorge Costa, NetApp June 2008

Size: px
Start display at page:

Download "HIGH AVAILABILITY SETUP USING VERITAS CLUSTER SERVER AND NETAPP SYNCHRONOUS SNAPMIRROR. Jorge Costa, NetApp June 2008"

Transcription

1 HIGH AVAILABILITY SETUP USING VERITAS CLUSTER SERVER AND NETAPP SYNCHRONOUS SNAPMIRROR Jorge Costa, NetApp June 2008

2 TABLE OF CONTENTS 1 PROBLEM DESCRIPTION 4 2 SOLUTION OVERVIEW 5 21 STORAGE 5 22 VCS SERVICE GROUPS6 23 VCS MAINCF 7 3 HOW DOES IT WORK? 8 31 ON NODE EBSIPS2: 8 32 ON NODE EBSIPS1: 9 33 SG_TEST_PROPERTIESFILE:9 34 SCRIPTS SUMMARY VCS SSH FILER CREDENTIALS 10 4 INSTALATION GUIDE11 41 TASK 1: CREATE ACCOUNTS ON BOTH FILERS TASK 2: SET SSH-PUBLIC-KEY AUTHENTICATION TASK 3: INSTALL FCP HUK ON BOTH NODES TASK 4: EDIT SNAPMIRRORCONF ON BOTH FILERS13 45 TASK 5: SNAPMIRROR INITIALIZE FROM CDC-FAS-PO TASK 6: INSTALL SCRIPTS14 47 TASK 7: EDIT VCS PREONLINE TRIGGER ON NODE EBSIPS TASK 8: EDIT VCS PREONLINE TRIGGER ON NODE EBSIPS TASK 9: EDIT VCS POSTOFFLINE TRIGGER ON NODE EBSIPS TASK 10: EDIT PROPERTIESFILE ON BOTH NODES TASK 11: EDIT SG_TEST_PRE-ONLINE_FAILOVER_TO_EBSIPS2SH ON EBSIPS TASK 12: EDIT SG_TEST_POST-OFFLINE_FAILBACK_TO_EBSIPS1SH ON NODE EBSIPS TASK 13: EDIT PRE-ONLINE_FAILBACK_TO_EBSIPS1SH ON EBSIPS TASK 14: EDIT SG_TEST_RESYNC_FROM_EBSIPS2_TO_EBSIPS1SH ON NODE EBSIPS OPERATION MANUAL22 6 LOGS AND TROUBLESHOOTING23 7 APPENDIX PROPERTIESFILE24 72 EBSIPS1 - PREONLINE EBSIPS1 PRE-ONLINE_FAILBACK_TO_EBSIPS1SH EBSIPS2 RESYNC_FROM_EBSIPS2_TO_EBSIPS1SH 30 Page 2

3 75 EBSIPS2 POSTOFFLINE EBSIPS2 PREONLINE EBSIPS2 POST-OFFLINE_FAILBACK_TO_EBSIPS1SH EBSIPS2 PRE-ONLINE_FAILOVER_TO_EBSIPS2SH35 Page 3

4 1 PROBLEM DESCRIPTION ACMECORPORATION has acquired a number of NetApp lers and is looking to replace some of the current storage XP infrastructure with the NetApp solution ACME has however some interesting requirements, these required NetApp Professional Services and SDT-EMEA to become involved in order to provide a solution for these requirements ACMECORPORATION is primarily a Solaris FC shop where the NetApp lers are their Tier 2 storage platform, Filesystem of choice is VxFS on top of VxVM 5,0 and using DMP as their multipath provider In terms of host and application resilience ACME uses Symantec Veritas Cluster Server 50 This document has references to two sites production (DDC) and DR (CDC); however data can be replicated in any direction and must be made easily available after a disaster or a controlled failover The requirements of replicating data in any direction and promoting one DR site online are provided by SnapMirror however ACME wanted to go a step further using VCS to control failover/failback and automate as much as possible One of their primary concerns was to have a fully synchronous replication across their production and DR site, NetApp SnapMirror Sync addresses this rst concern Especially now with the release of ONTAP 73 which brings substantial performance improvements in both SnapMirror Sync and Fibre-Channel Their other concern which required the help of NetApp PS was to integrate SnapMirror sync failover/failback with Veritas Cluster Server enabling ACME to have one-button-click capabilities to perform controlled site failovers, storage failover and node failover This paper documents the NetApp SnapMirror integration with Veritas Cluster Server Page 4

5 2 SOLUTION OVERVIEW 21 STORAGE The diagram above shows two sites where ACME operates: DDC and CDC (DR) Each one of these sites contains a Solaris node member of a two node VCS cluster Each node has access only to its local SAN storage The LUNs made available to one host are replicated across the WAN using SnapMirror Sync to the other storage array While this is not a real VxVM shared disk group across two nodes, SnapMirror Sync propagates every write done at the Production site to DR, so that from a VxVM perspective the DR node ebsips2 LUNs appear to be the exactly the same disks presented on the PRD node ebsips1, and part of a VxVM cluster disk group The replicated LUNs on the DR site are in an offline status and unavailable to the second host during normal operation The SnapMirror replication has to be stopped in order to online the DR LUNs and provide write access to node ebsips2 Page 5

6 22 VCS SERVICE GROUPS Each application congured in the cluster requires at least one VCS Service Group with one dedicated NetApp FlexVol and one dedicated LUN This Service Group is available on a single node at a single moment in time It cannot be online on two nodes simultaneously For each FlexVol congured in a VCS Service Group there is a SnapMirror relationship to another FlexVol on the DR storage array The diagram above shows how VCS is integrated with the NetApp Scripts Page 6

7 23 VCS MAINCF In the ACMECORPORATION setup there is a VCS SG named sg_test containing two resources: VxVM DiskGroup resource dgapp_ebsip1 and vxfs mountpoint resource mt_opt_vrtsnbu The LUNs which form DiskGroup dgapp_ebsip1 are the LUNS presented by the NetApp ler The VCS maincf is listed below: include "typescf" cluster ebsipc ( UserNames = admin = hkkmkfkhkekijhiqhj, unix_adm = allnlglilfljkijrik Administrators = admin, unix_adm ) system ebsips1 ( ) system ebsips2 ( ) group sg_test ( SystemList = ebsips1 = 0, ebsips2 = 1 AutoStart = 0 AutoFailOver = 0 AutoStartList = ebsips1, ebsips2 PreOnline = 1 OnlineRetryLimit = 3 OnlineRetryInterval = 120 ) DiskGroup dgapp_ebsp1 ( Critical = 1 DiskGroup = dgapp_ebsp1 ) Mount mt_opt_vrtsnbu ( Critical = 1 MountPoint = "/opt/vrtsnbu" BlockDevice = "/dev/vx/dsk/dgapp_ebsp1/v_opt_vrtsnbu" FSType = vxfs FsckOpt = "-y" ) mt_opt_vrtsnbu requires dgapp_ebsp1 // resource dependency tree // // group sg_test // // Mount mt_opt_vrtsnbu // // DiskGroup dgapp_ebsp1 // // Page 7

8 3 HOW DOES IT WORK? The integration with Veritas Cluster Server is done through a set of customized scripts(see 22) which are run by VCS while online ing or offline ing a Service Group These scripts are called by the VCS triggers preonline and postoffline during normal operation Their function is to control LUN access and invert SnapMirror replication flow 31 ON NODE EBSIPS2: Trigger preonline executes: sg_test_pre-online_failover_to_ebsips2sh Trigger postoffline executes: sg_test_post_offline_failback_to_ebsips1sh These scripts are executed by VCS when we modify some of the standard VCS triggers and enable the Service Group property PreOnline hagrp -modif sg_test PreOnline 1 The change above forces the preonline trigger to be run every time the Service Group sg_test is brought online The standard VCS preonline trigger script is modied to execute our sg_test_pre- ONLlINE_failover_to_ebsips2sh every time the service group sg_test is brought online This is done by modifying the trigger /opt/vrtsvcs/bin/triggers/preonline as listed below: put your code here if ( $ARGV[0] eq "ebsips2" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_pre-online_failover_to_ebsips2sh"); The Script POST_OFFLINE_failback_to_ebsips1sh is executed by modifying the standard VCS post-offline trigger scripts adding the following code: put your code here if ( $ARGV[0] eq "ebsips2" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_post-offline_failback_to_ebsips1sh"); The examples above are only relevant to node ebsips2 Page 8

9 32 ON NODE EBSIPS1: Trigger PRE-ONLINE executes: sg_test_pre-online_failback_to_ebsips1sh followed by sg_test_resync_from_ebsips2_to_ebsips1sh The script sg_test_pre-online_failback_to_ebsips1sh is run by VCS when the ServiceGroup sg_test is brought online on node ebsips1 The only required actions are to have the PreOnline attribute set to 1 and to modify the standard PreOnline trigger to call our sg_test_pre-online_failback_to_ebsips1sh That change done on /opt/vrtsvcs/bin/triggers/preonline is shown below: put your code here if ( $ARGV[0] eq "ebsips1" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_pre- ONLINE_failback_to_ebsips1sh"); 33 SG_TEST_PROPERTIESFILE: The sg_test_propertiesle le located in /home/netapp/scripts contains variables used by all other scripts These variables include the nodenames, ler hostnames, production and DR volumes, LUN paths and IGROUP names All these scripts mentioned in section 3 must be customized during install or reconguration of VCS ServiceGroups Page 9

10 34 SCRIPTS SUMMARY The table below contains a short summary of all the scripts and their locations on each node: node script run by ebsips2 /home/netapp/scripts/sg_test_pre-online_failover_to_ebsips2sh VCS PreOnline trigger ebsips2 /home/netapp/scripts/sg_test_post_offline_failback_to_ebsips1sh VCS PostOffline trigger ebsips1 /home/netapp/scripts/sg_test_pre-online_failback_to_ebsips1sh VCS PreOnline trigger ebsips2 /home/netapp/scripts/sg_test_resync_from_ebsips2_to_ebsips1sh VCS PreOnline trigger Both nodes /home/netapp/scripts/sg_test_propertiesle Sourced by every script Both /opt/vrtsvcs/bin/triggers/preonline VCS nodes Both nodes /opt/vrtsvcs/bin/triggers/postoffline VCS 35 VCS SSH FILER CREDENTIALS In order to execute ler commands from nodes ebsips1 and ebsips2, two users vcs_ebsips1 and vcs_ebsips2 have been dened on lers ddc-fas-p03 and cdc-fas-p01 These users enable remote execution of commands using ssh public-key autication While these users have limited access as they are part of a restricted role, their level of access allows the root user from these two hosts to perform a large set of operations such as creating, destroying, offline ing, online ing luns and volumes on each ler This may be of a security concern for ACMEClearnet, however ONTAP does not provide a mechanism to limit actions from a specic user to a set or volumes or LUNs Currently ONTAP allows us only to limit user actions to a set of commands Page 10

11 4 INSTALATION GUIDE This section contains the required steps to deploy or customize this solution on a new pair of nodes, or to add additional ServiceGroups to an existing VCS cluster There are several scripts that must be modied during the initial setup, those changes are related to FlexVols, LUNs and ServiceGroups names and are documented in the following pages The scripts as they ve been deployed on ebsips1 and ebsips2 are prepared to work with a single FlexVol, two LUNs and the ServiceGroup sg_test In order to use different LUNS, or just a different ServiceGroup name these scripts must be modied 41 TASK 1: CREATE ACCOUNTS ON BOTH FILERS Login into both NetApp Controllers and create the following objects: Create a role for VCS, named r_vcs with the following privileges: Name: r_vcs Info: VCS role Allowed Capabilities: login-ssh,cli-lun,cli-vol,cli-snapmirror Create a group for VCS, named g_vcs containing role r_vcs: Name: g_vcs Info: Rid: Roles: r_vcs Create users vcs_ebsips1, vcs_ebsips2 on both controllers and add these users to group g_vcs: Name: vcs_ebsips1 Info: VCS user ebsips1 Rid: Groups: g_vcs Name: vcs_ebsips2 Info: VCS user ebsips2 Rid: Groups: g_vcs Page 11

12 42 TASK 2: SET SSH-PUBLIC-KEY AUTHENTICATION From host ebsips1 set the ssh public-keys to user vcs_ebsips1 on both lers; From host ebsips2 set the ssh public-keys to user vcs_ebsips2 on both lers; The procedure for setting ssh public-key autication is available on the ONTAP 72 System Administration Guide -> Chapter 9: Using secureadmin -> Managing SSH for secureadmin -> Setting up public-key based autication Refer to the following link and page 191 for more information: From each host try to connect to the lers using ssh: ssh snapmirror status ssh snapmirror status ssh snapmirror status ssh snapmirror status 43 TASK 3: INSTALL FCP HUK ON BOTH NODES Login to the NOW website and download the FCP HUK for Solaris: Install the software using pkgadd on both nodes: pkgadd d NTAPSANToolpkg [root@ebsips2] pkgadd d NTAPSANToolpkg Complete instructions are available on the FCP HUK installation guide: Page 12

13 44 TASK 4: EDIT SNAPMIRRORCONF ON BOTH FILERS Both lers should have an entry in the /etc/snapmirrorconf for every volume to be replicated across sites The example below from CDC-FAS-P01 shows volume vl_ebsips1_2 on ler DDC-FAS-P03 is replicating to a volume with the same name on ler CDC-FAS-P01 CDC-FAS-P01> rdle /etc/snapmirrorconf DDC-FAS-P03:vl_EBSIPS1_2 CDC-FAS-P01:vl_EBSIPS1_2 - sync As we need to be able to reverse replication when the ServiceGroup is active on ebsips2, an equivalent entry is required on ler DDC-FAS-P03 This enables us to replicate volume vl_ebsips1_2 from CDC-FAS-P01 to DDC-FAS-P03 ddc-fas-p03> rdle /etc/snapmirrorconf CDC-FAS-P01:vl_EBSIPS1_2 DDC-FAS-P03:vl_EBSIPS1_2 - sync If additional FlexVols are to be congured on the VCS ServiceGroup, additional entries for those FlexVols must be added to the /etc/snapmirrorconf les 45 TASK 5: SNAPMIRROR INITIALIZE FROM CDC-FAS-PO01 Connect to ler CDC-FAS-P01 and initialize SnapMirror between DDC-FAS-P03 -> CDC-FAS-P01 CDC-FAS-P01> Snapmirror initialize S DDC-FAS-P03:vl_EBSIPS1_2 w CDC-FAS- P01:vl_EBSIPS1_2 Repeat this task for every FlexVol to be SnapMirrored across sites Page 13

14 46 TASK 6: INSTALL SCRIPTS Create the directories /home/netapp/scripts and /home/netapp/logs on both nodes Then copy the scripts listed in Appendix 1 to the correct directories The table shows where each script should be deployed node script run by ebsips2 /home/netapp/scripts/sg_test_pre-online_failover_to_ebsips2sh VCS PreOnline trigger ebsips2 /home/netapp/scripts/sg_test_post_offline_failback_to_ebsips1sh VCS PostOffline trigger ebsips1 /home/netapp/scripts/sg_test_pre-online_failback_to_ebsips1sh VCS PreOnline trigger ebsips2 /home/netapp/scripts/sg_test_resync_from_ebsips2_to_ebsips1sh VCS PreOnline trigger Both nodes /home/netapp/scripts/sg_test_propertiesle Sourced by every script Both /opt/vrtsvcs/bin/triggers/preonline VCS nodes Both nodes /opt/vrtsvcs/bin/triggers/postoffline VCS 47 TASK 7: EDIT VCS PREONLINE TRIGGER ON NODE EBSIPS1 Each ServiceGroup running on hosts ebsips1, ebsips2 requires a set of PRE-ONLINE, POST-OFFLINE and propertiesle scripts The VCS preonline trigger contains an entry in that it executes a script if a specic ServiceGroup is bring brought online It is possible to manage several ServiceGroups by creating a new copy of the PRE- ONLINE_failback_to_ebsips1sh script with a prex for that VCS ServiceGroup and adding an entry to the VCS preonline trigger Example of different ServiceGroups: SG_test_PRE-ONLINE_failback_to_ebsips1sh SG_billing_PRE-ONLINE_failback_to_ebsips1sh SG_apps_PRE-ONLINE_failback_to_ebsips1sh Page 14

15 The required changes on the VCS /opt/vrtsvcs/bin/triggers/preonline trigger: put your code here if ( $ARGV[0] eq "ebsips1" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_pre-online_failback_to_ebsips1sh"); 48 TASK 8: EDIT VCS PREONLINE TRIGGER ON NODE EBSIPS2 Customize this script in the same way as explained for task 7 /opt/vrtsvcs/bin/triggers/preonline: put your code here if ( $ARGV[0] eq "ebsips2" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_pre-online_failback_to_ebsips1sh"); 49 TASK 9: EDIT VCS POSTOFFLINE TRIGGER ON NODE EBSIPS2 Customize this script in the same way as explained for task 7 /opt/vrtsvcs/bin/triggers/postoffline: put your code here if ( $ARGV[0] eq "ebsips2" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_post-offline_failback_to_ebsips1sh"); Page 15

16 410 TASK 10: EDIT PROPERTIESFILE ON BOTH NODES When running multiple ServiceGroups, each SG must have a dedicated propertiesle on both nodes The best method is to rename the propertiesle to <SG_NAME>_propertiesle for each ServiceGroup and include this le on the PRE-ONLINE/POST_OFFLINE scripts Open the <SG_NAME>_propertiesle and customize as needed In this le you should specify every object relevant to the VCS cluster, for example: nodeprd is the node at the production site: ebsips1; nodedr is the node at the DR site: ebsips2; PRD_VOLUME_0 is the FlexVol at the PRD site: vl_ebsips1_2 DR_VOLUME_0 is the FlexVol at the DR site: vl_ebsips1_2 PRD_LUN_0 is the rst LUN available to the PRD node: /vol/vl_ebsips1_2/qt_lun001/lun001 DR_LUN_0 is the rst LUN available to the DR node: /vol/vl_ebsips1_2/qt_lun001/lun001 PRD_LUN_0_ID is the LUN ID of the rst LUN on the PRD site: 1 DR_LUN_0_ID is the LUN ID of the rst LUN on the DR site: 1 PRD_IGROUP is the IGROUP NAME of the PRD host DR_IGROUP is the IGROUP NAME of the DR host!/usr/bin/bash export nodeprd=ebsips1 export nodedr=ebsips2 export lerprd=ddc-fas-p03 export lerdr=cdc-fas-p01 dene the volume names on PRD and DR lers export PRD_VOLUME_0="vl_EBSIPS1_2" export PRD_VOLUME_1="" export PRD_VOLUME_2="" export PRD_VOLUME_3="" export PRD_VOLUME_4="" export DR_VOLUME_0="vl_EBSIPS1_2" export DR_VOLUME_1="" export DR_VOLUME_2="" export DR_VOLUME_3="" export DR_VOLUME_4="" dene the LUNS availble on the PRD host from the PRD ler export PRD_LUN_0="/vol/vl_EBSIPS1_2/qt_LUN001/LUN001" export PRD_LUN_0_ID=1 export PRD_LUN_1="/vol/vl_EBSIPS1_2/qt_LUN002/LUN002" export PRD_LUN_1_ID=2 export PRD_LUN_2="" export PRD_LUN_2_ID= export PRD_LUN_2="" export PRD_LUN_2_ID= dene the LUNS to be made availble on the DR host from the DR ler export DR_LUN_0="/vol/vl_EBSIPS1_2/qt_LUN001/LUN001" export DR_LUN_0_ID=1 export DR_LUN_1="/vol/vl_EBSIPS1_2/qt_LUN002/LUN002" export DR_LUN_1_ID=2 export DR_LUN_2="" export DR_LUN_2_ID= What are the igroups on DR and on the PRD lers? export PRD_IGROUP=EBSIPS1 export DR_IGROUP=EBSIPS2 Page 16

17 411 TASK 11: EDIT SG_TEST_PRE- ONLINE_FAILOVER_TO_EBSIPS2SH ON EBSIPS2 If you have multiple ServiceGroups you need to have a dedicated PRE-ONLINE_failover_to_ebsips2sh, we recommend renaming the script to <SG_NAME>_PRE_ONLINE_failover_to_ebsips2sh Open /home/netapp/scripts/<sg_name>_pre-online_failover_to_ebsips2sh and uncomment the required entries for each LUN and FlexVol in use by the Service Group Then modify the rst entry for the propertiesle to that it reflects the name of the ServiceGroup, <SG_NAME>_propertiesle /home/netapp/scripts/sg_test_propertiesle -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd offlinelun $lerprd $PRD_LUN_0 0 tee -a $LOGFILE offlinelun $lerprd $PRD_LUN_1 0 tee -a $LOGFILE offlinelun $lerprd $PRD_LUN_2 0 tee -a $LOGFILE offlinelun $lerprd $PRD_LUN_3 0 tee -a $LOGFILE -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE flexvols IN USE BY $nodedr smbreak $lerdr $DR_VOLUME_0 smbreak $lerdr $DR_VOLUME_1 smbreak $lerdr $DR_VOLUME_2 smbreak $lerdr $DR_VOLUME_3 -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr unmaplun $lerdr $DR_LUN_0 $DR_IGROUP unmaplun $lerdr $DR_LUN_1 $DR_IGROUP unmaplun $lerdr $DR_LUN_2 $DR_IGROUP unmaplun $lerdr $DR_LUN_3 $DR_IGROUP -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr online luns onlinelun $lerdr $DR_LUN_0 1 tee -a $LOGFILE onlinelun $lerdr $DR_LUN_1 1 tee -a $LOGFILE onlinelun $lerdr $DR_LUN_2 1 tee -a $LOGFILE onlinelun $lerdr $DR_LUN_3 1 tee -a $LOGFILE map luns -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr maplun $lerdr $DR_LUN_0 $DR_IGROUP $DR_LUN_0_ID maplun $lerdr $DR_LUN_1 $DR_IGROUP $DR_LUN_1_ID maplun $lerdr $DR_LUN_2 $DR_IGROUP $DR_LUN_1_ID maplun $lerdr $DR_LUN_3 $DR_IGROUP $DR_LUN_2_ID Page 17

18 412 TASK 12: EDIT SG_TEST_POST- OFFLINE_FAILBACK_TO_EBSIPS1SH ON NODE EBSIPS2 If you have multiple ServiceGroups you need to have a dedicated POST_OFFLINE_failback_to_ebsips1sh, we recommend renaming this script to <SG_NAME>_POST_OFFLINE_failback_to_ebsips1sh Open /home/netapp/scripts/<sg_name>_post-offline_failback_to_ebsips1sh and uncomment the required entries for each LUN and FlexVol in use by the Service Group Then modify the entry for the propertiesle to that it reflects the name of the ServiceGroup, <SG_NAME>_propertiesle /home/netapp/scripts/sg_test_propertiesle offline luns on node nodedr, we don't want this node to modify any data while we are failing back to PRD -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr offlinelun $lerdr $DR_LUN_0 0 tee -a $LOGFILE offlinelun $lerdr $DR_LUN_1 0 tee -a $LOGFILE offlinelun $lerdr $DR_LUN_2 0 tee -a $LOGFILE offlinelun $lerdr $DR_LUN_3 0 tee -a $LOGFILE Page 18

19 413 TASK 13: EDIT PRE-ONLINE_FAILBACK_TO_EBSIPS1SH ON EBSIPS1 If you have multiple ServiceGroups you need to have a dedicated PRE-ONLINE_failback_to_ebsips1sh, we recommend renaming the script to <SG_NAME>_ PRE-ONLINE_failback_to_ebsips1sh Open /home/netapp/scripts/<sg_name>_pre-online_failback_to_ebsips1sh and uncomment the required entries for each LUN and FlexVol in use by the Service Group Then modify the entry for the propertiesle so that it reflects the name of the ServiceGroup, <SG_NAME>_propertiesle /home/netapp/scripts/sg_test_propertiesle -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE VOLUMES IN USE BY $nodeprd smbreak $lerprd $PRD_VOLUME_0 smbreak $lerprd $PRD_VOLUME_1 smbreak $lerprd $PRD_VOLUME_2 smbreak $lerprd $PRD_VOLUME_3 Invert the replication, we were doing DR->PRD, and now we want PRD->DR invertsync $lerprd $PRD_VOLUME_0 $lerdr $DR_VOLUME_0 invertsync $lerprd $PRD_VOLUME_1 $lerdr $DR_VOLUME_1 invertsync $lerprd $PRD_VOLUME_2 $lerdr $DR_VOLUME_2 unmap the luns to avoid errors during onlining -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd unmaplun $lerprd $DR_LUN_0 $PRD_IGROUP unmaplun $lerprd $DR_LUN_1 $PRD_IGROUP unmaplun $lerprd $DR_LUN_2 $PRD_IGROUP unmaplun $lerprd $DR_LUN_3 $PRD_IGROUP online and map the luns at the PRD site -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd onlinelun $lerprd $PRD_LUN_0 1 tee -a $LOGFILE onlinelun $lerprd $PRD_LUN_1 1 tee -a $LOGFILE onlinelun $lerprd $PRD_LUN_2 1 tee -a $LOGFILE onlinelun $lerprd $PRD_LUN_3 1 tee -a $LOGFILE map luns -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd maplun $lerprd $PRD_LUN_0 $PRD_IGROUP $PRD_LUN_0_ID maplun $lerprd $PRD_LUN_1 $PRD_IGROUP $PRD_LUN_1_ID maplun $lerprd $PRD_LUN_2 $PRD_IGROUP $PRD_LUN_1_ID maplun $lerprd $PRD_LUN_3 $PRD_IGROUP $PRD_LUN_2_ID Page 19

20 414 TASK 14: EDIT SG_TEST_RESYNC_FROM_EBSIPS2_TO_EBSIPS1SH ON NODE EBSIPS2 If you have multiple ServiceGroups you need to have a dedicated Resync_from_ebsips2_to_ebsips1sh, we recommend renaming the script to <SG_NAME>_ Resync_from_ebsips2_to_ebsips1sh Open /home/netapp/scripts/<sg_name>_ Resync_from_ebsips2_to_ebsips1sh and include entries for each FlexVol in use by the Service Group ssh vcs_$nodedr@$lerprd snapmirror resync -f -S $lerdr:$dr_volume_0 -w $lerprd:$prd_volume_0 tee -a $LOGFILE while [ $( ssh vcs_$nodedr@$lerprd snapmirror status grep -i ^$lerdr:$dr_volume_0 grep -i $lerprd:$prd_volume_0 grep -c "In-sync" tee -a $LOGFILE ) -lt 1 ] ssh vcs_$nodedr@$lerprd snapmirror status grep -i ^$lerdr:$dr_volume_0 grep -i $lerprd:$prd_volume_0 grep "In-sync" tee -a $LOGFILE Page 20

21 Task 15: Run scripts and check results 1) LUNs must be available on ebsips1 2) Conrm that SnapMirror has been initialized and is replicating to ebsips2 3) Run sg_test_pre-online_failover_to_ebsips2sh from host ebsips2 4) Run sg_test_post_offline_failback_to_ebsips1sh from host ebsips2 5) Run sg_test_resync_from_ebsips2_to_ebsips1sh from host ebsips2 6) Run sg_test_pre-online_failback_to_ebsips1sh from host ebsips1 Task 16: create VCS service Group and resource group sg_test ( SystemList = ebsips1 = 0, ebsips2 = 1 AutoStart = 0 AutoFailOver = 0 AutoStartList = ebsips1, ebsips2 PreOnline = 1 OnlineRetryLimit = 3 OnlineRetryInterval = 120 ) DiskGroup dgapp_ebsp1 ( Critical = 1 DiskGroup = dgapp_ebsp1 ) Mount mt_opt_vrtsnbu ( Critical = 1 MountPoint = "/opt/vrtsnbu" BlockDevice = "/dev/vx/dsk/dgapp_ebsp1/v_opt_vrtsnbu" FSType = vxfs FsckOpt = "-y" ) mt_opt_vrtsnbu requires dgapp_ebsp1 Task 17: Test VCS integration 1) Bring SG online on ebsips1 2) Offline SG on ebsip1 3) Conrm that SnapMirror is in-sync 4) Online SG on ebsip2 5) Offline SG on ebsip2 6) Conrm that SnapMirror is in-sync 7) Online SG on ebsip1 Page 21

22 5 OPERATION MANUAL Before bringing the ServiceGroup online on any node, we must check that the SnapMirror relationships are set and in-sync SnapMirror can take a few minutes to propagate the changes after a resync, these changes must be fully propagated before we bring online the ServiceGroup in any node Failure in doing so, may result in loss of data not yet propagated to the destination FlexVol We can verify the status of the SnapMirror Status by running the following commands: From ebsips1: ebsips1> ssh vcs_ebsips1@cdc-fas-p01 snapmirror status SnapMirror is on Source Destination State Lag Status ddc-fas-p03:vl_ebsips1_2 CDC-FAS-P01:vl_EBSIPS1_2 Snapmirrored - in-sync CDC-FAS-P01:vl_EBSIPS1_2 ddc-fas-p03:vl_ebsips1_2 Source 01:06:56 Idle From ebsips2: ebsips1> ssh vcs_ebsips2@ddc-fas-p03 snapmirror status SnapMirror is on Source Destination State Lag Status ddc-fas-p03:vl_ebsips1_2 CDC-FAS-P01:vl_EBSIPS1_2 Snapmirrored - in-sync CDC-FAS-P01:vl_EBSIPS1_2 ddc-fas-p03:vl_ebsips1_2 Source 01:06:56 Pending The output above shows that FlexVol vl_ebsips1_2 is being replicated from (PRD)ddc-fas-p03 to (DR)cdcfas-p01 and its current replication status is in-sync Occasionally you may found that the State is listed as Snapmirrored but there is a number on the Lag column, this indicates that SnapMirror is not yet running in Synchronous mode but propagating changes after loss of connection or a resync operation If this happens wait a few minutes and check the SnapMirror output again To bring the ServiceGroup online on ebsips1 follow these steps: ebsips1> hastatus -sum Conrm that the ServiceGroup is not running in any other node ebsips1> ssh vcs_ebsips1@cdc-fas-p01 snapmirror status and conrm that SnapMirror Status is in-sync ebsips1> hagrp online sg_test sys ebsips1 To bring the ServiceGroup offline follow these steps: ebsips1> hagrp offline sg_test any To bring the ServiceGroup online on ebsips2 follow these steps: ebsips2> hastatus -sum Conrm that the ServiceGroup is not running in any other node ebsips2> ssh vcs_ebsips2@ddc-fas-p03 snapmirror status and conrm that SnapMirror Status is in-sync ebsips2> hagrp online sg_test sys ebsips2 Page 22

23 6 LOGS AND TROUBLESHOOTING There are a set of logs that can be review for troubleshooting: The directory /home/netapp/logs contain logs of the different preonline/postoffline scripts ebsips2> cd /home/netapp/logs ebsips2> ls ltr grep sg_test tail -3 These commands will return the last 3 logs: _121329_sg_test_PRE-ONLINE_failover_to_ebsips2log _121423_sg_test_resync_from_ebsips2_to_ebsips1log _122352_sg_test_POST-OFFLINE_failback_to_ebsips1log And on ebsips1: ebsips1> cd /home/netapp/logs ebsips1> ls ltr grep sg_test tail _121329_sg_test_PRE-ONLINE_failback_to_ebsips1log Additionally the VCS logs can also be found at /var/vrtsvcs/log Page 23

24 7 APPENDIX 1 71 PROPERTIESFILE!/usr/bin/bash export nodeprd=ebsips1 export nodedr=ebsips2 export lerprd=ddc-fas-p03 export lerdr=cdc-fas-p01 dene the volume names on PRD and DR lers export PRD_VOLUME_0="vl_EBSIPS1_2" export PRD_VOLUME_1="" export PRD_VOLUME_2="" export PRD_VOLUME_3="" export PRD_VOLUME_4="" export DR_VOLUME_0="vl_EBSIPS1_2" export DR_VOLUME_1="" export DR_VOLUME_2="" export DR_VOLUME_3="" export DR_VOLUME_4="" dene the LUNS availble on the PRD host from the PRD ler export PRD_LUN_0="/vol/vl_EBSIPS1_2/qt_LUN001/LUN001" export PRD_LUN_0_ID=1 export PRD_LUN_1="/vol/vl_EBSIPS1_2/qt_LUN002/LUN002" export PRD_LUN_1_ID=2 export PRD_LUN_2="" export PRD_LUN_2_ID= export PRD_LUN_2="" export PRD_LUN_2_ID= dene the LUNS to be made availble on the DR host from the DR ler export DR_LUN_0="/vol/vl_EBSIPS1_2/qt_LUN001/LUN001" export DR_LUN_0_ID=1 export DR_LUN_1="/vol/vl_EBSIPS1_2/qt_LUN002/LUN002" export DR_LUN_1_ID=2 export DR_LUN_2="" export DR_LUN_2_ID= What are the igroups on DR and on the PRD lers? export PRD_IGROUP=EBSIPS1 export DR_IGROUP=EBSIPS2 Page 24

25 72 EBSIPS1 - PREONLINE $Id: preonline,v /06/23 08:00:14 vikasg Exp $ $Copyrights: Copyright (c) 2006 Symantec Corporation All rights reserved THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF SYMANTEC CORPORATION USE, DISCLOSURE OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SYMANTEC CORPORATION The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software documentation" as dened in FAR Sections and DFARS Section $ preonline preonline is invoked just before onlining the group preonline is invoked on the node where group is to be onlined A group level congurable parameter PreOnline controls whether this trigger should be invoked or not By default, PreOnline is not set PreOnline can be set in one of two ways: a) In conguration le, dene PreOnline=1 in the group description to set PreOnline to 1 for the group b) While cluster is running, and in writable state, do hagrp -modify <group> PreOnline 1 to set PreOnline to 1 for group <group> preonline gives user the control to take appropriate action depending on whether group is being manually onlined, or group is in the process of failover In failover case, for example, preonline can be used to determine whether the group can be brought online on this node in the cluster In any case, user can give control back to engine by doing: hagrp -online -nopre <group> -sys <system> This will let engine continue with online process Usage: preonline <system> <group> <whyonlining> <systemwheregroupfaulted> <system>: is the name of the system where group is to be onlined <group>: is the name of the group that is to be onlined <whyonlining>: is either "FAULT" or "MANUAL" "MANUAL" corresponds to manual online whereas "FAULT" corresponds to both failover as well as manual switch <systemwheregroupfaulted>: When preonline is invoked due to failover this argument is the name of the system where group was online before When preonline is invoked due to group online command issued with -checkpartial option, this argument is the name of system specied for this option eval 'exec $VCS_HOME:-/opt/VRTSvcs/bin/perl5 -I $VCS_HOME:-/opt/VRTSvcs/lib -S $0 $1+"$@"' if 0; $vcs_home = $ENV"VCS_HOME"; if (!dened ($vcs_home)) $vcs_home="/opt/vrtsvcs"; use ag_i18n_inc; VCSAG_SET_ENVS(); if (!dened $ARGV[0]) VCSAG_LOG_MSG ("W", "Failed to continue; undened system name", 15028); exit; elsif (!dened $ARGV[1]) VCSAG_LOG_MSG ("W", "Failed to continue; undened group name", 15031); exit; Page 25

26 It is a good idea to log what you're doing if (dened $ARGV[3]) VCSAG_LOG_MSG("I", "(preonline) Invoked with arg0=$argv[0], arg1=$argv[1], arg2=$argv[2], arg3=$argv[3]", msgid); else VCSAG_LOG_MSG("I", "(preonline) Invoked with arg0=$argv[0], arg1=$argv[1]", msgid); put your code here if ( $ARGV[0] eq "ebsips1" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_pre-online_failback_to_ebsips1sh"); Here is a sample code that takes into account multiple groups $group = $ARGV[1]; if ($group eq "G1") Say, G1 can not be onlined on this system We add heuristics to determine next best system to online G1 Say, sysb is such a system `$vcs_home/bin/hagrp -online G1 -sys sysb`; exit now, without sending online -nopre exit; elsif ($group eq "G2") We add heurisitics to determine if G2 can be onlined on this system Say, we determine that G2 can not be onlined anywhere Exit now without sending online -nopre exit; elsif ($group eq "G3") Say, to online G3 we want to make sure if another group P1 is online Query engine for P1's online state, using hagrp -state P1 -sys $ARGV[0] Say, that P1 is indeed online on this system Don't call exit, since online nopre is called down below Here is a sample code to notify a bunch of $msgle="/tmp/preonline"; `echo system = $ARGV[0], group = $ARGV[1], whyonlining = $ARGV[2] > $msgle`; foreach $recipient (@recipients) Must have elm setup to run this `elm -s preonline $recipient < $msgle`; `rm $msgle`; give control back to HAD if (dened $ARGV[3]) system("$vcs_home/bin/hagrp -online -nopre $ARGV[1] -sys $ARGV[0] -checkpartial $ARGV[3]"); exit; system("$vcs_home/bin/hagrp -online -nopre $ARGV[1] -sys $ARGV[0]"); exit; 73 EBSIPS1 PRE-ONLINE_FAILBACK_TO_EBSIPS1SH!/usr/bin/bash PRE-ONLINE script: PRE-ONLINE_failback_to_ebsips1 Version 11 NetApp - 6/7/2008 This script is used by VCS preonline trigger to make the PRD luns available on node ebsips1 Page 26

27 In order to run this script, resync_from_ebsips2_to_ebsips1sh must have been executed already resync_from_ebsips2_to_ebsips1sh performs the sync from DR->PRD This script wiil bring PRD luns online and reverse the sync from DR->PRD to PRD->DR LOGFILE="/home/netapp/logs/`date +%d%m%y_%h%m%s`_sg_test_pre- ONLINE_failback_to_ebsips1log" /home/netapp/scripts/sg_test_propertiesle functions: function pingfilerup usage: pingfilerup <ler> <0 1> where <ler> is the ler we want to check if is online and <0 1> denes if the script should abort if the ler is not online <1> = critical pingfilerup () FILER=$1 CRITICAL=$2 echo "checking if ler $FILER is up and running" tee -a $LOGFILE if [ "$( ping $FILER 1 grep -c answer )" -gt 0 ] echo "ler $FILER is down" tee -a $LOGFILE if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 else echo "ler $FILER is up" tee -a $LOGFILE function offlinelun usage: offlinelun <ler> <lun> <0 1> where <ler> is the ler where we want to online the lun <lun> is the full pathname of that lun and <0 1> denes if the script should abort if the operation failed <1> = critical offlinelun () FILER=$1 LUN=$2 CRITICAL=$3 echo "offlining luns on $lerprd " tee -a $LOGFILE ssh vcs_$nodeprd@$filer lun offline $LUN tee -a $LOGFILE -> conrm that luns are offline if [ "$( ssh vcs_$nodeprd@$filer lun show $LUN grep -c online )" -eq "1" ] echo "WARNING: can't conrm that LUN $FILER:$LUN is offline" if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 function onlinelun usage: onlinelun <ler> <lun> <0 1> where <ler> is the ler where we want to online the lun <lun> is the full pathname of that lun and <0 1> denes if the script should abort if the operation failed <1> = critical onlinelun () FILER=$1 LUN=$2 CRITICAL=$3 Page 27

28 echo "onlining luns $LUN on $FILER " tee -a $LOGFILE ssh lun online $LUN tee -a $LOGFILE -> conrm that luns are online if [ "$( ssh vcs_$nodeprd@$filer lun show $LUN grep -c offline )" -eq "1" ] echo "WARNING: can't conrm that LUN $FILER:$LUN is online" if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 function smbreak usage: smbreak <ler> <volume> where <ler> is the destination ler where we want to break the SnapMirror relationship and <volume> is the volume name smbreak () FILER=$1 VOLUME=$2 snapmirror quiesce and release on the destination site echo "running snapmirror quiesce on volume $FILER:$VOLUME" tee -a $LOGFILE ssh vcs_$nodeprd@$filer snapmirror quiesce $FILER:$VOLUME tee -a $LOGFILE echo "running snapmirror break on volume $FILER:$VOLUME" tee -a $LOGFILE ssh vcs_$nodeprd@$filer snapmirror break $FILER:$VOLUME tee -a $LOGFILE -> conrm that snapmirror actions are done if [ "$( ssh vcs_$nodeprd@$filer snapmirror status $FILER:$VOLUME tee -a $LOGFILE grep -c Broken )" -lt 1 ] FATA:failed to break the SnapMirror relationship echo "FATAL: failed to break the SnapMirror relationship" tee -a $LOGFILE echo "snapmirror break $FILER:$VOLUME failed" tee -a $LOGFILE exit 255 function unmaplun usage: unmaplun <ler> <lun> <igroup> where <ler> is the destination ler where we want to unmap <lun> from the <IGROUP> unmaplun () FILER=$1 LUN=$2 IGROUP=$3 unmap luns to avoid problems during onlining echo "unmap luns $LUN from igroup $IGROUP on ler $FILER " tee -a $LOGFILE ssh vcs_$nodeprd@$filer lun unmap $LUN $IGROUP tee -a $LOGFILE function maplun usage: maplun <ler> <lun> <igroup> <lun_id> <0 1> where <ler> is the destination ler where we want to map <lun> to the <IGROUP> using <lun_id> maplun () FILER=$1 LUN=$2 IGROUP=$3 LUNID=$4 CRITICAL=$5 map luns echo "map lun $LUN to igroup $IGROUP on ler $FILER using lun id $LUNID " tee - a $LOGFILE ssh vcs_$nodeprd@$filer lun map $LUN $IGROUP $LUNID tee -a $LOGFILE check if the luns have been mapped correctly Page 28

29 if [ "$( ssh vcs_$nodeprd@$filer lun show $LUN tee -a $LOGFILE grep -c mapped )" -lt 1 ] if [ "$CRITICAL" -eq "1" ] echo "FATAL: failed to map lun $FILER:$LUN to $IGROUP" tee -a $LOGFILE echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 function invertsync usage: inversync <PRD ler> <PRD volume> <DR ler> <DR volume> where <PRD ler> and <PRD VOLUME> is source of the snapmirror we want to establish and <DR ler> and <DR volume> the destination invertsync () PRDFILER=$1 PRDVOLUME=$2 DRFILER=$3 DRVOLUME=$4 Invert the replication, we were doing DR->PRD, and now we want PRD->DR echo "Invert the replication: from DR->PRD to PRD->DR" tee -a $LOGFILE ssh vcs_$nodeprd@$drfiler snapmirror resync -f -S $PRDFILER:$PRDVOLUME -w $DRFILER:$DRVOLUME tee -a $LOGFILE check that the Snapmirror is replication the correct way we can't abort the PRE-ONLINE script it the replication fails to be activacted from PRD->DR as DR may not be available echo "Verify the replication: it should be from PRD->DR" tee -a $LOGFILE ssh vcs_$nodeprd@$lerdr snapmirror status grep -i ^$PRDFILER:$PRDVOLUME grep -i $DRFILER:$DRVOLUME grep Snapmirrored tee -a $LOGFILE MAIN echo "starting $0 at $(date)" tee -a $LOGFILE echo tee -a $LOGFILE echo "dumping enviroment: " tee -a $LOGFILE env tee -a $LOGFILE echo tee -a $LOGFILE check if ler $lerprd is up and running pingfilerup $lerprd 1 Break the current SnapMirror We may be returning from failure scenario where DR is replicating to PRD we need to stop this DR -> PRD replication and activate the volumes on PRD -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE VOLUMES IN USE BY $nodeprd smbreak $lerprd $PRD_VOLUME_0 smbreak $lerprd $PRD_VOLUME_1 smbreak $lerprd $PRD_VOLUME_2 smbreak $lerprd $PRD_VOLUME_3 check if ler $lerdr is up and running pingfilerup $lerdr 0 if [ $? -lt 1 ] Invert the replication, we were doing DR->PRD, and now we want PRD->DR invertsync $lerprd $PRD_VOLUME_0 $lerdr $DR_VOLUME_0 invertsync $lerprd $PRD_VOLUME_1 $lerdr $DR_VOLUME_1 invertsync $lerprd $PRD_VOLUME_2 $lerdr $DR_VOLUME_2 check if ler $lerprd is up and running pingfilerup $lerprd 1 Page 29

30 if [ $? -lt 1 ] unmap the luns to avoid errors during onlining -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd unmaplun $lerprd $DR_LUN_0 $PRD_IGROUP unmaplun $lerprd $DR_LUN_1 $PRD_IGROUP unmaplun $lerprd $DR_LUN_2 $PRD_IGROUP unmaplun $lerprd $DR_LUN_3 $PRD_IGROUP online and map the luns at the PRD site -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd onlinelun $lerprd $PRD_LUN_0 1 tee -a $LOGFILE onlinelun $lerprd $PRD_LUN_1 1 tee -a $LOGFILE onlinelun $lerprd $PRD_LUN_2 1 tee -a $LOGFILE onlinelun $lerprd $PRD_LUN_3 1 tee -a $LOGFILE map luns -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd maplun $lerprd $PRD_LUN_0 $PRD_IGROUP $PRD_LUN_0_ID maplun $lerprd $PRD_LUN_1 $PRD_IGROUP $PRD_LUN_1_ID maplun $lerprd $PRD_LUN_2 $PRD_IGROUP $PRD_LUN_1_ID maplun $lerprd $PRD_LUN_3 $PRD_IGROUP $PRD_LUN_2_ID rescan devices echo "rescanning devices" tee -a $LOGFILE cfgadm -al tee -a $LOGFILE devfsadm -C tee -a $LOGFILE /opt/ntap/santoolkit/bin/sanlun lun show -p >/dev/null 2>&1 /opt/ntap/santoolkit/bin/sanlun lun show -p tee -a $LOGFILE 74 EBSIPS2 RESYNC_FROM_EBSIPS2_TO_EBSIPS1SH!/usr/bin/bash Resync from ebsips2 to ebsip1 LOGFILE="/home/netapp/logs/`date +%d%m%y_%h%m%s`_sg_test_resync_from_ebsips2_to_ebsips1log" /home/netapp/scripts/sg_test_propertiesle echo "starting $0 at $(date)" tee -a $LOGFILE echo tee -a $LOGFILE echo "dumping enviroment: " tee -a $LOGFILE env tee -a $LOGFILE echo tee -a $LOGFILE check if ler $lerprd is up and running echo "checking if ler $lerprd is up and running" tee -a $LOGFILE if [ "$( ping $lerprd 1 grep -c answer )" -gt 0 ] echo "ler $lerprd is down" tee -a $LOGFILE else echo "ler $lerprd is up" tee -a $LOGFILE Invert the replication and resync DR -> PRD resync DR -> PRD this command may fail as the PRD site may not be available echo "Inverting the replication, resynching DR -> PRD" tee -a $LOGFILE ssh vcs_$nodedr@$lerprd snapmirror resync -f -S $lerdr:$dr_volume_0 -w $lerprd:$prd_volume_0 tee -a $LOGFILE -> verify that snapmirror is congured from DR -> PRD Page 30

31 while [ $( ssh vcs_$nodedr@$lerprd snapmirror status grep -i ^$lerdr:$dr_volume_0 grep -i $lerprd:$prd_volume_0 grep -c "In-sync" tee -a $LOGFILE ) -lt 1 ] do echo "waiting for volume to be fully synched" sleep 30 done ssh vcs_$nodedr@$lerprd snapmirror status grep -i ^$lerdr:$dr_volume_0 grep -i $lerprd:$prd_volume_0 grep "In-sync" tee -a $LOGFILE 75 EBSIPS2 POSTOFFLINE $Id: postoffline,v /10/17 12:36:59 vikasg Exp $ $Copyrights: Copyright (c) 2006 Symantec Corporation All rights reserved THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF SYMANTEC CORPORATION USE, DISCLOSURE OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SYMANTEC CORPORATION The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software documentation" as dened in FAR Sections and DFARS Section $ postoffline postoffline is invoked after a group transitions to an OFFLINE state from a non-offline state postoffline is invoked on the node where group went OFFLINE There are no congurable settings that will turn ON/OFF invoking this trigger If you don't want this trigger to be invoked, remove postoffline* les from $VCS_HOME/bin/triggers directory Usage: postoffline <system> <group> <system>: is the name of the system where group is offlined <group>: is the name of the group that is offlined eval 'exec $VCS_HOME:-/opt/VRTSvcs/bin/perl5 -I $VCS_HOME:-/opt/VRTSvcs/lib -S $0 $1+"$@"' if 0; $vcs_home = $ENV"VCS_HOME"; if (!dened ($vcs_home)) $vcs_home="/opt/vrtsvcs"; use ag_i18n_inc; VCSAG_SET_ENVS(); if (!dened $ARGV[0]) VCSAG_LOG_MSG ("W", "Failed to continue; undened system name", 15028); exit; elsif (!dened $ARGV[1]) VCSAG_LOG_MSG ("W", "Failed to continue; undened group name", 15031); exit; It is a good idea to log what you're doing VCSAG_LOG_MSG("I", "(postoffline) Invoked with arg0=$argv[0], arg1=$argv[1]", msgid); put your code here if ( $ARGV[0] eq "ebsips2" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_post-offline_failback_to_ebsips1sh"); Page 31

32 Here is a sample code to notify a bunch of $msgle="/tmp/postoffline"; `echo system = $ARGV[0], group = $ARGV[1] > $msgle`; foreach $recipient (@recipients) Must have elm setup to run this `elm -s postoffline $recipient < $msgle`; `rm $msgle`; exit; 76 EBSIPS2 PREONLINE $Id: preonline,v /06/23 08:00:14 vikasg Exp $ $Copyrights: Copyright (c) 2006 Symantec Corporation All rights reserved THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE SECRETS OF SYMANTEC CORPORATION USE, DISCLOSURE OR REPRODUCTION IS PROHIBITED WITHOUT THE PRIOR EXPRESS WRITTEN PERMISSION OF SYMANTEC CORPORATION The Licensed Software and Documentation are deemed to be "commercial computer software" and "commercial computer software documentation" as dened in FAR Sections and DFARS Section $ preonline preonline is invoked just before onlining the group preonline is invoked on the node where group is to be onlined A group level congurable parameter PreOnline controls whether this trigger should be invoked or not By default, PreOnline is not set PreOnline can be set in one of two ways: a) In conguration le, dene PreOnline=1 in the group description to set PreOnline to 1 for the group b) While cluster is running, and in writable state, do hagrp -modify <group> PreOnline 1 to set PreOnline to 1 for group <group> preonline gives user the control to take appropriate action depending on whether group is being manually onlined, or group is in the process of failover In failover case, for example, preonline can be used to determine whether the group can be brought online on this node in the cluster In any case, user can give control back to engine by doing: hagrp -online -nopre <group> -sys <system> This will let engine continue with online process Usage: preonline <system> <group> <whyonlining> <systemwheregroupfaulted> <system>: is the name of the system where group is to be onlined <group>: is the name of the group that is to be onlined <whyonlining>: is either "FAULT" or "MANUAL" "MANUAL" corresponds to manual online whereas "FAULT" corresponds to both failover as well as manual switch <systemwheregroupfaulted>: When preonline is invoked due to failover this argument is the name of the system where group was online before When preonline is invoked due to group online command issued with -checkpartial option, this argument is the name of system specied for this option eval 'exec $VCS_HOME:-/opt/VRTSvcs/bin/perl5 -I $VCS_HOME:-/opt/VRTSvcs/lib -S $0 $1+"$@"' if 0; $vcs_home = $ENV"VCS_HOME"; if (!dened ($vcs_home)) $vcs_home="/opt/vrtsvcs"; Page 32

33 use ag_i18n_inc; VCSAG_SET_ENVS(); if (!dened $ARGV[0]) VCSAG_LOG_MSG ("W", "Failed to continue; undened system name", 15028); exit; elsif (!dened $ARGV[1]) VCSAG_LOG_MSG ("W", "Failed to continue; undened group name", 15031); exit; It is a good idea to log what you're doing if (dened $ARGV[3]) VCSAG_LOG_MSG("I", "(preonline) Invoked with arg0=$argv[0], arg1=$argv[1], arg2=$argv[2], arg3=$argv[3]", msgid); else VCSAG_LOG_MSG("I", "(preonline) Invoked with arg0=$argv[0], arg1=$argv[1]", msgid); put your code here if ( $ARGV[0] eq "ebsips2" && $ARGV[1] eq "sg_test" ) system("/home/netapp/scripts/sg_test_pre-online_failover_to_ebsips2sh"); Here is a sample code that takes into account multiple groups $group = $ARGV[1]; if ($group eq "G1") Say, G1 can not be onlined on this system We add heuristics to determine next best system to online G1 Say, sysb is such a system `$vcs_home/bin/hagrp -online G1 -sys sysb`; exit now, without sending online -nopre exit; elsif ($group eq "G2") We add heurisitics to determine if G2 can be onlined on this system Say, we determine that G2 can not be onlined anywhere Exit now without sending online -nopre exit; elsif ($group eq "G3") Say, to online G3 we want to make sure if another group P1 is online Query engine for P1's online state, using hagrp -state P1 -sys $ARGV[0] Say, that P1 is indeed online on this system Don't call exit, since online nopre is called down below Here is a sample code to notify a bunch of $msgle="/tmp/preonline"; `echo system = $ARGV[0], group = $ARGV[1], whyonlining = $ARGV[2] > $msgle`; foreach $recipient (@recipients) Must have elm setup to run this `elm -s preonline $recipient < $msgle`; `rm $msgle`; give control back to HAD if (dened $ARGV[3]) system("$vcs_home/bin/hagrp -online -nopre $ARGV[1] -sys $ARGV[0] -checkpartial $ARGV[3]"); exit; system("$vcs_home/bin/hagrp -online -nopre $ARGV[1] -sys $ARGV[0]"); exit; Page 33

34 77 EBSIPS2 POST-OFFLINE_FAILBACK_TO_EBSIPS1SH!/usr/bin/bash POST-OFFLINE script: _POST-OFFLINE_failback_to_ebsips Version 11 NetApp - 6/7/2008 This script is used by VCS postoffline trigger to make the DR luns offline on node ebsips2 LOGFILE="/home/netapp/logs/`date +%d%m%y_%h%m%s`_sg_test_post- OFFLINE_failback_to_ebsips1log" /home/netapp/scripts/sg_test_propertiesle functions: function pingfilerup usage: pingfilerup <ler> <0 1> where <ler> is the ler we want to check if is online and <0 1> denes if the script should abort if the ler is not online <1> = critical pingfilerup () FILER=$1 CRITICAL=$2 echo "checking if ler $FILER is up and running" tee -a $LOGFILE if [ "$( ping $FILER 1 grep -c answer )" -gt 0 ] echo "ler $FILER is down" tee -a $LOGFILE if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 else echo "ler $FILER is up" tee -a $LOGFILE function offlinelun usage: offlinelun <ler> <lun> <0 1> where <ler> is the ler where we want to online the lun <lun> is the full pathname of that lun and <0 1> denes if the script should abort if the operation failed <1> = critical offlinelun () FILER=$1 LUN=$2 CRITICAL=$3 echo "offlining luns on $FILER " tee -a $LOGFILE ssh vcs_$nodedr@$filer lun offline $LUN tee -a $LOGFILE -> conrm that luns are offline if [ "$( ssh vcs_$nodedr@$filer lun show $LUN grep -c online )" -eq "1" ] echo "WARNING: can't conrm that LUN $FILER:$LUN is offline" if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return MAIN echo "starting $0 at $(date)" tee -a $LOGFILE echo tee -a $LOGFILE echo "dumping enviroment: " tee -a $LOGFILE env tee -a $LOGFILE Page 34

35 echo tee -a $LOGFILE check if ler $lerdr is up and running pingfilerup $lerdr 0 if [ $? -lt 1 ] offline luns on node nodedr, we don't want this node to modify any data while we are failing back to PRD -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd offlinelun $lerdr $DR_LUN_0 0 tee -a $LOGFILE offlinelun $lerdr $DR_LUN_1 0 tee -a $LOGFILE offlinelun $lerdr $DR_LUN_2 0 tee -a $LOGFILE offlinelun $lerdr $DR_LUN_3 0 tee -a $LOGFILE rescan devices echo "rescanning devices" tee -a $LOGFILE cfgadm -al tee -a $LOGFILE devfsadm -C tee -a $LOGFILE /opt/ntap/santoolkit/bin/sanlun lun show -p >/dev/null 2>&1 /opt/ntap/santoolkit/bin/sanlun lun show -p tee -a $LOGFILE 78 EBSIPS2 PRE-ONLINE_FAILOVER_TO_EBSIPS2SH!/usr/bin/bash PRE-ONLINE script: PRE-ONLINE_failover_to_ebsips2sh Version 11 NetApp - 6/7/2008 This script is used by VCS preonline trigger to make the DR luns available on node ebsips2 LOGFILE="/home/netapp/logs/`date +%d%m%y_%h%m%s`_sg_test_pre- ONLINE_failover_to_ebsips2log" /home/netapp/scripts/sg_test_propertiesle functions: function pingfilerup usage: pingfilerup <ler> <0 1> where <ler> is the ler we want to check if is online and <0 1> denes if the script should abort if the ler is not online <1> = critical pingfilerup () FILER=$1 CRITICAL=$2 echo "checking if ler $FILER is up and running" tee -a $LOGFILE if [ "$( ping $FILER 1 grep -c answer )" -gt 0 ] echo "ler $FILER is down" tee -a $LOGFILE if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 else echo "ler $FILER is up" tee -a $LOGFILE function offlinelun usage: offlinelun <ler> <lun> <0 1> where <ler> is the ler where we want to online the lun <lun> is the full pathname of that lun and <0 1> denes if the script should abort if the operation failed <1> = critical offlinelun () Page 35

36 FILER=$1 LUN=$2 CRITICAL=$3 echo "offlining luns on $lerprd " tee -a $LOGFILE ssh lun offline $LUN tee -a $LOGFILE -> conrm that luns are offline if [ "$( ssh vcs_$nodedr@$filer lun show $LUN grep -c online )" -eq "1" ] echo "WARNING: can't conrm that LUN $FILER:$LUN is offline" if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 function onlinelun usage: onlinelun <ler> <lun> <0 1> where <ler> is the ler where we want to online the lun <lun> is the full pathname of that lun and <0 1> denes if the script should abort if the operation failed <1> = critical onlinelun () FILER=$1 LUN=$2 CRITICAL=$3 echo "onlining luns $LUN on $FILER " tee -a $LOGFILE ssh vcs_$nodedr@$filer lun online $LUN tee -a $LOGFILE -> conrm that luns are online if [ "$( ssh vcs_$nodedr@$filer lun show $LUN grep -c offline )" -eq "1" ] echo "WARNING: can't conrm that LUN $FILER:$LUN is online" if [ "$CRITICAL" -eq "1" ] echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return 1 function smbreak usage: smbreak <ler> <volume> where <ler> is the destination ler where we want to break the SnapMirror relationship and <volume> is the volume name smbreak () FILER=$1 VOLUME=$2 snapmirror quiesce and release on the destination site echo "running snapmirror quiesce on volume $FILER:$VOLUME" tee -a $LOGFILE ssh vcs_$nodedr@$filer snapmirror quiesce $FILER:$VOLUME tee -a $LOGFILE echo "running snapmirror break on volume $FILER:$VOLUME" tee -a $LOGFILE ssh vcs_$nodedr@$filer snapmirror break $FILER:$VOLUME tee -a $LOGFILE -> conrm that snapmirror actions are done if [ "$( ssh vcs_$nodedr@$filer snapmirror status $FILER:$VOLUME tee -a $LOGFILE grep -c Broken )" -lt 1 ] FATA:failed to break the SnapMirror relationship echo "FATAL: failed to break the SnapMirror relationship" tee -a $LOGFILE echo "snapmirror break $FILER:$VOLUME failed" tee -a $LOGFILE exit 255 function unmaplun Page 36

37 usage: unmaplun <ler> <lun> <igroup> where <ler> is the destination ler where we want to unmap <lun> from the <IGROUP> unmaplun () FILER=$1 LUN=$2 IGROUP=$3 unmap luns to avoid problems during onlining echo "unmap luns $LUN from igroup $IGROUP on ler $FILER " tee -a $LOGFILE ssh lun unmap $LUN $IGROUP tee -a $LOGFILE function maplun usage: maplun <ler> <lun> <igroup> <lun_id> <0 1> where <ler> is the destination ler where we want to map <lun> to the <IGROUP> using <lun_id> maplun () FILER=$1 LUN=$2 IGROUP=$3 LUNID=$4 CRITICAL=$5 map luns echo "map lun $LUN to igroup $IGROUP on ler $FILER using lun id $LUNID " tee - a $LOGFILE ssh vcs_$nodedr@$filer lun map $LUN $IGROUP $LUNID tee -a $LOGFILE check if the luns have been mapped correctly if [ "$( ssh vcs_$nodedr@$filer lun show $LUN tee -a $LOGFILE grep -c mapped )" -lt 1 ] if [ "$CRITICAL" -eq "1" ] echo "FATAL: failed to map lun $FILER:$LUN to $IGROUP" tee -a $LOGFILE echo "FATAL: aborting PRE-ONLINE" tee -a $LOGFILE exit 255 else return MAIN echo "starting $0 at $(date)" tee -a $LOGFILE echo tee -a $LOGFILE echo "dumping enviroment: " tee -a $LOGFILE env tee -a $LOGFILE echo tee -a $LOGFILE check if ler $lerprd is up and running pingfilerup $lerprd 0 if [ $? -lt 1 ] offline luns on node nodeprd, we don't want this node to modify any data while we are running from DR -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodeprd offlinelun $lerprd $PRD_LUN_0 0 tee -a $LOGFILE offlinelun $lerprd $PRD_LUN_1 0 tee -a $LOGFILE offlinelun $lerprd $PRD_LUN_2 0 tee -a $LOGFILE offlinelun $lerprd $PRD_LUN_3 0 tee -a $LOGFILE check if ler $lerdr is up and running pingfilerup $lerdr 1 if [ $? -lt 1 ] snapmirror Break on the destination site Page 37

38 -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE flexvols IN USE BY $nodedr smbreak $lerdr $DR_VOLUME_0 smbreak $lerdr $DR_VOLUME_1 smbreak $lerdr $DR_VOLUME_2 smbreak $lerdr $DR_VOLUME_3 unmap luns to avoid problems during onlining -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr unmaplun $lerdr $DR_LUN_0 $DR_IGROUP unmaplun $lerdr $DR_LUN_1 $DR_IGROUP unmaplun $lerdr $DR_LUN_2 $DR_IGROUP unmaplun $lerdr $DR_LUN_3 $DR_IGROUP -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr online luns onlinelun $lerdr $DR_LUN_0 1 tee -a $LOGFILE onlinelun $lerdr $DR_LUN_1 1 tee -a $LOGFILE onlinelun $lerdr $DR_LUN_2 1 tee -a $LOGFILE onlinelun $lerdr $DR_LUN_3 1 tee -a $LOGFILE map luns -> EDIT propertiesle AND THIS SECTION TO INCLUDE THE LUNS IN USE BY $nodedr maplun $lerdr $DR_LUN_0 $DR_IGROUP $DR_LUN_0_ID maplun $lerdr $DR_LUN_1 $DR_IGROUP $DR_LUN_1_ID maplun $lerdr $DR_LUN_2 $DR_IGROUP $DR_LUN_1_ID maplun $lerdr $DR_LUN_3 $DR_IGROUP $DR_LUN_2_ID rescan luns on the host echo "rescan devices " tee -a $LOGFILE cfgadm -al tee -a $LOGFILE devfsadm -C tee -a $LOGFILE /opt/ntap/santoolkit/bin/sanlun lun show -p >/dev/null 2>&1 /opt/ntap/santoolkit/bin/sanlun lun show -p tee -a $LOGFILE last minute change requested from ACME, they would like the failback replication to be set and initiated automatically This hasn t been tested! /home/netapp/scripts/sg_test_resync_from_ebsips2_to_ebsips1sh Page 38

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

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide

NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide NetApp Storage System Plug-In 12.1.0.1.0 for Oracle Enterprise Manager 12c Installation and Administration Guide Sachin Maheshwari, Anand Ranganathan, NetApp October 2012 Abstract This document provides

More information

Configuring an OpenNMS Stand-by Server

Configuring an OpenNMS Stand-by Server WHITE PAPER Conguring an OpenNMS Stand-by Server Version 1.2 The OpenNMS Group, Inc. 220 Chatham Business Drive Pittsboro, NC 27312 T +1 (919) 533-0160 F +1 (503) 961-7746 [email protected] URL: http://blogs.opennms.org/david

More information

Veritas Cluster Server

Veritas Cluster Server APPENDIXE This module provides basic guidelines for the (VCS) configuration in a Subscriber Manager (SM) cluster installation. It assumes basic knowledge of the VCS environment; it does not replace the

More information

SAP HANA Disaster Recovery with Asynchronous Storage Replication Using Snap Creator and SnapMirror

SAP HANA Disaster Recovery with Asynchronous Storage Replication Using Snap Creator and SnapMirror Technical Report SAP HANA Disaster Recovery with Asynchronous Storage Replication Using Snap Creator and SnapMirror Nils Bauer, NetApp March 2014 TR-4279 The document describes the setup of a disaster

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 Server 2003, Windows Server 2008 5.1 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

OnCommand Unified Manager

OnCommand Unified Manager OnCommand Unified Manager Operations Manager Administration Guide For Use with Core Package 5.2 NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501

More information

Clustered Data ONTAP 8.3 Administration and Data Protection Training

Clustered Data ONTAP 8.3 Administration and Data Protection Training Clustered Data ONTAP 8.3 Administration and Data Protection Training Format: Duration: Classroom, Online 5 days Description This course uses lecture and hands-on exercises to teach basic administration

More information

Data ONTAP 8.2. MultiStore Management Guide For 7-Mode. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.

Data ONTAP 8.2. MultiStore Management Guide For 7-Mode. NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Data ONTAP 8.2 MultiStore Management Guide For 7-Mode NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone: +1(888) 4-NETAPP Web:

More information

Veritas Storage Foundation and High Availability Solutions Getting Started Guide

Veritas Storage Foundation and High Availability Solutions Getting Started Guide Veritas Storage Foundation and High Availability Solutions Getting Started Guide Linux 5.1 Service Pack 1 Platform Release 2 Veritas Storage Foundation and High Availability Solutions Getting Started Guide

More information

Veritas Cluster Server Application Note: Disaster Recovery for Microsoft SharePoint Server

Veritas Cluster Server Application Note: Disaster Recovery for Microsoft SharePoint Server Veritas Cluster Server Application Note: Disaster Recovery for Microsoft SharePoint Server Windows Server 2003, Windows Server 2008 5.1 Veritas Cluster Server Application Note: Disaster Recovery for Microsoft

More information

FalconStor Recovery Agents User Guide

FalconStor Recovery Agents User Guide FalconStor Recovery Agents User Guide FalconStor Software, Inc. 2 Huntington Quadrangle Melville, NY 11747 Phone: 631-777-5188 Fax: 631-501-7633 Web site: www.falconstor.com Copyright 2007-2009 FalconStor

More information

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SQL Server 2008 and 2008 R2

Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SQL Server 2008 and 2008 R2 Storage Foundation and High Availability Solutions HA and Disaster Recovery Solutions Guide for Microsoft SQL Server 2008 and 2008 R2 Windows 7.0 June 2015 Storage Foundation and High Availability Solutions

More information

Veritas Storage Foundation and High Availability Solutions 6.0.1 Disaster Recovery Implementation Guide - Linux

Veritas Storage Foundation and High Availability Solutions 6.0.1 Disaster Recovery Implementation Guide - Linux Veritas Storage Foundation and High Availability Solutions 6.0.1 Disaster Recovery Implementation Guide - Linux January 2014 Veritas Storage Foundation and High Availability Solutions Disaster Recovery

More information

Windows Host Utilities 6.0.2 Installation and Setup Guide

Windows Host Utilities 6.0.2 Installation and Setup Guide Windows Host Utilities 6.0.2 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

Veritas CommandCentral Disaster Recovery Advisor Release Notes 5.1

Veritas CommandCentral Disaster Recovery Advisor Release Notes 5.1 Veritas CommandCentral Disaster Recovery Advisor Release Notes 5.1 Veritas CommandCentral Disaster Recovery Advisor Release Notes Copyright 2009 Symantec Corporation. All rights reserved. Product version:

More information

IBM FileNet Image Services

IBM FileNet Image Services IBM FileNet Image Services Version 4.1 VERITAS Cluster Server and VERITAS Volume Replicator Guidelines GC31-5545-00 IBM FileNet Image Services Version 4.1 VERITAS Cluster Server and VERITAS Volume Replicator

More information

Veritas Cluster Server Implementation Guide for Microsoft SQL Server 2008

Veritas Cluster Server Implementation Guide for Microsoft SQL Server 2008 Veritas Cluster Server Implementation Guide for Microsoft SQL Server 2008 and 2008 R2 Windows Server 2008 (x64), Windows Server 2008 R2 (x64) 6.0 October 2011 Veritas Cluster Server Database Agent for

More information

DS License Server V6R2013x

DS License Server V6R2013x DS License Server V6R2013x DS License Server V6R2013x Installation and Configuration Guide Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology

More information

Formation NetApp Accelerated NCDA

Formation NetApp Accelerated NCDA La Pédagogie au service de la Technologie TECHNOLOGIE Formation NetApp Accelerated NCDA Objectif >> A la fin de ce cours, les stagiaires seront à même d effectuer les tâches suivantes : Configure and administer

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Cluster Server Agent for Symantec Data Loss Prevention Installation and Configuration Guide

Cluster Server Agent for Symantec Data Loss Prevention Installation and Configuration Guide Cluster Server Agent for Symantec Data Loss Prevention Installation and Configuration Guide Linux 5.1 September 2015 Cluster Server Agent for Symantec Data Loss Prevention Installation and Configuration

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Symantec NetBackup Clustered Master Server Administrator's Guide

Symantec NetBackup Clustered Master Server Administrator's Guide Symantec NetBackup Clustered Master Server Administrator's Guide for Windows, UNIX, and Linux Release 7.5 Symantec NetBackup Clustered Master Server Administrator's Guide The software described in this

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

White Paper. Fabasoft on Linux Cluster Support. Fabasoft Folio 2015 Update Rollup 2

White Paper. Fabasoft on Linux Cluster Support. Fabasoft Folio 2015 Update Rollup 2 White Paper Fabasoft Folio 2015 Update Rollup 2 Copyright Fabasoft R&D GmbH, Linz, Austria, 2015. All rights reserved. All hardware and software names used are registered trade names and/or registered

More information

VERITAS Storage Foundation 4.0

VERITAS Storage Foundation 4.0 VERITAS Storage Foundation 4.0 Release Notes Solaris Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes no warranty of any

More information

SmartFiler Backup Appliance User Guide 2.0

SmartFiler Backup Appliance User Guide 2.0 SmartFiler Backup Appliance User Guide 2.0 SmartFiler Backup Appliance User Guide 1 Table of Contents Overview... 5 Solution Overview... 5 SmartFiler Backup Appliance Overview... 5 Getting Started... 7

More information

Do it Yourself System Administration

Do it Yourself System Administration Do it Yourself System Administration Due to a heavy call volume, we are unable to answer your call at this time. Please remain on the line as calls will be answered in the order they were received. We

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 Exchange Server Operation Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the

More information

Mass Deploying Bomgar Software to Macs

Mass Deploying Bomgar Software to Macs Mass Deploying Bomgar Software to Macs Starting with Bomgar 14.2, the installer les for representative consoles and Jump Clients have been tweaked to help you mass deploy Bomgar software to your Macs.

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

SFTP SHELL SCRIPT USER GUIDE

SFTP SHELL SCRIPT USER GUIDE SFTP SHELL SCRIPT USER GUIDE FCA US INFORMATION & COMMUNICATION TECHNOLOGY MANAGEMENT Overview The EBMX SFTP shell scripts provide a parameter driven workflow to place les on the EBMX servers and queue

More information

Extending Remote Desktop for Large Installations. Distributed Package Installs

Extending Remote Desktop for Large Installations. Distributed Package Installs Extending Remote Desktop for Large Installations This article describes four ways Remote Desktop can be extended for large installations. The four ways are: Distributed Package Installs, List Sharing,

More information

Veritas Cluster Server Getting Started Guide

Veritas Cluster Server Getting Started Guide Veritas Cluster Server Getting Started Guide Windows Server 2003, Windows Server 2008 5.1 Service Pack 2 21101490 Veritas Cluster Server Getting Started Guide The software described in this book is furnished

More information

Scheduling in SAS 9.4 Second Edition

Scheduling in SAS 9.4 Second Edition Scheduling in SAS 9.4 Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. Scheduling in SAS 9.4, Second Edition. Cary, NC: SAS Institute

More information

How To Use Vcenter Site Recovery Manager 5 With Netapp Fas/Vfs Storage System On A Vcenter Vcenter 5 Vcenter 4.5 Vcenter 3.5.5 (Vmware Vcenter) Vcenter 2.

How To Use Vcenter Site Recovery Manager 5 With Netapp Fas/Vfs Storage System On A Vcenter Vcenter 5 Vcenter 4.5 Vcenter 3.5.5 (Vmware Vcenter) Vcenter 2. Technical Report Deploying VMware vcenter Site Recovery Manager 5 with NetApp FAS/V-Series Storage Systems Larry Touchette and Julian Cates, NetApp June 2012 TR-4064 NetApp Best Practices for SRM5 This

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide

Direct Storage Access Using NetApp SnapDrive. Installation & Administration Guide Direct Storage Access Using NetApp SnapDrive Installation & Administration Guide SnapDrive overview... 3 What SnapDrive does... 3 What SnapDrive does not do... 3 Recommendations for using SnapDrive...

More information

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware

RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware RSA Authentication Manager 7.1 to 8.1 Migration Guide: Upgrading RSA SecurID Appliance 3.0 On Existing Hardware Contact Information Go to the RSA corporate website for regional Customer Support telephone

More information

Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre

Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre Building a Microsoft SQL Server Failover Cluster on the Interoute Virtual Data Centre User Guide cloudstore.interoute.com Introduction & Scope This document is intended as an illustration of how a Microsoft

More information

TIBCO Spotfire Server Migration. Migration Manual

TIBCO Spotfire Server Migration. Migration Manual TIBCO Spotfire Server Migration Migration Manual Revision date: 26 October 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Data ONTAP 8.1 7-Mode Data Protection Online Backup and Recovery Guide

Data ONTAP 8.1 7-Mode Data Protection Online Backup and Recovery Guide Data ONTAP 8.1 7-Mode Data Protection Online Backup and Recovery Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

Symantec ApplicationHA 6.1 Generic Agent Configuration Guide - AIX on IBM PowerVM

Symantec ApplicationHA 6.1 Generic Agent Configuration Guide - AIX on IBM PowerVM Symantec ApplicationHA 6.1 Generic Agent Configuration Guide - AIX on IBM PowerVM January 2014 Symantec ApplicationHA 6.1 Generic Agent Configuration Guide The software described in this book is furnished

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Configuring MailArchiva with Insight Server

Configuring MailArchiva with Insight Server Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any

More information

Symantec NetBackup Clustered Master Server Administrator's Guide

Symantec NetBackup Clustered Master Server Administrator's Guide Symantec NetBackup Clustered Master Server Administrator's Guide for Windows, UNIX, and Linux Release 7.6 Symantec NetBackup Clustered Master Server Administrator's Guide The software described in this

More information

Hadoop Basics with InfoSphere BigInsights

Hadoop Basics with InfoSphere BigInsights An IBM Proof of Technology Hadoop Basics with InfoSphere BigInsights Unit 4: Hadoop Administration An IBM Proof of Technology Catalog Number Copyright IBM Corporation, 2013 US Government Users Restricted

More information

W H I T E P A P E R : V E R I T A S C L U S T E R S E R V ER. Veritas Cluster Server:

W H I T E P A P E R : V E R I T A S C L U S T E R S E R V ER. Veritas Cluster Server: W H I T E P A P E R : V E R I T A S C L U S T E R S E R V ER Veritas Cluster Server: Steps to minimize application downtime with Intelligent Monitoring Framework (IMF) Anthony Herr Storage and Availability

More information

Postgres Plus xdb Replication Server with Multi-Master User s Guide

Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master User s Guide Postgres Plus xdb Replication Server with Multi-Master build 57 August 22, 2012 , Version 5.0 by EnterpriseDB Corporation Copyright 2012

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Updated for 8.3.1 Clustered Data ONTAP 8.3 SAN Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary

Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary Technical Bulletin Application Note April 2013 Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2 Summary This application note describes how to install the

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

Use QNAP NAS for Backup

Use QNAP NAS for Backup Use QNAP NAS for Backup BACKUP EXEC 12.5 WITH QNAP NAS Copyright 2010. QNAP Systems, Inc. All Rights Reserved. V1.0 Document revision history: Date Version Changes Apr 2010 1.0 Initial release Note: Information

More information

Implementing a High Availability ENOVIA Synchronicity DesignSync Data Manager Solution

Implementing a High Availability ENOVIA Synchronicity DesignSync Data Manager Solution Dassault Systèmes Technical Whitepaper Implementing a High Availability ENOVIA Synchronicity DesignSync Data Manager Solution A Solutions Whitepaper Prepared by Dassault Systèmes Implementing a High Availability

More information

How To Configure A Bomgar.Com To Authenticate To A Rdius Server For Multi Factor Authentication

How To Configure A Bomgar.Com To Authenticate To A Rdius Server For Multi Factor Authentication Security Provider Integration RADIUS Server 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Veritas Storage Foundation Scalable File Server Replication Guide 5.5

Veritas Storage Foundation Scalable File Server Replication Guide 5.5 Veritas Storage Foundation Scalable File Server Replication Guide 5.5 Veritas Storage Foundation Scalable File Server Replication Guide The software described in this book is furnished under a license

More information

ISE TACACS+ Configuration Guide for Cisco NX-OS Based Network Devices. Secure Access How-to User Series

ISE TACACS+ Configuration Guide for Cisco NX-OS Based Network Devices. Secure Access How-to User Series ISE TACACS+ Configuration Guide for Cisco NX-OS Based Network Devices Secure Access How-to User Series Author: Technical Marketing, Policy and Access, Security Business Group, Cisco Systems Date: January

More information

Windows Host Utilities 6.0 Installation and Setup Guide

Windows Host Utilities 6.0 Installation and Setup Guide Windows Host Utilities 6.0 Installation and Setup Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S.A. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 4-NETAPP

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 Server 2003, Windows Server 2008 5.1 Service Pack 1 Veritas Cluster Server Database Agent for Microsoft SQL Configuration

More information

Security Provider Integration RADIUS Server

Security Provider Integration RADIUS Server Security Provider Integration RADIUS Server 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Scheduling in SAS 9.3

Scheduling in SAS 9.3 Scheduling in SAS 9.3 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. Scheduling in SAS 9.3. Cary, NC: SAS Institute Inc. Scheduling in SAS 9.3

More information

Visual Storage Intelligence TM

Visual Storage Intelligence TM Visual Storage Intelligence TM Data Collection Instructions Visual Storage Intelligence TM Instructions 1. Run Commands DS3000-4000-5000. pg 2 NetApp/IBM nseries pg 3 EMC Clariion...... pg 5 EMC DMX..

More information

OnCommand Unified Manager 6.3

OnCommand Unified Manager 6.3 OnCommand Unified Manager 6.3 Installation and Setup Guide For Microsoft Windows NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

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

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 SAN Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277 Web:

More information

IBM Redistribute Big SQL v4.x Storage Paths IBM. Redistribute Big SQL v4.x Storage Paths

IBM Redistribute Big SQL v4.x Storage Paths IBM. Redistribute Big SQL v4.x Storage Paths Redistribute Big SQL v4.x Storage Paths THE GOAL The Big SQL temporary tablespace is used during high volume queries to spill sorts or intermediate data to disk. To improve I/O performance for these queries,

More information

Novell Identity Manager

Novell Identity Manager Password Management Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 3.6.1 June 05, 2009 www.novell.com Identity Manager 3.6.1 Password Management Guide Legal Notices Novell, Inc. makes no representations

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

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

Using Symantec NetBackup with Symantec Security Information Manager 4.5

Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2007 Symantec Corporation. All rights

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

Symantec FileStore Replication Guide 5.6

Symantec FileStore Replication Guide 5.6 Symantec FileStore Replication Guide 5.6 Symantec FileStore Replication Guide The software described in this book is furnished under a license agreement and may be used only in accordance with the terms

More information

LepideAuditor Suite for File Server. Installation and Configuration Guide

LepideAuditor Suite for File Server. Installation and Configuration Guide LepideAuditor Suite for File Server Installation and Configuration Guide Table of Contents 1. Introduction... 4 2. Requirements and Prerequisites... 4 2.1 Basic System Requirements... 4 2.2 Supported Servers

More information

Simplifying Online Backup Operations for Microsoft Exchange, SQL and Oracle with Hitachi Protection Manager Software

Simplifying Online Backup Operations for Microsoft Exchange, SQL and Oracle with Hitachi Protection Manager Software Simplifying Online Backup Operations for Microsoft Exchange, SQL and Oracle with Hitachi Protection Manager Software Craig Chan: Product Manager Bobby Crouch: Product Marketing Manager Hitachi Data Systems

More information

Recommended Solutions for Installing Symantec Endpoint Protection 12.1.x in Shared and PvD Virtual Machines

Recommended Solutions for Installing Symantec Endpoint Protection 12.1.x in Shared and PvD Virtual Machines Recommended Solutions for Installing Symantec Endpoint Protection 12.1.x in Shared and PvD Virtual Machines Applicability When Symantec Endpoint Protection (SEP 12.1.x is installed in a virtual machine

More information

Data Protection Online Backup and Recovery Guide For 7-Mode

Data Protection Online Backup and Recovery Guide For 7-Mode Data ONTAP 8.2 Data Protection Online Backup and Recovery Guide For 7-Mode NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone:

More information

Veritas Operations Manager LDom Capacity Management Add-on User's Guide 4.1

Veritas Operations Manager LDom Capacity Management Add-on User's Guide 4.1 Veritas Operations Manager LDom Capacity Management Add-on User's Guide 4.1 November 2011 Veritas Operations Manager LDom Capacity Management Add-on User's Guide The software described in this book is

More information

INUVIKA TECHNICAL GUIDE

INUVIKA TECHNICAL GUIDE --------------------------------------------------------------------------------------------------- INUVIKA TECHNICAL GUIDE FILE SERVER HIGH AVAILABILITY OVD Enterprise External Document Version 1.0 Published

More information

Using Delphix Server with Microsoft SQL Server (BETA)

Using Delphix Server with Microsoft SQL Server (BETA) Using Delphix Server with Microsoft SQL Server (BETA) Table of Contents Architecture High level components in linking a SQL Server database to Delphix High level components in provisioning a SQL Server

More information

Clustered Data ONTAP 8.3

Clustered Data ONTAP 8.3 Clustered Data ONTAP 8.3 Remote Support Agent Configuration Guide For Use with Clustered Data ONTAP NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408)

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

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

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster

StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with Hyper-V Cluster #1 HyperConverged Appliance for SMB and ROBO StarWind Virtual SAN Installation and Configuration of Hyper-Converged 2 Nodes with MARCH 2015 TECHNICAL PAPER Trademarks StarWind, StarWind Software and the

More information

VSS Backup Solution for Exchange Server 2007 and Symantec Backup Exec 12.5 using ETERNUS VSS Hardware Provider

VSS Backup Solution for Exchange Server 2007 and Symantec Backup Exec 12.5 using ETERNUS VSS Hardware Provider VSS Backup Solution for Exchange Server 2007 and Symantec Backup Exec 12.5 using ETERNUS VSS Hardware Provider System Configuration Guide November 2009 Fujitsu Limited Table of Contents 1. Executive Summary...

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Enterprise Option for SAP R/3 for Oracle Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are

More information

Cloud ONTAP 8.3 for Amazon Web Services

Cloud ONTAP 8.3 for Amazon Web Services Cloud ONTAP 8.3 for Amazon Web Services Upgrade Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277

More information

WANSync SQL Server. Operations Guide

WANSync SQL Server. Operations Guide WANSync SQL Server Operations Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only

More information

SnapManager 7.1 for Microsoft SharePoint Platform Backup and Restore User s Guide

SnapManager 7.1 for Microsoft SharePoint Platform Backup and Restore User s Guide SnapManager 7.1 for Microsoft SharePoint Platform Backup and Restore User s Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 USA Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone:

More information

DocAve 6 High Availability

DocAve 6 High Availability DocAve 6 High Availability User Guide Service Pack 6 Issued October 2015 1 Table of Contents What s New in This Guide... 6 About DocAve High Availability... 7 Submitting Documentation Feedback to AvePoint...

More information

EMC Avamar. Backup Clients User Guide. Version 7.2 302-001-792 REV 02

EMC Avamar. Backup Clients User Guide. Version 7.2 302-001-792 REV 02 EMC Avamar Version 7.2 Backup Clients User Guide 302-001-792 REV 02 Copyright 2001-2015 EMC Corporation. All rights reserved. Published in USA. Published August, 2015 EMC believes the information in this

More information

Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems

Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems Deploying Global Clusters for Site Disaster Recovery via Symantec Storage Foundation on Infortrend Systems Application Notes Abstract: This document describes how to apply global clusters in site disaster

More information

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

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

Understanding Task Scheduler FIGURE 33.14. Task Scheduler. The error reporting screen.

Understanding Task Scheduler FIGURE 33.14. Task Scheduler. The error reporting screen. 1383 FIGURE.14 The error reporting screen. curring tasks into a central location, administrators gain insight into system functionality and control over their Windows Server 2008 R2 infrastructure through

More information