You've already forked mariadb-columnstore-engine
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:
1
oamapps/postConfigure/quick_installer_amazon.sh
Normal file → Executable file
1
oamapps/postConfigure/quick_installer_amazon.sh
Normal file → Executable 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
1
oamapps/postConfigure/quick_installer_multi_server.sh
Normal file → Executable 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
1
oamapps/postConfigure/quick_installer_single_server.sh
Normal file → Executable 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
|
||||
|
Reference in New Issue
Block a user