OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: Jaydeep Mehta on March 31, 2016, 07:16:37 AM

Title: TSM 7.1 Server installation Error
Post by: Jaydeep Mehta on March 31, 2016, 07:16:37 AM
Hi Everyone,

we are trying to TSM 7.1 Serve Install Using silent mode.

when our SA team run below install command below error .

execute the below command
./install.sh -s -acceptLicense -vmargs "-DBYPASS_TSM_REQ_CHECKS=true"
# ./install.sh -s -acceptLicense -vmargs "-DBYPASS_TSM_REQ_CHECKS=true"
ERROR: Installation Manager 1.5.0 (internal version: 1.5.0.20110909_1200) is already installed at location "/export/opt/middleware/InstallationManager/eclipse" and is using "/export/opt/middleware/etc/InstallationManager" for its data location. When installing an Installation Manager, the same data location must be used. The current data location "/var/ibm/InstallationManager" is not the same data location.

00:01.74 ERROR [main] com.ibm.cic.agent.core.application.HeadlessApplication run
  Installation Manager 1.5.0 (internal version: 1.5.0.20110909_1200) is already installed at location "/export/opt/middleware/InstallationManager/eclipse" and is using "/export/opt/middleware/etc/InstallationManager" for its data location. When installing an Installation Manager, the same data location must be used. The current data location "/var/ibm/InstallationManager" is not the same data location.


in our install.ini file we define the /export/opt/middleware/etc/InstallationManager datalocation path but still it give the same error.
our nstall.ini  is

-toolId
install
-accessRights
admin
-dataLocation
/export/opt/middleware/etc/InstallationManager
-vm
jre_6.0.0.sr9_20110208_03/jre/bin/java
input
@osgi.install.area/install.xml
-vmargs
-Xms40m
-Xmx512m
-Xquickstart
-Xgcpolicy:gencon


If Any one know ,please let us know how to Fix this error.

Thanks in advance ..


Title: Re: TSM 7.1 Server installation Error
Post by: Justin Derrick on March 31, 2016, 08:37:21 AM
The original TSM v7.1 installer had a terrible number of bugs.  See if you can download 7.1.1 or newer.

-JD.