Solaris Volume Manager Administration Guide

Choosing Storage

Before you implement your storage management approach, you need to decide what kinds of storage devices to use. This set of guidelines compares the various types of storage to help you choose. Additional sets of guidelines apply to specific types of storage as implemented in Solaris Volume Manager. See specific chapters about each volume type for details.


Note –

The types of storage that are listed here are not mutually exclusive. You can use these volumes in combination to meet multiple goals. For example, you could first create a RAID-1 volume for redundancy. Next, you could create soft partitions on that RAID-1 volume to increase the possible number of discrete file systems.


The following table provides a comparison between the features available for each type of storage.

Table 2–1 Comparison of Types of Storage

Requirements 

RAID-0 (Concatenation) 

RAID-0 (Stripe) 

RAID-1 (Mirror) 

RAID-5 

Soft Partitions 

Redundant data 

No 

No 

Yes 

Yes 

No 

Improved read performance 

No 

Yes 

Depends on underlying device 

Yes 

No 

Improved write performance 

No 

Yes 

No 

No 

No 

More than 8 slices per device 

No 

No 

No 

No 

Yes 

Larger available storage space 

Yes 

Yes 

No 

Yes 

No 

The following table outlines the trade-offs in write operations, random reads, and hardware costs between RAID-1 and RAID–5 volumes.

Table 2–2 Optimizing Redundant Storage
 

RAID-1 (Mirror) 

RAID-5 

Write operations 

Faster 

Slower 

Random read 

Faster 

Slower 

Hardware cost 

Higher 

Lower 

The following list summarizes the information outlined in the tables:


Note –

In addition to these generic storage options, see Hot Spare Pools for more information about using Solaris Volume Manager to support redundant devices.