JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® ZFS Storage Appliance Administration Guide
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 Oracle ZFS Storage Appliance Overview

Chapter 2 Status

Chapter 3 Initial Configuration

Chapter 4 Network Configuration

Chapter 5 Storage Configuration

Chapter 6 Storage Area Network Configuration

Chapter 7 User Configuration

Chapter 8 Setting ZFSSA Preferences

Chapter 9 Alert Configuration

Chapter 10 Cluster Configuration

Chapter 11 ZFSSA Services

Chapter 12 Shares, Projects, and Schema

Chapter 13 Replication

Chapter 14 Shadow Migration

Chapter 15 CLI Scripting

Chapter 16 Maintenance Workflows

Chapter 17 Integration

Oracle Exadata Database Machine Backup

Manual Configuration of a Sun ZFS Storage Appliance

Configuring Networks, Pools, and Shares

Network Configuration

Basic Network Configuration

Pool Configuration

Share Configuration

Configuring Oracle RMAN and the Oracle Database Instance

Next Steps

Configuring Oracle Exadata for a Sun ZFS Storage Appliance

Configure Exadata Configuring Oracle Exadata for a Sun ZFS Storage Appliance

General Implementation Steps

Detailed Implementation Steps

Setting Up the Directory Structure to Mount the Shares on the Host

Updating the /etc/fstab File

Creating an init.d Service

Updating oranfstab to Access ZFS Storage Appliance Exports

Mounting the Shares on the Host

Setting the Ownership of the Mounted Shares

Oracle SPARC SuperCluster Backup

Configuring the ZFS Storage Appliance for Backup

Configuring the ZFS Storage Appliance InfiniBand Datalinks

Configuring the Oracle SPARC SuperCluster InfiniBand Switches to Add the ZFS Storage Appliance

Configuring ZFS Storage Appliance Networking for Single IP Connection

Configuring ZFS Storage Appliance Networking for an Active-Active Configuration

Configuring the ZFS Storage Appliance Storage Pool

Configuring the ZFS Storage Appliance Shares

Configuring the ZFS Storage Appliance DTrace Analytics

Configuring the Client NFS Mount

Tuning the Solaris 11 Network and Kernel

Configuring Oracle Direct NFS (dNFS)

Tuning the Oracle Database Instance for Oracle RMAN Backup and Restore

Creating Dedicated Services for Oracle RMAN Operations

Configuring Oracle RMAN

Next Steps

Configuring Oracle SPARC SuperCluster for ZFS Storage Appliance Backup

Configure SSC Configuring Oracle SPARC SuperCluster for ZFS Storage Appliance Backup

General Implementation Steps

Detailed Implementation Steps

Setting Up the Directory Structure to Mount the Shares on the Host

Updating the /etc/vfstab File

Enabling the NFS Client Service

Updating oranfstab to Access ZFS Storage Appliance Exports

Mounting the Shares on the Host

Setting the Ownership of the Mounted Shares

Oracle Intelligent Storage Protocol

Set the Optimal file record size

Use either ZFS Latency or Throughput write mode for each request

Sun ZFS Storage Appliance Network File System Plug In for Oracle Solaris Cluster

Sun ZFS Storage Appliance Plug-in for Oracle Solaris Cluster Geographic Edition

Sun ZFS Storage Management Plug-In for Oracle Enterprise Manager Grid Controller

Oracle Grid Controller Sun ZFS Storage Management Plug-In for Oracle Enterprise Manager Grid Controller

Configure for Oracle Enterprise Manager Monitoring

Unconfigure Oracle Enterprise Manager Monitoring

Oracle Virtual Machine Storage Connect Plug-in for the Sun ZFS Storage Appliance

Sun ZFS Storage Appliance Provider For Volume Shadow Copy Service Software

FC support with Symantec's 'DMP' / Storage Foundation

FC support for Symantec's Storage Foundation 5.1RP2 and greater for the following OS versions

Sun ZFS Storage 7000 Storage Replication Adapter for VMware Site Recovery Manager

Index

Configuring Networks, Pools, and Shares

The following sections summarize best practices for optimizing ZFS Storage Appliance network, storage pool, and share configurations to support backup and restore processing.

Network Configuration

This section describes how to configure the IP network multipathing (IPMP) groups, and how to configure routing in the ZFS Storage Appliance.

Note: If you used the Oracle Exadata Backup Configuration Utility, configure the network as described in this section. For details, review the Best Practices white paper.

For customers seeking additional IB connectivity, more IB HCAs can be installed and configured. For details, see the Oracle ZFS Storage Appliance Installation Guide.

The principles in this section can be applied to a 10Gb Ethernet implementation by applying the network configuration to the ixgbe interfaces instead of the ibp interfaces. The 10Gb Ethernet implementation may be configured as active/active IPMP. If the ZFS Storage Appliance is on a different subnet than the Oracle Exadata, it may be necessary to create static routes from the ZFS Storage Appliance to the Oracle Exadata. Consult with your network administrator for details.

Basic Network Configuration

  1. Ensure that the ZFS Storage Appliance is connected to the Oracle Exadata.
  2. Configure ibp0, ibp1, ibp2, and ibp3 with address 0.0.0.0/8 (necessary for IPMP), connected mode, and partition key ffff. To identify the partition key used by the Oracle Exadata system, run the following command as the root user:<br/># cat /sys/class/net/ib0/pkey
  3. Configure the active/standby IPMP group over ibd0 and ibd3, with ibd0 active and ibd3 standby.
  4. Configure the active/standby IPMP group over ibd1 and ibd2, with ibd2 active and ibd1 standby.
  5. Enable adaptive routing to ensure traffic is load balanced appropriately when multiple IP addresses on the same subnet are owned by the same head. This occurs after a cluster failover.

Pool Configuration

This section describes design considerations to determine the most appropriate pool configuration for the ZFS Storage Appliance for Oracle Recovery Manager (RMAN) backup and restore operations based on data protection and performance requirements.

Note: If you used the Oracle Exadata Backup Configuration Utility, configure the pool as described in this section. For details, review the Best Practices white paper.

The system planner should consider pool protection based on the following guidelines:

Note: If you used the Oracle Exadata Backup Configuration Utility, proceed to the next topic: Configuring Oracle Exadata for a Sun ZFS Storage Appliance.

Share Configuration

The default options for ZFS Storage Appliance shares provide a good starting point for general-purpose workloads. ZFS Storage Appliance shares can be optimized for Oracle RMAN backup and restore operations as follows:

Additional share configuration options, such as higher-level gzip compression or replication, can be applied to shares used to support Oracle Exadata backup and restore, as customer requirements mandate.

Customers implementing additional ZFS Storage Appliance data services should consider implementation-specific testing to verify the implications of deviations from the practices described earlier.