Edit the SilentInstall_Linux.txt file to set installation options, then run the installation script.
-V AgreeToSAPLicense="false"
#-V AdminPassword=""
#-V KeystorePassword=""
For both the admin password and the keystore password, only alphabetic and numeric characters, spaces, periods, colons, dashes, and hyphens are allowed.
If you installed a custom database and want to install SAP Mobile Platform to work with it, set the parameters as indicated in the table below. Other parameters you can change are documented in comments in the SilentInstall_Linux.txt file.
Explanation | |
---|---|
-V developerInstall="true" | The default is true, which specifies a developer installation, with no
options, using the embedded SQL Anywhere database. Change to false to
enable a production installation, which allows you to set all other
parameters, including a custom database.
Note If you set this property to
false, you must also set the productionInstall
property to true.
|
-V productionInstall="false" | The default is false, which specifies a developer installation, with
no options, using the embedded SQL Anywhere database. Change to true to
enable a production installation, which allows you to set all other
parameters, including a custom database.
Note If you set this property to
true, you must also set the developerInstall property
to false.
|
-V sqlaEmbeddedDB="true" | The default is true; the default database is SQL Anywhere. Set to false to select another database. |
-V existDB="false" | The default is false, which disables selecting a database other than
SQL Anywhere. Set to true to select another database. |
-V existDBType="<database>" | The database you installed to use with
SAP Mobile Platform:
|
-V dbHostName="<database_host_name>" | The name of the host on which you installed the database to use with SAP Mobile Platform. |
-V dbPortNumber="<database_port>" | The port number your database uses. |
-V dbLogin="gomobile" | The admin user name, either "gomobile" or the new name if you changed it from the default. |
-V dbPassword="secret" | The admin password, either "secret" or the new password if you changed
it from the default. Note For SAP ASE, if the database is set up without a
password (with blank password), leave this property
commented.
|
-V dbDBName="smp3" | The database name, either "smp3" or the new name if you changed it
from the default. Note For an Oracle database, dbDBName is
either the service name or the SID, depending on how you access
Oracle.
|
-V ignorePingError="false" | The default value "false" stops the installer if it cannot
successfully ping your database using the specified values. SAP recommends
that you keep the default value. Caution If this option is true
and the database ping fails, the installation completes, but the server
will not start.
|
-V jdbcDriver="<jdbc_path>" | (Microsoft SQL Server or Oracle) The path to the JDBC driver that
corresponds to the value of existDBType:
|
#-P installLocation="<Home directory>/SAP/MobilePlatform3"
sh SilentInstall_Linux.sh
The installer displays progress messages as it completes each step of the installation. Watch for this message when the installer completes: Installation Successful.