XCO 3.2.0 introduces a new argument --deploy-ipmode. If the
--deploy-ipmode
argument is not used, it is assumed as “ipv4” or else you can mention “dual” or
“ipv6”.
source deployment.sh --help
Usage:
source deployment.sh [options]
Options:
-G | --no-graphics
Sets the procedure to not use graphical mode. The default is to use graphics.
-g | --graphics use_graphics
Deprecated: Refer to no-graphics flag
Sets the procedure to either use grahical mode or not. The supported
values are 'yes' and 'no'. The default is 'yes'
-I | --non-interactive
Sets the procedure to use non interactive mode. The default is interactive
mode. In non-interactive mode, the procedure will not use graphics and the
-G|-g option is overridden. In interactive mode, additional options other
than graphics will not be considered and the user will be prompted to
enter the required information.
-i | --interactive use_interactive
Deprecated: Refer to non-interactive flag
Sets the procedure to use interactive or non-interactive mode of
installation. The supported values are 'yes' and 'no'.
The default is 'yes'.
-o | --operation deployment_operation
Sets the value of current mode of operation. The supported values are
'deploy' and 'undeploy'. The operation has to be set to deploy
for a fresh installation or an upgrade to a new version
or to re-deploy the same version. The default is 'deploy'.
-v | --verbose
Send more info to the log during the procedure.