cancel
Showing results for 
Search instead for 
Did you mean: 

Problem running sapinst to export a DB2 database

Former Member
0 Kudos

I have the following setup

DB is DB2 running on Z/OS

central instance is running on a virtual Linux server

When I run sapinst from the LINUX app server I get a failure after I specify the Kernel CD.

    1. tail sapinst.log*

ERROR 2009-05-14 16:33:05

MUT-03010 Execution of the command "/export/sapinst/sapinst_instdir/NW04S/LM/COPY/DB2/EXP/CENTRAL/AS/EXP/db2radm -m db2g -D DB47 -o /export/sapinst/sapinst_instdir/NW04S/LM/COPY/DB2/EXP/CENTRAL/AS/EXP/catparam.out" finished with status TST_ERROR.

ERROR 2009-05-14 16:33:05

FCO-00011 The step setInstanceValues2 with step key |NW_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_DB2_DBParameters|ind|ind|ind|ind|1|0|

setInstanceValues2 was executed with status ERROR .

INFO 2009-05-14 16:42:19

An error occured and the user decide to stop.\n Current step "|NW_Export|ind|ind|ind|ind|0|0|NW_GetSidFromProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|4|0|NW_DB2_DBParameters|ind|ind|ind|ind|1|0|

setInstanceValues2".

    1. more getCatParam.log*

Error in execvpS(/export/sapinst/sapinst_instdir/NW04S/LM/COPY/DB2/EXP/CENTRAL/A

S/EXP/db2radm errno: 13, error text: Permission denied

Help please

Paul

Accepted Solutions (1)

Accepted Solutions (1)

joerg_maier
Explorer
0 Kudos

Hi Paul,

is the file db2radm available? What does a

  1. ls -l /export/sapinst/sapinst_instdir/NW04S/LM/COPY/DB2/EXP/CENTRAL/AS/EXP/db2radm

print to stdout?

Regards, Joerg

Former Member
0 Kudos

Joerg,

If I understand you correctly you want to see this

-rwxrwxrwx 1 root sapinst 3581601 Aug 31 2006 db2radm

Looking at the problem again I suspect the -o option is trying to create a file and that is where the permission denied comes from. I have changed everything to 777 and I'm about to try again.

Regards,

Paul

Former Member
0 Kudos

Joerg,

After changing all the permissions to 777 it now works.

Don't you just love SAP

Thanks for your help

Regards,

paul

Answers (0)