Azure / sap-automation

This is the repository supporting the SAP deployment automation framework on Azure
MIT License
122 stars 142 forks source link

Extend 'root' and 'tmp' logical volumes for SAP CAL integration on RHEL #618

Closed nnoaman closed 2 months ago

nnoaman commented 2 months ago

Problem

During the SAP CAL installation on RHEL, a "no space left" error was encountered due to insufficient space in the rootlv and tmplv logical volumes. This issue happens while extracting binaries, which impeded the successful completion of the installation process.

Solution

Extended the "rootlv" and "tmplv" logical volumes to ensure sufficient space for the SAP CAL binaries

Tests

Re-tested the SAP CAL installation to verify that the space issue was resolved and no additional space-related errors occurred.