cancel
Showing results for 
Search instead for 
Did you mean: 

SAPINST ERROR FCO-00011 The step doNetworkConfigurationClient "system call failed getcwd"

Former Member
0 Kudos

Hi,

I am installing the DB Instance porition via SAPINST and I get this error and cannot seem to figure it out. I've checked the LISTENER.ORA, TNSNAMES.ORA, I checked the oraadm and sid adm user in smitty for ulimits...I'm at a lost!! Please assist...

INFO 2013-05-23 08:25:41.233
Effective group id set to 20001.

ERROR 2013-05-23 08:25:42.131
FCO-00011  The step doNetworkConfigurationClient with step key |NW_Java_DB|ind|ind|ind|in
d|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|cr
eatedb|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|i
nd|ind|ind|ind|std|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|
0|doNetworkConfigurationClient was executed with status ERROR ( Last error reported by th
e step: System call failed. Error 0 (Error 0) in execution of system call 'getcwd' with p
arameter (), line (543) in file (syuxccuren.cpp), stack trace: iaxxejsctl.cpp: 146: EJS_C
ontrollerImpl::executeScript()
iaxxejsbas.hpp: 461: EJS_Base::dispatchFunctionCall()
iaxxejsexp.cpp: 178: EJS_Installer::invokeModuleCall()
iaxxbsystm.cpp: 112: CIaOsSystem::getRamSize_impl()
syixcsyinf.cpp: 180: CSySystemInfoImpl::getRamSize()
syxxcsyinf.cpp: 502: CSySystemInfoImpl::getKernelParameterValue("sys0.realmem")
syixcsyinf.cpp: 595: CSySystemInfoImpl::readKernelParameters()
syixcsyinf.cpp: 556: <anonymous-namespace>::runLsattr
syuxctask.cpp: 1553: CSyTaskImpl::start(bool)
syuxcchapp.cpp: 50: CSyChildApplicationImpl::doStart()
syuxctask.cpp: 247: CChildApplicationImpl::doStart()
syuxccuren.cpp: 352: CSyCurrentProcessEnvironmentImpl::fill(PSyProcessEnvironmentInt)
syuxccuren.cpp: 535: CSyCurrentProcessEnvironmentImpl::getWorkingDirectory()
.).

Accepted Solutions (0)

Answers (3)

Answers (3)

mhoefel
Member
0 Kudos

Hi James,

we have the same issue.

FCO-00011  The step doNetworkConfigurationClient with step key |NW_Java_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_OraDBCheck|ind|ind|ind|ind|ora|0|NW_OraDBMain|ind|ind|ind|ind|main|0|NW_OraDBStd

|ind|ind|ind|ind|std|0|NW_OraClient|ind|ind|ind|ind|client|0|NW_OraNetworkSrv|ind|ind|ind|ind|server|0|doNetworkConfigurationClient was executed with status ERROR ( Last error reported by the step: System call failed. Error 0 (Error 0) in execution of system call 'getcw

d' with parameter (), line (524) in file (syuxccuren.cpp), stack trace: EJSController.cpp: 181: EJSControllerImpl::executeScript()

We checked the permissions but it doesn´t work.

How did you fix the Problem ?

regards

Michael

0 Kudos

Hi

I got the same issue now. Could you please address how the issue is resolved?

Regards

Former Member
0 Kudos

Hi Aidan,

Thank you for such a timely response. I just checked the permissions as your recommended, but it seems that everything is okay for the directories and oraadm and sidadm user and groups...ie sidadm sapsys and orasid dba. The permissions were the same as our other /oracle/SID, /sapmnt/SID, and /usr/sap/SID directories, which all work as well with the drwxr-xr-x.

Anymore suggestions please?

former_member264034
Active Contributor
0 Kudos

Hi,

Please check if the following document is relevant on your case:

https://www-304.ibm.com/support/docview.wss?uid=isg1IZ29755&wv=1

"GETCWD DOES NOT WORK ON NFS ON AIX 6.1"

Also, please confirm if you have stricly followed the steps of section
of guide:

6.8 Exporting and Mounting Directories via NFS for AIX

Regards,

Aidan

Former Member
0 Kudos

Hi James,

Also is there additional error in the the other log files in the sapinst directory i.e. can you upload them for us perhaps?

Regards,

Johan

former_member264034
Active Contributor
0 Kudos

Hi,

For the error reported check the file permissions below directories inc.
all subdirectories too: usr/sap/<SID>' and '/sapmnt'
'/usr/sap' and '/sapmnt'?

(e.g. in /sapmnt/<SID>/profile/oracle)

Permissions should all be 755 and ownership should be user <sid>adm
and group <sapsys> for '/usr/sap' and '/sapmnt'.

Please also help check the ownership below the '/oracle/<sid>'
filesystem, which should be 755 as well with ownership ora<sid> and
group <dba>.

Additionally please check the group: sapsys and oper, whether they the
assignment of users to the above groups are set according the
installation guide.

Please note sapinst_instdir should be located in local path and not on
NFS mount this can cause similar issues too.

Regards,

Aidan

CBasis
Participant
0 Kudos

Hello Aidan,

just to update this "not answered" thread:
I had the same problem and in my case your hint to /etc/group was the helpful one:

  • <sid>adm and ora<sid>  need to be in the sapinst group.

Otherwise the problem occurs.

Thanks

Christian