NEC Storage NV Series

Size: px
Start display at page:

Download "NEC Storage NV Series"

Transcription

1 NEC Storage NV Series Guide to Oracle Storage Compatibility Program Network Attached File Server Snapshot Technologies is-wp Rev-1.00 February, 2005 NEC Corporation

2 Copyright 2005 NEC Corporation. All rights reserved. DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED. NEC Storage NV Series and NEC Storage Manager/IP are trademarks or registered trademarks of NEC Corporation in Japan. Oracle, Oracle9i and other product names of Oracle are trademarks, registered trademarks of Oracle Corporation in the U.S. and other countries. Sun, Sun Microsystems, Sun logos, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Microsoft and Windows are registered trademarks of Microsoft Corporation in the U.S. and other countries. All other brands or products are trademarks or registered trademarks of their respective holders are should be treated as such. Rev Feb

3 Contents 1. Introduction Glossary Overview of NAS What is NAS? NEC Storage NV Series Snapshots on NEC Storage NV Series What is Snapshot Function? Mechanism of the Snapshot Function Snapshot Area Management Snapshot Operation System configuration for OSCP Hardware Configuration Software Configuration Summary of OSCP Test Backup and Restore Startup of a replicated database Details of the verification tests based on the OSCP Test Database Construction for Verification and Snapshot Setting Database Construction for Verification Snapshot setting Backup and Restore Cold backup Hot backup Startup of a replicated database Starting up a replicated database using cold backup processing Starting up a replicated database using hot backup processing Reference...28 Acknowledgement

4 1. Introduction Recently, as the demand for such tasks as data sharing in multi-os environments and cost cuts in storage management has risen, the use of NAS (Network Attached Storage), the storage appliance product, has increased. Moreover, as the Internet moves to broadband and the number of services delivering high-volume content grows, the demand for a large-capacity, efficient, high-end NAS product is also expanding. NEC Storage* NV Series is a high-end NAS product providing high performance, high availability and high reliability and adopts the latest architecture features, such as a high performance TOE (TCP/IP Offload Engine), an OS specifically optimized for NAS, large capacity non-volatile memory (NVRAM), a remote replication capability, Snapshot function and more. Based on the Oracle Storage Compatibility Program (OSCP), Oracle provides snapshot tests guideline to verity a file server to be used for Oracle database. This document describes how to create snapshots for backup and how to use the snapshots for recovery for the Oracle database by using the OSCP test kit provided Oracle Corporation and the snapshot function of the NEC Storage NV Series, and also shows the verification test results. The verification was performed at NEC Corporation by applying the verification kit Snapshot test kit(stk) provided in the White Paper, 'Guidelines for Using Snapshot Storage System for Oracle Database' published by Oracle Corporation and Oracle Storage Compatibility Program (OSCP). * NEC Storage is a series name of disk arrays from NEC Corporation for a world-wide market. For a Japanese market, istorage is applied for a series name such as istorage NV Series. 2. Glossary CIFS A file-sharing protocol on Microsoft Windows It is used primarily in Windows environments. However, its use on various UNIX OSs is increasing with the spread in the use of the Windows platform in recent years. Cold Backup Creating a backup copy of the production data while the production system is suspended state Hot Backup. File Lock A mechanism that shows that a file is used by a specific process to avoid accidents such as double update. A NAS Device, in other words the NFS server, should maintain file lock information regardless of the - 4 -

5 state of the client. For example, if an NFS server reboots when a client locks a certain file, the state of the lock must be maintained after the reboot. The Oracle RDBMS uses the file lock mechanism to avoid, for example, starting the same instance twice. The NEC Storage NV Series is compliant with the RPC lockd mechanism commonly used on NFS. Snapshot Function to save the image of a file system at arbitrary time Consistent status of a file system can be saved per file system. LVM Logical volume Manager Logical Disk Manager controls multiple logical disks made by the Disk Management function of the NEC Storage NV series as logical volumes. Hard Mount (see also Soft Mount) One of the mount options for NFS. A mode in which the client keeps I/O processing without breaking off, and waits for the file access system to recover, even if an error is caused during a file access. Hot Backup Creating a backup copy of the production data while the production system is operating iscsi (see also NAS, SAN) One of the methods for connecting to a storage device over a commonly used network, such as LAN or Ethernet. FCIP and ifcp, and other methods which are similar to this, also exist. Unlike NAS, iscsi is a technology that passes the device level SCSI protocol through the TCP/IP layer, and makes it possible to avoid the cost and management load for a special communication mechanism required by usual Fibre-Channel SAN. Link Aggregation Technology that improves bandwidth and fault tolerance by bundling two or more network lines (trunks) together and treating them just like one line. There is a standard based on IEEE803.2ad, and other individual standards used by network equipment manufacturers. The NEC Storage NV Series is compliant with IEEE802.3ad (LACP: Link Aggregation Control Protocol). NAS (see also iscsi, SAN) Network Attached Storage A storage device connected over a commonly used network such as LAN or Ethernet that uses NFS and/or CIFS as the common file protocol on the application layer. The necessary client program is mostly embedded in the OS by default, and its most significant feature is that no specialized program or driver is required to use the storage device. To accommodate demands for recent highly - 5 -

6 sophisticated applications, some devices are also capable of handling other protocols such as WebDAV, HTTP or FTP. Note that sometimes even outside the field of data storage, in discussions of networks, Network Access Server is known by the abbreviation NAS. NFS A common file protocol using TCP/IP defined by Sun Microsystems As the specification is openly available, it is widely used on anything from the various UNIX platforms to the Windows system. NTP Network Time Protocol The time synchronization protocol used on LANs or the Internet NVRAM Non-Volatile Random Access Memory A generic name of memory that does not require an external power supply to retain information. Usually it is designed by using Static RAM or Flash ROM, etc. However, there are some defects with this approach such as difficulties in design, a high cost for large capacity (in the case of S-RAM) or low access speed (F-ROM). SAN (see also iscsi, NAS) Storage Area Network A technology that enables sharing from two or more host computers by treating storage as independent from a host computer when the storage capacity increases. Fibre-Channel is used for the connection. The host computer needs a connection and management mechanism to use Fibre-Channel. Soft Mount (see also Hard Mount) One of the mount options for NFS. A mode in which the client stops I/O processing if an error is caused during a file access. Stale Cache A state where data registered in a cache is older than what it replaces on the hard disk in the storage device. As all of NEC Storage Series have advanced cache management mechanisms, a stale cache state is usually impossible. Synchronous Writes A writing mode that guarantees a write has been completed when the storage device reports that the - 6 -

7 write is complete. Conventionally, a storage device may execute a write to a disk with a time delay (Asynchronous Write) after reporting to a client that the write is complete, and receiving data into the main memory of the storage device (cache memory), in order to improve the apparent response performance. In such a procedure, if any trouble occurs after the recognition of write on the client side and before an actual write of data on the disk as safely on the storage device, a data loss which the client cannot be aware of would be generated. In contrast, Synchronous Write enables the host to detect writes or losses of data at the time they happen by waiting to announce the completion of the write operation to a host side until the data is actually safely on the disk. The result is that reliability is improved in exchange for performance. TOE TCP/IP Offload Engine A technology that provides high-speed TCP/IP processing and reduces the load on the OS by shifting the TCP/IP process out of the network processes of each layer, which the OS is usually responsible for, to the network interface and processing it with a hardware engine. Some TOEs can support a higher-level application protocol. This type of technology specialized for a specific protocol (for example, iscsi) is sometimes called a Network Accelerator

8 3. Overview of NAS 3.1 What is NAS? NAS (Network Attached Storage) is one form of a storage appliance that specializes in file server functions. Its features are described below Ease of Management Conventionally, a file server is provided by configuring an external or internal storage such as a disk array coupled with a general-purpose host computer or server. Along with increasing storage capacity, networks known as SAN (Storage Area Networks) have become very popular. However, most of these systems need a special data transfer network using fiber channel or an independent management system, which causes an increase in management load. As NAS utilizes the commonly used Ethernet and common file protocols based on TCP/IP, which operates on the Ethernet, the management load can be greatly decreased. What is more, many engineers are familiar with Ethernet because it is a popular technology Storage Consolidation The file server described above naturally consolidates storage. That is, rather than each client having its own independent storage, many clients use the storage space concentrated on one site. The NAS system, which is specifically designed for this, has the following advantages compared with a file server configured with general-purpose servers and storage: - Disks can be added while the system is on line and in use - The ability to provide file services to many clients Multi-OS Utilization When using SAN for storage consolidation, common file processing and data sharing is difficult if the client OS differs, as the file access process is executed on the client. With the NAS system, the NAS device controls the file system and data is offered to the client in the form of the file system. What is more, a common file process is available with a high degree of compatibility even if the OSs on clients are different, as de-facto standards such as NFS and CIFS are used as the access protocol to files. 3.2 NEC Storage NV Series The NEC Storage NV Series has the following features in addition to the usual features of NAS High Performance TOE (TCP/IP Offload Engine) Conventionally, the OS deals with TCP/IP and higher-level processes using resources such as CPU and memory. However, due to improvements in the transmission rate brought about by the development of the Ethernet technology, the situation now is that the proportion of communication processing required of the CPU has increased and application processes have become unavailable because of the heavy communication processing load. The TOE technology is used to decrease the CPU load of the server and to achieve high performance and wide scalability by shifting the heavy load of TCP/IP processing from the software to the hardware. A technology specially designed for a specific application protocol (for example, NIC for iscsi) is - 8 -

9 sometimes called a Network Accelerator. The NEC Storage NV Series is available to use two or more network interface cards each with a TOE chip on board and two Gigabit Ethernet ports. When a network interface card is added, the load for the increased network interface is managed by the TOE chip on the network interface card, which helps the network interface to reduce the load on the OS operation of the NAS device itself and brings about a high degree of scalability An Operating System highly optimized for NAS To achieve a high-functionality, high-performance, high-scalability and high-availability NAS solution, the NEC Storage NV Series has highly optimized underlying software based on Linux High performance RAID Control LSI The NEC Storage NV Series has achieved a high speed data transfer by applying high performance RAID processing LSI already proven in use in NEC Storage S-series disk arrays and Fibre-Channel HDD communicating at 2G bps on board Large capacity Non-Volatile RAM (NVRAM) The NEC Storage NV Series makes use of large capacity non-volatile random access memory for its main memory, which greatly improves the performance compared with the standard speed of I/O response for writes to a disk. In addition, by configuring the batteries to use redundancy, a data loss in the memory can be prevented even if trouble occurs in one place Clusters The NEC Storage NV Series has a model which can be used with a two-node cluster configuration that operates in Active-Active mode. (For these tests a single configuration model was used.) Redundancy The NEC Storage NV Series has redundancy built into its main parts such as the power supply, battery, fan and internal disk access paths. In addition, clustering models in the NEC Storage NV Series also have server-level redundancy Data Recovery With the NEC Storage NV Series it is possible to make a snapshot for every file system available. A file that a user overwrote or deleted by mistake can be recovered by a simple operation from the client Optional Functions The NEC Storage NV Series can provide the following functions in addition to the above-mentioned basic functions: - Remote replication - Backup - Anti-virus functionality - 9 -

10 4. Snapshots on NEC Storage NV Series An overview of the Snapshot functions provided on the NEC Storage NV Series NAS Device is described. 4.1 What is Snapshot Function? The Snapshot function saves the image of a file system at arbitrary time. When an administrator creates a snapshot generation, the image of the file system at creation of the generation is saved. This feature enables reference to data before update processing, backup operation in online state, and data recovery by general users themselves. 4.2 Mechanism of the Snapshot Function After creating a generation, the snapshot function works for the following when the file is updated: A new area is allocated for the data to be updated, and the updated data is written into the area. The data area before update processing in not updated, and the data is retained as a snapshot for reference. The data area is called Snapshot area. The newly allocated area is updated until the next generation is created. As explained above, old data and new data are saved in different areas. The old data area is shared until being updated, and the area occupied by the image of a generation is saved as a snapshot area and not released until the generation is deleted. Therefore, the file system area is incremented by the amount of updated data from the point of creating the generation. 4.3 Snapshot Area Management Immediately after a generation is created, there is no area occupied by only snapshot generations. area, which is occupied by only snapshot generation, is increased by only the size of an updated area each time data is updated from the point of creating a generation. An If snapshot generations are created while frequently updated data is stored in a file system, the difference between the generation data and the latest data becomes large and the number of areas occupied by snapshot generations increases. The following functions are provided as snapshot area management functions for overall file system via NEC Storage Manager IP: Function to set a limit for areas occupied by only snapshot generations Function to refer to the limit and utilization When the number of areas occupied by only generations has reached the limit, a new generation cannot be created any more. The number of areas occupied by only snapshot generations keeps increasing each time data is updated. Delete generations created by the snapshot function when they are no longer necessary

11 4.4 Snapshot Operation Snapshot commands used via ssh/rsh are as follows in briefly. Regarding setting information and detailed usage for each command, please refer to the related manuals. snap Operate snapshot generations of logical volumes snap create Create snapshot generation snap copyback Recovery data by copying from snapshot generation snap delete Delete snapshot generation snap list Display snapshot generation listing 5. System configuration for OSCP Hardware and software configurations applied for the verification tests on snapshot processing are shown here. 5.1 Hardware Configuration Primary Oracle host/secondary Oracle host Host : Sun Fire 280R(1CPU,1024MB memory,36.4gb x 2 local disk) Storage : NEC Storage NV8210 NAS management host Host : NEC Express5800/100(IA server) 5.2 Software Configuration Primary Oracle host/secondary Oracle host OS : Solaris 9 04/02 Database : Oracle9iR2( ) Storage : SC-LX OS Version NAS management host OS : Microsoft Windows 2000 server SP4-11 -

12 6. Summary of OSCP Test Summaries of several verification tests results to utilize the backup data and to startup the replicated database on the OSCP test are shown here. 6.1 Backup and Restore At first, create the snapshot generation of data file/table space, then copy back the backup data and finally check the Oracle database operates normally. Remote snapshot function is not subject to the test this time. Location Backup Method Result local cold hot remote cold out of validation hot out of validation Table 6-1 : Backup and Restore 6.2 Startup of a replicated database At first, create the backup of necessary files on snapshot generation, then copy the backup data from snapshot generation to logical volumes under the other server on which the replicated database runs. Startup Oracle database from the server and finally check the Oracle database operates normally. Backup Method cold backup hot backup Result Table 6-2 : Startup of a replicated database

13 7. Details of the verification tests based on the OSCP Test In this chapter, details of the verification tests, its system configuration, the operation and some notes are described for each case of the table shown in the previous chapter with picking up an effective and typical combination of variations in the practical use. Also some extensions for each case are shown. 7.1 Database Construction for Verification and Snapshot Setting Database Construction for Verification Installation of Oracle Database We installed the Oracle database according to the Oracle installation guide. In general, the values of parameters are as recommended, except that we modified some parameters. Note that the same SID is used for verification of replicated database creation by dividing the execution server of the replicated database. (That is, we have not verified for the replicated database with another SID of the same host.) Snapshot setting In order to use the snapshot function of NEC Storage NV Series NAS Device, a user name on the NAS Device for rsh command execution from an operational server should be specified in advance. There are no settings for the operational server to execute rsh commands to the NAS Device. 7.2 Backup and Restore The procedures for using the snapshot function on the NEC Storage NV Series NAS Device to back up the Oracle database are described. Additional enhancement method such that a snapshot generation is saved on a tape should be taken in actual operation. Of course, there is no problem to use the snapshot generation as a backup media. In this validation test case, only one snapshot generation is used because the purpose is to check Oracle Database runs normally using the snapshot function

14 System Configuration sample Access from cx206 server to the NAS Device via NFS mount cx206 Primary Oracle host (SunFire 280R) Access via NFS NV LVM01 LVM02 LVM03 LVM04 cx206 can use these volumes as normal operation or backup/recovery operation Snapshot function At the snapshot creation, the difference data between the generation data and the latest data are saved in the same volume. The following is LVM01 case. Normal operation files LVM01 datafile rbs datafile datafile datafile rbs datafile datafile Create a generation as file images in the same volume by using snapshot function

15 Detailed volume usage LD name usage mount point LVM01 datafile/rbs/temp/system /export/oradata10 LVM02 control 1/Online REDO1 /export/oradata11 LVM03 control 2/Online REDO2 /export/oradata12 LVM04 init<sid>.ora/archived log /export/oradata Cold backup This chapter explains the procedures for applying the snapshot function to perform cold backup processing. The following descriptions are for the cases assuming to apply snapshot function to backup data file located in a NFS mount volume. Other types of operations are also described as an extension. 1) Command operation The following shows operation commands (create, delete, copy) to logical volumes in which data files exist for cold backup and their results. 1-1) Creating generation Create a generation against a logical volume subject to snapshot cx206:oracle > rsh -l cli nv snap create /export/vol_euc/lvm01 snap snap 2004/08/12 17:39:54 created ok. 1-2) Deleting generation Delete an unnecessary generation cx206:oracle > rsh -l cli nv snap delete /export/vol_euc/lvm01 snap sync snap 2004/08/12 16:44:54 removed ok. 1-3) Recovering data from generation Recover data from a generation which is saved in the same logical volume cx206:oracle > rsh -l cli nv snap copyback /export/vol_euc/lvm01 snap before_copyback 2004/08/12 17:43:51 created ok. 2) Creation of cold backup data

16 2-1) Stopping the Oracle database Cold backup is a backup solution while the database is not operating. Thus, stop the Oracle database. Issue the command from SQL*Plus. cx206:oracle > sqlplus /as sysdba SQL> shutdown immediate; SQL> startup restrict pfile=/export/oradata13/initsnap1.ora ; SQL> shutdown normal; SQL> exit Command output image is omitted here. not shown.) (Similarly, it is omitted in the subsequent explanation if a note is The Oracle database has stopped when the SQL*Plus prompt is displayed after issuing the command. 2-2) Creating generation For cold backup data, create a generation of a logical volume in which a data file exists. At this time, backup data can be saved to a tape device. a) Delete an unnecessary generation if any cx206:oracle > rsh -l cli nv snap delete /export/vol_euc/lvm01 snap sync snap 2004/08/12 16:44:54 removed ok. b) Create a generation. The generation can be saved to a tape device. cx206:oracle > rsh -l cli nv snap create /export/vol_euc/lvm01 snap snap 2004/08/12 17:39:54 created ok. 2-3) Restarting the Oracle database Place the database in normal operation status. cx206:oracle > sqlplus /as sysdba SQL> startup open pfile= /export/oradata13/initsnap1.ora SQL> exit Issue the command from SQL*Plus. 3) Use of cold backup data Because this is a recovery of database, the original database is in halted state. 3-1) Recovering data from a generation a) Delete the unnecessary generation named before_copyback if copy-back was executed once cx206:oracle > rsh -l cli nv snap delete /export/vol_euc/lvm01 before_copyback sync before_copyback 2004/08/11 17:03:45 removed ok

17 b) Copy a generation back and recover data cx206:oracle > rsh -l cli nv snap copyback /export/vol_euc/lvm01 snap creating "before_copyback" for safety before_copyback 2004/08/12 17:43:51 created ok. 3-2) Recovering and restarting the Oracle database By the operation in step 3-1, the contents of the volume containing the data file for the Oracle database are recovered to the backed-up point. To start the Oracle database, just apply the Online redo log and archived log in another volume to this data file. Outline of the procedure for SQL operation a) Start the database without opening. b) Recover the database. (Apply the logs.) c) Open the database. Example in the verification test cx206:oracle > sqlplus /as sysdba SQL> startup open pfile= /export/oradata13/initsnap1.ora ; --- a) SQL> recover automatic database ; --- b) SQL> alter database open ; --- c) SQL> exit In this verification test, because both Online redo log and Archived log are set to be securely stored in another volume, the database could be restored with minimum operation. Extension 1) Cold backup and restore for the whole database In addition to the above example, the following shows notes on using the snapshot function to back up all the related files in the database as cold backup: Files to be backed up are: Data file Online Redo logs Control files Archived logs The advantages to apply the snapshot function compared with the case for applying general copy tool are as follows: Less load to the host computer because snapshot is executed within NAS devices High speed

18 The procedure for creating cold backup data is the same as the one for only the data file. Since the Oracle database is stopped, consistency among data file, Control files, Online Redo logs, Archived logs is maintained. Note that database restore for not only data files but the control files, Online Redo logs and archived logs means that the data is rolled back to the point when the backup data was created. Recovery processing is not needed for restarting the restored database. point when it stopped for backup data creation.) (It is the same as to restart from the Hot backup 1) Command operation The following shows operation commands (create, delete, copy) to logical volumes in which data files exist for hot backup and their results. 1-1) Creating generation Create a generation against a logical volume subject to snapshot cx206:oracle > rsh -l cli nv snap create /export/vol_euc/lvm01 snap snap 2004/08/12 17:39:54 created ok. 1-2) Deleting generation Delete an unnecessary generation cx206:oracle > rsh -l cli nv snap delete /export/vol_euc/lvm01 snap sync snap 2004/08/12 16:44:54 removed ok. 1-3) Recovering data from generation Recover data from a generation which is saved in the same logical volume cx206:oracle > rsh -l cli nv snap copyback /export/vol_euc/lvm01 snap before_copyback 2004/08/12 17:43:51 created ok. 2) Creation of hot backup data 2-1) Beginning the hot backup mode Place each table space of the operating database in hot backup mode. SQL*Plus. Issue the command from

19 cx206:oracle > sqlplus /as sysdba SQL> alter tablespace rbs begin backup; SQL> alter tablespace temp begin backup; SQL> alter tablespace system begin backup; SQL> alter tablespace snapdata begin backup; SQL> exit 2-2) Creating generation For hot backup data, create a generation of a logical volume in which a data file exists. At this time, backup data can be saved to a tape device. a) Delete an unnecessary generation if any cx206:oracle > rsh -l cli nv snap delete /export/vol_euc/lvm01 snap sync snap 2004/08/12 17:53:26 removed ok. b) Create a generation. The generation can be saved to a tape device. cx206:oracle > rsh -l cli nv snap create /export/vol_euc/lvm01 snap snap 2004/08/12 18:12:38 created ok. 2-3) Ending the hot backup mode Displace each table space of the operating database from hot backup mode. Issue the command from SQL*Plus. Issue the command from SQL*Plus. If the snapshot function is applied, the hot backup mode need not to be continued until completion of backup processing for tapes, which makes it possible to minimize the time for hot backup mode. Issue the command from SQL*Plus. cx206:oracle > sqlplus /as sysdba SQL> alter tablespace snapdata end backup; SQL> alter tablespace system end backup; SQL> alter tablespace rbs end backup; SQL> alter tablespace temp end backup; SQL> exit That is, influence on production would be minimized. Be sure to perform end backup processing for all the table spaces that were placed in hot backup. 3) Use of hot backup data Because this is a recovery of database, the original database is in halted state. 3-1) Recovering data from generation a) Delete the unnecessary generation named before_copyback if copy-back was executed once

20 cx206:oracle > rsh -l cli nv snap delete /export/vol_euc/lvm01 before_copyback sync before_copyback 2004/08/12 17:59:30 removed ok. b) Copy a generation back and recover data cx206:oracle > rsh -l cli nv snap copyback /export/vol_euc/lvm01 snap before_copyback 2004/08/12 18:19:01 created ok. 3-2) Recovering and restarting the Oracle database By the operation in step 3-1, the contents of the volume containing the data file for the Oracle database are recovered to the backed-up point. To start the Oracle database, just apply the Online redo log and archived log in another volume to this data file. Outline of the procedure for SQL operation a) Start the database without opening. b) Recover the database. (Apply the logs.) c) Open the database. cx206:oracle > sqlplus /as sysdba SQL> startup open pfile= /export/oradata13/initsnap1.ora ; --- a) SQL> recover automatic database ; --- b) SQL> alter database open ; --- c) SQL> exit In this verification test, because both Online redo log and Archived log are set to be securely stored in another volume, the database could be restored with minimum operation Startup of a replicated database Startup of a replicated database by using the snapshot data is available as one of the applications for a replicated database. A replicated database is used for the followings: Divide of production (such as load balancing by assigning the replicated database as a search-only database) Simulation on the replicated database Startup of a backup database Procedure to startup a replicated database is as follows: 1) Creating backup data 1) Stop database operation

NEC Storage NV Series

NEC Storage NV Series NEC Storage NV Series Guide to Oracle Storage Compatibility Program Network Attached File Server Technologies is-wp-03-001 Rev-1.00 Apr, 2004 NEC Corporation. - 1 - Copyright 2004 NEC Corporation. All

More information

Storage System: Management of Explosively Increasing Data in Mission-Critical Systems

Storage System: Management of Explosively Increasing Data in Mission-Critical Systems Special Issue Advanced Technologies Driving Dynamic Collaboration Featuring Hardware Platforms Storage System: Management of Explosively Increasing Data in Mission-Critical Systems By Toshiro NAKAJIMA,*

More information

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows:

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows: How to Recover lost online redo logs? Author A.Kishore If you lose the current online redo log, then you will not be able to recover the information in that online redo log. This is one reason why redo

More information

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices Oracle Backup and Recovery Best Practices Dell Compellent Storage Center Dell Compellent Technical Best Practices ii Document Revision Table 1. Revision History Date Revision Description 6/15/2011 A Initial

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Oracle Backup Recovery Setup on LeftHand Networks IP SAN Legal Notices Warranty The only warranties for HP products and services are set forth

More information

Database Recovery For Newbies

Database Recovery For Newbies Database Recovery For Newbies Paper #521 Bonnie Bizzaro, Susan McClain Objectives Provide basic understanding of recovery processes and terms Define different types of recovery Discuss common recovery

More information

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation

Overview of I/O Performance and RAID in an RDBMS Environment. By: Edward Whalen Performance Tuning Corporation Overview of I/O Performance and RAID in an RDBMS Environment By: Edward Whalen Performance Tuning Corporation Abstract This paper covers the fundamentals of I/O topics and an overview of RAID levels commonly

More information

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE

IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE White Paper IBM TSM DISASTER RECOVERY BEST PRACTICES WITH EMC DATA DOMAIN DEDUPLICATION STORAGE Abstract This white paper focuses on recovery of an IBM Tivoli Storage Manager (TSM) server and explores

More information

Backup/Restore Oracle 8i/9i/10g

Backup/Restore Oracle 8i/9i/10g This chapter will describe in details how Software backup your Oracle Database Server and how you can restore an Oracle database using the backup files. Table of Content 1. Requirements 2. Overview 3.

More information

11. Configuring the Database Archiving Mode.

11. Configuring the Database Archiving Mode. 11. Configuring the Database Archiving Mode. Abstract: Configuring an Oracle database for backup and recovery can be complex. At a minimum, you must understand the archive process, the initialization parameters

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric

Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric Virtualization, Business Continuation Plan & Disaster Recovery for EMS -By Ramanj Pamidi San Diego Gas & Electric 2001 San Diego Gas and Electric. All copyright and trademark rights reserved. Importance

More information

Data Replication User s Manual (Installation and Operation Guide for Windows)

Data Replication User s Manual (Installation and Operation Guide for Windows) NEC Storage Manager Data Replication User s Manual (Installation and Operation Guide for Windows) IS016-5E NEC Corporation 2001-2004 No part of the contents of this book may be reproduced or transmitted

More information

Network Attached Storage. Jinfeng Yang Oct/19/2015

Network Attached Storage. Jinfeng Yang Oct/19/2015 Network Attached Storage Jinfeng Yang Oct/19/2015 Outline Part A 1. What is the Network Attached Storage (NAS)? 2. What are the applications of NAS? 3. The benefits of NAS. 4. NAS s performance (Reliability

More information

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide TECHNICAL REPORT Nimble Storage Oracle Backup and Recovery Guide N I M B L E T E C H N I C A L R E P O R T : N I M B L E S T O R A G E F O R O R A C L E B A C K U P A N D R E C O V E R Y 1 Document Revision

More information

Database Disaster Recovery using only RMAN Backups

Database Disaster Recovery using only RMAN Backups 12 th Apr, 2010 PURPOSE This paper demonstrates how an Oracle Database can be recovered or reconstructed by using only the RMAN Backup files (from Disks) in case of a complete server crash. CASE STUDY

More information

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS

DOCUMENTATION ORACLE BACKUP & RESTORE OPERATIONS DOCUMENTATION 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 may be reproduced, transmitted, transcribed,

More information

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software

Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication Software Data Protection with IBM TotalStorage NAS and NSI Double- Take Data Replication September 2002 IBM Storage Products Division Raleigh, NC http://www.storage.ibm.com Table of contents Introduction... 3 Key

More information

An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance

An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance An Oracle White Paper March 2012 Backup and Recovery Strategies for the Oracle Database Appliance 1 Oracle Database Appliance The Oracle Database Appliance is an engineered-system; a pre-configured bundle

More information

Using RMAN to restore a database to another server in an ASM environment

Using RMAN to restore a database to another server in an ASM environment Using RMAN to restore a database to another server in an ASM environment It is possible to restore an Oracle 11g database to another server easily in an ASM environment by following the steps below. 1.

More information

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy

More information

Backup Types. Backup and Recovery. Categories of Failures. Issues. Logical. Cold. Hot. Physical With. Statement failure

Backup Types. Backup and Recovery. Categories of Failures. Issues. Logical. Cold. Hot. Physical With. Statement failure Backup Types Logical Backup and Recovery Cold Hot Physical With Without Issues Categories of Failures Protectthe database from numerous types of failures Increase Mean-Time-Between-Failures (MTBF) Decrease

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

Oracle Data Guard for High Availability and Disaster Recovery

Oracle Data Guard for High Availability and Disaster Recovery Oracle Data Guard for High Availability and Disaster Recovery John Zhong Senior Technical Specialist Global Database Management Group Citigroup and Vice President of American DBAOnline John_j_zhong@yahoo.com

More information

Bosch Video Management System High Availability with Hyper-V

Bosch Video Management System High Availability with Hyper-V Bosch Video Management System High Availability with Hyper-V en Technical Service Note Bosch Video Management System Table of contents en 3 Table of contents 1 Introduction 4 1.1 General Requirements

More information

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved. Restore and Recovery Tasks Objectives After completing this lesson, you should be able to: Describe the causes of file loss and determine the appropriate action Describe major recovery operations Back

More information

VERITAS Backup Exec 9.0 for Windows Servers

VERITAS Backup Exec 9.0 for Windows Servers WHITE PAPER Data Protection Solutions for Network Attached Storage VERITAS Backup Exec 9.0 for Windows Servers VERSION INCLUDES TABLE OF CONTENTS STYLES 1 TABLE OF CONTENTS Background...3 Why Use a NAS

More information

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu Strategies for Oracle Database Backup and Recovery: Case Studies Mingguang Xu Office of Institutional Research University of Georgia www.oir.uga.edu/oirpres.html Oracle Files Oracle requires the following

More information

Introduction to MPIO, MCS, Trunking, and LACP

Introduction to MPIO, MCS, Trunking, and LACP Introduction to MPIO, MCS, Trunking, and LACP Sam Lee Version 1.0 (JAN, 2010) - 1 - QSAN Technology, Inc. http://www.qsantechnology.com White Paper# QWP201002-P210C lntroduction Many users confuse the

More information

A SURVEY OF POPULAR CLUSTERING TECHNOLOGIES

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

More information

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c has automated table level recovery using RMAN. If you lose a table after user error or get

More information

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage Applied Technology Abstract This white paper describes various backup and recovery solutions available for SQL

More information

N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview

N8103-149/150/151/160 RAID Controller. N8103-156 MegaRAID CacheCade. Feature Overview N8103-149/150/151/160 RAID Controller N8103-156 MegaRAID CacheCade Feature Overview April 2012 Rev.1.0 NEC Corporation Contents 1 Introduction... 3 2 Types of RAID Controllers... 3 3 New Features of RAID

More information

Application Brief: Using Titan for MS SQL

Application Brief: Using Titan for MS SQL Application Brief: Using Titan for MS Abstract Businesses rely heavily on databases for day-today transactions and for business decision systems. In today s information age, databases form the critical

More information

EMC Unified Storage for Microsoft SQL Server 2008

EMC Unified Storage for Microsoft SQL Server 2008 EMC Unified Storage for Microsoft SQL Server 2008 Enabled by EMC CLARiiON and EMC FAST Cache Reference Copyright 2010 EMC Corporation. All rights reserved. Published October, 2010 EMC believes the information

More information

an introduction to networked storage

an introduction to networked storage an introduction to networked storage How networked storage can simplify your data management The key differences between SAN, DAS, and NAS The business benefits of networked storage Introduction Historical

More information

EMC Data Domain Boost for Oracle Recovery Manager (RMAN)

EMC Data Domain Boost for Oracle Recovery Manager (RMAN) White Paper EMC Data Domain Boost for Oracle Recovery Manager (RMAN) Abstract EMC delivers Database Administrators (DBAs) complete control of Oracle backup, recovery, and offsite disaster recovery with

More information

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems

Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Oracle Database Deployments with EMC CLARiiON AX4 Storage Systems Applied Technology Abstract This white paper investigates configuration and replication choices for Oracle Database deployment with EMC

More information

(Scale Out NAS System)

(Scale Out NAS System) For Unlimited Capacity & Performance Clustered NAS System (Scale Out NAS System) Copyright 2010 by Netclips, Ltd. All rights reserved -0- 1 2 3 4 5 NAS Storage Trend Scale-Out NAS Solution Scaleway Advantages

More information

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode RMAN - What is Rman - Why use Rman - Understanding The Rman Architecture - Taking Backup in Non archive Backup Mode - Taking Backup in archive Mode - Enhancement in 10g For Rman - 9i Enhancement For Rman

More information

Huawei N2000 NAS Storage System Technical White Paper

Huawei N2000 NAS Storage System Technical White Paper Huawei N2000 NAS Storage System Technical White Paper Issue 2.1 Date 2012-10-19 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

SAN Conceptual and Design Basics

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

More information

Implementing an Enterprise Class Database Backup and Recovery Plan

Implementing an Enterprise Class Database Backup and Recovery Plan Implementing an Enterprise Class Database Backup and Recovery Plan Tammy Bednar Oracle Corporation 400 Oracle Parkway, Redwood Shores, CA 94065 Work: (650) 506-4780 Fax: (650) 506-7203 tammy.bednar@oracle.com

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

Virtual Machine Backup Guide

Virtual Machine Backup Guide Virtual Machine Backup Guide ESX 4.0, ESXi 4.0 Installable and vcenter Server 4.0, Update 2 and later for ESX Server 3.5, ESX Server 3i version 3.5, VirtualCenter 2.5 This document supports the version

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

Oracle Database Disaster Recovery Using Dell Storage Replication Solutions

Oracle Database Disaster Recovery Using Dell Storage Replication Solutions Oracle Database Disaster Recovery Using Dell Storage Replication Solutions This paper describes how to leverage Dell storage replication technologies to build a comprehensive disaster recovery solution

More information

Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper

Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper An White Paper Contents 1. OVERVIEW... 1 1.1 DEFINITIONS... 1 2. ENTERPRISE BACKUP UTILITY... 2 2.1 ARCHITECTURE... 2 2.1.1 Target Database... 2 2.1.2 Catalog... 2 2.1.3 Media Management Layer (MML)...

More information

ADVANCED NETWORK CONFIGURATION GUIDE

ADVANCED NETWORK CONFIGURATION GUIDE White Paper ADVANCED NETWORK CONFIGURATION GUIDE CONTENTS Introduction 1 Terminology 1 VLAN configuration 2 NIC Bonding configuration 3 Jumbo frame configuration 4 Other I/O high availability options 4

More information

Getting all the pieces: Reliable Backup/Recovery

Getting all the pieces: Reliable Backup/Recovery Getting all the pieces: Reliable Backup/Recovery Part 1: Recovery Manager Part 2: Custom Backup Mark W. Farnham Andy Rivenes Neil Jensen Overview Whether you use Oracle s Recovery Manager product, a third

More information

Westek Technology Snapshot and HA iscsi Replication Suite

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

More information

Areas Covered. Chapter 1 Features (Overview/Note) Chapter 2 How to Use WebBIOS. Chapter 3 Installing Global Array Manager (GAM)

Areas Covered. Chapter 1 Features (Overview/Note) Chapter 2 How to Use WebBIOS. Chapter 3 Installing Global Array Manager (GAM) PRIMERGY RX300 S2 Onboard SCSI RAID User s Guide Areas Covered Chapter 1 Features (Overview/Note) This chapter explains the overview of the disk array and features of the SCSI array controller. Chapter

More information

Microsoft SQL Server 2005 on Windows Server 2003

Microsoft SQL Server 2005 on Windows Server 2003 EMC Backup and Recovery for SAP Microsoft SQL Server 2005 on Windows Server 2003 Enabled by EMC CLARiiON CX3, EMC Disk Library, EMC Replication Manager, EMC NetWorker, and Symantec Veritas NetBackup Reference

More information

Database Configuration: SAN or NAS

Database Configuration: SAN or NAS Database Configuration: SAN or NAS Discussion of Fibre Channel SAN and NAS Version:.0 Greg Schulz DBSANNAS.DOC Preface This publication is for general guidance and informational purposes only. The information

More information

12. User-managed and RMAN-based backups.

12. User-managed and RMAN-based backups. 12. User-managed and RMAN-based backups. Abstract: A physical backup is a copy of the physical database files, and it can be performed in two ways. The first is through the Recovery Manager (RMAN) tool

More information

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30

NetNumen U31 R06. Backup and Recovery Guide. Unified Element Management System. Version: V12.14.30 NetNumen U31 R06 Unified Element Management System Backup and Recovery Guide Version: V12.14.30 ZTE CORPORATION No. 55, Hi-tech Road South, ShenZhen, P.R.China Postcode: 518057 Tel: +86-755-26771900 Fax:

More information

Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays

Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays Remote Copy Technology of ETERNUS6000 and ETERNUS3000 Disk Arrays V Tsutomu Akasaka (Manuscript received July 5, 2005) This paper gives an overview of a storage-system remote copy function and the implementation

More information

ORACLE RMAN DESIGN BEST PRACTICES WITH EMC DATA DOMAIN

ORACLE RMAN DESIGN BEST PRACTICES WITH EMC DATA DOMAIN White Paper ORACLE RMAN DESIGN BEST PRACTICES WITH EMC DATA DOMAIN Abstract Many organizations rely on Oracle databases as the foundation for their mission-critical applications and the ability to protect

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

C p o y p r y i r g i h g t D t e a t i a lie l d

C p o y p r y i r g i h g t D t e a t i a lie l d of EISOO AnyBackup Appliance Copyright 2003-2012 EISOO Software Co.,Ltd. No company or individual are allowed to copy, distribute and extract all or parts of this document without the permission of EISOO

More information

IP SAN Fundamentals: An Introduction to IP SANs and iscsi

IP SAN Fundamentals: An Introduction to IP SANs and iscsi IP SAN Fundamentals: An Introduction to IP SANs and iscsi Updated April 2007 Sun Microsystems, Inc. 2007 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, CA 95054 USA All rights reserved. This

More information

Installation Guide July 2009

Installation Guide July 2009 July 2009 About this guide Edition notice This edition applies to Version 4.0 of the Pivot3 RAIGE Operating System and to any subsequent releases until otherwise indicated in new editions. Notification

More information

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Maximum Availability Architecture with Exadata Database Machine Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska MAA is Oracle s Availability Blueprint Oracle s MAA is a best practices

More information

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците

Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Hewlett Packard - NBU partnership : SAN (Storage Area Network) или какво стои зад облаците Why SAN? Business demands have created the following challenges for storage solutions: Highly available and easily

More information

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

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

More information

Symantec NetBackup OpenStorage Solutions Guide for Disk

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

More information

EMC Integrated Infrastructure for VMware

EMC Integrated Infrastructure for VMware EMC Integrated Infrastructure for VMware Enabled by Celerra Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

More information

System Compatibility. Enhancements. Email Security. SonicWALL Email Security 7.3.2 Appliance Release Notes

System Compatibility. Enhancements. Email Security. SonicWALL Email Security 7.3.2 Appliance Release Notes Email Security SonicWALL Email Security 7.3.2 Appliance Release Notes System Compatibility SonicWALL Email Security 7.3.2 is supported on the following SonicWALL Email Security appliances: SonicWALL Email

More information

NetVault Backup, NDMP and Network Attached Storage

NetVault Backup, NDMP and Network Attached Storage NetVault, NDMP and Network Attached Storage Simplicity and power for NAS Written by Adrian Moir, Dell Scott Hetrick, Dell Abstract This technical brief explains how Network Data Management Protocol (NDMP)

More information

EMC Integrated Infrastructure for VMware

EMC Integrated Infrastructure for VMware EMC Integrated Infrastructure for VMware Enabled by EMC Celerra NS-120 Reference Architecture EMC Global Solutions Centers EMC Corporation Corporate Headquarters Hopkinton MA 01748-9103 1.508.435.1000

More information

VERITAS VERTEX Initiative

VERITAS VERTEX Initiative VERITAS VERTEX Initiative Frequently Asked Questions Q1. What is the VERITAS VERTEX Initiative? A1. The VERITAS VERTEX Initiative is a set of NetBackup solutions from VERITAS that will deliver alternate

More information

Recover Oracle Database upon losing all Control Files

Recover Oracle Database upon losing all Control Files Recover Oracle Database upon losing all Control Files R.Wang Oct 19, 07 (Firstly, published at OraclePoint.com ) Preface: This is experimental case study about recovering oracle database upon losing all

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

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

More information

EMC Backup and Recovery for Microsoft Exchange 2007 SP2

EMC Backup and Recovery for Microsoft Exchange 2007 SP2 EMC Backup and Recovery for Microsoft Exchange 2007 SP2 Enabled by EMC Celerra and Microsoft Windows 2008 Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

modular Storage Solutions MSS Series

modular Storage Solutions MSS Series N E T W O R K e d s t o r a g e modular Storage Solutions MSS Series NAS and iscsi SAN Product Family High Performance Enterprise Features Easily Scalable Utmost Reliability and Flexibility NAS & iscsi

More information

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.0 July 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing Disaster Recovery Version 7.0 July

More information

Addendum No. 1 to Packet No. 28-13 Enterprise Data Storage Solution and Strategy for the Ingham County MIS Department

Addendum No. 1 to Packet No. 28-13 Enterprise Data Storage Solution and Strategy for the Ingham County MIS Department Addendum No. 1 to Packet No. 28-13 Enterprise Data Storage Solution and Strategy for the Ingham County MIS Department The following clarifications, modifications and/or revisions to the above project shall

More information

Hitachi Essential NAS Platform, NAS Gateway with High Cost Performance

Hitachi Essential NAS Platform, NAS Gateway with High Cost Performance , NAS Gateway with High Cost Performance 80, NAS Gateway with High Cost Performance Katsumi Hirezaki Seiichi Higaki Hiroki Kanai Toru Kawasaki OVERVIEW: Over recent years, within the changing business

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar RMAN Recovery Manager BACKUP & RECOVERY Veeratteshwaran Sridhar Why Backup & Recovery? The purpose of a backup and recovery strategy is to protect the database against data loss and reconstruct the database

More information

HOW TO. RMAN Restore for Standby 10gR2

HOW TO. RMAN Restore for Standby 10gR2 Author: Martin Decker Date: 8.10.2008 Subject: RMAN Restore for Standby 10gR2 HOW TO RMAN Restore for Standby 10gR2 1 Preparations The existing database MDDB1 should be duplicated as Standby Database MDSTB1

More information

EMC Virtual Infrastructure for Microsoft SQL Server

EMC Virtual Infrastructure for Microsoft SQL Server Microsoft SQL Server Enabled by EMC Celerra and Microsoft Hyper-V Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information in this publication is accurate

More information

NAS or iscsi? White Paper 2006. Selecting a storage system. Copyright 2006 Open-E www.open-e.com

NAS or iscsi? White Paper 2006. Selecting a storage system. Copyright 2006 Open-E www.open-e.com NAS or iscsi? Selecting a storage system White Paper 2006 Copyright 2006 Open-E www.open-e.com 2006 Open-E GmbH. All rights reserved. Open-E is a registered trademark. All brand names and products are

More information

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

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

More information

Synology High Availability (SHA)

Synology High Availability (SHA) Synology High Availability (SHA) Based on DSM 5.1 Synology Inc. Synology_SHAWP_ 20141106 Table of Contents Chapter 1: Introduction... 3 Chapter 2: High-Availability Clustering... 4 2.1 Synology High-Availability

More information

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture

EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution. Enabled by EMC Celerra and Linux using NFS and DNFS. Reference Architecture EMC Unified Storage for Oracle Database 11g/10g Virtualized Solution Enabled by EMC Celerra and Linux using NFS and DNFS Reference Architecture Copyright 2009 EMC Corporation. All rights reserved. Published

More information

DAS to SAN Migration Using a Storage Concentrator

DAS to SAN Migration Using a Storage Concentrator DAS to SAN Migration Using a Storage Concentrator April 2006 All trademark names are the property of their respective companies. This publication contains opinions of StoneFly, Inc. which are subject to

More information

Integrated Storage Solutions ISS Series

Integrated Storage Solutions ISS Series N E T W O R K e d s t o r a g e Integrated Storage Solutions ISS Series scalable NAS and iscsi SAN Product Family Affordable High Performance Enterprise Features Utmost Reliability and Flexibility NAS

More information

STORAGE. 2015 Arka Service s.r.l.

STORAGE. 2015 Arka Service s.r.l. STORAGE STORAGE MEDIA independently from the repository model used, data must be saved on a support (data storage media). Arka Service uses the most common methods used as market standard such as: MAGNETIC

More information

Symantec NetBackup 7 Clients and Agents

Symantec NetBackup 7 Clients and Agents Complete protection for your information-driven enterprise Overview Symantec NetBackup provides a simple yet comprehensive selection of innovative clients and agents to optimize the performance and efficiency

More information

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available

OVERVIEW. CEP Cluster Server is Ideal For: First-time users who want to make applications highly available Phone: (603)883-7979 sales@cepoint.com Cepoint Cluster Server CEP Cluster Server turnkey system. ENTERPRISE HIGH AVAILABILITY, High performance and very reliable Super Computing Solution for heterogeneous

More information

Deploying Windows Streaming Media Servers NLB Cluster and metasan

Deploying Windows Streaming Media Servers NLB Cluster and metasan Deploying Windows Streaming Media Servers NLB Cluster and metasan Introduction...................................................... 2 Objectives.......................................................

More information

Using HP StoreOnce D2D systems for Microsoft SQL Server backups

Using HP StoreOnce D2D systems for Microsoft SQL Server backups Technical white paper Using HP StoreOnce D2D systems for Microsoft SQL Server backups Table of contents Executive summary 2 Introduction 2 Technology overview 2 HP StoreOnce D2D systems key features and

More information

Backup and Recovery for SAP Environments using EMC Avamar 7

Backup and Recovery for SAP Environments using EMC Avamar 7 White Paper Backup and Recovery for SAP Environments using EMC Avamar 7 Abstract This white paper highlights how IT environments deploying SAP can benefit from efficient backup with an EMC Avamar solution.

More information

Running a Workflow on a PowerCenter Grid

Running a Workflow on a PowerCenter Grid Running a Workflow on a PowerCenter Grid 2010-2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server

Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Symantec Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server Windows 6.1 February 2014 Symantec Storage Foundation and High Availability Solutions

More information

How to Choose your Red Hat Enterprise Linux Filesystem

How to Choose your Red Hat Enterprise Linux Filesystem How to Choose your Red Hat Enterprise Linux Filesystem EXECUTIVE SUMMARY Choosing the Red Hat Enterprise Linux filesystem that is appropriate for your application is often a non-trivial decision due to

More information

TECHNOLOGY BRIEF. Compaq RAID on a Chip Technology EXECUTIVE SUMMARY CONTENTS

TECHNOLOGY BRIEF. Compaq RAID on a Chip Technology EXECUTIVE SUMMARY CONTENTS TECHNOLOGY BRIEF August 1999 Compaq Computer Corporation Prepared by ISSD Technology Communications CONTENTS Executive Summary 1 Introduction 3 Subsystem Technology 3 Processor 3 SCSI Chip4 PCI Bridge

More information