Thankfully, a fairly quick Internet search reminded me of the -fix and -fixpack options of the Update Installer.
As an example, here's one of our non-production IC 3.0.1 environments: -
$ . /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/setupCmdLine.sh
$ cd /opt/IBM/LotusConnections/updateInstaller
$ ./updateSilent.sh -fix -installDir /opt/IBM/LotusConnections/
Listing installed fixes:
Fix name: LO63004
Fix name: LO62254
Fix name: LO66468
Fix name: LO60006
Fix name: LO63965
Fix name: LO61851
Fix name: LO64314
$ . /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/setupCmdLine.sh
$ cd /opt/IBM/LotusConnections/updateInstaller
$ ./updateSilent.sh -fixpack -installDir /opt/IBM/LotusConnections/
Listing installed fix packs:
No fix packs are currently installed.
$ cd /opt/IBM/LotusConnections/updateInstaller
$ ./updateSilent.sh -fix -installDir /opt/IBM/LotusConnections/
Listing installed fixes:
Fix name: LO63004
Fix name: LO62254
Fix name: LO66468
Fix name: LO60006
Fix name: LO63965
Fix name: LO61851
Fix name: LO64314
$ . /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/setupCmdLine.sh
$ cd /opt/IBM/LotusConnections/updateInstaller
$ ./updateSilent.sh -fixpack -installDir /opt/IBM/LotusConnections/
Listing installed fix packs:
No fix packs are currently installed.
Simple as ever
No comments:
Post a Comment