|
metalink上找到了一样的问题,按照上面的办法试了,把/tmp/CVU_11.2.0.1.0_grid删除了,重新安装还是不行,崩溃了!!!
Symptoms
Error INS-20702 (Unexpected internal driver error) reported while installing 11gR2 Grid Infrastructure or Database
Click on "Details" button, it says
Cause - A call to the cluster verification utility failed.
Action - Refer to the logs or contact Oracle Support Services. Note for Advanced Users:
Launch the installer by passing the following flag "-ignoreInternalDriverError".
Installation log oraInstall<timestamp>.err will have following error stack:
oracle.install.driver.oui.etc.UnhandledDriverException: [INS-20702] Unexpected internal driver error
at oracle.install.library.util.FileSystemInfo.checkFreeDiskSpace(FileSystemInfo.java:192)
at oracle.install.ivw.db.validator.InstallLocationValidator.validate(InstallLocationValidator.java:109)
at oracle.install.commons.flow.validation.ValidationHelper.validateState(ValidationHelper.java:178)
at oracle.install.commons.flow.AbstractFlowExecutor.validate(AbstractFlowExecutor.java:394)
at oracle.install.commons.flow.AbstractFlowExecutor.leaveVertex(AbstractFlowExecutor.java:607)
..
..
at java.lang.Thread.run(Thread.java:595)
Cause
Common cause is OS user who is performing the installation doesn't have write access to file in /tmp/CVU_11.2.0.1.0_user folder.
For example, if oracle is the user that's performing installation but couldn't write to file in /tmp/CVU_11.2.0.1.0_oracle, the error will be reported.
Solution
To fix the issue, remove folder /tmp/CVU_11.2.0.1.0_user and try runInstaller again. |
|