2023163 - Downloading multispanning TAR archives
Symptom
An archive is in TAR multispanning format.
Other Terms
linux tar
Reason and Prerequisites
For multispanning archives, there are archives that are distributed to several files.
If the info and tar programs are properly installed at your Linux server, the command
info tar
should give you access to the manual.
Solution
Download all archive files that belong together (<archive-name>P1.tar, <archive-name>P2.tar ) into a single directory. You cannot change the file names.
The command:
tar -xvM --file=<archive-name>P1.tar --file=<archive-name>P2.tar
verbosely extracts the contents of tar archives to the current directory.
tar options:
-x extract files from an archive
-v verbosely list files processed
-M multi-volume archive
'IT > SAP' 카테고리의 다른 글
Solman 7.1 ABAP Dump MOVE_CAST_ERROR (0) | 2014.07.01 |
---|---|
88416 - Zero administration memory management for the ABAP server (0) | 2014.06.30 |
Adding SWAP file for Linux (0) | 2014.05.03 |
1134948 - ABAP Migration Key for special installation numbers (0) | 2014.04.22 |
SUM or JSPM - Validation fails due to mismatch at software features (0) | 2013.11.07 |