IBM Packaing Utility
In this small article I will show you how to download (copy) the IBM offering "com.ibm.websphere.IBMJAVA.v70" to a local repository thought a corporate proxy. I will only copy linux packages.
./PUCL copy com.ibm.websphere.IBMJAVA.v70
-repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IBMJAVA.v70
-prompt -preferences com.ibm.cic.common.core.preferences.http.proxyEnabled=true,com.ibm.cic.common.core.preferences.http.proxyHost=[PROXY_IP],com.ibm.cic.common.core.preferences.http.proxyPort=[PROXY_PORT]
-target /opt/WebSphere8.5.5/sdk7 -acceptLicense -platform os=linux.
if proxy authentication is required PUCL will ask you for user,domain and password.
It is worth to understand that this command doesn't install the SDK 7, it just download and create a local repository, this local repository can be used from IBM Installation Manager.
./PUCL copy com.ibm.websphere.IBMJAVA.v70
-repositories http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IBMJAVA.v70
-prompt -preferences com.ibm.cic.common.core.preferences.http.proxyEnabled=true,com.ibm.cic.common.core.preferences.http.proxyHost=[PROXY_IP],com.ibm.cic.common.core.preferences.http.proxyPort=[PROXY_PORT]
-target /opt/WebSphere8.5.5/sdk7 -acceptLicense -platform os=linux.
if proxy authentication is required PUCL will ask you for user,domain and password.
It is worth to understand that this command doesn't install the SDK 7, it just download and create a local repository, this local repository can be used from IBM Installation Manager.
Comentarios
Publicar un comentario