4.0MPX installation program fails to detect 5.3 OS level and aborts the installation.
| Article:TECH60579 | | | Created: 2008-01-25 | | | Updated: 2010-01-02 | | | Article URL http://www.symantec.com/docs/TECH60579 |
Problem
4.0MPX installation program fails to detect 5.3 OS level and aborts the installation.
Error
CPI ERROR V-9-10-1167 Cannot install Cluster Server on system
Solution
IBM has changed the version number of bos.rte with AIX 5.3
TL 07 which is checked by CPI script. Based on the new version it is returning
5.3.7.0 which has broken the installation script as the CPI script checks for
5.3.0.
Solution:
Symantec is providing a new Perl module as a workaround to this installation problem.
Workaround Steps:
1. Copy the Perl module aix_5.3_oslevel.pl to /var/tmp
2. Usage:
For fresh installation with 4.1_5.3 GA release media:
./install<prod> -require /tmp/aix_5.3_oslevel.pl
Example:
./installvcs -require /tmp/aix_5.3_oslevel.pl
For maintenance pack installation with 4.0MP4 release media:
./installmp -require /tmp/aix_5.3_oslevel.pl
For maintenance pack installation with 4.0MP3 release media:
./installmp -require /tmp/aix_5.3_oslevel.pl
For Storage Foundation Cluster File System release media:
./installsfcfs -require /tmp/aix_5.3_oslevel.pl
etc.
NOTE: VCS, Storage Foundation, Storage Foundation Cluster File System, and Storage Foundation for Oracle Real Application clusters are all affected by this bug.
NOTE: This is not a Symantec bug. The CPI scripts started to fail as a result of the change made to bos.rte's version number.
Solution:
Symantec is providing a new Perl module as a workaround to this installation problem.
Workaround Steps:
1. Copy the Perl module aix_5.3_oslevel.pl to /var/tmp
2. Usage:
For fresh installation with 4.1_5.3 GA release media:
./install<prod> -require /tmp/aix_5.3_oslevel.pl
Example:
./installvcs -require /tmp/aix_5.3_oslevel.pl
For maintenance pack installation with 4.0MP4 release media:
./installmp -require /tmp/aix_5.3_oslevel.pl
For maintenance pack installation with 4.0MP3 release media:
./installmp -require /tmp/aix_5.3_oslevel.pl
For Storage Foundation Cluster File System release media:
./installsfcfs -require /tmp/aix_5.3_oslevel.pl
etc.
NOTE: VCS, Storage Foundation, Storage Foundation Cluster File System, and Storage Foundation for Oracle Real Application clusters are all affected by this bug.
NOTE: This is not a Symantec bug. The CPI scripts started to fail as a result of the change made to bos.rte's version number.
Attachments
|
|
|
Related Articles
Legacy ID
304199
Article URL http://www.symantec.com/docs/TECH60579
Terms of use for this information are found in Legal Notices









Thank you.