cancel
Showing results for 
Search instead for 
Did you mean: 

File could not able to extract

Former Member
0 Kudos

Dear all ,

AIX, Oracle , ECC6.0

i could not able extract sar files .

kindly check the below logs

ROOT@PRDCIXI:/sapmnt/IRP/exe#su - irpadm

[YOU HAVE NEW MAIL]

PRDCIXI:irpadm 1> sapcar -xvf SAPEXE_236-20000978.SAR

sapcar: Command not found.

PRDCIXI:irpadm 2>

PRDCIXI:irpadm 2> which car

which: 0652-141 There is no car in /usr/java14_64/bin /home/irpadm /usr/sap/IRP/

SYS/exe/run /usr/bin /etc /usr/sbin /usr/ucb /home/irpadm/bin /usr/bin/X11 /sbin

Regards

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member524429
Active Contributor
0 Kudos

Hi,

Please refer the following Links to get more information for your requirement.

[How to extract (decompressing) CAR and SAR Files using SAPCAR ?|http://www.easymarketplace.de/SAPCAR.php#Decompress]

[SAPCAR online help|http://www.easymarketplace.de/SAPCAR.php#OnlineHelp]

Regards,

Bhavik G. Shroff

Former Member
0 Kudos

Hi,

Nelis Lamprecht is right. Unix is CASE SENSETIVE...

In addition to that,

I will recommend renaming existing SAPCAR to SAPCAR1.

Then use SAPCAR1 to extract the Kernel.

#SAPCAR1 -xvf SAPEXE_236-20000978.SAR

Otherwise extraction will be terminated, when it will try to extract SAPCAR from the SAPEXE_236-20000978.SAR.

Regards

Rajesh Narkhede

nelis
Active Contributor
0 Kudos

Hi,

PRDCIXI:irpadm 1> sapcar -xvf SAPEXE_236-20000978.SAR

sapcar: Command not found.

Unix is case sensitive ! You must use SAPCAR not sapcar.

Nelis

Former Member
0 Kudos

Hi,

You can copy SAPCAR file from kernel folder in the location where you want to extract the files and give the command.

If you do not have kernel folder installed , you can take the file from service market place and extract

Thanks and Regards

Purna

Former Member
0 Kudos

Hi,

"sapcar: Command not found." go to directory where you have sapcar.exe and execute the command from that directory

eg. \usr\sap\<SID>\sys\exe\run\sapcar.exe -xvf "path of *.sar files"

Regards,

Rajesh