Sunday 24 August 2014

IBM Installation Manager - Looking at What We've Got To Install

See What's Available to Install - Binaries

/tmp/Repository/BPM/Product/IM64/tools/imcl listAvailablePackages -repositories /tmp/Repository/WAS/Product/Supplements,/tmp/Repository/WAS/Fixes/Supplements,/tmp/Repository/BPM/Product/repository/repos_64bit

com.ibm.websphere.APPCLIENT.v85_8.5.0.20120501_1108
com.ibm.websphere.IHS.v85_8.5.0.20120501_1108
com.ibm.websphere.PLG.v85_8.5.0.20120501_1108
com.ibm.websphere.PLUGCLIENT.v85_8.5.0.20120501_1108
com.ibm.websphere.WCT.v85_8.5.0.20120501_1108
com.ibm.websphere.APPCLIENT.v85_8.5.5002.20140408_1947
com.ibm.websphere.APPCLIENTILAN.v85_8.5.5002.20140408_1947
com.ibm.websphere.IHS.v85_8.5.5002.20140408_1947
com.ibm.websphere.IHSILAN.v85_8.5.5002.20140408_1947
com.ibm.websphere.PLG.v85_8.5.5002.20140408_1947
com.ibm.websphere.PLGILAN.v85_8.5.5002.20140408_1947
com.ibm.websphere.PLUGCLIENT.v85_8.5.5002.20140408_1947
com.ibm.websphere.PLUGCLIENTILAN.v85_8.5.5002.20140408_1947
com.ibm.bpm.ADV.v85_8.5.5000.20140604_1130
com.ibm.websphere.ND.v85_8.5.5002.20140408_1947
com.ibm.ws.DB2EXP.linuxia64_10.1.1.20140530_0055


See What's Available to Install - iFixes

cd /tmp/Repository/BPM/Fixes
for i in 8.5.5.0*; do /tmp/Repository/BPM/Product/IM64/tools/imcl listAvailableFixes com.ibm.bpm.ADV.v85_8.5.5000.20140604_1130 -repositories $i; done


8.5.5.0-WS-BPM-IFJR49684_8.5.5000.20140612_1045
8.5.5.0-WS-BPM-IFJR49990_8.5.5000.20140707_1329
8.5.5.0-WS-BPM-IFJR50028_8.5.5000.20140710_1331
8.5.5.0-WS-BPM-IFJR50050_8.5.5000.20140725_1611
8.5.5.0-WS-BPM-IFJR50353_8.5.5000.20140702_1334
8.5.5.0-WS-BPM-IFJR50358_8.5.5000.20140722_1504
8.5.5.0-WS-BPM-IFJR50405_8.5.5000.20140721_1502
8.5.5.0-WS-BPMPCPD-IFPD50405_8.5.5000.20140721_1505
8.5.5.0-WS-BPM-IFJR50414_8.5.5000.20140709_1353
8.5.5.0-WS-BPM-IFJR50439_8.5.5000.20140714_1524
8.5.5.0-WS-BPM-IFJR50444_8.5.5000.20140721_1322
8.5.5.0-WS-BPM-IFJR50462_8.5.5000.20140612_1431
8.5.5.0-WS-BPM-IFJR50487_8.5.5000.20140716_0823
8.5.5.0-WS-BPM-IFJR50512_8.5.5000.20140623_1322
8.5.5.0-WS-BPM-IFJR50538_8.5.5000.20140703_1217
8.5.5.0-WS-BPM-IFJR50542_8.5.5000.20140815_1443
8.5.5.0-WS-BPM-IFJR50580_8.5.5000.20140722_2200
8.5.5.0-WS-BPM-IFJR50591_8.5.5000.20140711_0941
8.5.5.0-WS-BPM-IFJR50616_8.5.5000.20140716_1128
8.5.5.0-WS-BPMPCPD-IFPD50616_8.5.5000.20140716_1132
8.5.5.0-WS-BPM-IFJR50653_8.5.5000.20140714_1355
8.5.5.0-WS-BPM-IFJR50760_8.5.5000.20140716_0834
8.5.5.0-WS-BPM-IFJR50819_8.5.5000.20140725_1115
8.5.5.0-WS-BPM-IFJR50863_8.5.5000.20140807_1303
8.5.5.0-WS-BPM-IFJR51033_8.5.5000.20140818_2348
8.5.5.0-WS-BPMPCPD-IFJR50589_8.5.5000.20140801_1610


No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...