fix_ oracle 10g on solaris x64 installation - error in invoking target 'agent nmb nmo'......

14
4/24/2015 FIX: Oracle 10g on Solaris x64 installation Error in invoking target 'agent nmb nmo'... @Peaz 2.0 http://www.atpeaz.com/index.php/2011/fixoracle10gsolarisx64errorinvokingtargetagentnmbnmo/ 1/14 @Peaz 2.0 #blog #everything #tech TECHNOLOGY 6 FIX: Oracle 10g on Solaris x64 installation – Error in invoking target ‘agent nmb nmo’ BY KEN NG · NOVEMBER 18, 2011 FOLLOW: Path Finder 7: Still the better OS X Yosemite File Manager 1 JAN, 2015 Home Photoblog Earn Microstock iPad apps for kids Coherent Chaos TechARP Yours Truly How can I help you?

Upload: kesava

Post on 08-Apr-2016

35 views

Category:

Documents


3 download

DESCRIPTION

fix

TRANSCRIPT

Page 1: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 1/14

@Peaz 2.0 #blog #everything #tech

TECHNOLOGY 6

FIX: Oracle 10g on Solaris x64installation – Error in invokingtarget ‘agent nmb nmo’…BY KEN NG · NOVEMBER 18, 2011

FOLLOW:

Path Finder 7: Still the better OS XYosemite File Manager1 JAN, 2015

HomePhotoblogEarn MicrostockiPad apps for kidsCoherent ChaosTechARPYours TrulyHow can I help you?

Page 2: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 2/14

Tweet

1So here I am tryingto install OracleApplication Server10g release 2 (10.1.2.0.2)

on my Solaris x86 64-bit VM to test out some stuff. Then, I getthis error.

“Error in invoking target ‘agent nmo nmb’ of makefile‘home/oracle/OraHome_1/sysman/lib/ins_sysman.mk’. See‘/home/oracle/oraInventory/logs/installAction2011-11-17_07-04-25AM.log’ for details.”

Nice. Just nice.

Checking out the logs, there were a few warnings and errorsthat showed what was wrong.

ld: warning: file libclntsh.so.10.1: required by

/home/oracle/OraHome_1/lib//libnmemso.so, not found

...

...

...

ld: fatal: symbol referencing errors. No output written

to /home/oracle/OraHome_1/sysman/lib/emagent

*** Error code 1

make: Fatal error: Command failed for target

`/home/oracle/OraHome_1/sysman/lib/emagent'

Current working directory

LATEST APPQUISITION

1Password - Password Manager (30% off now)Seriously, everyone should use it

IPAD / IPHONE / MACBOOK PRO / TECHNOLOGY

Page 3: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 3/14

Basically, it looks like there was some error in the makefileprocess somewhere. So, I checked out the make.log file to seewhat was wrong.

It turns out that the error started when the installer tried tomake the libclntsh.so.10.1 lib file. Which also explains why itwas not found in the earlier log.

/home/oracle/OraHome_1/sysman/lib

*** Error code 1

make: Fatal error: Command failed for target `emergent'

...

...

...

End output from spawned process.

­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­

Exception thrown from action: make

Exception Name: MakefileException

Exception String: Error in invoking target 'agent nmo

nmb' of makefile

'/home/oracle/OraHome_1/sysman/lib/ins_sysman.mk'. See

'/home/oracle/oraInventory/logs/installActions2011­11­

17_07­04­25AM.log' for details.

Exception Severity: 1

The output of this make operation is also available at:

'/home/oracle/OraHome_1/install/make.log'

/usr/ccs/bin/make ­f ins_net_client.mk client_sharedlib

ORACLE_HOME=/home/oracle/OraHome_1//home/oracle/OraHome

_1/bin/genclntsh

3 Reasons Why I Chose Parallels overVMWare Fusion

APPLE / MACBOOK PRO / TECHNOLOGY

Possibly the best directly connectedUSB hub for your MacBook Pro

MACBOOK PRO / OS X / TECHNOLOGY

Path Finder 6: The ultimate OS X Finderreplacement

Page 4: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 4/14

But it looks likethere’s a bug withsomewhere. Thisain’t good at all.However, I knew Ican’t be the onlyone who has facedthis problem andI’m sure this issuehas surely beenreported toOracle’s support.Thus, I searched support for a fix on this exact issue. And

ld: fatal: symbol 'ntcontab' in file

/home/oracle/OraHome_1/lib/libn10.a(ntcontab.o):

section [3].data: size 0x60: symbol (address 0, size

0x70) lies outside of containing section

ld: fatal: file processing errors. No output written to

/home/oracle/OraHome_1/lib/libclntsh.so.10.1

/home/oracle/OraHome_1/bin/genagtsh

/home/oracle/OraHome_1/lib/libagtsh.so 1.0

ld: fatal: symbol 'ntcontab' in file

/home/oracle/OraHome_1/lib/libn10.a(ntcontab.o):

section [3].data: size 0x60: symbol (address 0, size

0x70) lies outside of containing section

ld: fatal: file processing errors. No output written to

/home/oracle/OraHome_1/lib/libagtsh.so

Samsung5.1Ch Home…

FromKES31,599.00

Shop now!

Aucma2.1 Ch…From

KES4,199.00

Shop now!

INFINIXHOT Note X551 -…

FromKES9,999.00

Shop now!

TECHNOLOGY

VMWare Fusion 4 vs Parallels Desktop7: A User’s POV

SUBSCRIBE TO BLOG VIA EMAIL

Enter your email address to subscribe to thisblog and receive notifications of new posts byemail.Email Address

Subscribe

87% off

NetSpot Pro 2.4.583

Page 5: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 5/14

indeed, there was a workaround posted in a support documenttitle “Solaris and Oracle 32bit Linking Error “fatal: symbol‘ntcontab’ in file $O_H/lib/libn10.a(ntcontab.o): section[3].data: : symbol lies outside of containing section” [ID1364167.1]”It appears that this applies to the following products:-

Oracle Server – Enterprise Edition – Version: 10.1.0.2 to10.2.0.5 – Release: 10.1 to 10.2Oracle Server – Standard Edition – Version:10.1.0.2 to 10.2.0.5 [Release: 10.1 to 10.2]Oracle Solaris on x86 (32-bit)Oracle Solaris on x86-64 (64-bit)

And this issue is also currently known to affect only the 32bitversion of Oracle Software on Solaris x86 and Solaris x86-64 where OS patch 144501-19 has been installed or in thelatest Solaris builds:- Solaris 11 [Nevada] or Solaris 10 Update10 and above ( Solaris 10 8/11 ).

True enough. I was trying to install Oracle Application Server10.1.2.0.2 on Solaris 10 8/11.

Thankfully, the fix is rather simple. If you don’t want to login toMy Oracle Support, then here it is posted for your convenience.

Star Ocean: The Last Hope Internatio...

US$ 16.99

The Castlevania: Lords of Shadow Col...

US$ 16.99

Persona 4 Arena Ultimax

US$ 19.99

Borderlands: The Pre­Sequel

US$ 22.99

Page 6: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 6/14

1. If you are doing a 1st install on the machine and encounteredthis error during the installation as I had, then open a newTerminal window and firstly set the ORACLE_HOME path. Youdo this by running the following command.

2. Go to the bin directory of ORACLE_HOME

3. Make a copy of the file you need to correct just in case.Backing up is ALWAYS a best practice.

4. Run gedit to edit the genntab file. I prefer to do it graphically,so gedit it is for me. You may use any editor that you prefer too.

5. Here’s what you need to change. Search for the word“ntcontab:” and you should find what you need to change. I’vehighlighted in red what you need to change.

ORACLE_HOME=/usr/oracle/OraHome_1; exportORACLE_HOME

cd $ORACLE_HOME/bin

cp gennttab gennttab_orig

gedit gennttab

ntcontab:

Call of Duty: Advanced Warfare

US$ 34.99

TP­LINK SafeStream VPN Router; 10;100; 1000 Mbit/s; 10/100/1000Base­T(X); RJ­45; IEEE 802.3; IEEE802.3ab; IEEE 802.3u; TCP/IP;DHCP; ICMP; NAT; PPPoE; SNTP;HTTP; DNS; IPsec; PPTP; SPI (TL­R600VPN)

£74.93Amazon

Myleene Klass Dice Print Dress

£55.00Very.co.uk

Gucci Long Sleeve Shirt

£245.00YOOX

TAGS

7 8 apple apps chrome desktop error facebook

featured fix fusion gadget google guide HDD

instagraphy internet ios iPadiPhone iphoneography ipod

itunes linux lion lomography mac

Page 7: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 7/14

to

6. Now that that’s fix, let’s remake the required lib file.

7. If this error occurred during an installation of base release orpatchset and you received the pop-up described above, click on‘Retry’ and the link error should resolve itself.8. If this error occurred during a patching installation via opatchutility then complete the following after doing steps 1-4 above

.type ntcontab,@object

.size ntcontab,112

.align 4

ntcontab:.type ntcontab,@object.size ntcontab,96.align 4

cd $ORACLE_HOME/network/lib/usr/ccs/bin/make -f ins_net_client.mk ntcontab.o$ORACLE_HOME/bin/genclntsh

relink Oraclerelink all > relink.txt 2>&1

macbook Microsoft mountain osx os x parallels

performance photoblogPhotography review server tipvirtualisation vista vm vmware windows wordpress

Page 8: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 8/14

Tags: 10.1.2.0.2 10g agent nmo nmb error fix iAS libclntsh.so.10.1

makefile ntcontab oracle solaris x86

9. review the relink.txt file for errors (if any)

And that’s it. You should be ok now. Phew!

Please Google +1 my article if you think it was useful. Thanks!9

Was this post helpful? Please donate to keep this site running.Thanks!

Share this:

Facebook Google LinkedIn Reddit Twitter

StumbleUpon Tumblr Pocket Pinterest Email

Print

Like this:

Loading...

Page 9: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 9/14

Comments 6 Pingbacks 0

YOU MAY ALSO LIKE...

6 RESPONSES

NEXT STORY

WordPress blogs targetedscam – beware of the

adv.zip plugin!

PREVIOUS STORY

How to access your filesanywhere with SugarSync

20 SEP, 2013

iMessage andFaceTime “Waitingfor Activation”problem after iOS 7update? Here’s thefix!

15

4 AUG, 2010

Fix: ParallelsiPhone Servicewon’t start

0

17 AUG, 2011

Fixing the OS XLion bluetoothpairing after sleepissue

1

Rafael Rojas Liscano March 13, 2012 at 12:03 am

Page 10: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 10/14

Hi, I have a similar problem…I triying to install a Oracle Application Server on Solaris 10. Over a amdprocessor.When is linking some files. Show me the following error:Error in invoking target ‘libso_install’ of makefile.‘$ORACLE_HOME/reports/lib/ins_reports.mk’. See‘/opt/oracle/oraInventory/logs/installActions2012-03-12_09-09-03AM.log’ for details.

And this log look like this:ld: fatal: symbol referencing errors. No output written to/opt/oracle/oas/1012/buint/lib/librwu.so*** Error code 1make: Fatal error: Command failed for target`/opt/oracle/oas/1012/buint/lib/librwu.so’

End output from spawned process.———————————-Exception thrown from action: makeException Name: MakefileExceptionException String: Error in invoking target ‘libso_install’ of makefile‘/opt/oracle/oas/1012/buint/reports/lib/ins_reports.mk’. See‘/opt/oracle/oraInventory/logs/installActions2012-03-12_09-09-03AM.log’ for details.Exception Severity: 1The output of this make operation is also available at:‘/opt/oracle/oas/1012/buint/install/make.log’

Can you help me, please…

Ken Ng March 13, 2012 at 3:47 pmYou need to take a look a the make.log file(/opt/oracle/oas/1012/buint/install/make.log) to see what’s going on

Page 11: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 11/14

and where the error occurred. Only then can we further diagnose it.

Rafael Rojas Liscano March 13, 2012 at 8:24 pmThanks for response…The file “make.log” does not give me so much information about myproblem. this file look like:/usr/ccs/bin/make -f ins_reports.mk libso_installORACLE_HOME=$ORACLE_HOME/rm -f$ORACLE_HOME/lib//librwu.so; \rm -f $ORACLE_HOME/lib//librw.sorm -f rwsutil.o rwspid.o ; \/usr/ccs/bin/ar x $ORACLE_HOME/lib//librwu.a rwsutil.o rwspid.o ; \(LD_OPTIONS=”-z muldefs”; \/usr/ccs/bin/ld -o $ORACLE_HOME/lib/librwu.so -z defs -G -L$ORACLE_HOME/lib/ rwsutil.o rwspid.o \-lm $ORACLE_HOME/lib/libclntsh.so -lthread -L/usr/dt/lib/usr/dt/lib/libXm.so -lgen -L/usr/openwin/lib/ -R/usr/openwin/lib/ -lXt -lX11 -lw -lm `cat $ORACLE_HOME/lib/sysliblist` -lc )Undefined first referencedsymbol in filessl_GlobalSetClientAuthenticationToOptional/opt/oracle/oas/1012/buint/lib//libnnz10.sossl_DisableClientAuthentication $ORACLE_HOME/lib//libnnz10.sossl_EnableClientAuthentication $ORACLE_HOME/lib//libnnz10.sossl_SetClientSGCBehaviour $ORACLE_HOME/lib//libnnz10.sossl_GlobalDisableClientAuthentication$ORACLE_HOME/lib//libnnz10.sossl_SetIOSemantics $ORACLE_HOME/lib//libnnz10.sossl_ModifyCipherSuites $ORACLE_HOME/lib//libnnz10.sossl_CheckClientVerifyOptionalFlag $ORACLE_HOME/lib//libnnz10.sold: fatal: symbol referencing errors. No output written to

Page 12: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 12/14

$ORACLE_HOME/lib/librwu.so*** Error code 1make: Fatal error: Command failed for target`$ORACLE_HOME/lib/librwu.so’

HP Fung May 16, 2012 at 3:50 pmThank you so much for posting this! You have no idea how thankful Iam. I spent 4 days and only got to genclntsh…and still very clueless.Thank you for saving me from many sleepless nights. Kudo!

Mei June 7, 2012 at 5:11 amThank you man! I don’t have words to say how thankful i am. I gotstuck on this error for 2 days

Dmitry August 5, 2012 at 12:03 amThank you, this article helped me solve the problem with theinstallation of Oracle Database 10g on Solaris 10(both 32-bit)!

LET ME KNOW WHAT YOU THINK...

Page 13: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 13/14

Enter your comment here...

WHO IS KEN NG?

Father. Blogger. Photographer. Ken is

BUY ME A TALL CAFE LATTE

A ridiculous amount of coffee wasconsumed in writing for this site. Add

Page 14: FIX_ Oracle 10g on Solaris x64 Installation - Error in Invoking Target 'Agent Nmb Nmo'... - @Peaz 2

4/24/2015 FIX: Oracle 10g on Solaris x64 installation ­ Error in invoking target 'agent nmb nmo'... ­ @Peaz 2.0

http://www.atpeaz.com/index.php/2011/fix­oracle­10g­solaris­x64­error­invoking­target­agent­nmb­nmo/ 14/14

native to the world of technology andthis blog is his where he would share histhoughts, tips, reviews and pretty muchjust about everything technology thatamuses him. He regularly abuses hisiPhone, iPad and rMBP. Devices withAPS-sized CMOS sensors seems to be afavourite pastime. His day job involveshelping enterprise untangle spaghettisstrands and instead, get them to ride ona bus sometimes up in the cloud. Crypticas it sounds, that's really what he does.

some fuel if you'd like to keep me going!

@Peaz 2.0 © 2015. All Rights Reserved.Powered by WordPress. Theme by Alx.