Tags

  1. ./imutilsc saveCredential -userName <ibm_username> -userPassword <ibm_password> -keyring ibm.keyring -url http://www.ibm.com/software/repositorymanager/com.ibm.websphere.BASETRIAL.v85/repository.config
  2. ./imcl install com.ibm.websphere.BASETRIAL.v85 -keyring ibm.keyring -installationDirectory /home/ubuntu/server/was-85 -repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.BASETRIAL.v85 -acceptLicense

See https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014634299

To uninstall just execute ./imcl uninstallAll -installationDirectory /home/ubuntu/server/was-85 -keyring ibm.keyring -password <ibm_password>