InfoScale™ 9.0 Release Notes - AIX
- Introduction and product requirements
- Changes introduced in this release
- Fixed issues
- Limitations
- Storage Foundation software limitations
- Dynamic Multi-Pathing software limitations
- InfoScale Volume Manager software limitations
- File System (VxFS) software limitations
- SmartIO software limitations
- Replication software limitations
- Cluster Server software limitations
- Limitations related to bundled agents
- Limitations related to VCS engine
- Limitations related to the VCS database agents
- Virtualizing shared storage using VIO servers and client partitions
- 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 software limitations
- Known issues
- Issues related to installation, licensing, upgrade, and uninstallation
- Storage Foundation known issues
- Dynamic Multi-Pathing known issues
- InfoScale Volume Manager known issues
- File System (VxFS) known issues
- Dynamic Multi-Pathing 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)
- LLT known issues
- I/O fencing known issues
- 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
- Issues related to installation, licensing, upgrade, and uninstallation
Echo or print messages defined in any of the .rc file leads to failure in CPS configuration (3944034)
In Linux or UNIX, you can create .rc files (run commands files) for various utilities, which gets invoked when the utility is used.
For example:
All commands written in
kshrc
file are executed when you use/bin/ksh
based scriptsAll commands written in
vimrc
file are executed when you use vim editor to view or edit files
If the file kshrc
file is modified to print any custom messages using echo or print, then every time a KSH based script is called, all the custom messages from the kshrc
file are also printed on the console.
For CPS configurations, some KSH based scripts are executed. These scripts gather and print some information from the system. If some custom echo or print messages are already set in the kshrc
file, the CPS KSH script not only prints its own output, but also prints the echo or print messages defined in the kshrc
file.
This leads to inconsistent output and consequently failure in CPS configuration as it cannot parse the output as expected.
Workaround: Make sure that the .rc file does not contain any echo or print messages.