Understanding the database settings for silent installation

Learn the database settings for silent installation.

Note: Silent installation supports workgroups only.

LDD database settings

For Firebird

Setting

Description

Required value

_installOption

The type of installation.

Install

_lddDatabaseType

The type of database that LDD is installed on.

FIREBIRD

_lddLoadBalancerIp

The IP address of the load balancer where LDD is installed.

N/A

_lddDatabaseIp

The IP address of the internal database where LDD is installed.

N/A

_lddDatabasePassword

The password for the database.

N/A

_lddDatabasePasswordEncrypted

The encrypted password of the database. If this setting is not applicable, then provide the value of _lddDatabasePassword.

N/A

For Microsoft SQL Server

Setting

Description

Required value

_installOption

The type of installation.

Install

_lddDatabaseType

The type of database that LDD is installed on.

MSSQL

_lddLoadBalancerIp

The IP address of the load balancer where LDD is installed.

N/A

_lddDatabasePort

The port number of the Microsoft SQL Server database that LDD is using.

N/A

_lddDatabaseIp

The IP address of the internal database where LDD is installed.

N/A

_lddDatabasePassword

The password for the database.

N/A

_lddDatabasePasswordEncrypted

The encrypted password of the database. If this setting is not applicable, then provide the value of _lddDatabasePassword.

N/A

_lddInstanceName

The instance name of the Microsoft SQL Server database that LDD is using.

N/A

_lddDBIntegratedSecurity

Determines whether LDD is using Integrated Security.

integratedSecurity=true;

LPM database settings

For Firebird

Setting

Description

Required value

_DBProduct

The database that LPM is using.

Internal Database

_DBProductName

The type of database that LPM is using.

firebirdsql

_DBIp

The IP address or host name of the database that LPM is using.

N/A

_DBName

The name of the database that LPM is using.

/3050:SOLUTIONINFO

_DBUsername

The username for the database that LPM is using.

framework

_DBPassword

The password for the database that LPM is using.

Refer to the connectionPassword attribute in <install‑Dir> \Lexmark\Solutions\apps\wf‑ldss\WEB-INF\classes\server.xml file, where <install‑Dir> is the installation folder of LDD.

_DBPasswordEncrypted

The encrypted password of the database that LPM is using. If this setting is not applicable, then provide the value of _DBPassword.

Refer to the connectionPassword attribute in <install‑Dir> \Lexmark\Solutions\apps\wf‑ldss\WEB-INF\classes\server.xml file, where <install‑Dir> is the installation folder of LDD.

_DBAuthMethod

The authentication method for the Firebird database.
Notes:
  • Set to 0 to use user credentials.

  • Set to 1 to use Integrated Security.

  • Set to 2 to use a group Managed Service Account.

0

For Microsoft SQL Server

Setting

Description

Required value

_DBIp

The IP address or host name of the database that LPM is using.

N/A

_DBIntegratedSecurity

If MSSQL is using Integrated Security.

integratedSecurity=true;

_DBName

The name of the database that LPM is using.

databasename=<DB Name>;

_DBUsername

The username for the database.

N/A

_DBPassword

The password for the database.

N/A

_DBDriver

The driver for the database that LPM is using.

com.microsoft.sqlserver.jdbc.SQLServerDriver

_DBDialect

The database dialect that LPM is using.

org.hibernate.dialect.SQLServer2008Dialect

_DBValidationQuery

The query used to validate the database.

1

_DBQuartzDriverDelegate

The driver for Quartz that LPM is using.

org.quartz.impl.jdbcjobstore.MSSQLDelegate

_DBForwardSlashes

The other characters to put in Java Database Connectivity for Microsoft SQL Server.

//

_DBProduct

The database that LPM is using.

MSSQL

_DBProductName

The type of database that LPM is using.

sqlserver

_DBPort

The port number of the database that LPM is using.

N/A

_DBInstanceName

The instance name of the Microsoft SQL Server database that LPM is using.

N/A

_MSDBName

The database name of Microsoft SQL Server.

N/A

_MSDBUserName

The username for Microsoft SQL Server.

N/A

_MSDBPassword

The password for Microsoft SQL Server.

N/A

_DBAuthMethod

The authentication method for the Microsoft SQL Server database.

  • 0 (Uses user credentials)

  • 1 (Uses Integrated Security)

  • 2 (Uses a group Managed Service Account)

LPM LDAP settings

Setting

Description

Required value

_LDAPURL

The IP address or host name of the LDAP server.

Use either of the following formats for its value:

  • ldap://IPaddress

  • ldaps://IPaddress

Where IPaddress is the host name or IP address of the LDAP server.

_LDAPPort

The port number of the LDAP server.

N/A

_LDAPSearchBase

The search base of the LDAP server.

N/A

_LDAPUserAttribute

The user attribute of the LDAP server.

N/A

_LDAPUserName

The username for the LDAP server when anonymous bind is not enabled.

N/A

_LDAPPassword

The password for the LDAP server when anonymous bind is not enabled.

N/A

_LDAPPasswordConfirm

The password for the LDAP server when anonymous bind is not enabled.

N/A

_LDAPPasswordEncrypted

The encrypted password of the LDAP server when anonymous bind is not enabled. If this setting is not applicable, then provide the value of _LDAPPassword.

N/A

_LDAPAuthMethodState

The method for LDAP authentication.

  • Username

  • Anonymous

_LDAPIgnoreSSLCertificateValidationFlag

Disables certificate validation for LDAP. This setting is only used when using LDAPS.

  • true (Ignores the certificate)

  • false (Validates the certificate)

LPM installation settings

Setting

Description

Required value

_silentEmailComponent

Installs the email component.

  • 1 (Install)

  • 0 (Do not install)

_silentMobileComponent

Installs the mobile component.

  • 1 (Install)

  • 0 (Do not install)

_silentAirprintComponent

Installs the AirPrint component.

  • 1 (Install)

  • 0 (Do not install)

_silentInstallPRSolution

Installs the Print Release solution.

  • 1 (Install)

  • 0 (Do not install)

_silentInstallMobileSolution

Installs the mobile solution.

Note: Make sure that either _silentMobileComponent or _silentAirprintComponent is set to 1.
  • 1 (Install)

  • 0 (Do not install)

_silentInstallLiquibase

Runs the Liquibase migration.

  • 1 (Install)

  • 0 (Do not install)