yajsw/bat/setenv.sh
, the java_exe
variable is adjusted so that it contains the entire path to the interpreter. Afterwards, the stopDaemon.sh
, uninstallDaemon.sh
and installDaemon.sh
scripts must be opened in this sequence in the same directory.
yajsw/bat/setenv.bat
, the java_exe
and javaw_exe
variables are adjusted so that they contain the entire path to the respective interpreter. Afterwards, the stopService.bat
, uninstallDaemon.sh
, uninstallService.bat
and installService.bat
scripts must be opened in this sequence in the same directory.
install_planta.bat
(on Windows systems) or install_planta.sh
(on Linux systems). planta-windows.properties
file (on Windows systems) or planta-linux.properties
(on Linux systems), in order to set the parameters for your installation. For further information on available parameters, please click here.
server.install
and client.install
parameters to yes or no, whereas client.install
is only available on Windows systems.
C:\\planta\\server
instead of C:\planta\server
install_planta_with_template.bat
script (on Windows systems) afterwards or install_planta_with_template.sh
(on Linux systems).
/install/planta-linux.properties
and /install/planta-windows.properties
files may be configured.
/scripts
, especially scripts/temp.linux.properties
and scripts/temp.windows.properties
must NOT be changed.
server.path
/ client.path
parameters) and the install_planta
directory in your temporary directory before carrying out a reinstallation.
\config\planta_server.conf
file.
\yajsw\bat\queryService.bat
or /yajsw/bat/queryDaemon.sh
)
Parameter | Name in properties files | Used for component | Meaning |
---|---|---|---|
DB log directory | log.path |
Server, client | A directory in which a log file with information on the installation is saved.
|
Database type | db.type |
Server | Database type
|
License | License |
Server, NEW monitoring | Your license number allocated by PLANTA, e.g. 100 |
Database server | db.server |
Server, NEW monitoring | Name or IP address of the server on which the database is running |
Database port | db.oracle.port / db.mssql.port |
Server, NEW monitoring | Port to the database. By default, the Oracle port is 1521 and the MSSQL port is 1433 |
Database name | db.name |
Server, NEW monitoring | The SID in Oracle, the database name in MSSQL |
MSSQL server uses named instance | db.use_named_instance |
Server, NEW monitoring | Specifies for MSSQL databases whether to connect to a named instance or to the default instance
|
Database instance | db.instance |
Server, NEW Monitoring | Name of the MSSQL instance to which to connect.
|
Database user | db.user |
Server, NEW monitoring | User for which the schema is to be installed |
Database password | db.password |
Server, NEW monitoring | The password of the user |
Server IP address | SERVER_IP |
Server, client | IP address of the PLANTA server.
|
Port | PORT |
Server, client | Port number via which the server communicates with the clients. This number should be a five-digit number less than 30000, which is not used by any other process |
Name of the PLANTA service | service.name |
Server | Name of the service assigned to the PLANTA server.
|
Hibernate dialect | hibernate.oracle.dialect / hibernate.mssql.dialect= |
Server | Hibernate dialect, required to communicate with your database. This is a hibernate specific name, which depends on the database version used and should only be changed by administrators. Default values set are de.planta.server.hibernate.dialect.Oracle10gDialect for Oracle or de.planta.server.hibernate.dialect.SQLServerDialect for MSSQL
|
Hibernate connect class | hibernate.oracle.driver_class / hibernate.mssql.driver_class |
Server | Java class required to communicate with hibernate. This is a jdbc specific class, which depends on the database version used and should only be changed by administrators. Default values set are oracle.jdbc.driver.OracleDriver for Oracle or com.microsoft.sqlserver.jdbc.SQLServerDriver for MSSQL
|
New server directory | server.path |
Server,NEW monitoring | Directory in which the PLANTA project server is to be installed
|
Name of the user group | service.user.group |
Server, NEW monitoring | Name of the user group to which the server files are supposed to belong
|
Name of the service user | server.user.name |
Server, NEW monitoring | User to which the Linux installation belongs (a.o., it is the user that starts the server process)
|
Expected utilization | system.dimension |
Server | How large will the utilization of this system be? (small = test system, middle = normal operation, large = many users on the system simultaneously)
|
NEW Monitoring activated | planta.monitoring.enable |
Server | Specifies whether the monitoring component for the server is to be activated
|
NEW Port of the monitoring interface | planta.monitoring.port |
Server, monitoring | Port number via which the server communicates with the monitoring component. It should be a five-digit number less than 30000, which is not used by any other process
|
NEW Monitoring interface IP | planta.monitoring.interface |
Server | Specifies the IP address of the monitoring component
|
NEW Port of the web interface | monitoring.port |
Monitoring | Port number of the monitoring component web service. It should be a five-digit number less than 30000, which is not used by any other process
|
NEW Monitoring directory | monitoring.path |
Monitoring | Directory in which the monitoring component is to be installed
|
NEW Name of the monitoring service | monitoring.service |
Monitoring | Name of the service assigned to the monitoring component.
|
Client directory | client.path |
Client | Directory, in which the PLANTA project client is to be installed
|
Desktop shortcut | client.create_desktop_shortcut |
Client | Defines whether a shortcut to the client is to be created on the desktop
|
Startup shortcut | client.create_menu_shortcut |
Client | Defines whether a shortcut to the client is to be created in the startup menu
|
Installation type | planta.install_type |
Server | Specifies whether you updated from a 39.4.4.0- or from a 39.5.x system
|
Existing server directory | server.path.existing |
Server | Specifies the directory in which the existing server is installed |
Existing server version | server.version |
Server | Specifies the version number of the existing server version
|
server.install
: Specifies whether a PLANTA server is to be installed. Possible values are "yes" or "no".
monitoring.install
: Specifies whether the monitoring service of the PLANTA Server is to be installed. Possible values are "yes" or "no".
client.install
: Specifies whether a PLANTA client is to be installed. Possible values are "yes" or "no". See also: Install Hotfix, Release Notes, Requirements and Platforms |
JAVA_HOME
(e.g. /usr/java/jdk1.6.0_21
)
CLASSPATH
(e.g. /usr/java/jdk1.6.0_21/bin
)
PATH
(e.g. /usr/java/jdk1.6.0_21/bin:/usr/java/jdk1.6.0_21/jre/bin:$PATH
)
JRE_HOME
(e.g. /usr/java/jdk1.6.0_21/jre
)
JAVA_JAR
(e.g. /usr/java/java_jar
)
install_planta.bat
(on Windows systems) or install_planta.sh
(on Linux systems). planta-windows.properties
file (on Windows systems) or planta-linux.properties
(on Linux systems), in order to set the parameters for your installation. For further information on available parameters, please click here.
server.install
and client.install
parameters to yes or no, whereas client.install
is only available on Windows systems.
C:\\planta\\server
instead of C:\planta\server
install_planta_with_template.bat
script (on Windows systems) afterwards or install_planta_with_template.sh
(on Linux systems).
/install/planta-linux.properties
and /install/planta-windows.properties
files may be configured.
/scripts
, especially scripts/temp.linux.properties
and scripts/temp.windows.properties
must NOT be changed.
server.path
/ client.path
parameters) and the install_planta
directory in your temporary directory before carrying out a reinstallation.
\config\planta_server.conf
file.
\yajsw\bat\queryService.bat
or /yajsw/bat/queryDaemon.sh
)
Parameter | Name in properties files | Used for component | Meaning |
---|---|---|---|
DB log directory | log.path |
Server, client | A directory in which a log file with information on the installation is saved.
|
Database type | db.type |
Server | Database type
|
License | License |
Server | Your license number allocated by PLANTA, e.g. 100 |
Database server | db.server |
Server | Name or IP address of the server on which the database is running |
Database port | db.oracle.port / db.mssql.port |
Server | Port to the database. By default the Oracle port is 1521 and the MSSQL port is 1433 |
Database name | db.name |
Server | The SID in Oracle, the database name in MSSQL |
MSSQL server uses named instance | db.use_named_instance |
Server | Specifies for MSSQL databases whether to connect to a named instance or to the default instance
|
Database instance | db.instance |
Server | Name of the MSSQL instance to which to connect.
|
Database user | db.user |
Server | User for which the schema is to be installed |
Database password | db.password |
Server | Password of the user |
Server IP address | SERVER_IP |
Server, client | IP address of the PLANTA server.
|
Port | PORT |
Server, client | Port number via which the server communicates with the clients. This number should be a five-digit number less than 30000, which is not used by any other process |
Name of the PLANTA service | service.name |
Server | Name of the service assigned to the PLANTA server.
|
Hibernate dialect | hibernate.oracle.dialect / hibernate.mssql.dialect= |
Server | Hibernate dialect, required to communicate with your database. This is a hibernate specific name, which depends on the database version used and should only be changed by administrators. Default values set are de.planta.server.hibernate.dialect.Oracle10gDialect for Oracle or de.planta.server.hibernate.dialect.SQLServerDialect for MSSQL
|
Hibernate connect class | hibernate.oracle.driver_class / hibernate.mssql.driver_class |
Server | Java class required to communicate with hibernate. This is a jdbc specific class, which depends on the database version used and should only be changed by administrators. Default values set are oracle.jdbc.driver.OracleDriver for Oracle or com.microsoft.sqlserver.jdbc.SQLServerDriver for MSSQL
|
New server directory | server.path |
Server | Directory in which the PLANTA project client is to be installed
|
Linux group | server.linux.group |
Server | Linux group to which the Linux installation belongs
|
Linux user | server.linux.user |
Server | Linux user to which the Linux installation belongs (this is, a.o., the user that starts the server process)
|
Expected utilization | system.dimension |
Server | How large will the utilization of this system be? (small = test system, middle = normal operation, large = many users on the system simultaneously)
|
Client directory | client.path |
Client | Directory, in which the PLANTA project client is to be installed
|
Desktop shortcut | client.create_desktop_shortcut |
Client | Defines whether a shortcut to the client is to be created on the desktop
|
Startup shortcut | client.create_menu_shortcut |
Client | Defines whether a shortcut to the client is to be created in the startup menu
|
Installation type | install_type |
Server | Specifies whether you update from a 39.4.4.0- or from a 39.5.x system
|
Existing server directory | server.path.existing |
Server | Specifies the directory in which the existing server is installed |
Existing server version | server.version |
Server | Specifies the version number of the existing server version
|
server.install
: Specifies whether a PLANTA server is to be installed. Possible values are "yes" or "no".
client.install
: Specifies whether a PLANTA client is to be installed. Possible values are "yes" or "no". See also: Install Hotfix, Release Notes, Requirements and Platforms |
JAVA_HOME
(e.g. /usr/java/jdk1.6.0_21
)
CLASSPATH
(e.g. /usr/java/jdk1.6.0_21/bin
)
PATH
(e.g. /usr/java/jdk1.6.0_21/bin:/usr/java/jdk1.6.0_21/jre/bin:$PATH
)
JRE_HOME
(e.g. /usr/java/jdk1.6.0_21/jre
)
JAVA_JAR
(e.g. /usr/java/java_jar
)
install_planta.bat
(on Windows systems) or install_planta.sh
(on Linux systems). planta-windows.properties
file (on Windows systems) or planta-linux.properties
(on Linux systems), in order to set the parameters for your installation. For further information on available parameters, please click here.
server.install
and client.install
parameters to yes or no, whereas client.install
is only available on Windows systems.
C:\\planta\\server
instead of C:\planta\server
install_planta_with_template.bat
script (on Windows systems) afterwards or install_planta_with_template.sh
(on Linux systems).
/install/planta-linux.properties
and /install/planta-windows.properties
files may be configured.
/scripts
, especially scripts/temp.linux.properties
and scripts/temp.windows.properties
must NOT be changed.
server.path
/ client.path
parameters) and the install_planta
directory in your temporary directory before carrying out a reinstallation.
\config\planta_server.conf
file.
\yajsw\bat\queryService.bat
or /yajsw/bat/queryDaemon.sh
)
Parameter | Name in properties files | Used for component | Meaning |
---|---|---|---|
DB log directory | log.path |
Server, client | A directory in which a log file with information on the installation is saved.
|
Database type | db.type |
Server | Database type
|
License | License |
Server | Your license number allocated by PLANTA, e.g. 100 |
Database server | db.server |
Server | Name or IP address of the server on which the database is running |
Database port | db.oracle.port / db.mssql.port |
Server | Port to the database. By default the Oracle port is 1521 and the MSSQL port is 1433 |
Database name | db.name |
Server | The SID in Oracle, the database name in MSSQL |
MSSQL server uses named instance | db.use_named_instance |
Server | Specifies for MSSQL databases whether to connect to a named instance or to the default instance
|
Database instance | db.instance |
Server | Name of the MSSQL instance to which to connect.
|
Database user | db.user |
Server | User for which the schema is to be installed |
Database password | db.password |
Server | Password of the user |
Server IP address | SERVER_IP |
Server, client | IP address of the PLANTA server.
|
Port | PORT |
Server, client | Port number via which the server communicates with the clients. This number should be a five-digit number less than 30000, which is not used by any other process |
Name of the PLANTA service | service.name |
Server | Name of the service assigned to the PLANTA server.
|
Hibernate dialect | hibernate.oracle.dialect / hibernate.mssql.dialect= |
Server | The hibernate dialect required to communicate with your database. This is a hibernate specific name, which depends on the database version used and should only be changed by administrators. Default values set are de.planta.server.hibernate.dialect.Oracle10gDialect for Oracle or =de.planta.server.hibernate.dialect.SQLServerDialect for MSSQL
|
Hibernate connect class | hibernate.oracle.driver_class / hibernate.mssql.driver_class= |
Server | The Java class required to communicate with hibernate. This is a jdbc specific class, which depends on the database version used and should only be changed by administrators. Default values set are oracle.jdbc.driver.OracleDriver for Oracle or =com.microsoft.sqlserver.jdbc.SQLServerDriver for MSSQL
|
New server directory | server.path |
Server | Directory in which the PLANTA project client is to be installed
|
Linux group | server.linux.group |
Server | Linux group to which the Linux installation belongs
|
Linux user | server.linux.user |
Server | Linux user to which the Linux installation belongs (this is, a.o., the user that starts the server process)
|
Expected utilization | system.dimension |
Server | How large will the utilization of this system be? (small = test system, middle = normal operation, large = many users on the system simultaneously)
|
Client directory | client.path |
Client | Directory, in which the PLANTA project client is to be installed
|
Desktop shortcut | client.create_desktop_shortcut |
Client | Defines whether a shortcut to the client is to be created on the desktop
|
Startup shortcut | client.create_menu_shortcut |
Client | Defines whether a shortcut to the client is to be created in the startup menu
|
Installation type NEW | install_type |
Server | Specifies whether you update from a 39.4.4.0- or from a 39.5.x system
|
Existing server directory NEW | server.path.existing |
Server | Specifies the directory in which the existing server is installed |
server.install
: Specifies whether a PLANTA server is to be installed. Possible values are "yes" or "no".
client.install
: Specifies whether a PLANTA client is to be installed. Possible values are "yes" or "no". See also: Install Hotfix, Release Notes, Requirements and Platforms |
JAVA_HOME
(e.g. /usr/java/jdk1.6.0_21
)
CLASSPATH
(e.g. /usr/java/jdk1.6.0_21/bin
)
PATH
(e.g. /usr/java/jdk1.6.0_21/bin:/usr/java/jdk1.6.0_21/jre/bin:$PATH
)
JRE_HOME
(e.g. /usr/java/jdk1.6.0_21/jre
)
JAVA_JAR
(e.g. /usr/java/java_jar
)
install_planta.bat
(on Windows systems) or install_planta.sh
(on Linux systems). planta-windows.properties
file (on Windows systems) or planta-linux.properties
(on Linux systems), in order to set the parameters for your installation. For further information on available parameters, please click here.
server.install
and client.install
parameters to yes or no, whereas client.install
is only available on Windows systems.
C:\\planta\\server
instead of C:\planta\server
install_planta_with_template.bat
script (on Windows systems) afterwards or install_planta_with_template.sh
(on Linux systems).
server.path
/ client.path
parameters) and the install_planta
directory in your temporary directory before carrying out a reinstallation.
\config\planta_server.conf
file.
\yajsw\bat\queryService.bat
or /yajsw/bat/queryDaemon.sh
)
Parameter | Name in properties files | Used for component | Meaning |
---|---|---|---|
DB log directory | log.path | Server, client | A directory in which a log file with information on the installation is saved.
|
Database type | db.type | Server | Database type
|
License | License | Server | Your license number allocated by PLANTA, e.g. 100 |
Database server | db.server | Server | Name or IP address of the server on which the database is running |
Database port | db.oracle.port / db.mssql.port | Server | Port to the database. By default, the Oracle port is 1521 and the MSSQL port is 1433 |
Database name | db.name | Server | The SID in Oracle, the database name in MSSQL |
MSSQL server uses named instance | db.use_named_instance | Server | Specifies for MSSQL databases whether to connect to a named instance or to the default instance
|
Database instance | db.instance | Server | Name of the MSSQL instance to which to connect.
|
Database user | db.user | Server | User for which the schema is to be installed |
Database password | db.password | Server | Password of the user |
Server IP address | SERVER_IP | Server, Client | IP address of the PLANTA server.
|
Port | PORT | Server, client | Port number through which the server communicates with the clients. This number should be a five-digit number less than 30000, which is not used by any other process |
Name of the PLANTA service | service.name | Server | Name of the service assigned to the PLANTA server.
|
Hibernate dialect | hibernate.oracle.dialect / hibernate.mssql.dialect | Server | Hibernate dialect, required to communicate with your database. This is a hibernate specific name, which depends on the database version used and should only be changed by administrators. Default values set are de.planta.server.hibernate.dialect.Oracle10gDialect for Oracle or de.planta.server.hibernate.dialect.SQLServerDialect for MSSQL
|
Hibernate connect class | hibernate.oracle.driver_class / hibernate.mssql.driver_class | Server | Java class required to communicate with hibernate. This is a jdbc specific class, which depends on the database version used and should only be changed by administrators. Default values set are oracle.jdbc.driver.OracleDriver für Oracle or com.microsoft.sqlserver.jdbc.SQLServerDriver for MSSQL
|
Server directory | server.path | Server | Directory in which the PLANTA project server is to be installed
|
Linux group | server.linux.grou= | Server | Linux group to which the Linux installation belongs
|
Linux user | server.linux.user | Server | Linux user to which the Linux installation belongs (user that, a.o., starts the server process)
|
Expected utilization | system.dimension | Server | How heavily this system will be utilized (small = test system, medium = normal operation, large = many users simultaneously on the system)
|
Client directory | client.path | Client | Directory in which the PLANTA project client is to be installed
|
Desktop shortcut | client.create_desktop_shortcut | Client | Defines whether a shortcut to the client is to be created on the desktop
|
Startup shortcut | client.create_menu_shortcut | Client | Defines whether a shortcut to the client is to be created in the startup menu
|
server.install
: Specifies whether a PLANTA server is to be installed. Possible values are "yes" or "no".
client.install
: Specifies whether a PLANTA client is to be installed. Possible values are "yes" or "no". See also: Install Hotfix, Release Notes, Requirements and Platforms |