cancel
Showing results for 
Search instead for 
Did you mean: 

Sapint Error after database installation

baby_fabrice
Participant
0 Kudos

Hi all,

I'm trying to install an oracle database using sapinst but there is an error and the sapinst deseapear!!!!

I'm in the step just after you say to sapint to continue the installation ( the dabase and patchset is installed)

here is the error message :WARNING 2010-05-07 13:08:24.707 [syixcsyinf.cpp:572]

<anonymous-namespace>::runLsattr lib=syslib module=syslib

Could not run /usr/sbin/lsattr -l aio0 -E -O successfully. Either the return code was != 0 or the process terminated abnormally.

When i try to execute this commande i have this message :

usr/sbin/lsattr -l aio0 -E -O

lsattr: 0514-519 The following device was not found in the customized

device configuration database:

aio0

When sapinst desepear i have this messages :

Service " installationWizardService" Stoped

Server shutdown by InstallationWizardService.....

Thx i advance.

Regards

Edited by: BABY Fabrice on May 10, 2010 12:52 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

though late.. it would help our friends who are facing the issue further..

I got the same issue in NW7.3 and NW 7.11 installations. Resolved by stopping the installation and restarting it from where it stopped.. The sapinst tool will rewrite the db2set.log while rechecking and resolve the issue automatically.

Former Member
0 Kudos

Hi All,

We are having the same issue at the moment when we are doing a JAVA system copy via SAPinst. (homogeneous + db independent), any solutions to this?

Appreciate it.

Thanks.

nelis
Active Contributor
0 Kudos

usr/sbin/lsattr -l aio0 -E -O

lsattr: 0514-519 The following device was not found in the customized

device configuration database:

aio0

I'm gathering you use AIX ? That command is looking for a device 'aio' which comes from the software package "bos.rte.aio - Asynchronous I/O Extension". Install it and I'm sure your problem will go away.

You can check if it's installed with the command: lslpp -l |grep -i aio

Also check ALL system requirements for your AIX release and SAP product.

Nelis

baby_fabrice
Participant
0 Kudos

First thx for your reply

Effectivelly i'm working on AIX.

I have check the command "lslpp -l |grep -i aio" and i have this :

root@xxxxx:/root # lslpp -l |grep -i aio

bos.rte.aio 6.1.1.1 COMMITTED Asynchronous I/O Extension

bos.rte.aio 6.1.0.0 COMMITTED Asynchronous I/O Extension

Did you see in this result somthing witch can cause the error ( is it normal that we have a variation 6.1.0.0 and 6.1.1.1) ?

For the requirement in the SAP note 1157425 there is that : (on AIX 6.X, you no longer have to perform manual settings because the operating system automatically and dynamically determines optimum values)

nelis
Active Contributor
0 Kudos

Did you see in this result somthing witch can cause the error ( is it normal that we have a variation 6.1.0.0 and 6.1.1.1) ?

Yes, that is normal for the different maint package levels. I use AIX 5.3 and the command 'lsattr -l aio0 -E -O' returns the following for me:

#autoconfig:fastpath:kprocprio:maxreqs:maxservers:minservers

available:enable:39:4096:10:1

I'm not sure how AIX 6 would see that device. Perhaps try a 'cfgmgr -v' and see whether it picks up the device otherwise I have no idea, sorry. It may be also that your install is picking up the wrong version AIX and that's why it is using that command ?

Nelis

baby_fabrice
Participant
0 Kudos

I have also theses messages in the sapinst.log file :

WARNING[E] 2010-05-10 12:11:22.911

MUT-03025 Caught ESyException in Modulecall: At line 508 file syixcsyinf.cpp

Call stack:

iaxxejsctl.cpp: 272: EJS_ControllerImpl::executeScript()

iaxxejsbas.hpp: 450: EJS_Base::dispatchFunctionCall()

iaxxejsexp.cpp: 178: EJS_Installer::invokeModuleCall()

syixcsyinf.cpp: 176: CSySystemInfoImpl::getRamSize()

syxxcsyinf.cpp: 506: CSySystemInfoImpl::getKernelParameterValue("sys0.realmem")

syixcsyinf.cpp: 591: CSySystemInfoImpl::readKernelParameters()

syixcsyinf.cpp: 552: <anonymous-namespace>::runLsattr

syixcsyinf.cpp: 485: <anonymous-namespace>::readLsattrOutput

Could not get system information using the program lsattr. Error message: Unexpected output format..

.

ERROR 2010-05-10 12:11:29.898

FSL-05006 Could not get system information using the program lsattr. Error message: Unexpected output format..

nelis
Active Contributor
0 Kudos

syxxcsyinf.cpp: 506: CSySystemInfoImpl::getKernelParameterValue("sys0.realmem")

It's trying to determine the amount of memory in the system from the command: lsattr -E -l sys0 -a realmem

Again, this is likely due to incorrect AIX version detected or you have missed some system/database requirement somewhere.

Nelis

nelis
Active Contributor
0 Kudos

Check Note 1087498 - Support for AIX 6.1 and Note 1137862 - Using SAP systems with AIX 6.1

Nelis

0 Kudos

Hello,

do you have a solution for this problem in the meantime ? I have the same error.

Thanks

Former Member
0 Kudos

Hi,

Please refer to SAP note - 323816 - User limits on AIX. I think this could be of some help

Regards,

Anil