Bootstrap FreeKB - IBM Support Assistant (ISA) - Install Team Server (command line)
IBM Support Assistant (ISA) - Install Team Server (command line)


If you have not installed IBM Installation Manager, install IBM Installation Manager

There are multiple ways to install IBM Support Assistant:

  • GUI
  • Command Line - from IBM HTTP repository
  • Command Line - from local repository
  • Command Line - Response file

 


List the available packages. Your IBM username and password will be stored in a secure storage file, which is usually located at /var/ibm/InstallationManager/secure_storage. If you have not yet created the secure storage file, you can use the -prompt option to create the secure storage file. Or, you can manually create the secure storage file. The secure storage file will be protected by a master password. If you use the -prompt option, you will need to type in the master password. Or, you can created the master_password.txt file and store the master password in the master_password.txt.

~]# cd /opt/IBM/InstallationManager/eclipse/tools/
~]# ./imcl listAvailablePackages 
    -repositories http://www.ibm.com/software/repositorymanager/com.ibm.isa.offerings.v5
    -prompt or -masterPasswordFile /var/ibm/InstallationManager/master_password.txt
com.ibm.isa.teamserver_5.0.0.20131122_0624
com.ibm.isa.teamserver_5.0.0.20140521_1209
com.ibm.isa.teamserver_5.0.0.20141106_1133
. . .

 

You can view the license before you install Team Server.

Install Team Server. In this example, build 5.0.0 of Team Server will be installed.

~]# ./imcl install com.ibm.isa.teamserver_5.0.0.20131122_0624
  -repositories http://www.ibm.com/software/repositorymanager/com.ibm.isa.offerings.v5 
  -installationDirectory /opt/IBM/ISA
  -sharedResourcesDirectory /opt/IBM/IMShared
  -acceptLicense
  -showVerboseProgress
  -prompt or -masterPasswordFile /var/ibm/InstallationManager/master_password.txt

 

Next you will start Team Server.

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 0ea122 in the box below so that we can be sure you are a human.