Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the sap media structure is different for different sap version - should be unique #76

Open
petersatsuse opened this issue Feb 5, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@petersatsuse
Copy link

petersatsuse commented Feb 5, 2021

as documented in the terraform project, the sap media structure the formula uses need to be different for different sap swpm versions and products.
This is not the case if you use the sap install manual. This confuses customers and make a successful usage of the formula hard.
I would propose a general structure like such below (which other projects use too)

├SWPM_CD
│  ├SWPM20SP07_5-80003424.SAR
│  └SAPCAR_721-20010450.EXE
│  
├EXP_CD
│  ├S4CORE104_INST_EXPORT_1.zip
│  ├S4CORE104_INST_EXPORT_2.zip
│  └...
├DBCLIENT_CD
│  └IMDB_CLIENT20_005_111-80002082.SAR
├BASKET_CD
│   ├SAPHOSTAGENT24_24-20009394.SAR
│   ├igshelper_4-10010245.sar
│   ├igsexe_1-80001746.sar
│   ├SAPEXEDB_400-80000698.SAR^
│   └SAPEXE_400-80000699.SAR
└HANA
    ├51053061_part1.exe
    ├51053061_part2.rar
    ├51053061_part3.rar          
    └51053061_part4.rar

BASKET_ CD : contains SAP kernel, patch + more, like hostagent.
DBCLIENT_CD: contains the package corresponding to DB CLIENT, e.g HANA
EXP_CD : contains the package corresponding to EXPORT files
SWPM_CD : must contain the .exe file corresponding to SAPCAR and the .sar file corresponding to SWPM. The file suffix must be .exe and .sar.

@arbulu89 arbulu89 added the documentation Improvements or additions to documentation label Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants