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
kdump functionality does not work when DMP Native Support is enabled on Linux platform [3754715]
The issue occurs because of filters which are required for Dynamic Multi-pathing (DMP) Native support to work. For working of DMP Native Support, we reject all the devices in LVM filters except /dev/vx/dmp. This means that the kdump device is also excluded. The DMP devices are not present as part of initramfs at boot and hence kdump is not able to capture the crash dump of the system.
Workaround: There are two ways to solve this issues.
Workaround 1:
1. Copy vxvm lvm.conf.
# cp /etc/lvm/lvm.conf /etc/lvm/lvm.conf.vxvm
2. Copy original lvm.conf back.
# cp /etc/lvm/lvm.conf.orig /etc/lvm/lvm.conf
3. Remove kdump initrd.
# rm -rf /boot/initrd-2.6.32-504.el6.x86_64kdump.img
4. Restart kdump.
# service kdump restart
5. Copy VxVM lvm.conf back.
# cp /etc/lvm/lvm.conf.vxvm /etc/lvm/lvm.conf
The drawback for this workaround is that you have to perform these steps every time after reboot and whenever the kdump initrd is re-generated.
Workaround 2:
Add the filter for the dump device in accept section in lvm.conf file. But here you need to make sure that DUMP device is *not configured* on root device i.e "/". On the system, if the dump device is configured on top of root and if we accept the root device, then Root LVM will not come under DMP and Root LVM will be monitored by Native Multipathing and not DMP.