stopService
Command Reference
Description
Stop the Hypersonic SQL database server instance
Usage
ctl -t HsqldbRdb -o <objectname> -c stopService [-database <db1>] [-hsqldbhome <${entity.deployment-install-root}>] [-javahome <${env.JAVA_HOME}>]
Options
Option | Description | Type | Default |
---|---|---|---|
database | Name of the first database file and its alias | string | db1 / ${entity.attribute.rdbInstanceName} |
hsqldbhome | Value of HSQLDB_HOME | string | ${entity.deployment-install-root} / ${entity.attribute.hsqldbRdbHome} |
javahome | Value of JAVA_HOME | string | ${env.JAVA_HOME} / ${entity.attribute.hsqldbRdbJavaHome} |