- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
3#
发表于 2014-9-1 14:06:36
odm finding:
SYMPTOMS
- Installing 10.1.3 on HPUX Itanium
- Installer fails with the following error
- ./runInstaller -invPtrLoc $ORACLE_HOMEoraInst.loc -ignoreSysPrereqs
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be B.11.23. Actual B.11.23 Passed
All installer requirements met.
Checking Temp space: must be greater than 400 MB. Actual 669 MB Passed
Checking swap space: must be greater than 1536 MB. Actual 6143MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 256 Passed
Checking operating system patches:
PHSS_31850,PHSS_31851,PHSS_31854,PHSS_31855,PHSS_33275,PHSS_32213,PHSS_33276,PHCO_31553,PHKL_31500,P
HSS_32213,PHSS_33278,PHSS_33277,PHSS_33279 Failed <<<<
>>> patch PHSS_31850 is missing
>>> patch PHSS_31851 is missing
>>> patch PHSS_31854 is missing
>>> patch PHSS_31855 is missing
>>> patch PHSS_33275 is missing
>>> patch PHSS_32213 is missing
>>> patch PHSS_33276 is missing
>>> patch PHCO_31553 is missing
>>> patch PHKL_31500 is missing
>>> patch PHSS_32213 is missing
>>> patch PHSS_33278 is missing
>>> patch PHSS_33277 is missing
>>> patch PHSS_33279 is missing
Checking for bundles : ./runInstaller[66]: 9994 Memory fault
- The installer then exits.
CAUSE
The installer is trying to access swlist to get patch bundles, but the OS command swlist fails.
If the installer cannot access swlist, then it will not be able to perform the prerequisite checks.
Running the installer with "-ignoreSysPrereqs" does not workaround this step, as this command only ignores the checks if they return a "Failed" statement. It does not ignore the checks if the check fails to occur.
SOLUTION
To implement the solution, execute the following steps:
1. Get the UNIX Administrator to fix "swlist" at the OS level. Once swlist works, then try the installer again.
|
|