- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I am getting below error message while installing ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 10:47 PM
09-12-2007 10:47 PM
I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
Error in involking target 'ntcontab.o' of makefile '/home/oracle/oracle/product/10.2.0/db_2/network/lib/ins_net/_client.mk'. See '/home/oracle/oracle/oraInventory/logs/installActions2007-09-11_06-09-31PM.log' for details.
Can any one help me out for the same.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 11:14 PM
09-12-2007 11:14 PM
Re: I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
Are you going to tell us what it indicated or is this a 'stump the chump' game?
Besides reading the .log file, you may also want to list the directory directory holding the failing make file (.mk) and glance into the make file itself.
if further help needed after reading the log, then please cut & paste pertinent sections in a further reply and/or attache the log file itself.
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 02:04 AM
09-13-2007 02:04 AM
Re: I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
Error Messages.
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/oracle/product/10.2.0/db_2/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2007-09-13_07-04-42PM.log' for details.
Exception Severity: 1
Please let me know how i can relink/compile to rectify this issue.
Thanks
Syed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 02:05 AM
09-13-2007 02:05 AM
Re: I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
Error Messages.
INFO: End output from spawned process.
INFO: ----------------------------------
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'ntcontab.o' of makefile '/home/oracle/oracle/product/10.2.0/db_2/network/lib/ins_net_client.mk'. See '/home/oracle/oraInventory/logs/installActions2007-09-13_07-04-42PM.log' for details.
Exception Severity: 1
Please let me know how i can relink/compile to rectify this issue.
Thanks
Syed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 03:07 AM
09-13-2007 03:07 AM
Re: I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
The end is pretty clear about a problem:
" INFO: ar: warning: the file nnfs.o is from an incompatible architecture
ar: warning: the file nnfu.o is from an incompatible architecture"
Of course that does not mean the cause it clear.
Could there be any mixup with the Oracle Kits being used? It the target box PA or IPF?
Looks like this ntcontab.o is the first Oracle client module to be made (ins_net_client.mk), after the Oracle server image itself is made (ins_rdbms.mk)
If you think you have the rigth ditributions in place, then IMHO it is time to contact oracle highlighting the error conditions from your log, and being very clear about which kit you are using, how that was obtained and what the target is.
Good luck!
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 04:42 AM
09-13-2007 04:42 AM
Re: I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
Enough complaining, without even looking, I can tell you that it's pretty certain that there is a patch, possibly even more than one for that version of the product's installer, or at least installation notes on how to fix it. Search Metalink or log a call with Oracle for the solution, they'll have something for you, and I'm willing to bet it's not a rare condition.
The other thing that can help at times is that the problem may be with a piece of the product that you don't need, that you can just opt out of installing. However, in your case the problem is with relinking networking, and you'll need that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 02:51 AM
09-14-2007 02:51 AM
Re: I am getting below error message while installing Oracle 10g R2 on HP-Ux 11.23
And as for buggy install processes, I found that, by comparison, Oracle is actually suprisingly good. I've dealt with a particular ERP system that has *never* installed without problems, and their install documentation has *never* been accurate.