NetBackup 7.6 Replication Director A Hands On Experience

Size: px
Start display at page:

Download "NetBackup 7.6 Replication Director A Hands On Experience"

Transcription

1 NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once finished with this lab you will have a much better understanding of the power of Replication Director and how it can augment your backup and restore options in NetApp environments. For successful completion of this lab it is assumed that you have a basic knowledge of backup and NetApp storage array concepts. NOTE: This lab is self-guided if you want to get started. Otherwise, wait for the instructor and follow along. At the end of this lab, you should be able to Configure NetApp based snapshots using Replication Director wizards Backup array-based data using NetApp s snapshot technologies including SnapVault and SnapMirror Protect Virtual Machines using Snapshots Implement NetBackup Storage Lifecycle Policies across multiple backup destinations Restore single files from multiple backup destinations Use OpsCenter s Operational Restore feature to better understand every restore option Notes This lab uses a Beta version of NetBackup 7.6. The full GA release of NetBackup 7.6 is expected sometime in 2013 You can either get started or wait for the instructor. The lab is self-guided however if you get stuck it may be hard to figure out where you are to help you. The recommendation is to walk through the Lab at the same time as the instructor The instructor will be walking through these steps on the main projector as well in case you get stuck Carefully follow the instructions outlined in this document. Skipping steps or not performing a step correctly can prevent you from successfully completing this lab Be sure to ask the lab assistants any questions you may have by raising your hand

2 Lab Configuration This VMware Workstation based hands on lab is designed to simulate an actual NetBackup and NetApp Replication Director configuration however it is simplified for the purposes of the lab so it will run in VM s. It is comprised of 5 images. They are described as follows: NBU1_Vision This is the NetBackup master server, media server and client. This system is also the OnCommand server and the vsphere Client controller as well as the OpsCenter Master. It is NOT recommended that in your environment you attempt to put this many applications on a single system. Note: The LTO4_TAPE storage unit on the NetBackup Master (used later in the lab) is actually a Disk Storage Unit named LTO4 for a tape-out example. These machines are NOT connected to any external storage ONCOMMAND1_Vision2013 The OnCommand system that controls the NetApp Filers ESX1_Vision2013 This is an ESXi that contains five VM s (VM001- VM005) for use to demonstrate VMware protection with Replication Director and NetApp ONTAP1_Vision2013 and ONTAP2_Vision2013 These are two software based NetApp Simulators. These images accurately simulate a NetApp Filer running NetApp s Data ONTAP operating system. Lab Overview The purpose of this lab is to introduce you to the powerful capabilities that the combination of NetBackup Replication Director and NetApp technologies provide in the data protection space. The lab will walk you through the following steps: 1. Using existing NetApp Aggregates to configure a new NetBackup Resource Pool that will be visible to NetBackup. This storage will be used to create Storage Pools and Storage Units to be used as Primary and Secondary storage (Snapshot Target and Replication Target) 2. Defining NetApp OnCommand system as a storage server and creating NetBackup Credentials so that NetBackup can talk to the OnCommand server and control the NetApp Filers via this communication. This is doing via the NetBackup Plugin created and maintained by NetApp via OST 3. Configure a NetApp SnapMirror-based disk pool and storage unit 4. Creating the NetBackup Storage Lifecycle Policy (SLP) 5. Protecting the data by creating a NetBackup Policy 6. Creating a snapshot of the data 7. Replicating that snapshot to a secondary filer using NetApp tools (managed by NetBackup) 8. Creating a disk based tertiary copy of the data which includes an Indexing step to create the NetBackup Catalog.f file 9. Protecting VMware machines using the same method (available in NetBackup 7.6) 10. Various restore options for the data 2 of 14

3 To get started, we need to have some storage from the NetApp Filer configured for use by NetBackup. There has already been some pre-work done to get to this stage, but it is beyond the scope of this lab to show all the NetApp configuration. So we will start with something simple adding an Aggregate into the NetBackup Resource Pool. Lab Exercise 1: Exploring the NetApp Configuration Before protecting data that is hosted on the NetApp filer, the storage administrator needs to perform a few simple tasks as follows: 1. Define the storage to be protected 2. Define the storage location and space to be used for snapshots 3. Place the storage location to be used for snapshots within the proper NetApp Group and Resource Pool To log into the Windows VM, use the following: o Username: Administrator o Password: symc4now 5 minutes We need to log into the OnCommand Application using the NetApp Management Console 3.1 link on the desktop to complete these tasks. 1. Double-click on the NetApp Management Console 3.1 icon located on the desktop 2. Login to the NetApp Management Console using the following entries: a. Server = oncommand1 b. User = administrator c. Password = symc4now 3. Click on Connect You should be able to see the NetApp Management Console 4. Click on the Hosts tab on the bottom left You will see ontap1 and ontap2 listed. One of these filers may not have correctly logged into the OnCommand system. If it hasn t logged in, it will show as offline. 5. If either of the filers status is Offline, right-click on that filer and select Refresh a. The filer should now show as Online. 6. On the NetApp Management Console on the left side, click on the Data button 7. Now click on Resource Pools At this time, no Resource Pools have been created for NetBackup to use so that will be our first step in the process. We need to create a single Resource Pools for our basic replication target. Note: The NetBackup Plug-in from NetApp has already been installed on the OnCommand server. When installed it creates a NetBackup Group under Data > Groups > Global For this lab, the NetApp Aggregates have already been created using the NetApp tools. We will use these Aggregates to create the Resource Pool in the steps below. 3 of 14

4 Be careful during these steps. Follow the instructions exactly. Make sure you complete each step before moving on to the next, otherwise the lab will not work. 8. On the Resource Pool page, click Add 9. This opens up a Resource Pool Wizard. Click Next 10. Type in NBU_SnapMirror_RP in the Name field. Leave the rest at default and click Next 11. Change the Resource Type from Hosts to Aggregates using the dropdown 12. Select ontap2:aggr_ot2_sm and then click on the top right single arrow (>) to move that aggregate into the box on the right side, then click Next 13. The Resource pool label is optional At this time do not add a label for the purposes of this lab. Click Next 14. This screen allows you to set some thresholds. Leave them all at default and click Next, then Finish Note: Your screen should now show a Resource Pool Now we need to add this newly created Resource Pool into the NetBackup Group so that it can be seen and used by NetBackup to create disk pools and storage units 15. Click on Groups on the left side navigation bar under the Data tab 16. Click on NetBackup under the Global group to highlight it. You will note that there are no members listed at this time. 17. With NetBackup highlighted, click on Edit 18. Click on the Members tab next to the Group Name tab 19. Under Select a Category use the dropdown to select Resource Pools 20. You should see the NBU_SnapMirror_RP pool that we created in the last step. Highlight it using and use the > button to move it to the right under Selected Resources 21. Click on OK. a. You will notice that it now shows up under Members for the NetBackup Group. This means that NetBackup will now see this Resource Pool via the OST interface. Our NetApp configuration portion is complete. You can now close the NetApp Management Console. This completes Lab exercise 1. Now let s take a look at how NetBackup creates the storage for use by Replication Director. Lab Exercise 2: Authentication and Storage Creation As part of the backup process the NetApp administrator has previously configured storage that is designated for use as space for snapshots. The snapshots created within this space will be created and controlled by NetBackup for use as part or whole of a data protection strategy. In this section we will define access to the NetApp environment through the OnCommand system by entering the OnCommand credentials 7 minutes You should still be logged into the NBU1 Master Server. Open the NetBackup Admin Console shortcut located on the desktop. 4 of 14

5 1. Highlight the nbu1 (Master Server) entry at the top left of the NetBackup Admin Console (as seen in the picture) to open the Wizard screen on the right. 2. Double-click on the Configure Disk Storage Servers configuration wizard 3. Click on Next in the Storage Server Configuration Wizard 4. From the Select the type of disk storage to configure pull-down menu, select the OpenStorage option 5. Select Next The Add Storage Server interface is where we define the NetApp OnCommand hostname and credentials. We also tell NetBackup that the Storage Server type is NetApp. As described below, provide the following entries: 1. In the box titled Storage Server Name, enter ONCOMMAND1 2. For the Storage server type use the dropdown to select NetApp OnCommand Server 3. Media server is NBU1 (use the pull-down menu). 4. User name is administrator 5. Password: is symc4now 6. Click Next 7. Review the entries and make sure the match the information above exactly, then click Next If everything was entered correctly you will not see any errors. If something is incorrect hit the Back button to fix it. Most errors at this step occur due to incorrect passwords 8. Click Next When you click Next, the Disk Pool creation wizard will start. Read the contents of the splash screen and click Next 9. Choose OpenStorage (Network_NTAP) 10. Select Next 11. Verify that the name of the Storage Server is ONCOMMAND1 and that the Type is Network_NTAP 12. Select Next The next step will define the primary volume where the snapshot will be stored when RD fires off the snap 13. Select the checkbox next to the PrimarySnapshot entry in the WHITE box under Volume Name as shown in the picture below (do not select Primary at the top) 5 of 14

6 a. Note that by selecting this checkbox it automatically selects the proper selections for Primary and Replication Source and greys them out Note that the primary snapshot location is also considered as the source for subsequent snapshots that are created using either NetApp s SnapVault or SnapMirror technologies. 14. Select Next 15. Here we name the disk pool for the primary NetApp-based storage. Type Primary_DP 16. Click Next 17. Make certain that the Summary screen matches the options you chose, then click Next 18. Verify that the Disk Pool creation was successful 19. If you encounter an error, use the Back button to make corrections otherwise click Next Now the wizard will walk us through creating a NetBackup Storage Unit that will use the disk pool we have just created 20. Click Next 21. Type Primary_STU in the Storage Unit Name area a. Do not change any other settings but notice the options. In a Production environment you would have more Media Servers to choose from however you must read the Replication Director manual before choosing additional media servers 22. Click Next 23. Click Finish We ve successfully configured the NetApp data location to use for our initial snapshots. We ve configured this storage in a disk pool and a storage unit. NetBackup can now use this NetApp-based storage as part of a larger data protection plan. This completes Lab Exercise2. Now let s take a look at configuring the storage to be used for the Replication step that will replicate the data from ONTAP1 to ONTAP2 with NetBackup controlling the process. 6 of 14

7 Lab Exercise 3: Configure NetApp SnapMirror-based disk pools and storage units At this point we ve configured one of the three backup targets (storage units) that will be used as part of our NetApp and NetBackup data protection strategy. Now we will configure our second storage units that involves our second array and NetApp s powerful SnapMirror technology. The third target was already created for this lab (LTO4_Tape) as noted in the Notes section 5 minutes 1. If the NetBackup GUI is not still open, open it 2. Highlight the nbu1 (Master Server) entry at the top left of the NetBackup Admin Console to open the Wizard pane on the right like you did in the last Exercise 3. This time, open the Configure Disk Pool configuration wizard 4. Click on Next 5. Select the OpenStorage (Network_NTAP) disk pool type. 6. Select Next a. Our storage server named ONCOMMAND1 is automatically selected as it is the only storage server in this demo lab environment. 7. Select Next We ve previously defined the primary storage. Now we will define the replication targets which are going to utilize the NetApp SnapMirror technology. In our case we are using the Resource pools we created in Lab Exercise 1 to create two Targets thus we will need to go through this twice. 8. In the bottom white box click on the entry NBU_SnapMirror_RP a. Note that once we ve selected the checkbox next to the SnapMirror designated storage, the Replication Target checkbox is automatically selected for us and the other options are greyed out 9. Once you ve verified that your interface is correctly defined, select Next Now we need to name the Disk Pool we will be using. Let s make it descriptive. 10. Name the disk pool Snapmirror_DP 11. Select Next 12. Review the Disk Pool Summary screen, then click Next 13. Make sure that the Disk Pool Creation was successful and click Next From here we need to create the Storage Unit that will use the disk pool we just created 14. Click Next from the Storage Unit Creation screen 15. Name this storage unit Snapmirror_STU a. Again, note the Media Server option (in this case only one) but do not change the default 16. Click Next, then Finish We are done creating the storage we will use for Replication Director. 7 of 14

8 NOTE: Due to a glitch in the NetBackup installation on these VM s, you now need to close the NetBackup Console GUI and reopen it. Otherwise the LTO4 Disk Storage Unit may not show up in the next Exercise. This concludes Exercise 3. Now we will take a look at creating the SLP s and Policy s that will make use of the storage we have just set up. Lab Exercise 4: Creating the NetBackup Storage Lifecycle Policy (SLP) The NetBackup Storage Lifecycle Policy feature is used to automate the movement of backed up data from one storage area to another. Replication Director uses Storage Lifecycle Policies to automatically replicate data between filers and to copy it to traditional backup targets including (but not limited to) tape libraries or deduplication targets. Once configured, Storage Lifecycle Policies can automatically control the entire lifecycle of backed up data including the automatic expiration of NetApp snapshots or data placed on tape. 7 minutes In this exercise we will create the NetBackup Storage Lifecycle Policy s that use all three of these storage units in a cascade of automatic transfers. The end result will be three separate copies of the primary data where any one of these copies can be used for restores. If any of these copies has been destroyed or is otherwise unavailable, any one of the remaining copies can easily be used to restore your data. Each of these copies will also have their own retention period that is also automatically administered by NetBackup. Time to create our first Storage Lifecycle Policy for our basic file snapshots and replication. 1. Open the NetBackup Admin Console if you haven t already a. You should have closed it at the end of Exercise 3. If you didn t please restart it 2. From the GUI, expand the Storage icon on the left and select Storage Lifecycle Policies 3. Right-click on the empty pane to the right and select New 4. Name the SLP Replication_Director_SLP 5. Click ADD at the bottom left - NOTE: DO NOT click OK this will close the GUI 6. Since our first operation will be a Snapshot, use the dropdown next to Operation to choose Snapshot 7. Under Destination Storage choose the Primary_STU we created earlier as the Storage Unit 8. Do not change the default on the Retention Type a. Note: Retention of snapshots is typically managed from the Filer and NetBackup can set the maximum to a higher level than the default of 1, however this is done in another area of the GUI. 9. Click OK 10. Now we need to create the second step Replication of the Snapshot 11. Highlight the Snapshot operation we just created (it should be highlighted by default) and click Add a. The purpose of highlighting it is to make this step the next step of the SLP process under the Snapshot step 12. Click Add 8 of 14

9 13. Under the Operation pull down choose Replication 14. The Snapmirror_STU created earlier since the other Storage will be used for our VM protection 15. Change the Retention Type to Mirror 16. Click OK Note: In NetBackup 7.6 SLP Windows have been added so if you are familiar with RD from 7.5 you will notice a few new options such as the check box on the screen below. Based on the fact that we only have an hour for this lab we cannot explore SLP Windows however in your production environment they may be very useful 17. Finally, we want to create a Tape Out step (to a simulated tape drive which is actually a disk storage unit) so that an Index will be created 18. Highlight the second step in the SLP if it is not already highlighted, then click Add 19. Choose Backup From Snapshot in the Operation drop down 20. Select LTO4_TAPE as the Storage Unit a. Note: if this Storage Unit is not showing up, click OK to save the SLP you are working on, close the NBU GUI and reopen it, then go to Storage > SLP and choose the SLP we are working on to get finish this step. 21. Change the Retention Type to Fixed 22. Change the Retention Period to 1 week 23. Click OK 24. Click OK again to close the window Note: The Index process that happens when we send the data to tape out is what sets this feature apart from using the NetApp Tools. Once the Index is created we can use Operational Restore to search for a file name inside the snapshot. There are two ways to create an Index (build a catalog file). First is to send the data to tape or disk using Backup from Snapshot which is the method we have chosen for this lab. The second is using a Index from Snapshot step which creates the Index but does not move the data to storage. We also need to create an SLP to protect our Virtual Machines. For the VM protection we are only going to be able to do a snapshot due to the size of the VM s. Replication (the first one) would take quite a while in our simulated environment. So for the SLP we will do a simple snapshot. 1. With Storage Lifecycle Policies highlighted, right-click on the pane to the right and select New 2. Name the SLP VM_Snaps_SLP 3. Click ADD at the bottom left 9 of 14

10 4. Since our first operation will be a Snapshot, use the dropdown next to Operation to choose Snapshot 5. Under Destination Storage choose the Primary_STU 6. Do not change the default on the Retention Type 7. Click OK 8. Click OK again to close the window This completes Lab Exercise 4. In the next Exercise we will create a Policy that uses the SLP we have just created. Lab Exercise 5: Protecting our data creating a basic NetBackup Policy for RD At this point we ve created all of the components we need to backup our important data. We will put all of these components together by creating and using a NetBackup policy 10 minutes Many new customers use the Policy creating Wizard. Older NetBackup customers may not use it. For the purposes of this HOL, we will use the Wizard for creating the first Policy and do it manually for the second. 1) In the NetBackup GUI Highlight the nbu1 (Master Server) entry at the top left to open the Wizard pane on the right 2) Select the Create a Policy configuration wizard 3) Make sure that the top option File systems, databases, applications radio button is selected a. Since we are using RD and SLP s, we do not choose the Snapshots backup type 4) Click Next 5) Enter Replication_Director as the Policy Name 6) Leave the Policy Type as MS-Windows 7) Click Next 8) Click Add then type in NBU1 as the Client Name and hit Enter this should auto-discover the Hardware and OS of the Client (in this case, the Master) 9) Click Next For the Files, we need to specify a path to a CIFS share that has been created on the filers for our use. Windows will automatically CIFS mount our selection. 10) Click Add then type \\ONTAP1\vol_OT1_PRI and hit Enter a. Note that the character in vol_ot1_pri is a capital O and not a zero (0). Make sure you type this path in EXACTLY. In the various runs of this HOL this has been the primary cause of failures. Note: You will see a warning message that describes how the NetBackup client service needs to be configured. This is related to proper permissions for accessing the CIFS share from the NetBackup application. Since we have already configured permissions, simply click YES to Continue 10 of 14

11 11) Continue clicking Next three times until the Wizard finishes and then click Finish. Leave settings at default Now we need to make a few modifications to our Policy that were not part of the Wizard 12) From the NBU Console double click on the Policy we just created by expanding Policies 13) Double click on the Replication_Director Policy 14) Change the Policy Storage to the SLP we created Replication_Director_SLP 15) At the bottom left of the screen, put a check mark next to Use Replication Director a. You will notice that this changes your available options 16) Click on Options next to the Perform snapshot backups to open an Options pop up window 17) Change the Maximum Snapshots to 5 by clicking on the 1 field and typing 5 18) Click on OK to close the Options window 19) Click on OK to close the Policy window 20) Leave the Validate Policy check box at default of Complete and click OK At this point the Policy will perform a Validation check. If you have configured everything correctly, this will be successful and you will not get any pop-up windows. If you do get an error window, you may need to go back and figure out which step was not done correctly. Now, let s start the backup so it will run while we work on the VMware protection snapshots. 1) Choose the Policy we created 2) Right click 3) Select Manual Backup 4) Choose the Full schedule 5) Click OK This will fire off a snapshot first, then a Replication of the data, then a copy of the data to the disk storage unit and should take about 5 minutes. This completes Lab Exercise 5. Now let s go configure the Policy for the VMware backups. Lab Exercise 6: Protecting Virtual Machines using Replication Director We have our storage and our SLP configured, now let s look at the Policy that is used to protect VM s 5 minutes There are a number of VM s that have been created on an ESXi server. Two of them reside on a NetApp NFS share. We will be protecting them using Replication Director and will create the Policy manually. Due to the time it takes in this lab environment to replicate an entire VM the first time, we will simply be doing a snapshot of the VM s. This is based on the SLP we created for them earlier. 1. Create a new Policy by highlighting Policies in the NBU GUI and clicking Actions > New > New Policy 2. In the Policy Name type VM_RD_Snap. Do not check the Use Policy Configuration Wizard 3. Change the Policy Type to VMware 4. Change Policy Storage to the VM_Snaps_SLP we created earlier 5. On the bottom left put a check box next to Use Replication Director 11 of 14

12 6. Click on Options and change the Maximum Snapshots to 5 7. Now click on the Schedules tab 8. Click New 9. Under Name type Full 10. Click OK 11. Now move to the last tab titled VMware 12. Change the Primary VM Identifier to VM Display Name using the dropdown box a. Don t change anything else on this screen 13. Now, click the Clients tab a. This is the tab where the mechanics of the VMware backup Policy are created. You will need to consult the NetBackup Manual to understand all the options but this screen is a very powerful way to backup VM s beyond what we can show you in this small Lab environment 14. Under Field, select Displayname a. Note all the other option 15. Under Operator, choose AnyOf 16. Click on the Folder Icon at the end of the Query Builder row 17. You should see 7 VM s including NetApp_VM001 and NetApp_VM Place a check next to these two NetApp machines and click OK 19. Click on the blue + next to the folder icon and click OK a. This will create a Query for you 20. Now click on the Test Query button on the bottom left a. Once the Test finishes you will see the two NetApp VM s INCLUDED in our query 21. Click Close 22. Click on the tab Backup Selections you will notice that this has been filled in for you based on the Query we just completed 23. Click OK The Policy check will run again. Now let s start a manual backup of these systems using the same steps as before for a manual backup 1) Select the VM_RD_Snap Policy 2) Right click and select Manual Backup 3) Choose the Full schedule 4) Click OK Now, open the Activity Monitor to watch the progression of the Snapshots and the Replication. You will see that the Snapshots are very fast, the replication is a bit slower, and the backup from snapshot takes the longest amount of time. In a Production environment this would be similar however after the storage is seeded, the replication step would only send changed data which would great speed up this process. While we wait for the processes to finish, let s take a look at restore options. 12 of 14

13 Lab Exercise 8: Restoring Files Basic steps Now that we have data backed up, let s do a quick restore just to show the process 5 minutes At this point we have three copies of our data. But what advantages does this provide us? With NetBackup, we can easily select and restore from any one of these copies. NetBackup knows about every copy and can process restores from any copy. Each copy of this data can have an independent retention period that is completely controlled by NetBackup. For example, when a copy of data on a NetApp snapshot expires, NetBackup will automatically delete that snapshot and remove the entry for that data from within the NetBackup catalog. It will no longer show up as a possible restore option and the space used by that snapshot is available for subsequent snapshots. When a restore is required, the restore copy can be selected based on its ability to provide the fastest possible restore. For example, it would likely be much faster to restore files from a NetApp snapshot than restore from tape. Any copy of protected data can easily be selected for purposes of restore We don t really have time to do an actual restore however at the end of the lab you are welcome to mount \\ONTAP1\vol_OT1_PRI on the Master, delete a few files, then use one of the GUI s to restore the data. There are two ways to do restores depending on what your needs are. First, let s look at the old way the NBU BAR GUI. 1) Open the NetBackup console 2) Click on File in the top left 3) Select Backup, Archive and Restore from the menu 4) Under Select for Restore use the drop down and choose Restore from Normal Backup This will show the basic snapshot we just completed (not the VM snapshots). You can click on the interface to browse the files we backed up from the snapshot. Browsing for files in a small environment is fine, but what if you had millions of files in thousands of subdirectories? For that, we need to search for a file. That requires using Operational Restore which is part of the free version of OpsCenter. Let s check out OpsCenter Operational Restore. Do this by following the steps below. 1) Open OpsCenter by clicking on the WebUI Login icon on the desktop a. You may get the Untrusted page. If so, use I Understand the Risks and Confirm the Security Exception 2) Log in using admin and password 3) Click on the Manage tab then Restore below it 4) Click on Restore Files and Directories 5) Click on the Browse and select clients hyperlink on the right side 13 of 14

14 6) Because our Master and Client are the same system this is a bit confusing, but click on the + next to the NBU1 master, then choose nbu1 as the client and put a check next to it 7) Click OK 8) In the File or Directory Name box, type control*.ctl 9) Click Search a. You should see one instance of the file in your results 10) Click on the Backup History Selection hyperlink under Backup History a. You will see the options for restore under the Copies of Selected Backup area. In this case we have three copies of the file two from the snapshot/replication and one from the copy to tape 11) The top one should be selected, leave the defaults, and click on Add to Restore Cart and Close 12) Click on Restore Cart 13) Click on Restore Now (you may need to scroll down on the window) 14) Leave the selections at the defaults and click on Next 15) Verify the file you want is there (it is the only file) then Select the file and click Restore then OK to close the pop up window 16) Go to the Activity Monitor or watch the OpsCenter Jobs interface for the Restore to show up and notice when the restore is done As mentioned, the main differentiator of this solution is the ability to use this search feature to find files vs. having to browse for them. This is huge in the snapshot world. Final Thoughts - So now you should be back at the Activity Monitor and all the process should have completed. We have used Replication Director to protect standard files that were CIFS mounted to a Client by creating a snapshot, replicating that snapshot and then creating a copy to tape. We have also created snapshots of two VM s that were mounted on NetApp NFS storage on an ESX server. We could have done a replication and copy to tape of these systems as well but we don t have time or space on the VM s to do it. Replication Director can solve a lot of problems in shops that have NetApp or other supported storage and want to be able to manage the snap/replication/copy to tape process from a single pane of glass. If you have further questions about the Replication Director feature, please reach out to your Symantec Sales team. 14 of 14

NetBackup 7.5 for VMware: Hands-On Lab (Beginner)

NetBackup 7.5 for VMware: Hands-On Lab (Beginner) NetBackup 7.5 for VMware: Hands-On Lab (Beginner) Description This lab is designed for people that are new to NetBackup for VMware and will provide you direct, hands on experience with some of the latest

More information

IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware

IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware IA L16 - Hands-On Lab Hands on with Instant Backup and Recovery Features of NetBackup 7.6 for VMware Description NetBackup 7.6 offers terrific new technologies that provide faster VMware backups and restores

More information

IA L17 Auto Image Replication, a hands-on experience Hands-On Lab

IA L17 Auto Image Replication, a hands-on experience Hands-On Lab IA L17 Auto Image Replication, a hands-on experience Hands-On Lab Description Get hands on with Storage Lifecycle Policies Auto Image Replication in this session, which includes several different scenarios

More information

OpsCenter Basics Why Aren t You Using It?

OpsCenter Basics Why Aren t You Using It? OpsCenter Basics Why Aren t You Using It? This is a SELF-GUIDED LAB if you prefer. You are welcome to get started and leave when you are finished, or you can play with the OC instance to gain more knowledge.

More information

Symantec NetBackup Blueprints

Symantec NetBackup Blueprints Blueprint for Replication Director Symantec Backup and Recovery Technical Services 1 Preface/disclaimer Notice This NetBackup Blueprint presentation includes example diagrams that contain objects that

More information

SnapProtect Live Browse with Granular Recovery on VMware. May 2017 SL10336 Version 1.1.0

SnapProtect Live Browse with Granular Recovery on VMware. May 2017 SL10336 Version 1.1.0 SnapProtect Live Browse with Granular Recovery on VMware May 2017 SL10336 Version 1.1.0 1 Introduction This lab will guide you through some of the typical SnapProtect v11 operations (also known as CommVault

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere September 2018 215-13399_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots

Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots Deep Dive - Veeam Backup & Replication with NetApp Storage Snapshots Luca Dell Oca EMEA Evangelist, Product Strategy Specialist for Veeam Software, VMware vexpert, VCAP-DCD, CISSP Modern Data Protection

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For VMs and Datastores using the SnapCenter Plug-in for VMware vsphere March 2018 215-12931_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

AltaVault Backup to Cloud Setup and Administration. November 2017 SL10337 Version 1.5.3

AltaVault Backup to Cloud Setup and Administration. November 2017 SL10337 Version 1.5.3 AltaVault Backup to Cloud Setup and Administration November 2017 SL10337 Version 1.5.3 1 Introduction This lab uses the virtual appliance version of AltaVault (formerly SteelStore). The AltaVault virtual

More information

Symantec NetBackup Appliances Hands-On Lab

Symantec NetBackup Appliances Hands-On Lab Symantec NetBackup Appliances Hands-On Lab Description NetBackup Appliances Hands On Lab This lab assumes a prerequisite knowledge of NetBackup, specifically configuring storage units, creating backup

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Oracle Databases May 2018 215-12930_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the SnapCenter Data Protection Guide

More information

Data Fabric Solution for Cloud Backup (SnapCenter for NAS File Services including the Data Fabric) July 2017 SL10374 Version 1.1.0

Data Fabric Solution for Cloud Backup (SnapCenter for NAS File Services including the Data Fabric) July 2017 SL10374 Version 1.1.0 Data Fabric Solution for Cloud Backup (SnapCenter for NAS File Services including the Data Fabric) July 2017 SL10374 Version 1.1.0 1 Introduction This lab demonstrates the SnapCenter Plug-in for NAS File

More information

Web Console Setup & User Guide. Version 7.1

Web Console Setup & User Guide. Version 7.1 Web Console Setup & User Guide Version 7.1 1 Contents Page Number Chapter 1 - Installation and Access 3 Server Setup Client Setup Windows Client Setup Mac Client Setup Linux Client Setup Interoperation

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

NetBackup & Backup Exec OST Configuration Guide Instructions

NetBackup & Backup Exec OST Configuration Guide Instructions NetBackup & Backup Exec OST Configuration Guide Instructions This document contains the following topics: Introduction 2 Installing the License Key and OST Plug-in 3 Configuring the DXi 5 Configuring Veritas

More information

Veritas NetBackup OpenStorage Solutions Guide for Disk

Veritas NetBackup OpenStorage Solutions Guide for Disk Veritas NetBackup OpenStorage Solutions Guide for Disk UNIX, Windows, Linux Release 8.0 Veritas NetBackup OpenStorage Solutions Guide for Disk Legal Notice Copyright 2016 Veritas Technologies LLC. All

More information

NetBackup & Backup Exec OST Configuration Guide Instructions

NetBackup & Backup Exec OST Configuration Guide Instructions NetBackup & Backup Exec OST Configuration Guide Instructions This document contains the following topics: Introduction 2 Installing the License Key and OST Plug-in 2 Configuring the DXi 6 Configuring Veritas

More information

EM L04 Using Workflow to Manage Your Patch Process and Follow CISSP Best Practices

EM L04 Using Workflow to Manage Your Patch Process and Follow CISSP Best Practices EM L04 Using Workflow to Manage Your Patch Process and Follow CISSP Best Practices Hands-On Lab Description Most corporations today have some form of patch process in place. In this session, you will learn

More information

LepideAuditor for File Server. Installation and Configuration Guide

LepideAuditor for File Server. Installation and Configuration Guide LepideAuditor 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

Data Fabric Solution for Cloud Backup. February 2017 SL10316 Version 1.0.1

Data Fabric Solution for Cloud Backup. February 2017 SL10316 Version 1.0.1 February 2017 SL10316 Version 1.0.1 1 Introduction This lab demonstrates the NetApp. This is a new solution that combines the use of multiple NetApp products to offer a hybrid cloud backup solution. This

More information

SnapCenter Software 4.1. Administration Guide. December _C0 Updated for 4.1.1

SnapCenter Software 4.1. Administration Guide. December _C0 Updated for 4.1.1 SnapCenter Software 4.1 Administration Guide December 2018 215-13391_C0 doccomments@netapp.com Updated for 4.1.1 Table of Contents 3 Contents Deciding whether to read the SnapCenter Administration information...

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 2.0 Data Protection Guide For Windows File Systems January 2017 215-11356_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read this information... 5 SnapCenter

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.1 Data Protection Guide For Microsoft SQL Server August 2018 215-13395_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

NetBackup TM for VMware configuration

NetBackup TM for VMware configuration 289771 NetBackup TM for VMware configuration This document describes how to use NetBackup 6.5 with VMware virtual machines that run on VMware ESX servers. License requirements Features available in NetBackup

More information

FlexPod Infrastructure Automation. September 2016 SL10295 Version 1.0.0

FlexPod Infrastructure Automation. September 2016 SL10295 Version 1.0.0 September 2016 SL10295 Version 1.0.0 1 Introduction to FlexPod Automation This lab demonstrates how to use FlexPod Automation to automate the configuration of a FlexPod (UCS Mini, Nexus Switches, Clustered

More information

WHITE PAPER: DELL MANAGEMENT CONSOLE TRIGGERS NETBACKUP 7 JOBS

WHITE PAPER: DELL MANAGEMENT CONSOLE TRIGGERS NETBACKUP 7 JOBS WHITE PAPER: DELL MANAGEMENT CONSOLE TRIGGERS NETBACKUP 7 JOBS White Paper: Dell Management Console Integrates with NetBackup 7 March 2010 Third-party information brought to you courtesy of Dell. Revision

More information

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Administration Guide for 7.1 release January 2018 215-12648_B0 doccomments@netapp.com Table of Contents 3 Contents

More information

Veritas NetBackup Replication Director Solutions Guide

Veritas NetBackup Replication Director Solutions Guide Veritas NetBackup Replication Director Solutions Guide UNIX, Windows, Linux Release 8.1.1 Veritas NetBackup Replication Director Solutions Guide Last updated: 2018-04-10 Document version:netbackup 8.1.1

More information

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Workflow Guide for 7.2 release July 2018 215-13170_B0 doccomments@netapp.com Table of Contents 3 Contents Deciding

More information

SnapManager for Microsoft SQL Server. December 2016 SL10311 Version 1.6.0

SnapManager for Microsoft SQL Server. December 2016 SL10311 Version 1.6.0 SnapManager for Microsoft SQL Server December 2016 SL10311 Version 1.6.0 TABLE OF CONTENTS 1 Introduction... 3 1.1 Why SnapManager for SQL?...3 1.2 Prerequisites... 3 2 Lab Environment... 4 3 Lab Activities...

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

SwiftStack Object Storage

SwiftStack Object Storage Integrating NetBackup 8.1.x with SwiftStack Object Storage July 23, 2018 1 Table of Contents Table of Contents 2 Introduction 4 SwiftStack Storage Connected to NetBackup 5 Netbackup 8.1 Support for SwiftStack

More information

Table of Contents HOL-PRT-1467

Table of Contents HOL-PRT-1467 Table of Contents Lab Overview - - Virtual Volumes with Dell EqualLogic... 2 Lab Guidance... 3 Pre-flight Instructions... 5 Module 1 - Working with Dell EqualLogic and VVOLs (60 Mins)... 11 Creating a

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Microsoft Exchange Server March 2018 215-12936_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the SnapCenter Data Protection

More information

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere

Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Virtual Storage Console, VASA Provider, and Storage Replication Adapter for VMware vsphere Administration Guide for 7.2 release June 2018 215-13169_A0 doccomments@netapp.com Table of Contents 3 Contents

More information

SM L04 Veritas Operations Manager Advanced 4.0 RU1: Optimize Your Heterogeneous Storage Environment Hands-On Lab Description

SM L04 Veritas Operations Manager Advanced 4.0 RU1: Optimize Your Heterogeneous Storage Environment Hands-On Lab Description SM L04 Veritas Operations Manager Advanced 4.0 RU1: Optimize Your Heterogeneous Storage Environment Hands-On Lab Description Veritas Operations Manager Advanced (VOM Advanced) is a comprehensive discovery

More information

IS L02-MIGRATING TO SEP 12.1

IS L02-MIGRATING TO SEP 12.1 IS L02-MIGRATING TO SEP 12.1 Description Migrating to Symantec Endpoint Protection (SEP)? Want to upgrade to the latest SEP technology? In this Lab, see how to upgrade a multi-site Symantec Endpoint Protection

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

Storage Replication Adapter for VMware vcenter SRM. April 2017 SL10334 Version 1.5.0

Storage Replication Adapter for VMware vcenter SRM. April 2017 SL10334 Version 1.5.0 Storage Replication Adapter for VMware vcenter SRM April 2017 SL10334 Version 1.5.0 1 Introduction This lab introduces the fundamentals of VMware vcenter Site Recovery Manager on clustered Data ONTAP.

More information

VMware vfabric Data Director 2.5 EVALUATION GUIDE

VMware vfabric Data Director 2.5 EVALUATION GUIDE VMware vfabric Data Director 2.5 EVALUATION GUIDE Introduction... 2 Pre- requisites for completing the basic and advanced scenarios... 3 Basic Scenarios... 4 Install Data Director using Express Install...

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

NetApp SnapCenter Software with Microsoft SQL Server Plug-in

NetApp SnapCenter Software with Microsoft SQL Server Plug-in Technical Report NetApp SnapCenter Software with Microsoft SQL Server Plug-in February 2017 TABLE OF CONTENTS 1 Introduction... 4 1.1 SQL Server Plug-in... 4 1.2 Prerequisites... 4 2 LAB Environment...

More information

English ETERNUS CS800 S4. OST Guide

English ETERNUS CS800 S4. OST Guide English ETERNUS CS800 S4 OST Guide Edition November 2012 Comments Suggestions Corrections The User Documentation Department would like to know your opinion on this manual. Your feedback helps us to optimize

More information

Setting Up the Dell DR Series System on Veeam

Setting Up the Dell DR Series System on Veeam Setting Up the Dell DR Series System on Veeam Dell Engineering April 2016 A Dell Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

Online Backup Manager v7 Quick Start Guide for Synology NAS

Online Backup Manager v7 Quick Start Guide for Synology NAS Online Backup Manager v7 Quick Start Guide for Synology NAS Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited. No part of this publication

More information

Setting Up the DR Series System on Veeam

Setting Up the DR Series System on Veeam Setting Up the DR Series System on Veeam Quest Engineering June 2017 A Quest Technical White Paper Revisions Date January 2014 May 2014 July 2014 April 2015 June 2015 November 2015 April 2016 Description

More information

migration from iq.suite Store to contentaccess

migration from iq.suite Store to contentaccess Email migration from iq.suite Store to contentaccess MAY 2, 2016 TECH-ARROW a.s. KAZANSKÁ 5, 821 06 BRATISLAVA, SLOVAKIA All Rights Reserved Table of Contents 1 Introduction... 2 2 Source and target environment...

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab

Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Oracle Enterprise Manager 11g Ops Center 2.5 Hands-on Lab Introduction to Enterprise Manager 11g Oracle Enterprise Manager 11g is the centerpiece of Oracle's integrated IT management strategy, which rejects

More information

CommVault Simpana 9 Virtual Server - Lab Validation

CommVault Simpana 9 Virtual Server - Lab Validation January 2012 CommVault Simpana 9 Virtual Server - Lab Validation Russ Fellows Evaluator Group Table of Contents Executive Summary... 1 Data Protection Challenges... 2 Overview of Evaluation... 2 Test Objectives...

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

The NetBackup catalog resides on the disk of the NetBackup master server. The catalog consists of the following parts:

The NetBackup catalog resides on the disk of the NetBackup master server. The catalog consists of the following parts: What is a NetBackup catalog? NetBackup catalogs are the internal databases that contain information about NetBackup backups and configuration. Backup information includes records of the files that have

More information

Getting Started with Database Ingestion

Getting Started with Database Ingestion Getting Started with Database Ingestion VMware vfabric Data Director 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration

HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration HOL09-Entry Level VMAX: Provisioning, FAST VP, TF VP Snap, and VMware Integration 1 VMAX 10K "Hands On Lab" Exercises 1.1

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information

Accelerated NCDA Boot Camp Data ONTAP 7-Mode (ANCDABC87)

Accelerated NCDA Boot Camp Data ONTAP 7-Mode (ANCDABC87) Accelerated NCDA Boot Camp Data ONTAP 7-Mode (ANCDABC87) COURSE OVERVIEW: This is a 5-day bootcamp that expands upon what students learned in the D7ADM course in order to prepare for the NCDA 7-mode certification

More information

System Center 2012 R2 Lab 4: IT Service Management

System Center 2012 R2 Lab 4: IT Service Management System Center 2012 R2 Lab 4: IT Service Management Hands-On Lab Step-by-Step Guide For the VMs use the following credentials: Username: Contoso\Administrator Password: Passw0rd! Version: 1.5.5 Last updated:

More information

efolder BDR for Quest Rapid Recovery / VMware Continuity Cloud Guide

efolder BDR for Quest Rapid Recovery / VMware Continuity Cloud Guide efolder BDR for Quest Rapid Recovery / VMware Continuity Cloud Guide Accessing Continuity Cloud via VSphere Restore Your VM/Point in time restore Setting up Virtual Standby efolder BDR Guide for Veeam

More information

Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup

Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup Best practices for protecting Virtualization, SDDC, Cloud, and the Modern Data Center, with NetBackup Alain Pelegrin EMEA NetBackup Solutions Lead TSS IM Technology Practice Olivier Ribouchon Presales

More information

ADMINISTRATOR S GUIDE

ADMINISTRATOR S GUIDE ADMINISTRATOR S GUIDE 1 CONTENTS GMETRIX V5.0 SYSTEM REQUIREMENTS... 4 ADMINISTRATOR S GUIDE... 4 UNDERSTANDING THE ADMINISTRATOR S PANEL... 4 VIEWING AND EDITING ACCESS CODES... 7 CREATING GROUPS... 8

More information

LiveNX Upgrade Guide 8.0.x to 8.1.x

LiveNX Upgrade Guide 8.0.x to 8.1.x LIVEACTION, INC. LiveNX Upgrade Guide 8.0.x to 8.1.x UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction Logo

More information

The audience for this document is technical professionals who wish to learn more about using the Dell Compellent VMware vsphere Client Plug-in.

The audience for this document is technical professionals who wish to learn more about using the Dell Compellent VMware vsphere Client Plug-in. Dell Storage Hands-on Lab Instructions Storage provisioning using the Dell Compellent vsphere Web Plug-in Estimated Completion Time: 30 Minutes Introduction Audience The audience for this document is technical

More information

Monitoring and Reporting for an ONTAP Account

Monitoring and Reporting for an ONTAP Account This chapter contains the following sections: About, page 1 About Disks, page 2 Managing Filers, page 3 Managing Virtual Machines, page 3 Managing Interfaces, page 6 Managing IP Spaces, page 7 Managing

More information

How Symantec Backup solution helps you to recover from disasters?

How Symantec Backup solution helps you to recover from disasters? How Symantec Backup solution helps you to recover from disasters? Finn Henningsen Presales Specialist Technology Days 2011 1 Thank you to our sponsors Technology Days 2011 2 Agenda Why do we bother? Infrastructure

More information

Migrating to NetApp ONTAP Using the 7-Mode Transition Tool Copy-Based Transition. September 2016 SL10284 Version 3.0

Migrating to NetApp ONTAP Using the 7-Mode Transition Tool Copy-Based Transition. September 2016 SL10284 Version 3.0 Migrating to NetApp ONTAP Using the 7-Mode Transition Tool Copy-Based Transition September 2016 SL10284 Version 3.0 TABLE OF CONTENTS 1 Migrating to NetApp ONTAP Using 7-Mode Transition Tool Copy-Based

More information

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide

Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Veritas NetBackup for Microsoft Exchange Server Administrator s Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft Exchange Server Administrator s Guide Last updated: 2018-02-16 Document version:netbackup

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide

Dell Storage vsphere Web Client Plugin. Version 4.0 Administrator s Guide Dell Storage vsphere Web Client Plugin Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION:

More information

Server Fault Protection with NetApp Data ONTAP Edge-T

Server Fault Protection with NetApp Data ONTAP Edge-T Technical Report Server Fault Protection with NetApp Data ONTAP Edge-T Jeff Whitaker, NetApp March 2013 TR-4154 TABLE OF CONTENTS 1 Introduction... 3 2 Backup and Disaster Recovery Technology... 4 2.1

More information

VCS-274. Number: VCS-274 Passing Score: 800 Time Limit: 120 min File Version: VCS-274

VCS-274. Number: VCS-274 Passing Score: 800 Time Limit: 120 min File Version: VCS-274 VCS-274 Number: VCS-274 Passing Score: 800 Time Limit: 120 min File Version: 1.0 VCS-274 Administration of Veritas NetBackup 7.7 Version 1.0 Exam A QUESTION 1 An administrator has an environment that runs

More information

VMware vsphere: Install, Configure, and Manage v6.5 Pod. Installation and Configuration Guide

VMware vsphere: Install, Configure, and Manage v6.5 Pod. Installation and Configuration Guide VMware vsphere: Install, Configure, and Manage v6.5 Pod Installation and Configuration Guide Document Version: 2017-12-27 Installation of VMware vsphere: ICM v6.5 virtual pods as described in this guide

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS

BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS BACKUP APP V7 QUICK START GUIDE FOR SYNOLOGY NAS Revision History Date Descriptions Type of modification 29 Jun 2016 First Draft New 25 Nov 2016 Modified Ch 3 Download Backup App, Ch 3 Install Backup App

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

SnapCenter Software 4.0 Installation and Setup Guide

SnapCenter Software 4.0 Installation and Setup Guide SnapCenter Software 4.0 Installation and Setup Guide March 2018 215-12926_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the SnapCenter Installation and Setup Guide...

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of

More information

UP L12: Still on SEP 11? Let us show you how to simplify migration to SEP.

UP L12: Still on SEP 11? Let us show you how to simplify migration to SEP. UP L12: Still on SEP 11? Let us show you how to simplify migration to SEP. Description Migrating to Symantec Endpoint Protection (SEP)? Want to upgrade to the latest SEP technology? In this Lab, see how

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 3.0 Data Protection Guide For Windows File Systems July 2017 215-12097_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read this information... 5 SnapCenter

More information

VMware vcenter Site Recovery Manager 4.1 Evaluator s Guide EVALUATOR'S GUIDE

VMware vcenter Site Recovery Manager 4.1 Evaluator s Guide EVALUATOR'S GUIDE VMware vcenter Site Recovery Manager 4.1 EVALUATOR'S GUIDE Table of Contents. Getting Started.... 3 About VMware vcenter Site Recovery Manager.... 3 About This Guide.... 3 Intended Audience.... 3 Assumptions....

More information

Veritas NetBackup for Microsoft SQL Server Administrator's Guide

Veritas NetBackup for Microsoft SQL Server Administrator's Guide Veritas NetBackup for Microsoft SQL Server Administrator's Guide for Windows Release 8.1.1 Veritas NetBackup for Microsoft SQL Server Administrator's Guide Last updated: 2018-04-10 Document version:netbackup

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

VMware AirWatch: Directory and Certificate Authority

VMware AirWatch: Directory and Certificate Authority Table of Contents Lab Overview - HOL-1857-06-UEM - VMware AirWatch: Directory and Certificate Authority Integration... 2 Lab Guidance... 3 Module 1 - Advanced AirWatch Configuration, AD Integration/Certificates

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Technical Whitepaper. NetBackup PureDisk Technical Product Management. PureDisk Remote Office Protection. Export to NetBackup Feature

Technical Whitepaper. NetBackup PureDisk Technical Product Management. PureDisk Remote Office Protection. Export to NetBackup Feature Technical Whitepaper NetBackup PureDisk Technical Product Management PureDisk Remote Office Protection Export to NetBackup Feature 09 May 2007 Document Information Copyright The copyright to this document

More information

Virtual Server Agent v9 with VMware. June 2011

Virtual Server Agent v9 with VMware. June 2011 Virtual Server Agent v9 with VMware June 2011 Contents Summary... 3 Backup Transport Methods... 3 Deployment Scenarios... 3 VSA Installation Requirements... 4 VSA Patch Requirements... 4 VDDK Installation...

More information

Hitchhiker s Guide to Veeam Backup Free Edition

Hitchhiker s Guide to Veeam Backup Free Edition Hitchhiker s Guide to Veeam Backup Free Edition Kirsten Stoner Product Strategy Coordinator Why use Veeam Backup Free Edition? Veeam Backup Free Edition is a powerful, easy-to-use utility that consists

More information

Windows Server 2003 { Domain Controller Installation and Configuration}

Windows Server 2003 { Domain Controller Installation and Configuration} Windows Server 2003 { Domain Controller Installation and } Benedikt Riedel MCSE + Messaging www.go-unified.com www.siemens.com/open Benedikt.riedel@siemens.com Start up the prepared Windows Server 2003

More information

NETAPP - Accelerated NCDA Boot Camp Data ONTAP 7-Mode

NETAPP - Accelerated NCDA Boot Camp Data ONTAP 7-Mode NETAPP - Accelerated NCDA Boot Camp Data ONTAP 7-Mode Duration: 5 Days Course Price: $5,850 Course Description Course Overview This training course is a 5-day boot camp with extended hours. The training

More information

Symantec NetBackup Replication Director Solutions Guide

Symantec NetBackup Replication Director Solutions Guide Symantec NetBackup Replication Director Solutions Guide UNIX, Windows, Linux Release 7.6 Symantec NetBackup Replication Director Solutions Guide The software described in this book is furnished under a

More information

Administration GUIDE. IntelliSnap Virtual Server idataagent for VMware. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 277

Administration GUIDE. IntelliSnap Virtual Server idataagent for VMware. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 277 Administration GUIDE IntelliSnap Virtual Server idataagent for VMware Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 277 IntelliSnap User Guide - Virtual Server idataagent for VMware Table of Contents

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete

Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins Menu Sequence: VM / Guest / Send Ctrl-Alt-Delete CIS 231 Windows 2008 Server Install Lab #1 (Virtual Machines) Keys to Remember when using the vsphere client. Send the Ctrl-Alt-Delete key sequence to the Guest OS one of two ways: Key sequence: Ctlr-Alt-Ins

More information

NetBackup 7.6 for Oracle: Hands-On Lab

NetBackup 7.6 for Oracle: Hands-On Lab NetBackup 7.6 for Oracle: Hands-On Lab Description This lab w ill provide you direct hands on experience w ith some of the NetBackup 7.6 for Oracle data protection features. This lab assumes some basic

More information

Cisco Virtual Application Container Services 2.0 Lab v1

Cisco Virtual Application Container Services 2.0 Lab v1 Cisco Virtual Application Container Services 2.0 Lab v1 Last Updated: 02-SEP-2015 About This Solution Cisco Virtual Application Container Services (VACS) enables simplified deployment of Secure Application

More information

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2

OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 OpenManage Integration for VMware vcenter Quick Installation Guide for vsphere Web Client Version 3.2 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better

More information