我正在尝试在本地Win 10计算机上的docker上安装SAP ERP系统。
我在GitHub上关注了this tutorial及其documentation。
目前我不得不提到SAP ERP 7.52是可下载的,而7.51版不再是开发人员版本。
问题是当我尝试使用以下命令安装ERP系统时:
docker run -p 8000:8000 -p 44300:44300 -p 3300:3300 -p 3200:3200 -h vhcalnplci --name nwabap751 -it nwabap:7.51 /bin/bash
它在中间显示以下错误并停止:
sapmnt/NPL/profile/DEFAULT.PFL
sapmnt/NPL/profile/NPL_D00_vhcalnplci
sapmnt/NPL/profile/NPL_ASCS01_vhcalnplcs
Checking Linux kernel memory management parameters according to SAP Note 941735
Backing up /etc/sysctl.conf in /etc/sysctl.backup
Checking Linux kernel parameter vm.max_map_count according to SAP Note 900929
Updating the sysctl option vm.max_map_count
The option vm.max_map_count was added to the configuration file
sysctl: setting key "vm.max_map_count": Read-only file system
sysctl: setting key "vm.max_map_count": Read-only file system
Error: Could not reload sysctl configuration
All logs have been written to the file /tmp/sapdownloads/install_2019-07-04_08-53-42.log
Please see readme.html to find out how to get help
我什至设置了vm.max_map_count=262144
,但问题仍然存在。
当我尝试sysctl configuration
时,我还会收到以下消息:
vhcalnplci:/tmp/sapdownloads # sysctl configuration
sysctl: cannot stat /proc/sys/configuration: No such file or directory
有人有类似的经历吗?