Checking operating system version: must be redhat-3, SuSE-9, redhat-4解决方法

[oracle@red1 database]$ ls
doc  install  response  runInstaller  stage  welcome.html
[oracle@red1 database]$ ./runInstaller 
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                      Failed <<<<

Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2013-08-10_10-22-10PM/installActions2013-08-10_10-22-10PM.log
[oracle@red1 database]$ 


出现这个错误时, 可以加上 -ignoreSysPrereqs 参数.

启动Oracle CRS安装脚本,注意参数-ignoreSysPrereqs是为了忽略版本检查带来的错误


[oracle@red1 database]$ ./runInstaller -ignoreSysPrereqs
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                      Failed <<<<


>>> Ignoring required pre-requisite failures. Continuing...

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-08-10_10-30-24PM. Please wait ...[oracle@red1 database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.



你可能感兴趣的:(oracle,installer)