cancel
Showing results for 
Search instead for 
Did you mean: 

SAPup: Execute permission denied.

Former Member
0 Kudos

Dear All,

I am upgrading SAP form ECC5 to ECC6, my server is HP-UX with Oracel 10.

while executing PRAPRE command i m getting error "SAPup: Execute permission denied."

please advice how to correct this error.

Regards,

Hiten

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear All,

> I am upgrading SAP form ECC5 to ECC6, my server is HP-UX with Oracel 10.

> while executing PRAPRE command i m getting error "SAPup: Execute permission denied."

> please advice how to correct this error.

>

> Regards,

> Hiten

Hi Hiten,

Could you provide the full trace?

Best regards,

Orkun Gedik

Former Member
0 Kudos

Hello Orkun Gedik,

i am new in HP-UX So please can u guide me what exactly you want from me to trace the error.which trace file and where can i found all those file.

Regards,

hiten

Former Member
0 Kudos

Hi Hiten,

What OS user you are executing SAPup?

Best regards,

Orkun Gedik

Former Member
0 Kudos

I m executing through qasadm its my SAP SID adm.

Former Member
0 Kudos

I m executing through qasadm its my SAP SID adm.

Let's start from the beginning;

1) login to the OS by using sidadm

2) Execute the commands, below;

cd /usr/sap/

mv upg upg.1

3) Go to the folder, PREPARE command located

4) Execute the PREPARE command

5) Provide the output of the screen to the forum

Best regards,

Orkun Gedik

Former Member
0 Kudos

There is no upg directory in usr/sap..... but i try rename put directory but same error

Former Member
0 Kudos

Hi Hiten,

Firstly, can you check the owner of the "sap" directory under "/usr". I am asking this in order to avoid possible problems for the further steps, not in this case.

Anyway, can you execute the command, below on the upgrade master dvd folder;

chmod -R 777 <folder name>

Then, retry to execute the PREPARE. By the way, can you provide the exact output with the command that you've executed.

Best regards,

Orkun Gedik

Former Member
0 Kudos

Dear Orkun Gedik,

I have checked qasadm has 777 permission on /usr/SAP folder.

I have downloaded 2 type of upgrade master DVD.

1:-51033520_3 ERP 6.0 SR3 Upgrade Master HP-UX on IA64 64bit

2:-51033520_4 ERP 6.0 SR3 Upgrade Master HP-UX on PA-RISC 64bit

if i run PREPARE form 51033520_3 im getting below mention error.

_____________________________________________

Starting SAPup...

interpreter "x64/uld.so" not found

exec(2): could not load a.out

_____________________________________________

If i run from other DVD its giving error like "SAPup: Execute

permission denied"

Regards,

Hiten

Former Member
0 Kudos

Hi Hiten,

At the first step, do you know what CPU type you have? You need to know CPU type, in order to use correct DVD, first.

could you execute the command, below and send the output?

getconf CPU_CHIP_TYPE

or

uname -a

Best regards,

Orkun Gedik

Edited by: Orkun Gedik on Aug 10, 2011 9:42 AM

Former Member
0 Kudos

I checked CPU type is HP-UX IA64.please find below mention machine info.

_______________________________________________________________

devqas:qasadm> machinfo

CPU info:

1 Intel(R) Itanium(R) Processor 9340 (1.6 GHz, 20 MB)

4.79 GT/s QPI, CPU version E0

8 logical processors (8 per socket)

Memory: 16286 MB (15.9 GB)

Firmware info:

Firmware revision: 01.08

FP SWA driver revision: 1.18

IPMI is supported on this system.

BMC firmware revision: 1.01

Platform info:

Model: "ia64 hp Integrity BL860c i2"

Machine ID number: a9fece00-0d3a-11e0-a7ab-15e5798cbd9c

Machine serial number: SGH045X67K

OS info:

Nodename: devqas

Release: HP-UX B.11.31

Version: U (unlimited-user license)

Machine: ia64

ID Number: 2852048384

vmunix releaseversion:

@(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf

__________________________________________________________________________

I try to run PREPARE From 51033520_3:- ERP 6.0 SR3 Upgrade Master HP-UX on IA64 64bit

i got this error.

_______________________________________

Starting SAPup...

interpreter "x64/uld.so" not found

exec(2): could not load a.out

_____________________________________________

Thanks & Regards,

Hiten

Former Member
0 Kudos

Hi Hiten,

>> interpreter "x64/uld.so" not found

>> exec(2): could not load a.out

check whether "uld.so" exist under "/usr/lib/hpux64/"

Best regards,

Orkun Gedik

Former Member
0 Kudos

Yes it's there and qasadm Has read and execute permission on hpux64 folder.

Regards,

Hiten

Former Member
0 Kudos

Yes it's there and qasadm Has read and execute permission on hpux64 folder.

>

> Regards,

> Hiten

Ok I understand that this is OS related issue. So, could you paste the output of the command, below;

ls -ld / /usr/lib /usr/lib/hpux64 /usr/lib/hpux64/uld.so /usr/lib/hpux64/dld.so

Additionally check the environment SHELL=/sbin/sh

Best regards,

Orkun Gedik

Edited by: Orkun Gedik on Aug 10, 2011 4:29 PM

Former Member
0 Kudos

Thank you Orkun Gedik for your support

My problem get resolved , i had raised this issue on SAP oss and i got below replay.

devqas:qasadm> echo $LD_LIBRARY_PATH

sh: LD_LIBRARY_PATH: Parameter not set.

devqas:qasadm> echo $SHLIB_PATH

/usr/lib/hpux64:/oracle/QAS/102_64/lib:/usr/sap/QAS/SYS/exe/run

so please set the LD_LIBRARY_PATH to /usr/lib/hpux64

and also copy the DVD in binary mode to the HP-UX.

Thanks And Regards,

Hiten Modi

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Give 777 permission to your SAPup directory and then try.

Thanks

Sunny

Former Member
0 Kudos

I have already given 777 permission to Put folder, even i try to check SAPup version from root user but i got same error.