cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR => CTrcOpen: fopen /tmp/dev_sap_kernel

MaheshKumar
Contributor
0 Kudos

Hi

Im launching sapinst to take java export. But after some time it ends with following error.

GILSAPED:gsdadm 23> ls

COMMON            NW04S             TRANS             resourcepool.xml

CRM05             ORA               WEBAS             resources.dtd

CRM2007           SCM05             catalog.dtd       sapinst

ERP05             SCM51             messages.dtd      sapinstgui

INSTALL           SOLMAN40          messages.xml

LABEL.ASC         SRM05             product.catalog

GILSAPED:gsdadm 24> ./sapinst

[==============================] - extracting...  done!

*** ERROR => CTrcOpen: fopen /tmp/dev_sap_kernel

---------------------------------------------------

trc file: "dev_sap_kernel", trc level: 1, release: "720"

---------------------------------------------------

Starting GUIServer using:

  SAPinst port  : 21200

  GUIServer port: 21212

  HTTP port     : 4239

  GUI autostart : on

  GUI mode      : normal

  command       : /tmp/sapinst_exe.262296.1334751707/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.262296.1334751707/JAR/instgui.jar SDTServer rootdir=/home/gsdadm/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=21200

load resource pool /usr/sap/GSD/ZIMAIX/Inst._Master_NW_7.0_SR3__BS2005_SR3/IM_AIX_PPC64/resourcepool.xml

ERROR      2012-04-18 18:13:29.801 [syxxcfsmgt.cpp:159]

           CSyFileSystemMgtImpl::getNode(const CSyPath &/tmp/sapinst_instdir/ERP/LM/COPY/ORA/EXP/CENTRAL/AS/EXP/dev_sap_kernel) const

           lib=syslib module=syslib

FSL-02015  Node /tmp/sapinst_instdir/ERP/LM/COPY/ORA/EXP/CENTRAL/AS/EXP/dev_sap_kernel does not exist.

ERROR      2012-04-18 18:13:29.814 [syxxcnode.cpp:441]

           CSyNodeImpl::move(const CSyPath & /tmp/sapinst_instdir/ERP/LM/COPY/ORA/EXP/CENTRAL/AS/EXP, ISyNode::CopyMoveMode_t 0x3)

           lib=syslib module=syslib

FSL-02039  Unable to move or rename node /tmp/dev_sap_kernel with type file/directory to /tmp/sapinst_instdir/ERP/LM/COPY/ORA/EXP/CENTRAL/AS/EXP/dev_sap_kernel: See error messages above.

When i go to

GILSAPED:gsdadm 27> cd CENTRAL

GILSAPED:gsdadm 28> ls

AS

GILSAPED:gsdadm 29> cd AS

GILSAPED:gsdadm 30> ls

EXP

GILSAPED:gsdadm 31> cd EXP

EXP: There is an input or output error.

GILSAPED:gsdadm 32> ls -ltr

ls: 0653-341 The file ./EXP does not exist.

total 0

GILSAPED:gsdadm 33> pwd

pwd: There is an input or output error.

GILSAPED:gsdadm 34>

kindly help me to solve this issue.

thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

you must launch SAPINST using root user, not <sid>adm.

Regards

Leo

Former Member
0 Kudos

Hi Mahesh,

I am with Juan. Please run with root. If it does not hep, then give a try by giving 777 permissions to /tmp.

Thanks,

Siva Kumar

MaheshKumar
Contributor
0 Kudos

Hi Shiva and Juan,

Thanks for taking the time to post your response. I have tried to start sap inst as root user. But im getting following error.

# ./sapinst

iaextract.c:1026: couldn't create temporary directory /tmp/sapinst_exe.884846.1334816531: Invalid file system control data detected

Permission of /tmp

drwxrwxrwt   27 bin      bin           16384 Apr 18 18:13 tmp

JPReyes
Active Contributor
0 Kudos

/tmp directory should be own by root, also please check your filesystem for space and errors.

What OS are you using?

Regards, Juan

JPReyes
Active Contributor
0 Kudos

SAPINST should be executed as root

Directories cannot be created/modified as <sid>adm does not have enough rights

Regards,

Juan


Message was edited by: Juan Reyes