-
-
Save MincingWords/2ffcb8dcacb9e4167d2661393f2b757d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pxec9e /var/log # docker run -p 39013:39013 -p 39017:39017 -p 39041-39045:39041-39045 -p 1128-1129:1128-1129 -p 59013-59014:59013-59014 -v /hana/:/hana/mounts --ulimit nofile=1048576:1048576 --sysctl kernel.shmmax=1073741824 --sysctl net.ipv4.ip_local_port_range='40000 60999' --sysctl kernel.shmmni=524288 --sysctl kernel.shmall=8388608 --name hana_express store/saplabs/hanaexpress:2.00.036.00.20190223.1 --passwords-url file:///hana/.json -h hxehost --agree-to-sap-license | |
usage: [options] | |
--dont-check-consistency Skip consistency check between mount points | |
--dont-check-daemon Skip check existence of hdbdaemon process during HANA start | |
--dont-check-mount-points Skip check for allowed mount points | |
--dont-check-version Skip compatibility check of current and last HANA version | |
--dont-check-system Skip check for incompatible /proc/sys values | |
--dont-exit-on-error Halt script on error to allow root cause analysis | |
(MUST NOT be used in production) | |
--license-url <url> URL for a license file (json) | |
Format: {"landscape-id":"<8-4-4-4-12 GUID>", "license":"<license>"} | |
--master-password Initial SYSTEM user password for system DB and tenant DB (INSECURE) | |
--passwords-url <url> URL for a password file (json) | |
Supported formats: | |
- {"master_password":"<pwd>"} | |
- {"system_user_password":"<pwd>","default_tenant_system_user_password":"<pwd>"} | |
--print <print_option> Print and exit, options are: | |
README | |
hdb_version | |
--agree-to-sap-license Indicates you agree to the SAP Developer Center Software Developer License Agreement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment