cancel
Showing results for 
Search instead for 
Did you mean: 

Unpack CAR file in Linux

Former Member
0 Kudos

Hi,

I am trying to install SAP patch solution manager 4.0 all files has been copied in /usr/sap/trans and tyring to unpacking CAR files... in Redhat Linux ver...

I tried CAR -xvf filename -V

doesn't work at all

anyone know how to unpack CAR extension in Linux

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please try the command

1. Go to /usr/sap/trans

2. Copy your "*.CAR" file in /usr/sap/trans

3. Type SAPCAR -xvf *.CAR

It will copy extracted files (*.PAT & *.ATT) into /usr/sap/trans/EPS/in

Regards,

Gaurav

Answers (3)

Answers (3)

debasissahoo
Active Contributor
0 Kudos

Hello,

I tried CAR -xvf filename -V

As of R/3 Release 4.6C, the new archiving tool is SAPCAR and it replaces the previous archiving tool CAR.

SAPCAR is downward compatible to CAR so it can uncar the .CAR files too.

Follow the note for more details

https://service.sap.com/sap/support/notes/212876

Regards,

Debasis.

JPReyes
Active Contributor
0 Kudos

Yeah.. SAPCAR -xvf is the command... make sure that you're standing in /usr/sap/trans as the packages will be decompress on /EPS/in directly...

Regards

Juan

Former Member
0 Kudos

use latest SAPCAR

SAPCAR -xvf <path of the patch>