Veritas InfoScale™ 8.0.2 Release Notes - Linux
- Introduction and product requirements
- Changes introduced in InfoScale 8.0.2
- Changes related to VxFS
- 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
- Known issues
- Issues related to installation, licensing, upgrade, and uninstallation
- REST API known issues
- Storage Foundation known issues
- Dynamic Multi-Pathing known issues
- Veritas Volume Manager known issues
- Veritas File System known issues
- Virtualization 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
- Application isolation feature known Issues
- Cloud deployment known issues
- Issues related to Veritas InfoScale Storage in Amazon Web Services cloud environments
- Issues related to installation, licensing, upgrade, and uninstallation
Installer fails to mount the shared volumes on new node during addnode post-start operation and fails (4117155)
The following errors were discovered on the systems: CPI ERROR V-9-40-1566 Addnode poststart did not complete successfully.
Workaround
Try to add new node manually in SystemList using
/opt/VRTSvcs/bin/hagrp -modify <<Group name>> SystemList -add <<new node name>> <<new node ID>>
If it fails with the following error:
VCS WARNING V-16-1-40145 System <<new node>> is not part of SystemList of child group <<child group name>>: SystemList not modified.
Check the group dependencies using - /opt/VRTSvcs/bin/hagrp -dep <<Group name>>
Add new node in SystemList of all the child group using
/opt/VRTSvcs/bin/hagrp -modify <<child Group name>> SystemList -add <<new node name>> <<new node ID>>
Add new node in AutoStartList of all the child group using
/opt/VRTSvcs/bin/hagrp -modify <<child Group name>> AutoStartList -add <<new node name>> <<new node ID>>
Run
/opt/VRTS/bin/cfsmntadm modify <<mounted point>> add <<new node name>>=cluster
Error message is not received
Ensure all the resource of child groups are online on new node.
/opt/VRTS/bin/hares -state <<resource name>> -sys <<new node name>> ONLINE
If not online, run
/opt/VRTS/bin/hares -online <<resource name>> -sys <<new node name>>
Mount the shared volume using
/opt/VRTS/bin/cfsmount <<mounted point>> <<new node name>>