Instructions for working with sample response files for IBM® Installation Manager to facilitate creating a silent MobileFirst Server installation.
Sample response files for IBM Installation Manager are provided in the Silent_Install_Sample_Files.zip compressed file. The following procedures describe how to use them.
For an installation that installs Application Center, pick the sample response file from the following table, depending on your application server and database.
Application server where you install the Application Center | Derby | IBM DB2® | MySQL | Oracle |
---|---|---|---|---|
WebSphere® Application Server Liberty profile | install-liberty-derby.xml | install-liberty-db2.xml | install-liberty-mysql.xml (See Note) | install-liberty-oracle.xml |
WebSphere Application Server full profile, stand-alone server | install-was-derby.xml | install-was-db2.xml | install-was-mysql.xml (See Note) | install-was-oracle.xml |
WebSphere Application Server Network Deployment | n/a | install-wasnd-cluster-db2.xml install-wasnd-server-db2.xml install-wasnd-node-db2.xml install-wasnd-cell-db2.xml |
install-wasnd-cluster-mysql.xml (See
Note) install-wasnd-server-mysql.xml (See Note) install-wasnd-node-mysql.xml install-wasnd-cell-mysql.xml (See Note) |
install-wasnd-cluster-oracle.xml install-wasnd-server-oracle.xml install-wasnd-node-oracle.xml install-wasnd-cell-oracle.xml |
Apache Tomcat | install-tomcat-derby.xml | install-tomcat-db2.xml | install-tomcat-mysql.xml | install-tomcat-oracle.xml |
Initial version of MobileFirst Server | Sample file |
---|---|
Worklight Server V5.x | uninstall-initially-worklightv5.xml |
Worklight Server V6.x | uninstall-initially-worklightv6.xml |
IBM MobileFirst™ Platform Server V6.x or later | uninstall-initially-mfpserver.xml |
chmod 600 <target-file.xml>
cacls <target-file.xml> /P Administrators:F %USERDOMAIN%\%USERNAME%:F
In the <profile> element, adjust the values of each key/value pair.
In the <offering> element in the <install> element, set the version attribute to match the release you want to install, or remove the version attribute if you want to install the newest version available in the repositories.
<InstallationManagerPath>/eclipse/tools/imcl input <responseFile> -log /tmp/installwl.log -acceptLicense
Where: