Technical White Paper Rev A July Oracle RMAN Disk-to-Disk Backup Methods Using Sun Storage Array

Size: px
Start display at page:

Download "Technical White Paper 41574-00 Rev A July 2010. Oracle RMAN Disk-to-Disk Backup Methods Using Sun Storage Array"

Transcription

1 Technical White Paper Rev A July 2010 Oracle RMAN Disk-to-Disk Backup Methods Using Sun Storage Array

2

3 Contents Oracle RMAN Disk-to-Disk Backup Methods Using Sun Storage Arrays Introduction... 2 Advantages of Backing Up to Disk Rather Than to Tape... 3 Storing Database Files... 4 Using File Systems for Storing Database Files... 4 Using Automatic Storage Management for Storing Database Files 4 Avoiding Raw Devices for Storing Database Files... 5 Flash Recovery Area... 5 Using the Flash Recovery Area... 6 Automated Management of the Flash Recovery Area... 6 Configuring the Flash Recovery Area... 6 Tuning the Flash Recovery Area... 7 Selecting Disks for the Flash Recovery Area... 7 Integrating the Flash Recovery Area... 7 Configuring the RMAN Environment... 8 Configuring Storage Components... 9 Conclusion... 9 Appendix A Sun Storage 6580/6780 Storage Array Introduction to the Sun Storage 6580/6780 Storage Array Overview of the Sun Storage 6580/6780 Storage Array Product Features of the Sun Storage 6580/6780 Storage Array.. 11 Releases of the Sun Storage 6580/6780 Storage Array Benefits of the Sun Storage 6580/6780 Storage Array Comparing the Sun Storage 6580/6780 Storage Array to Comparing Features Comparing Performance Hardware Components Sun Storage 6580/6780 Controller Module CSM200 Drive Module Software Components Trunking Common Array Manager SANtricity Storage Manager

4 Technical Specifications Physical Characteristics Operating Temperature Relative Humidity With No Condensation Altitude Ranges Heat Dissipation Acoustic Noise Power Input Hardware Architecture and Diagrams External Connections Drive Channels and Loop Switches Cabling Disclaimer

5 Oracle RMAN Disk-to-Disk Backup Methods Using Sun Storage Arrays Implementing an Oracle Backup and Recovery strategy is critical for protecting a database from the loss or corruption of data and for providing the ability to recover that data. Because Oracle's Recovery Manager (RMAN) is built into the database, RMAN provides the necessary foundation for implementing a total backup and recovery methodology, without additional capital investments. This document provides a high-level description of how to implement an RMAN backup and recover methodology using Sun storage arrays as the storage medium. For more information about Oracle best practices, refer to Best Practices for Running Oracle RAC Database with ASM on a Sun Storage 6540, 6580, or 6780 Storage Array. Oracle Recovery Manager Oracle Recovery Manager (RMAN) is an Oracle utility used to back up and restore an Oracle database along with providing other features and is widely accepted in the Oracle community. RMAN can determine the backup and recovery needs of the database and locate uncommitted database updates down to the database block level. Oracle recommends using RMAN for disk-to-disk backups. This recommendation is based on the reduced cost of storage area networks (SANs) and on the simplicity of RMAN. Consider using RMAN for disk-to-disk backups because of the intuitive nature of RMAN and the tight integration of RMAN with the Oracle database. Additionally, many databases must be available around the clock. By implementing a disk-to-disk backup and restore methodology, you can achieve a highly available, 24/7/365 environment. Also, if you use Oracle Automatic Storage Management (Oracle ASM), you must also use RMAN to back up and restore the database objects. At this time, no other tool besides RMAN exists that can back up the Oracle ASM disk groups. RMAN can create backups of a target database into the flash recovery area. (See Flash Recovery Area, beginning on page 4.) This type of backup aligns with Oracle s recommended strategy of using full backups combined with incremental backups, and of maintaining archive and online redo logs. RMAN integrates tightly with the Oracle kernel by providing functions for space management of the flash recovery area. Oracle processes delete obsolete files or files that have met the backup retention period. RMAN is aware of what resides in the flash recovery area and knows what must be backed up or recovered. Thus RMAN is highly recommended for optimal backup management of Oracle databases to prevent disaster. For instance, RMAN detects the need for block-level recovery. Most alternative backup solutions do not offer this level of detection. RMAN also uses a catalog that keeps information about each backup. The information aids in the recovery process. 2

6 Advantages of Backing Up to Disk Rather Than to Tape Availability requirements often dictate the backup and recovery device. For database environments that must be highly available, backing up to disk is a better option than backing up to tape. Backups themselves do not hinder the availability of a database, because an Oracle database can remain available while hot backups are executing. The real determining factors that favor disk backup over tape backup are as follows: The time it takes to back up the database The time it takes to recover the database Backing up to disk is much faster than backing up to tape. Backing up to disks reduces the database overhead of the backup as well as reduces the time it takes to back up. After backing up and recovering the database, you must add the time required to reassemble the individual components of Oracle. The entire recovery process of an Oracle database could result in the database being unavailable for hours if not days depending on how large the database is and what components must be restored. The advantages of disk-based backups and restores are as follows: Decreases the cost by using high-volume, low-cost storage Decreases the backup window by using multiple I/O streams Decreases the recovery time by using multiple I/O streams Increases the availability of backups Increases protection through RAID technology Increases the usage and viability of backups by using the premium features within the storage manager software One feature of the RMAN disk-based backup methodology is the Incrementally Updated Backup process, which can make the restore and recovery operation more efficient. The Incrementally Updated Backup process involves rolling the changes from a Level1 incremental backup to a Level0 backup. If the Incrementally Updated Backup process is performed daily, database recovery requires only the following files: The updated image of the Incrementally Updated Backup The archive logs created since the last incremental backup (Optional) The online redo logs You can complete the Incrementally Updated Backup process inside the flash recovery area. For more information, refer to the Oracle documentation on RMAN s Incrementally Updated Backup. 3

7 Storing Database Files An Oracle database installer has three storage options for database files: File systems Oracle ASM Raw devices The Oracle installation guide gives further details about each storage option. Refer to the Oracle installation guide for the specific operating system to determine how to take advantage of each storage option. Using File Systems for Storing Database Files Most database administrators have used file systems extensively and are very familiar with them. File systems reside on disks in either of two ways: Locally attached disks that are internal to the server A Logical Volume Manager (LVM) or Redundant Array of Independent Disks (RAID) that is on a SAN. All file systems are mounted on the host server. When Oracle storage is required to create objects or to store data, Oracle uses physical files in a predefined directory structure. Oracle can generate names for the physical files, or you, as the Oracle database administrator, can create names for them. Refer to the Oracle installation guide for the specific operating system to determine how to place database files on a file system and how to follow Oracle s Flexible Architecture (OFA) to ensure a reliable and manageable installation. Using Automatic Storage Management for Storing Database Files Oracle Automatic Storage Management (Oracle ASM) is Oracle s proprietary storage solution for Oracle databases. Oracle ASM simplifies or eliminates the use of most traditional disk management tools. However, to realize the performance and the additional protection these systems provide, deploy Oracle ASM on external RAID storage systems. You can realize the following benefits when you implement Oracle ASM: A database administrator no longer needs to lay out or to create database directory structures. Oracle ASM handles all underlying disk use. Database objects automatically spread over multiple LUNs. Database availability increases because new disk devices can be added or removed without shutting down the database. Database files automatically rebalance when new devices are added or removed. 4

8 Oracle Managed Files (OMF) along with striping and optional mirroring capabilities provide a file system that can support a multi-node clustered environment or a single-node database system. You can easily implement OMF. Oracle ASM requires a dedicated Oracle instance on each node to manage the disk groups within the Oracle ASM structure. This Oracle ASM instance communicates with the database instance through the Oracle Cluster Synchronization Services (CSS). To learn how to install and configure Oracle ASM, and how to enable Oracle ASM to work with an Oracle database, refer to the Oracle installation guide for the specific operating system. Avoiding Raw Devices for Storing Database Files Although raw devices are available, they are not recommended for storing database files. Raw devices are simply disks that have not been formatted with a file system. When Oracle writes data to raw devices, Oracle bypasses the file system layer of the operating system and writes directly to the partition or volume. Thus, managing raw devices becomes very complex. Because of this increased administrative complexity, and because raw devices provide very little performance benefit 1, most companies do not recommend using raw devices. Therefore, this document does not provide information about raw devices. Flash Recovery Area Oracle s flash recovery area is an allocated disk storage location where you can store all backup- and recovery-related files. The flash recovery area can reside on a File System or an Oracle ASM disk group. The flash recovery area contains the following database related files: Control files Online logs Archive logs Flashback logs Control file auto backups Control file copies Datafile copies 1 The small percentage gains are often more than offset by the additional delays in deployment and the increased administration costs due to the increased complexity. 5

9 Backup piece Using the Flash Recovery Area The flash recovery area is tightly integrated within the Oracle database and provides a prime area for performing disk-to-disk backups. RMAN creates a powerful mechanism to automate recovery of an Oracle database so that recovery is faster and simpler. Use the flash recovery area to execute the Flashback Database command, which returns the database to a previous point in time based on a system change number (SCN), date/time, or to a defined restore point. For more information about Flashback Database, refer to the Oracle documentation on Flashback procedures available in version10g of Oracle. Automated Management of the Flash Recovery Area Oracle manages the flash recovery area and keeps it clean by storing only what is necessary and by automatically removing the following obsolete files: Files that are no longer needed for a recovery scenario Redundant copies Files that have been backed up Configuring the Flash Recovery Area Configure the flash recovery area by setting two init.ora parameters: DB_RECOVERY_FILE_DEST The location of the flash recovery area DB_RECOVERY_FILE_DEST_SIZE The amount of disk available for the flash recovery area. Sizing the flash recovery area can be a complex task, depending on what is stored in this area. For more information about how to size this area for the components stored in the flash recovery area and for their retention period, refer to the Oracle documentation. After you set the init.ora parameters for the flash recovery area, you can send all RMAN backups, archive logs, control file auto backups, and datafile copies to write to the location of your choice. You can send them to automatically write to the specified file system within the flash recovery area. You can send them to write to an Oracle ASM group. For details, refer to the Oracle installation guide for the specific operating system. You can tailor the flash recovery area to meet any database requirement. For example, you can tailor the size depending on the amount of information to be backed up in a single instance. You can make the flash recovery area large enough to keep full logs, incremental logs, and archive logs available. You can make the flash recovery area as large as the database itself, so that you can do a complete backup. You can make the flash recovery area small enough to store only archive logs. 6

10 At minimum, take advantage of the flash recovery area to archive redo logs, online redo logs (second multiplexed log), and control files. These logs and files already take up disk space, so that there is no real advantage to storing them anywhere but within the flash recovery area. Additionally, the flash recovery area has added features not normally available for administering database recoveries. For example, use the FRA to store the second copy of the multiplexed redo logs or additional copies of the control files. Tuning the Flash Recovery Area Depending on how active the database is, and what objects are stored in the flash recovery area, you might need to tune the flash recovery area to provide sufficient I/O throughput. Insufficient throughput impedes the performance of the database. Some methods for increasing throughput are as follows: Set up multiple file systems for the flash recovery area to distribute the I/O over multiple disk devices or even multiple SANs. Use multiple Oracle ASM disk groups for the flash recovery area to distribute the I/O over Oracle ASM disks. Spread the flash recovery area across several Oracle ASM disk devices or SANs to distribute the I/O. Execute backup RMAN activity during off-peak hours. Selecting Disks for the Flash Recovery Area Depending on how active the database is, the SATA drives can be sufficient for the flash recovery area, because of the following SATA features: Higher disk capacity, if using SATA drives Lower cost Sufficient speed for disk-to-disk backups Integrating the Flash Recovery Area Figure 1 shows how to use a flash recovery area within an Oracle database. Place the second multiplexed online redo logs in the flash recovery area. Write archive log destinations directly to the flash recovery area. Write backups through RMAN to the flash recovery area. Although not shown in Figure 1, you can also store control files in the flash recovery area. 7

11 Figure 1 Flash Recovery Area in an Oracle Database When configuring database storage, keep in mind that the flash recovery area and the database do not require the same storage option. For example, the database might use file systems while the flash recovery area might use Oracle ASM. Raw devices in the flash recovery area are the only unsupported file type, which is yet another reason not to use raw devices. Configuring the RMAN Environment For clarity, the production Oracle Databases should be on a separate server from the RMAN repository. The RMAN catalog resides on its own dedicated instance, on a server that is separate from the databases that need to be backed up and restored. Keeping the RMAN catalog on a separate server drastically reduces the risk of having both the RMAN catalogs unavailable at the same time that the databases need recovery. By contrast, risk increases if the RMAN catalog remains on the same server as the other production databases. If a server-wide issue causes loss of data, the RMAN catalog must be recovered first before the databases can be recovered. As a result, the database will be unavailable for a longer period of time. Store the following file systems and Oracle ASM disk groups on a RAID 10 storage array: File systems for Oracle datafiles Oracle ASM disk groups for oracle datafiles Store the following file systems and Oracle ASM disk groups on a RAID 5 storage array: File systems for the flash recovery area Oracle ASM disk group(s) for the flash recovery area 8

12 File systems for exports File systems or Oracle ASM disk groups for archiving of data The backup created with RMAN can be copied to the secondary storage using the storage manager s fast, internal Volume Copy feature. A Volume Copy makes the backup available for disaster recovery activities for the primary storage array: cloning and various development activities where production data is required. Likewise, you can take quick and instantaneous snapshots to keep point-in-time copies on the secondary storage array for backups of the primary storage array. Configuring Storage Components When configuring Oracle, leverage different types of storage devices, storage arrays, and mirroring options when implementing database features such as RMAN and Flash Recovery. There are two recommended RAID configurations for the database. Use RAID 10 for the primary storage area for tablespaces that require high IOPS or MB/s throughput. Use RAID 5 for the storage area dedicated to the flash recovery area, if the database does not require high IOPS or MB/s. Use the storage manager to configure the storage used by the database. Together, RMAN and Flash Recovery provide a powerful combination for backup, for recovery, and for using other features such as flashback for Oracle databases. Conclusion This document provides insight in implementing a RMAN backup and restore methodology using disk storage arrays. This document only touched on RMAN's capabilities. For more information about RMAN, go to the Oracle web site. For more information about disk storage arrays, go to the Sun web site. See Contact Information on page 10. Third-party documentation on RMAN is also available. For more information about Oracle best practices, refer to Best Practices for Running Oracle RAC Database with ASM on a Sun Storage 6540, 6580, or 6780 Storage Array. 9

13 Appendix A Sun Storage 6580/6780 Storage Array Introduction to the Sun Storage 6580/6780 Storage Array This appendix describes the features, benefits, and components of the Sun Storage 6580/6780 storage array. This appendix describes how the Sun Storage 6580/6780 storage array is an improvement over previous models. Overview of the Sun Storage 6580/6780 Storage Array In application and functionality, the Sun Storage 6580/6780 storage array is equivalent to earlier models 2 of storage arrays but with higher performance and greater scalability. Figure 1 The Sun Storage 6580/6780 Storage Array Supporting Your Critical Functions The Sun Storage 6580/6780 storage array supports the following functions: Transactional applications, such as databases and online transaction processing (OLTP) Throughput-intensive applications, such as high-performance computing (HPC) and rich media Concurrent workloads for consolidation and virtualization 2The following earlier models of Sun storage arrays were compared: GB, and

14 Growing with Your Business The flexibility of the Sun Storage 6580/6780 storage array keeps pace with your growing company by adding or replacing host interfaces, increasing performance, and growing capacity. The Sun Storage 6580/6780 storage array also allows you to add cache and to reconfigure the system on-the-fly. Extending the Life of Your Storage Array The life of the Sun Storage 6580/6780 storage array extends beyond the normal three to four years. The extended life delays or even eliminates the expense of migrating data to a new system. Thus, the Sun Storage 6580/6780 storage array s acquisition costs can be amortized over extended periods of time. Securing Data Your data is always available, and any data in cache is captured and safe in the event of a power outage. The Sun Storage 6580/6780 storage array accomplishes data security with the following functions: Redundant components Automated path failover Extensive online configuration, reconfiguration, and maintenance capabilities Multiple replication options A persistent cache backup Product Features of the Sun Storage 6580/6780 Storage Array Integrating Current Technology The Sun Storage 6580/6780 storage array powers Sun s highest performing and most flexible system to date by integrating the following state-of-the-art technology: Flexible host interfaces Next-generation XOR engines Massive controller bandwidth Multiple drive technologies Robust storage management Adding New Technology The Sun Storage 6580/6780 storage array contains the following new features: Next-generation enterprise controller technology Field-replaceable host interface cards (HICs) Two for each controller 11

15 Sixteen 4 GB/s Fibre Channel (FC) drive interfaces, which support up to 448 FC or Serial Advanced Technology Attachment (SATA) drives Up to 32 GB of dedicated data cache (16 GB for each controller) Dedicated cache mirroring channels Persistent cache backup in the event of a power outage Field-upgradeable Support for the following RAID levels RAID 0, RAID 1, RAID 3, RAID 5, RAID 6, and RAID 10 Two performance levels (base and high) with the ability to upgrade in the field Releases of the Sun Storage 6580/6780 Storage Array Table 1 shows the three releases of the Sun Storage 6580/6780 storage array and the features available with each release. Table 1 Phased Feature Release Release Phase Available Features Initial release 4 GB/s FC HICs 8 or 16 GB of data cache (4 or 8 GB for each controller) 256 FC or SATA drives in the CSM200 drive module Premium features: Storage Domains Snapshot Volume Copy Data Replicator Software Full compatibility list Two performance levels (base and high) with ability to upgrade Second release 8 GB/s FC HIC 448 FC or SATA drives in the CSM200 drive module Third release 10 GB/s iscsi HIC Intermixing of FC and iscsi HICs 32 GB of data cache (16 GB for each controller) 12

16 Benefits of the Sun Storage 6580/6780 Storage Array Table 2 describes the features and the benefits available in the Sun Storage 6580/6780 storage array. Table 2 Features and Benefits of the Sun Storage 6580/6780 Storage Array (1 of 2) Feature Flexible, replaceable host Interfaces (4 GB/s FC Initially) Benefits Field-replaceable when the customer's infrastructure changes Ability to plan for the future while leveraging current investments Provide unique investment protection and life-cycle longevity Performance Supports demanding service-level agreements (SLAs), maintaining SLAs through growth Well-suited for environments with concurrent workloads, such as consolidation and virtualization Linearly scalable I/O per Second (IOPS) performance Balanced performance Maintains SLAs through growth Increases overall IOPS performance with each new drive Adept at both IOPS and MB/s Supports applications with wide-ranging performance requirements and demanding SLAs Well-suited for data warehousing, consolidation, and virtualization environments that have diverse workloads and application requirements Concurrently supports transactional applications, such as databases and OLTP, and throughput-intensive applications, such as HPC and rich media Hardware RAID, custom XOR engine for RAID parity calculations Support for multiple RAID levels, including RAID 6 Redundant, hot-swappable components Up to 448 FC or SATA drives (256 Initially) Efficiently handles compute-intensive parity calculations, which enable exceptional disk-based performance that is ideally-suited for RAID 5 and RAID 6 configurations Supports high-availability and security for mission-critical data Configures the system to address varying service levels Maintains data availability by allowing components to be replaced without stopping I/O Supports demanding capacity requirements Intermixes FC and SATA drives Enables tiered storage in a single system You can allocate FC drives to applications that demand high performance and have high I/O rates You can allocate less-expensive SATA drives to applications that require less performance 13

17 Table 2 Features and Benefits of the Sun Storage 6580/6780 Storage Array (2 of 2) SANtricity Storage Manager or the Sun CAM Enables maximum use and uninterrupted data availability Supports custom LUN tuning to ensure maximum performance or utilization Centrally manages all of the local and networked SANtricity Storage Manager-based systems Quickly configures and monitors storage from a centralized interface Configures volumes, performs routine maintenance, and adds new modules and capacity without interrupting access to data Dynamic expansion capabilities Brings unused storage online for a new host group or an existing volume to provide additional capacity on demand Eliminates application interruptions due to growth, reconfigurations, or tuning Up to 512 partitions Fully integrated replications features Partitions effectively support large-scale consolidation or virtualization environments, which helps to reduce hardware costs and storage management costs Uses multiple options to let administrators best fit their replication needs Uses local copies or remote copies for file restoration, backups, application testing, data mining, or disaster recovery Support for heterogeneous open operating systems Supports the Microsoft Windows, UNIX, and Linux operating systems so that the Sun Storage 6580/6780 storage array can operate in any open-system environment 14

18 Comparing the Sun Storage 6580/6780 Storage Array to 6540 Storage Arrays Comparing Features Table 3 shows the improved features of the Sun Storage 6580/6780 controller module compared to the features of the 6540 controller module. Table 3 Comparing Controller Module Features Improvement of the Dual-Controller System (unless noted) Sun Storage 6580/6780 Controller Module 6540 Controller Module Sun Storage 6580/6780 Controller Module Over the 6540 Controller Module Host channels (initial release) 16 FC 8 FC 2X Redundant drive channels Sixteen 4 GB/s Eight 4 GB/s 2X Maximum number of drives (initial release) 256 FC or SATA 224 FC or SATA 1.14x Processor Intel Xeon 2.8 GHz Intel Xeon 2.4 GHz Processor memory (single controller) 2 GB Up to 1 GB 2X XOR Technology Dedicated ASIC Dedicated ASIC Bus Technology PCI-Express PCI-X 2X Internal controller bandwidth (single controller) Data cache (minimum/ maximum (initial release) 4 GB/s 1 GB/s 4X 8 GB/16 GB 2 GB/16 GB Cache hold-up Permanent Battery backed Cache mirroring 2 dedicated buses Bace-end loops Cache bandwidth (single controller) 17 GB/s 3.2 GB/s 5X 15

19 Comparing Performance Table 4 shows the improved performance of the Sun Storage 6580/6780 controller module compared to the performance of the 6540 controller module. Table 4 Comparing Controller Module Performance Improvement of the Performance Measure Sun Storage 6580/6780 Controller Module (256 drives) 6540 Controller Module Sun Storage 6580/6780 Controller Module Over the 6540 Controller Module Burst I/O rate cache needs Sustained I/O rate disk reads Sustained I/O rate disk writes Bursts throughput disk read Sustained throughput disk read Sustained throughput disk write (CMD) ~ 700,000 IOPS 575,000 IOPS 1.6X ~ 98,000 IOPS 86,000 IOPS ~ 25,000 IOPS 22,000 IOPS ~ 6,400 MB/s 1,700 MB/s 3.8X ~ 6,400 MB/s 1,600 MB/s 4X ~ 5,200 MB/s 1,300 MB/s 4X Sustained throughput ~ 5,000 MB/s FSW ~ 1,300 MB/s 4X disk write (CME) ~ 1,200 MB/s FSW ~ 450 MB/s 7.8X NOTE The performance numbers for the controller module are preliminary estimates. Actual results based on testing are to be determined. All performance trials were executed using RAID 5 with CSM200 drive modules. 16

20 Hardware Components The Sun Storage 6580/6780 storage array continues the Sun storage heritage of a modular, buildingblock design that enables lower acquisition and expansion costs while maintaining maximum flexibility. With two primary components controller modules and drive modules configurations can be built to meet specific requirements. Sun Storage 6580/6780 Controller Module Figure 2 Sun Storage 6580/6780 Controller Module The Sun Storage 6580/6780 controller module contains dual-active, intelligent RAID controllers. The Sun Storage 6580/6780 controller module provides host and network connectivity and supports multiple drive modules. The initial release of the Sun Storage 6580/6780 controller module provides the following features: Contains dual-active, hot-swappable controllers Each controller has two field-replaceable HICs. The initial Sun Storage 6580/6780 controller module release supports 4 GB/s FC HICs (16 total ports) capable of 4 GB/s, 2 GB/s, or 1 GB/s link speeds for SAN or direct host connections. Each controller has sixteen 4 GB/s FC drive ports with support for up to 448 FC or SATA drives. Supports up to 256 drives Supports the CSM200 drive module Intermixes FC and SATA drives Each controller has dedicated data cache (DDR2 SDRAM) with dedicated channels for cache mirroring and persistent cache backup in the event of a power outage. Each controller has four Ethernet ports. - Two ports for remote management over the network, one for each controller 17

21 - Two ports for authorized service personnel troubleshooting and diagnostics, one for each controller Supports an interconnect module that provides internal communication between controllers and contains two battery customer-replaceable units (CRUs) Provides a controller support module that contains power supplies, redundant cooling fans, and battery charger Includes hot-swappable CRUs for all primary components two controllers, two customer support modules, and one interconnect and can be easily accessed and removed or replaced CSM200 Drive Module Figure 3 The CSM200 Drive Module The CSM200 drive module is more than just-a-bunch-of-disks. The CSM200 drive module optimizes performance, availability, and serviceability with the following design: It contains 4 GB/s FC interfaces for connectivity. It includes up to 16 dual-ported FC or SATA drives. It provides an environmental services monitor (ESM/IOM)-imbedded loop switch. It contains redundant 4 GB/s FC drive loops to make sure that complete accessibility to all drives is available in the event of a loop or cable failure. It includes redundant power supplies, cooling fans, and ESM/IOMs. It provides hot-swappable CRUs for all primary components that can be easily accessed and removed or replaced. Software Components Trunking Sun Trunking software provides the ability to aggregate up to eight 10/100 MB/s Fast Ethernet ports into a single virtual link. After being aggregated, these point-to-point links act as a single fat 18

22 pipe to provide increased network bandwidth. For a given link, trunking lets you incrementally add bandwidth, up to the maximum bandwidth supported by the Quad FastEthernet card. The Sun Trunking software implements the following key features: Fast Ethernet links The Sun Quad FastEthernet network interface cards support Sun Trunking software. Sun Quad FastEthernet cards deliver scalable bandwidth with up to eight 10/100 auto-negotiating Ethernet ports. Load balancing Sun Trunking software supports static load balancing and failure recovery within a trunk. The Sun Trunking software distributes traffic, including unicast, broadcast, and multicast traffic, across the aggregated links, based on the policy selected. In the event of a link failure, Sun Trunking software automatically redistributes loads across the remaining links. Common Array Manager The Sun Storage 6580/6780 storage array offers you the option of using the Sun Common Array Manager (CAM) software, or the SANtricity Storage Manager. CAM is an SMI-S compliant storage management software that uses a browser interface. CAM manages data according to this standard, configuring data using storage profiles and establishing storage pools, virtual disks, and volumes. Premium features can also be used to create storage domains, to replicate, to copy, or to create a snapshot. Table 5 defines CAM acronyms. Table 5 CAM Acronyms Acronyms FMS SCRK SPRI Meaning Fault Management Services Sun Connection Readiness Kit Serial Port Recovery Interface 19

23 Table 6 compares CAM and SANtricity terminology. Table 6 Terminology Comparison between CAM and SANtricity. CAM pool storage domain snapshot Data Replicator Sotware (DRS) volume copy volume SANtricity volume group storage partition snapshot Remote Volume Mirroring (RVM) volume copy volume CAM has three basic components: Sun Storage Management Host Software Sun Storage Data Host Software Sun Storage Remote Management Host Software These components handle such things as SSCS, GUI, CLI, JAVA web console, diagnostics and monitoring, data management, traffic management (multipathing), and communications with the operating system. SANtricity Storage Manager Functions SANtricity Storage Manager manages the Sun Storage 6580/6780 storage array and provides administrators a powerful, easy-to-use management interface. With SANtricity Storage Manager, you can perform the following administrative tasks with no system downtime and no interruption to system I/O. Configuration Re-configuration Expansion Maintenance Performance tuning The SANtricity Storage Manager s configuration flexibility includes the ability to mix the following capabilities all within a single storage array: Drive technologies RAID levels Segment sizes 20

24 Pool sizes Volume characteristics Cache policies Premium Features The premium features available with SANtricity Storage Manager extend its functionality to allow for even more powerful storage. Storage Domains Enables a single storage array function as multiple, logical storage arrays. This function provides storage consolidation in heterogeneous environments. Snapshot Instantaneously creates capacity-efficient, point-in-time volume images, which provides a volume for such uses as file restoration and backup. Volume Copy Creates a complete physical copy of a volume within a storage array. This unique entity can be assigned to any host and used for application testing or development, information analysis, or data mining. Data Replicator Software Enables continuous data replication from one system to another to ensure data protection. Software Specifications of SANtricity Storage Manager Table 7 Software Specifications of SANtricity Storage Manager (1 of 2) Component Specification Firmware release 7.30 Client software release SANtricity Storage Manager Maximum volumes supported 2,048 Maximum volume size supported 14 exabytes (EB) Maximum host ports and logins supported 2,048 Maximum pool size: Unlimited global hot spares Maximum storage partitions (levels: 2, 4,8,16, 32, 64, 96, 128, 256, 512) RAID 6, RAID 5 and RAID 3 30 drives RAID 10 and RAID drives (full configuration) Yes 512 Maximum volumes for each partition 256 Maximum snapshots for each base volume 16 Total snapshots 1,024 21

25 Table 7 Software Specifications of SANtricity Storage Manager (2 of 2) Component Maximum concurrent Data Replicator Software copy processes Specification 8 Maximum mirrored pairs 128 Supported Operating Systems Table 8 Supported Operating Systems Used by SANtricity Storage Manager Operating System Windows Server 2008 Version Supported Standard Server, Enterprise Server, Web, and Core editions Windows Vista - GUI client only Windows Server 2003 with SP2 Standard Server and Enterprise Server editions Windows XP Professional GUI client only Red Hat Enterprise Linux V4 update 6, V5 update 1 SUSE Linux Enterprise Server V9 SP4, V10 SP1 VMware ESX 2.5.3, AIX 5.1, 5.2, 6.1 Novell NetWare 6.5 SP7 HP-UX 11.23, Solaris 8, 9, 10 Technical Specifications Table 9 through Table 15 show the technical specifications of the Sun Storage 6580/6780 controller module and the CSM200 drive module. Physical Characteristics Table 9 Physical Characteristics Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Height cm (6.87 in.) cm (5.1 in.) Width cm (17.5 in.) 44.7 cm (17.6 in.) Depth cm (24 in.) cm (22.5 in.) Weight (max) kg (81.5 lb) kg (93 lb) 22

26 Operating Temperature Table 10 Operating Temperature 3 Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Operating range 10 C to 40 C (32 F to 104 F) 10 C to 40 C (50 F to 104 F) Maximum rate of change 10 C (18 F) for each hour 10 C (18 F) for each hour Storage range 10 C to 65 C (14 F to 149 F) 10 C to 50 C (14 F to 122 F) Maximum rate of change 15 C (27 F) for each hour 15 C (27 F) for each hour Transit range 40 C to 65 C ( 40 F to 149 F) 40 C to 60 C ( 40 F to 140 F) Maximum rate of change 20 C (36 F) for each hour 20 C (36 F) for each hour Power Input Nominal voltage range 90 VAC to 264 VAC 90 VAC to 264 VAC Frequency range 50 to 60 Hz 50 to 60 Hz Max operating current 5.40 A at 100 VAC 3.90 A at 100 VAC 2.25 A at 240 VAC 2.06 A at 240 VAC Typical current Not available at the time of this document release Not available at the time of this document release 115 VAC, 60 Hz at 0.73 power supply efficiency and 0.96 power factor 230 VAC, 60 Hz at 0.73 power supply efficiency and 0.96 power factor Relative Humidity With No Condensation Table 11 Relative Humidity with No Condensation Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Operating range 20% to 80% 20% to 80% Storage range 10% to 93% 10% to 90% Transit range 5% to 95% 5% to 95% Maximum dew point 26 C (79 F) 26 C (79 F) Maximum gradient 10% for each hour 10% for each hour 3 3If you plan to operate a system at an altitude between 1000 m to 3048 m (3280 ft to 10,000 ft) above sea level, lower the environmental temperature 1.7 C (3.3 F) for every 1000 m (3280 ft) above sea level. 23

27 Altitude Ranges Table 12 Altitude Ranges Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Operating Storage Transit 30.5 m (100 ft) below sea level to 3048 m (10,000 ft) above sea level 30.5 m (100 ft) below sea level to 3048 m (10,000 ft) above sea level 30.5 m (100 ft) below sea level to 12,000 m (40,000 ft) above sea level 30.5 m (100 ft) below sea level to 3000 m (9842 ft) above sea level 30.5 m (100 ft) below sea level to 3000 m (9842 ft) above sea level 30.5 m (100 ft) below sea level to 12,000 m (40,000 ft) above sea level Heat Dissipation Table 13 Heat Dissipation Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Btu/Hr KVA Watts (AC) Amps (240 VAC) The tabulated power and heat dissipation values are the maximum measured operating power. Acoustic Noise Table 14 Acoustic Noise Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Sound power 6.0 bels 6.5 bels Sound pressure 60 dba 65 dba Power Input Table 15 Power Input Specification Characteristic Sun Storage 6580/6780 Controller Module CSM200 Drive Module Btu/Hr KVA

28 Hardware Architecture and Diagrams The Sun Storage 6580/6780 controller has specialized processing elements to optimize processing power. Each of these processing elements has its own memory. Independent memories reduce contention and let each element focus on its specific job. The high-speed XOR engine generates RAID parity with no performance penalty, which lets this compute-intensive task be handled efficiently and effortlessly. A separate processor focuses on data movement control. It processes and dispatches the setup and control instructions independent of data. With its unique multiple-processor design and multiple high-speed buses, the Sun Storage 6580/6780 controller is equally adept at IOPS and throughput (MB/s). Its multiple 2 GB/s PCI-Express X8 data buses between the HICs, XOR engine, and 4 GB/s FC drive I/O chips have the bandwidth to handle large-block I/O, and the speed to process large amounts of random, small-block I/O to easily satisfy powerful applications. Each Sun Storage 6580/6780 controller has two HICs. HICs are field-replaceable to adapt to evolving infrastructure requirements. The initial release supports 4 GB/s FC HICs, each with four independent ports, 16 ports for each dual-controller storage array, which support direct host or SAN attachments. On the drive side, each Sun Storage 6580/6780 controller has quad-ported 4 GB/s FC chips. Driveside loop switches let each controller access all of the drive ports to achieve their full 6,400 MB/s of back-end bandwidth while achieving full redundancy. The Sun Storage 6580/6780 controller offers two significant new features related to its dedicated data cache: Two high-speed cache mirroring channels between controllers ensure that the maximum performance with cache mirroring enabled is available. The integrated flash memory provides persistent cache backup in the event of a power outage. Figure 4 Architecture of the Sun Storage 6580/6780 Controller Module 25

29 External Connections Figure 5 Sun Storage 6580/6780 Controller Module Rear View Figure 5 shows that the Sun Storage 6580/6780 controller modules insert from the rear of the module and support all external connections, including the host ports, drive ports, Ethernet ports, serial port, and power supply. Drive Channels and Loop Switches Each Sun Storage 6580/6780 controller has two quad-ported 4 GB/s FC interface chips on its drive side. Figure 6 shows that one chip on each controller connects to a local integrated loop switch, while the other chip on each controller connects to a loop switch in the alternate controller through the interconnect module. This implementation lets each controller access all 16 drive loops for maximum performance and availability. 26

30 Figure 6 Controller Access to All 16 Drive Loops Figure 7 shows that when you attach drive modules to the Sun Storage 6580/6780 controller module, you must use a drive loop from each controller. As noted, the loop switch implementation provides each controller with access to all 16 drive loops. In the event that a controller is lost, the surviving controller can reach each drive module. Figure 7 Adding a Drive Loop from Each Controller 27

31 Cabling Figure 8, Figure 9, and Figure 10 show cabling for configurations of the Sun Storage 6580/6780 controller module using four, eight, and 16 drive modules. Figure 8 Four Drive Modules Using Eight of the Sun Storage 6580/6780 Back-End Drive Loops 28

32 Figure 9 Eight Drive Modules with the Minimum Configuration to Use 16 of the Sun Storage Back-End Drive Loops 29

33 Figure 10 Sixteen Drive Modules Using 16 of the Sun Storage 6580/6780 Back-End Drive Loops 30

34 Oracle RMAN Disk-to-Disk Backup Methods Using Sun Storage Array July 2010 Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: oracle.com \ Copyright 2010, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open Company, Ltd. 0710

35

STORAGETEK 2540 ARRAY

STORAGETEK 2540 ARRAY ORACLE DATA SHEET STORAGETEK 2540 ARRAY KEY FEATURES AFFORDABLE, RELIABLE, Oracle s StorageTek 2540 array is specifically designed for a wide AND GREAT PRICE-TO- range of users. It brings together 4 Gb/sec

More information

Oracle RMAN disk-to-disk backup methods using the IBM Storwize V3700 storage system

Oracle RMAN disk-to-disk backup methods using the IBM Storwize V3700 storage system Oracle RMAN disk-to-disk backup methods using the IBM Storwize V3700 storage system Practice guide: Backup and restore of native Oracle database solutions Mayur Shetty IBM Systems and Technology Group

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 2 to 8 database servers From 3 to 14 Sun Oracle Exadata Storage Servers Up to 5.3 TB of Exadata QDR (40 Gb/second) InfiniBand Switches Uncompressed

More information

IBM System Storage DS3950 Express

IBM System Storage DS3950 Express DS3950 Express Manage growth, complexity and risk with scalable, high-performance storage Highlights Simplify storage infrastructure with 8 Gbps Fibre Channel interfaces Leverage mixed-host interfaces

More information

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager An Oracle White Paper November 2010 Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager Introduction...2 Oracle Backup and Recovery Solution Overview...3 Oracle Recovery

More information

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine

An Oracle White Paper May 2011. Exadata Smart Flash Cache and the Oracle Exadata Database Machine An Oracle White Paper May 2011 Exadata Smart Flash Cache and the Oracle Exadata Database Machine Exadata Smart Flash Cache... 2 Oracle Database 11g: The First Flash Optimized Database... 2 Exadata Smart

More information

IBM System Storage DS5020 Express

IBM System Storage DS5020 Express IBM DS5020 Express Manage growth, complexity, and risk with scalable, high-performance storage Highlights Mixed host interfaces support (Fibre Channel/iSCSI) enables SAN tiering Balanced performance well-suited

More information

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management

More information

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT

INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT INCREASING EFFICIENCY WITH EASY AND COMPREHENSIVE STORAGE MANAGEMENT UNPRECEDENTED OBSERVABILITY, COST-SAVING PERFORMANCE ACCELERATION, AND SUPERIOR DATA PROTECTION KEY FEATURES Unprecedented observability

More information

SUN ORACLE EXADATA STORAGE SERVER

SUN ORACLE EXADATA STORAGE SERVER SUN ORACLE EXADATA STORAGE SERVER KEY FEATURES AND BENEFITS FEATURES 12 x 3.5 inch SAS or SATA disks 384 GB of Exadata Smart Flash Cache 2 Intel 2.53 Ghz quad-core processors 24 GB memory Dual InfiniBand

More information

SUN ORACLE DATABASE MACHINE

SUN ORACLE DATABASE MACHINE SUN ORACLE DATABASE MACHINE FEATURES AND FACTS FEATURES From 1 to 8 database servers From 1 to 14 Sun Oracle Exadata Storage Servers Each Exadata Storage Server includes 384 GB of Exadata Smart Flash Cache

More information

IBM System Storage DS5000 series

IBM System Storage DS5000 series DS5000 series Workload-optimized storage for today s demanding applications Highlights Provide balanced performance up to 700,000 input/output operations per second (IOPS) and 6,400 MB/s that is well-suited

More information

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015

Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Best Practices for Optimizing Storage for Oracle Automatic Storage Management with Oracle FS1 Series Storage ORACLE WHITE PAPER JANUARY 2015 Table of Contents 0 Introduction 1 The Test Environment 1 Best

More information

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center

Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Expect enhancements in performance, simplicity, and agility when deploying Oracle Virtual Networking in the data center. ORACLE

More information

Oracle Database Backup Service. Secure Backup in the Oracle Cloud

Oracle Database Backup Service. Secure Backup in the Oracle Cloud Oracle Database Backup Service Secure Backup in the Oracle Cloud Today s organizations are increasingly adopting cloud-based IT solutions and migrating on-premises workloads to public clouds. The motivation

More information

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK

ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK ORACLE OPS CENTER: PROVISIONING AND PATCH AUTOMATION PACK KEY FEATURES PROVISION FROM BARE- METAL TO PRODUCTION QUICKLY AND EFFICIENTLY Controlled discovery with active control of your hardware Automatically

More information

Oracle Recovery Manager 10g. An Oracle White Paper November 2003

Oracle Recovery Manager 10g. An Oracle White Paper November 2003 Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from

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

STORAGETEK SL150 MODULAR TAPE LIBRARY

STORAGETEK SL150 MODULAR TAPE LIBRARY STORAGETEK SL150 MODULAR TAPE LIBRARY Oracle s modular tape library is the first scalable tape library designed for growing businesses. Built from Oracle software and StorageTek library technology, it

More information

Managed Storage Services

Managed Storage Services An Oracle White Paper January 2014 Managed Storage Services Designed to Meet Your Custom Needs for Availability, Reliability and Security A complete Storage Solution Oracle Managed Cloud Services (OMCS)

More information

An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups

An Oracle White Paper September 2011. Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups An Oracle White Paper September 2011 Oracle Exadata Database Machine - Backup & Recovery Sizing: Tape Backups Table of Contents Introduction... 3 Tape Backup Infrastructure Components... 4 Requirements...

More information

Virtual Compute Appliance Frequently Asked Questions

Virtual Compute Appliance Frequently Asked Questions General Overview What is Oracle s Virtual Compute Appliance? Oracle s Virtual Compute Appliance is an integrated, wire once, software-defined infrastructure system designed for rapid deployment of both

More information

An Oracle White Paper March 2014. Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA

An Oracle White Paper March 2014. Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA An Oracle White Paper March 2014 Integrated High-Performance Disk-to-Disk Backup with the Oracle ZFS Storage ZS3-BA Executive Overview... 2 Introduction... 2 Oracle Exadata Backup and Recovery Solution

More information

STORAGETEK SL150 MODULAR TAPE LIBRARY

STORAGETEK SL150 MODULAR TAPE LIBRARY STORAGETEK SL150 MODULAR TAPE LIBRARY Oracle s StorageTek SL150 modular tape library is the first scalable tape library designed for growing small to midsized companies. Built from Oracle software and

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

SUN STORAGE F5100 FLASH ARRAY

SUN STORAGE F5100 FLASH ARRAY SUN STORAGE F5100 FLASH ARRAY KEY FEATURES ACCELERATING DATABASE PERFORMANCE WITH THE WORLD S FASTEST SOLID- STATE FLASH ARRAY Unprecedented performance, power, and space efficiency World s first flash

More information

Disaster Recovery for Oracle Database

Disaster Recovery for Oracle Database Disaster Recovery for Oracle Database Zero Data Loss Recovery Appliance, Active Data Guard and Oracle GoldenGate ORACLE WHITE PAPER APRIL 2015 Overview Oracle Database provides three different approaches

More information

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15

Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Running Oracle s PeopleSoft Human Capital Management on Oracle SuperCluster T5-8 O R A C L E W H I T E P A P E R L A S T U P D A T E D J U N E 2 0 15 Table of Contents Fully Integrated Hardware and Software

More information

STORAGETEK SL150 MODULAR TAPE LIBRARY

STORAGETEK SL150 MODULAR TAPE LIBRARY STORAGETEK SL150 MODULAR TAPE LIBRARY Oracle s modular tape library is the first scalable tape library designed for growing businesses. Built from Oracle software and StorageTek library technology, it

More information

VERITAS Storage Foundation 4.3 for Windows

VERITAS Storage Foundation 4.3 for Windows DATASHEET VERITAS Storage Foundation 4.3 for Windows Advanced Volume Management Technology for Windows In distributed client/server environments, users demand that databases, mission-critical applications

More information

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability

An Oracle White Paper August 2011. Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability An Oracle White Paper August 2011 Oracle VM 3: Server Pool Deployment Planning Considerations for Scalability and Availability Note This whitepaper discusses a number of considerations to be made when

More information

ORACLE EXADATA DATABASE MACHINE X2-8

ORACLE EXADATA DATABASE MACHINE X2-8 ORACLE EXADATA DATABASE MACHINE X2-8 FEATURES AND FACTS FEATURES 128 CPU cores and 2 TB of memory for database processing 168 CPU cores for storage processing 2 database servers 14 Oracle Exadata Storage

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

SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION

SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION SUN HARDWARE FROM ORACLE: PRICING FOR EDUCATION AFFORDABLE, RELIABLE, AND GREAT PRICES FOR EDUCATION Optimized Sun systems run Oracle and other leading operating and virtualization platforms with greater

More information

Storage System. Planning Checklist. EC1434-2-E1, First Edition

Storage System. Planning Checklist. EC1434-2-E1, First Edition Storage System Planning Checklist EC1434-2-E1, First Edition Proprietary Rights Notice This document contains proprietary information of Engenio Information Technologies, Inc. and Storage Technology Corporation.

More information

STORAGETEK VIRTUAL STORAGE MANAGER SYSTEM

STORAGETEK VIRTUAL STORAGE MANAGER SYSTEM STORAGETEK VIRTUAL STORAGE MANAGER SYSTEM KEY BENEFITS BUSINESS RESUMPTION NOW! Manage massive data growth. Support your legacy and growing business applications by dramatically increasing the amount of

More information

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4

Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Using EonStor FC-host Storage Systems in VMware Infrastructure 3 and vsphere 4 Application Note Abstract This application note explains the configure details of using Infortrend FC-host storage systems

More information

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator An Oracle White Paper January 2011 Using Oracle's StorageTek Search Accelerator Executive Summary...2 Introduction...2 The Problem with Searching Large Data Sets...3 The StorageTek Search Accelerator Solution...3

More information

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance

Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014 Using Symantec NetBackup with VSS Snapshot to Perform a Backup of SAN LUNs in the Oracle ZFS Storage Appliance Introduction... 2 Overview... 3 Oracle ZFS Storage

More information

Infortrend ESVA Family Enterprise Scalable Virtualized Architecture

Infortrend ESVA Family Enterprise Scalable Virtualized Architecture Infortrend ESVA Family Enterprise Scalable Virtualized Architecture R Optimized ROI Ensures the most efficient allocation of consolidated capacity and computing power, and meets wide array of service level

More information

ORACLE BIG DATA APPLIANCE X3-2

ORACLE BIG DATA APPLIANCE X3-2 ORACLE BIG DATA APPLIANCE X3-2 BIG DATA FOR THE ENTERPRISE KEY FEATURES Massively scalable infrastructure to store and manage big data Big Data Connectors delivers load rates of up to 12TB per hour between

More information

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters An Oracle White Paper July 2013 Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters Executive Overview Thousands of companies world-wide use

More information

An Oracle White Paper October 2013. Realizing the Superior Value and Performance of Oracle ZFS Storage Appliance

An Oracle White Paper October 2013. Realizing the Superior Value and Performance of Oracle ZFS Storage Appliance An Oracle White Paper October 2013 Realizing the Superior Value and Performance of Oracle ZFS Storage Appliance Executive Overview... 2 Introduction... 3 Delivering Superior Performance at a Lower Price...

More information

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures

<Insert Picture Here> Refreshing Your Data Protection Environment with Next-Generation Architectures 1 Refreshing Your Data Protection Environment with Next-Generation Architectures Dale Rhine, Principal Sales Consultant Kelly Boeckman, Product Marketing Analyst Program Agenda Storage

More information

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices An Oracle White Paper June 2011 Oracle Database Firewall 5.0 Sizing Best Practices Introduction... 1 Component Overview... 1 Database Firewall Deployment Modes... 2 Sizing Hardware Requirements... 2 Database

More information

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK

ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK ORACLE OPS CENTER: VIRTUALIZATION MANAGEMENT PACK KEY FEATURES LIFECYCLE MANAGEMENT OF VIRTUALIZATION TECHNOLOGIES MADE SIMPLE Automation of lifecycle management reduces costs and errors while improving

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

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems

Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Using VMware VMotion with Oracle Database and EMC CLARiiON Storage Systems Applied Technology Abstract By migrating VMware virtual machines from one physical environment to another, VMware VMotion can

More information

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database

An Oracle White Paper June 2012. High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database An Oracle White Paper June 2012 High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database Executive Overview... 1 Introduction... 1 Oracle Loader for Hadoop... 2 Oracle Direct

More information

Symantec NetBackup 5000 Appliance Series

Symantec NetBackup 5000 Appliance Series A turnkey, end-to-end, global deduplication solution for the enterprise. Data Sheet: Data Protection Overview Symantec NetBackup 5000 series offers your organization a content aware, end-to-end, and global

More information

SUN FIRE X4170 SERVER

SUN FIRE X4170 SERVER SUN FIRE X4170 SERVER KEY FEATURES AND BENEFITS ULTIMATE IN ENTERPRISE PERFORMANCE FOR DATABASE MANAGEMENT OR WEB APPLICATIONS FEATURES Your business is under increasing pressure to deliver more services

More information

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database

An Oracle White Paper November 2010. Oracle Real Application Clusters One Node: The Always On Single-Instance Database An Oracle White Paper November 2010 Oracle Real Application Clusters One Node: The Always On Single-Instance Database Executive Summary... 1 Oracle Real Application Clusters One Node Overview... 1 Always

More information

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop An Oracle White Paper May 2011 Distributed Development Using Oracle Secure Global Desktop Introduction One of the biggest challenges software development organizations face today is how to provide software

More information

The Benefit of Migrating from 4Gb to 8Gb Fibre Channel

The Benefit of Migrating from 4Gb to 8Gb Fibre Channel The Benefit of Migrating from 4Gb to 8Gb Fibre Channel Notices The information in this document is subject to change without notice. While every effort has been made to ensure that all information in this

More information

Driving Down the High Cost of Storage. Pillar Axiom 600

Driving Down the High Cost of Storage. Pillar Axiom 600 Driving Down the High Cost of Storage Pillar Axiom 600 Accelerate Initial Time to Value, and Control Costs over the Long Term Make a storage investment that will pay off in rapid time to value and low

More information

EMC SYMMETRIX VMAX 20K STORAGE SYSTEM

EMC SYMMETRIX VMAX 20K STORAGE SYSTEM EMC SYMMETRIX VMAX 20K STORAGE SYSTEM The EMC Virtual Matrix Architecture is a new way to build storage systems that transcends the physical constraints of all existing architectures by scaling system

More information

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications

More information

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER

STORAGE CENTER. The Industry s Only SAN with Automated Tiered Storage STORAGE CENTER STORAGE CENTER DATASHEET STORAGE CENTER Go Beyond the Boundaries of Traditional Storage Systems Today s storage vendors promise to reduce the amount of time and money companies spend on storage but instead

More information

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006

OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 OPTIMIZING EXCHANGE SERVER IN A TIERED STORAGE ENVIRONMENT WHITE PAPER NOVEMBER 2006 EXECUTIVE SUMMARY Microsoft Exchange Server is a disk-intensive application that requires high speed storage to deliver

More information

Virtualized High Availability and Disaster Recovery Solutions

Virtualized High Availability and Disaster Recovery Solutions Virtualized High Availability and Disaster Recovery Solutions Microsoft on the IBM System Storage DS5000, IBM System x Servers, & IBM BladeCenter Highlights Windows Server 2008 and with MSCS failover cluster

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper October 2010 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper October 2010 Disclaimer The following is intended to outline our general product direction.

More information

Acer Hitachi AS2040 specifications

Acer Hitachi AS2040 specifications Product overview The Acer Hitachi AS2040 is a reliable and robust storage system designed with the small and mid-sized business in mind. Designed with enterprise-class features and simplified management

More information

Data Sheet FUJITSU Storage ETERNUS DX200F All Flash Array

Data Sheet FUJITSU Storage ETERNUS DX200F All Flash Array Data Sheet FUJITSU Storage ETERNUS DX200F All Flash Array Superior performance at reasonable cost ETERNUS DX - Business-centric Storage Combining leading performance architecture with automated quality

More information

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI An Oracle White Paper March 2013 Oracle s Single Server Solution for VDI Introduction The concept of running corporate desktops in virtual machines hosted on servers is a compelling proposition. In contrast

More information

EMC SYMMETRIX VMAX 10K

EMC SYMMETRIX VMAX 10K EMC SYMMETRIX VMAX 10K EMC Symmetrix VMAX 10K with the Enginuity operating environment delivers a true Tier-1 multi-controller, scale-out architecture with consolidation and efficiency for the enterprise.

More information

An Oracle White Paper May 2013. Oracle Audit Vault and Database Firewall 12.1 Sizing Best Practices

An Oracle White Paper May 2013. Oracle Audit Vault and Database Firewall 12.1 Sizing Best Practices An Oracle White Paper May 2013 Oracle Audit Vault and Database Firewall 12.1 Sizing Best Practices Introduction... 1 Component Overview... 2 Sizing Hardware Requirements... 3 Audit Vault Server Sizing...

More information

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows An Oracle White Paper July 2013 Introducing the Oracle Home User Introduction Starting with Oracle Database 12c Release 1 (12.1), Oracle Database on Microsoft Windows supports the use of an Oracle Home

More information

An Oracle White Paper. Oracle Database Appliance X4-2

An Oracle White Paper. Oracle Database Appliance X4-2 An Oracle White Paper Oracle Database Appliance X4-2 Introduction The Oracle Database Appliance X4-2 is the 3rd generation of the Oracle Database Appliance. It is an Oracle Engineered System consisting

More information

An Oracle Technical White Paper June 2010. Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features

An Oracle Technical White Paper June 2010. Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features An Oracle Technical White Paper June 2010 Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features Introduction... 2 Windows Paravirtual Drivers 2.0 Release... 2 Live Migration... 3 Hibernation...

More information

SUN DUAL PORT 10GBase-T ETHERNET NETWORKING CARDS

SUN DUAL PORT 10GBase-T ETHERNET NETWORKING CARDS SUN DUAL PORT 10GBase-T ETHERNET NETWORKING CARDS ADVANCED PCIE 2.0 10GBASE-T ETHERNET NETWORKING FOR SUN BLADE AND RACK SERVERS KEY FEATURES Low profile adapter and ExpressModule form factors for Oracle

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

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com

Reference Architecture. EMC Global Solutions. 42 South Street Hopkinton MA 01748-9103 1.508.435.1000 www.emc.com EMC Backup and Recovery for SAP with IBM DB2 on IBM AIX Enabled by EMC Symmetrix DMX-4, EMC CLARiiON CX3, EMC Replication Manager, IBM Tivoli Storage Manager, and EMC NetWorker Reference Architecture EMC

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

Oracle TimesTen In-Memory Database on Oracle Exalogic Elastic Cloud

Oracle TimesTen In-Memory Database on Oracle Exalogic Elastic Cloud An Oracle White Paper July 2011 Oracle TimesTen In-Memory Database on Oracle Exalogic Elastic Cloud Executive Summary... 3 Introduction... 4 Hardware and Software Overview... 5 Compute Node... 5 Storage

More information

SAN TECHNICAL - DETAILS/ SPECIFICATIONS

SAN TECHNICAL - DETAILS/ SPECIFICATIONS SAN TECHNICAL - DETAILS/ SPECIFICATIONS Technical Details / Specifications for 25 -TB Usable capacity SAN Solution Item 1) SAN STORAGE HARDWARE : One No. S.N. Features Description Technical Compliance

More information

Symantec NetBackup 5220

Symantec NetBackup 5220 A single-vendor enterprise backup appliance that installs in minutes Data Sheet: Data Protection Overview is a single-vendor enterprise backup appliance that installs in minutes, with expandable storage

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

The Revival of Direct Attached Storage for Oracle Databases

The Revival of Direct Attached Storage for Oracle Databases The Revival of Direct Attached Storage for Oracle Databases Revival of DAS in the IT Infrastructure Introduction Why is it that the industry needed SANs to get more than a few hundred disks attached to

More information

System. A Product Concept Introduction ORACLE WHITE PAPER JUNE 2015

System. A Product Concept Introduction ORACLE WHITE PAPER JUNE 2015 System A Product Concept Introduction ORACLE WHITE PAPER JUNE 2015 Table of Contents Introduction 2 Blades Versus Rackmount Servers 3 Traditional Server Architectures Merged 3 Plug-and-Play Integrated

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

OPTIONS / AGENTS DESCRIPTION BENEFITS

OPTIONS / AGENTS DESCRIPTION BENEFITS All Backup Exec 12 Agents and Options Backup Exec 12 Agents and Option enhance and extend platform and feature support for Backup Exec Environments. Whether you need to protect critical Microsoft applications

More information

Data Sheet FUJITSU Storage ETERNUS DX200F All-Flash-Array

Data Sheet FUJITSU Storage ETERNUS DX200F All-Flash-Array Data Sheet FUJITSU Storage ETERNUS DX200F All-Flash-Array Data Sheet FUJITSU Storage ETERNUS DX200F All-Flash-Array Superior performance at reasonable cost ETERNUS DX - Business-centric Storage ETERNUS

More information

An Oracle Benchmarking Study February 2011. Oracle Insurance Insbridge Enterprise Rating: Performance Assessment

An Oracle Benchmarking Study February 2011. Oracle Insurance Insbridge Enterprise Rating: Performance Assessment An Oracle Benchmarking Study February 2011 Oracle Insurance Insbridge Enterprise Rating: Performance Assessment Executive Overview... 1 RateManager Testing... 2 Test Environment... 2 Test Scenarios...

More information

Acer Hitachi AMS 2100 specifications

Acer Hitachi AMS 2100 specifications Product overview For small and mid-sized businesses, Acer Hitachi Adaptable Modular Storage 2100 is an easy-to-use, scalable, cost-effective storage system for Microsoft Exchange Server, VMware, databases

More information

SQL Server Storage Best Practice Discussion Dell EqualLogic

SQL Server Storage Best Practice Discussion Dell EqualLogic SQL Server Storage Best Practice Discussion Dell EqualLogic What s keeping you up at night? Managing the demands of a SQL environment Risk Cost Data loss Application unavailability Data growth SQL Server

More information

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud)

How To Use An Orgs.Org Database With An Orgorora Cloud Management Pack For Database (For Cloud) ORACLE CLOUD MANAGEMENT PACK FOR ORACLE DATABASE THE INDUSTRY S ONLY COMPLETE SOLUTION FOR DATABASE CLOUD MANAGEMENT. KEY FEATURES Consolidation Planning Out-of-the-box Self Service Portal Enterprise Service

More information

EonStor DS High-Density Storage: Key Design Features and Hybrid Connectivity Benefits

EonStor DS High-Density Storage: Key Design Features and Hybrid Connectivity Benefits EonStor DS High-Density Storage: Key Design Features and Hybrid Connectivity Benefits White Paper Abstract This white paper introduces the key design features and hybrid FC/iSCSI connectivity benefits

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

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.3 An Oracle White Paper January, 2009 Maximum Availability Architecture Oracle Best Practices For High Availability Backup and Recovery Scenarios

More information

An Oracle White Paper July 2014. Oracle ACFS

An Oracle White Paper July 2014. Oracle ACFS An Oracle White Paper July 2014 Oracle ACFS 1 Executive Overview As storage requirements double every 18 months, Oracle customers continue to deal with complex storage management challenges in their data

More information

An Oracle White Paper October 2011. Oracle Database Appliance

An Oracle White Paper October 2011. Oracle Database Appliance An Oracle White Paper October 2011 Oracle Database Appliance Introduction The Oracle Database Appliance is a new engineered system consisting of hardware and software that saves customers time and money

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE ORACLE VIRTUAL DESKTOP INFRASTRUCTURE HIGHLY SECURE AND MOBILE ACCESS TO VIRTUALIZED DESKTOP ENVIRONMENTS KEY FEATURES Centralized virtual desktop management and hosting Facilitates access to VDI desktops

More information

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers

Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers Converged storage architecture for Oracle RAC based on NVMe SSDs and standard x86 servers White Paper rev. 2015-11-27 2015 FlashGrid Inc. 1 www.flashgrid.io Abstract Oracle Real Application Clusters (RAC)

More information

ORACLE DATABASE APPLIANCE X3-2

ORACLE DATABASE APPLIANCE X3-2 ORACLE DATABASE APPLIANCE X3-2 FEATURES Fully integrated database appliance Simple one-button installation, patching, and diagnostics Oracle Database, Enterprise Edition Oracle Real Application Clusters

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Preventing, Detecting, and Repairing Block Corruption: Oracle Database 11g Oracle Maximum Availability Architecture White Paper May 2012 Maximum Availability Architecture Oracle Best Practices For High

More information

EonStor DS 3000 Series

EonStor DS 3000 Series EonStor DS 000 Series High speed flexible storage delivers robust reliability and management Turbo charged storage DS 000T Gen Up to 1.M read IOPS and,00 MBps read throughput High IOPS solutions ideal

More information