Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.3 Solutions Guide - Linux
Last Published:
2019-07-17
Product(s):
InfoScale & Storage Foundation (7.3)
- Section I. Introducing Veritas InfoScale
- Section II. Solutions for Veritas InfoScale products
- Solutions for Veritas InfoScale products
- Solutions for Veritas InfoScale products
- Section III. Improving database performance
- Overview of database accelerators
- Improving database performance with Veritas Concurrent I/O
- Improving database performance with atomic write 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 LVM to VxVM
- Offline conversion of native file system to VxFS
- Online migration of a native file system to the VxFS file system
- 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. Just in time availability solution for vSphere
- Section VIII. Veritas InfoScale 4K sector device support solution
- Section IX. Reference
Preparing to migrate
Perform the following steps before you migrate the database.
To prepare the systems for migration
- Enable archivelog mode on the primary database.
Shut down the database instance if it is open.
Restart the instance with the mount option.
SQL> startup mount ORACLE instance started.
Enable the archivelog mode.
SQL> alter database archivelog; Database altered.
Open the database.
SQL> alter database open; Database altered.
- Create a VxFS file system on the volume and mount it. If a VxFS mount point that has free storage as large as the source database size exists, you can use the existing mount point.
Note:
Ensure that the size of the file system is as large as the source database.
# mkfs -t vxfs /dev/vx/rdsk/dg1/vol1 # mkdir /mount1
- Set up passwordless SSH between the root and oracle users on the source and target systems.
- Install the DBD::ORACLE module on both the source and target systems.
For instructions, see the Perl documentation.
- Set the following environment variables - ORACLE_HOME and LD_LIBRARY_PATH:
# export ORACLE_HOME=path of oracle_home # export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME
- Keep the following information handy:
Path of the Oracle base directory
Name of the primary database
Name of the target (standby) database
Name of the primary database host
VxFS mount point
Destination path of the recovery file
User name and password of the primary database user
Absolute path of the configuration file (if you plan to use it)