1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-02 17:46:37 +03:00

add system name option

This commit is contained in:
David Hill
2018-07-12 09:30:03 -05:00
parent 42448e9022
commit 16cf8b79cd
3 changed files with 3 additions and 0 deletions

1
oamapps/postConfigure/quick_installer_amazon.sh Normal file → Executable file
View File

@ -33,6 +33,7 @@ for arg in "$@"; do
echo "--um-count=x Number of um instances to create, optional"
echo "--system-name=nnnn System Name, optional"
echo ""
exit 1
else
echo "./quick_installer_amazon.sh: unknown argument: $arg, enter --help for help" 1>&2
exit 1

1
oamapps/postConfigure/quick_installer_multi_server.sh Normal file → Executable file
View File

@ -37,6 +37,7 @@ for arg in "$@"; do
echo "--dist-install Use Distributed Install, optional"
echo "--system-name=nnnn System Name, optional"
echo ""
exit 1
else
echo "quick_installer_multi_server.sh: unknown argument: $arg, enter --help for help" 1>&2
exit 1

1
oamapps/postConfigure/quick_installer_single_server.sh Normal file → Executable file
View File

@ -10,6 +10,7 @@ for arg in "$@"; do
echo ""
echo "Quick Installer for a Single Server MariaDB ColumnStore Install"
echo ""
exit 1
else
echo "quick_installer_multi_server.sh: ignoring unknown argument: $arg" 1>&2
fi