Veritas InfoScale™ 7.3.1 Release Notes - Linux
- Introduction
- Changes introduced in 7.3.1
- Changes related to installation and upgrades
- Changes related to the Cluster Server engine
- Changes related to Cluster Server agents
- Changes related to InfoScale in cloud environments
- Changes related to Veritas Volume Manager
- Changes related to Veritas File System
- Changes related to replication
- Changes related to Dynamic Multipathing
- System requirements
- Fixed Issues
- Known Issues
- Issues related to installation and upgrade
- Issues related to Veritas InfoScale Storage in Amazon Web Services cloud environments
- Storage Foundation known issues
- Dynamic Multi-Pathing known issues
- Veritas Volume Manager known issues
- Virtualization known issues
- Veritas File System known issues
- Replication known issues
- Cluster Server known issues
- Operational issues for VCS
- Issues related to the VCS engine
- Issues related to the bundled agents
- Issues related to the VCS database agents
- Issues related to the agent framework
- Cluster Server agents for Volume Replicator known issues
- Issues related to Intelligent Monitoring Framework (IMF)
- Issues related to global clusters
- Issues related to the Cluster Manager (Java Console)
- VCS Cluster Configuration wizard issues
- LLT known issues
- I/O fencing known issues
- Operational issues for VCS
- Storage Foundation and High Availability known issues
- Storage Foundation Cluster File System High Availability known issues
- Storage Foundation for Oracle RAC known issues
- Oracle RAC known issues
- Storage Foundation Oracle RAC issues
- Storage Foundation for Databases (SFDB) tools known issues
- Storage Foundation for Sybase ASE CE known issues
- Application isolation feature known Issues
- Cloud deployment known issues
- Issues related to installation and upgrade
- Software Limitations
- Virtualization software limitations
- Storage Foundation software limitations
- Dynamic Multi-Pathing software limitations
- Veritas Volume Manager software limitations
- Veritas File System software limitations
- SmartIO software limitations
- Replication software limitations
- Cluster Server software limitations
- Limitations related to bundled agents
- Limitations related to VCS engine
- Veritas cluster configuration wizard limitations
- Limitations related to the VCS database agents
- Cluster Manager (Java console) limitations
- Limitations related to LLT
- Limitations related to I/O fencing
- Limitations related to bundled agents
- Storage Foundation Cluster File System High Availability software limitations
- Storage Foundation for Oracle RAC software limitations
- Storage Foundation for Databases (SFDB) tools software limitations
- Storage Foundation for Sybase ASE CE software limitations
Linux I/O Scheduler for Database Workloads
Veritas recommends using the Linux deadline I/O scheduler for database workloads on both Red Hat and SUSE distributions.
To configure a system to use this scheduler, include the elevator=deadline
parameter in the boot arguments of the GRUB or LILO configuration file.
The location of the appropriate configuration file depends on the system's architecture and Linux distribution:
Configuration File | Architecture and Distribution |
---|---|
| RHEL5 x86_64, RHEL6 x86_64, and SLES11 x86_64 |
For the GRUB configuration files, add the elevator=deadline
parameter to the kernel command.
For example, for RHEL5, change:
title RHEL5UP3 root (hd1,1) kernel /boot/vmlinuz-2.6.18-128.el5 ro root=/dev/sdb2 initrd /boot/initrd-2.6.18-128.el5.img
To:
title RHEL5UP3 root (hd1,1) kernel /boot/vmlinuz-2.6.18-128.el5 ro root=/dev/sdb2 \ elevator=deadline initrd /boot/initrd-2.6.18-128.el5.img
For RHEL6, change:
title RHEL6 root (hd1,1) kernel /boot/vmlinuz-2.6.32-71.el6 ro root=/dev/sdb2 initrd /boot/initrd-2.6.32-71.el6.img
To:
title RHEL6 root (hd1,1) kernel /boot/vmlinuz-2.6.32-71.el6 ro root=/dev/sdb2 \ elevator=deadline initrd /boot/initrd-2.6.32-71.el6.img
A setting for the elevator parameter is always included by SUSE in its LILO and GRUB configuration files. In this case, change the parameter from elevator=cfq
to elevator=deadline
.
Reboot the system once the appropriate file has been modified.
See the Linux operating system documentation for more information on I/O schedulers.