Apply PTF for MQ for iSeries
关于MQ for iSeries打补丁的方式:
1:首先做相关的全系统备份。
2:Check the current MQ Version: DSPMQMVER
3: Before loading and applying a PTF, Quiesce all queue managers.
4: Load and apply PTF:(以SF66063为例)
LODPTF LICPGM(5733W**) DEV(*savf) SELECT(SF66063)
APYPTF LICPGM(5733W**) SELECT(SF66063)
5: Start queue managers, check the runtime env of application.
6: Check the MQ version after applied PTF: DSPMQMVER
备注:
1. 补丁本身是可以删除的,可以恢复到原先的版本,安全起见先做好系统备份。
2. 该MQ补丁无须IPL。