Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command Line Switch

Description

Default

Required

Controller Property


Panel
--controller-file


Full path of the Universal Controller war file from the downloaded Universal Controller package.

none

Yes



Panel
--dbname


Universal Controller database name.

Note

The property Properties#uc.db.name should be set to the name of the database being connected to. It can be seen in the System Details widget under Database information as well as in the uc.log.


  • Oracle
  • SQL Server
    • If the uc.db.url property contains the attribute "DatabaseName" then the Properties#uc.db.name property is for informational purposes only, similar to Oracle.
    •     If however, the uc.db.url does not contain the database name, then the Properties#uc.db.name will be used to connect to the database by issuing the SQL "USE dbname", where dbname is the value of the Properties#uc.db.name property.
  • MySQL
    • MySQL should not contain the database name in the uc.db.url property.
    •     MySQL will use the Properties#uc.db.name property to connect to the database specficied by also issuing the SQL "USE dbname" statement where dbname is the value of the Properties#uc.db.name property.


uc

No

uc.db.name=


Panel
--dbpass


Database user's password.

none

Yes

uc.db.password=


Panel
--dburl


JDBC connection URL.
 
Format:   jdbc:<jdbc vendor>:<other jdbc vendor data>
 
Examples (for MS SQLServer, uc is the database name; for Oracle, XE is the SID):
 

Include Page
IL:dburl examples - 7.0.0.0
IL:dburl examples - 7.0.0.0

jdbc:mysql://localhost

No

uc.db.url=


Panel
--dbuser


Database user name.

none

Yes

uc.db.user=


Panel
--port


Used by the Universal Controller to generate a unique Cluster Node Node Id in the format of hostname:port-dbname.

Note
titleNote

This is meant to represent the value of the Tomcat HTTP/1.1 Connector port configured in the server.xml.

It is used solely for Node Id generation and does not impact the Tomcat HTTP/1.1 Connector configuration.


8080

No

uc.servlet.port


Panel
--rdbms


Database type.
 
Valid values are:

  • mysql
  • sqlserver
  • oracle
Note
iconfalse

* --rdbms is required if --dburl is used in the command.


mysql

No *

uc.db.rdbms=


Panel
--tomcat-dir


Path to the Tomcat installation directory (contains the directories:/bin, /conf, /logs, webapps).

none

Yes


...