Veritas InfoScale™ 7.4 Solutions Guide - Solaris
- Section I. Introducing Veritas InfoScale
- Section II. Solutions for Veritas InfoScale products
- Section III. Improving database performance
- Overview of database accelerators
- Improving database performance with Veritas Quick I/O
- About Quick I/O
- Improving database performance with Veritas Cached Quick I/O
- Improving database performance with Veritas Concurrent I/O
- Section IV. Using point-in-time copies
- Understanding point-in-time copy methods
- Backing up and recovering
- Preserving multiple point-in-time copies
- Online database backups
- Backing up on an off-host cluster file system
- Database recovery using Storage Checkpoints
- Backing up and recovering in a NetBackup environment
- Off-host processing
- Creating and refreshing test environments
- Creating point-in-time copies of files
- Section V. Maximizing storage utilization
- Optimizing storage tiering with SmartTier
- Optimizing storage with Flexible Storage Sharing
- Optimizing storage tiering with SmartTier
- Section VI. Migrating data
- Understanding data migration
- Offline migration from Solaris Volume Manager to Veritas Volume Manager
- How Solaris Volume Manager objects are mapped to VxVM objects
- Overview of the conversion process
- Planning the conversion
- Preparing a Solaris Volume Manager configuration for conversion
- Setting up a Solaris Volume Manager configuration for conversion
- Converting from the Solaris Volume Manager software to VxVM
- Post conversion tasks
- Online migration of a native file system to the VxFS file system
- Migrating a source file system to the VxFS file system over NFS v3
- VxFS features not available during online migration
- Migrating storage arrays
- Migrating data between platforms
- Overview of the Cross-Platform Data Sharing (CDS) feature
- CDS disk format and disk groups
- Setting up your system to use Cross-platform Data Sharing (CDS)
- Maintaining your system
- Disk tasks
- Disk group tasks
- Displaying information
- File system considerations
- Specifying the migration target
- Using the fscdsadm command
- Maintaining the list of target operating systems
- Migrating a file system on an ongoing basis
- Converting the byte order of a file system
- Migrating from Oracle ASM to Veritas File System
- Section VII. Veritas InfoScale 4K sector device support solution
Check metadevices
Solaris Volume Manager metadevices may need changes before starting the conversion.
Extended RAID-5 metadevices cannot be converted. A RAID-5 metadevice becomes extended when you add space after the device is first initialized.
To find extended RAID-5 metadevices, use the metastat -p command of the Solaris Volume Manager software for each diskset. Look for RAID-5 devices in the output that have a -o option showing more original partitions than current partitions. The following example of output from metastat -p shows an extended metadevice:
d100 -r clt65d0s3 clt66d0s3 clt67d0s3 clt99d0s3 -k -i 32b -o 3
The example lists four partitions: 65, 66, 67, and 99. The -o entry shows the number of original partitions, three in this case.
Use either of the following options to deal with extended RAID-5 devices:
Use the Solaris Volume Manager commands or the Solaris Volume Manager user interface to create a new metadevice large enough to contain all the data. Copy the data to the new metadevice.
Dump the data from the metadevice to tape and restore it to a VxVM volume after the conversion process finishes.
Metadevices using a hot spare cannot be converted. Use the metastat command of the Solaris Volume Manager software to identify metadevices that currently use hot spares. The following example of output from metastat shows a metadevice using a hot spare:
d3:Submirror of d51 State: Okay Hot spare pool: hsp000 Size 5922252 blocks Stripe 0: Device Start Block Dbase State Hot Spare clt75d0s1 0 No Okay clt66d0s6
With no hot spare in use, the "Hot Spare" column at the far right is empty.
Use either of the following options to deal with hot spares:
Use the metareplace command of the Solaris Volume Manager software to move data from the hot spare onto the original partition (if there is room).
Use the metareplace and metahs commands of the Solaris Volume Manager software to move the hot spare partition from the hot spare pool into the metadevice.