Oracle: WARNING: At least one PA2.0 object file was detected... 问题描述
运行make命令时,我收到下面的信息:
WARNING: At least one PA2.0 object file
/oracle/product/732/lib/libsqlnet.a (ntcontab.o) was detected.
The linked output may not run on PA1.X systems.
这是什么问题?
配置信息
操作系统 - HPUX
版本 - 10.20
硬件系统 - HP 9000
系列 - D370
解决方法
报警指出可执行文件不能在PA1.1机器上运行,这是PA固件的问题,你必须使用PA2.0代码才能保证正常运行。
请参考路径和文件/usr/lib/sched.models,这个文件列出了型号及其相关代码和PA芯片,例如:
600 1.0 PA7000
635 1.0 PA7000
645 1.0 PA7000
700 1.1 PA7000
D260 1.1d PA7200
D270 2.0 PA8000
D370 2.0 PA8000
.........following with all English text ....
Problem Description
When running a make command, I receive the following message:
WARNING: At least one PA2.0 object file
/oracle/product/732/lib/libsqlnet.a (ntcontab.o) was detected.
The linked output may not run on PA1.X systems.
What does this mean?
Configuration Info
Operating System - HPUX
Version - 10.20
Hardware System - HP 9000
Series - D370
Solution
The warning indicating that the executable may not run on a PA1.1 box,is the PA firmware issue. You must have PA2.0 code to guarantee it will run properly.
Refer to the path and file /usr/lib/sched.models which is a listing of
model numbers and their associated code and PA chip, for example:
600 1.0 PA7000
635 1.0 PA7000
645 1.0 PA7000
700 1.1 PA7000
D260 1.1d PA7200
D270 2.0 PA8000
D370 2.0 PA8000