cancel
Showing results for 
Search instead for 
Did you mean: 

11G installation error

Former Member
0 Kudos

Hi,

I need help with the 11g installation on AIX 6.1 TL9.


Getting error:




ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 0. The symbol is being copied to the output file.

ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 0. The symbol is being copied to the output file.

l

INFO: d: 0711-870 WARNING: Symbol table entry 18 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 34. The symbol is being copied to the output file.

INFO: ld: 0711-870 WARNING: Symbol table entry 540 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 5. The symbol is being copied to the output file.

ld: 0711-870 WARNING: Symbol table entry 541 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 0. The symbol is being copied to the output file.

ld: 0711-870 WARNING: Symbol table entry 558 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 0. The symbol is being copied to the output fi

INFO: le.

ld: 0711-870 WARNING: Symbol table entry 559 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 0. The symbol is being copied to the output file.

ld: 0711-870 WARNING: Symbol table entry 560 in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        Unknown symbol type 0. The symbol is being copied to the output file.

ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 561) in object /oracle/QLB/11204/lib//libgeneric11.a[kgs.o]:

        The symbol refers to a csect with symbol number 0, wh

INFO: ich was not

        found. The new symbol cannot be associated with a csect and

        is being ignored.

ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.

INFO: ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 554.

        Depending on where this product was acquired, contact your service

        representative or the approved supplier.

INFO: make: The error code from the last command is 16.

Stop.

make: The error code from the last command is 2.

Stop.

INFO: End output from spawned process.

INFO: ----------------------------------

INFO: Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'links proc gen_pcscfg' of makefile '/oracle/QLB/11204/precomp/lib/ins_precomp.mk'. See '/oracle/QLB/oraInventory/logs/installActions2014-11-21_10-35-49AM.log' for details.

Exception Severity: 1

regards,

Accepted Solutions (1)

Accepted Solutions (1)

srinivasan_vinayagam
Active Contributor
0 Kudos

Hello Necati,

Run the command relink all and retry the installation - login to user ora(SID), at this command ( relink all )..

Check the tmp directory space.

Check the file system containing the ORACLE_HOME is mounted with the cio option if yes Disable this mount option for that FS and reboot or remount.


Regards,

V Srinivasan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi all,

thanks for your support!

I solved this,  I removed cio options in /etc/filesystems for the Oracle _home

regards

srinivasan_vinayagam
Active Contributor
0 Kudos

Hi Necati,

Already i have mentioned my previous answer.. Please check.

"Check the file system containing the ORACLE_HOME is mounted with the cio option if yes Disable this mount option for that FS and reboot or remount."


Regards,

V Srinivasan

ACE-SAP
Active Contributor
0 Kudos

The polite practice is to mark the appropriate/helpful answers as correct...  just to thank the people that spent some time to help you.

Happy you did solve your issue

And remember, always search twice before asking

Cheers

ACE-SAP
Active Contributor
0 Kudos

Hi

Verify that

1) no FS is full

2) you have the needed libs

# Packages for Oracle & SAP

lslpp -l | grep bos.perf

lslpp -l | grep bos.adt

lslpp -l | grep bos.adt.debug

lslpp -l | grep perfagent.tools

lslpp -l | grep bos.perf.libperfstat

lslpp -l | grep xlC.rte.11.1.0

You could also check this link

Regards

Former Member
0 Kudos

Hi,

I get this :

[root@lmtaix014:/oracle/QLB/11204/bin]# lslpp -l | grep bos.perf

  bos.perf.diag_tool        6.1.8.15  COMMITTED  Performance Diagnostic Tool

  bos.perf.libperfstat      6.1.9.15  COMMITTED  Performance Statistics Library

  bos.perf.perfstat         6.1.9.15  COMMITTED  Performance Statistics

  bos.perf.pmaix            6.1.9.15  COMMITTED  Performance Management

  bos.perf.proctools        6.1.9.15  COMMITTED  Proc Filesystem Tools

  bos.perf.tools            6.1.9.15  COMMITTED  Base Performance Tools

  bos.perf.tune             6.1.9.15  COMMITTED  Performance Tuning Support

  bos.perf.diag_tool        6.1.8.15  COMMITTED  Performance Diagnostic Tool

  bos.perf.libperfstat      6.1.9.15  COMMITTED  Performance Statistics Library

  bos.perf.perfstat         6.1.9.15  COMMITTED  Performance Statistics

  bos.perf.pmaix            6.1.9.15  COMMITTED  Performance Management

  bos.perf.tools            6.1.9.15  COMMITTED  Base Performance Tools

  bos.perf.tune             6.1.9.15  COMMITTED  Performance Tuning Support

[root@lmtaix014:/oracle/QLB/11204/bin]# lslpp -l | grep bos.adt

  bos.adt.base              6.1.9.15  COMMITTED  Base Application Development

  bos.adt.debug             6.1.9.15  COMMITTED  Base Application Development

  bos.adt.include           6.1.9.15  COMMITTED  Base Application Development

  bos.adt.lib                6.1.8.0  COMMITTED  Base Application Development

  bos.adt.libm              6.1.9.15  COMMITTED  Base Application Development

  bos.adt.samples            6.1.9.0  COMMITTED  Base Operating System Samples

  bos.adt.base              6.1.9.15  COMMITTED  Base Application Development

[root@lmtaix014:/oracle/QLB/11204/bin]# lslpp -l | grep bos.adt.debug

  bos.adt.debug             6.1.9.15  COMMITTED  Base Application Development

[root@lmtaix014:/oracle/QLB/11204/bin]# lslpp -l | grep perfagent.tools

  perfagent.tools           6.1.9.15  COMMITTED  Local Performance Analysis &

  perfagent.tools           6.1.9.15  COMMITTED  Local Performance Analysis &

[root@lmtaix014:/oracle/QLB/11204/bin]# lslpp -l | grep bos.perf.libperfstat

  bos.perf.libperfstat      6.1.9.15  COMMITTED  Performance Statistics Library

  bos.perf.libperfstat      6.1.9.15  COMMITTED  Performance Statistics Library

[root@lmtaix014:/oracle/QLB/11204/bin]# lslpp -l | grep xlC.rte.11.1.0

ACE-SAP
Active Contributor
0 Kudos

You did not comply with SAP naming convention as your Oracle home name should be

/oracle/QLB/112_64 and not /oracle/QLB/11204

but this could not explain the error you get

A stated there Error installing Oracle11gR2 grid installer on ... | Oracle Community

you could get that error if the Oracle media or Oracle Home FS is mounted with CIO (concurent IO) option

Check with  lsfs /oracle/stage/