×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I just reinstalled lic and OS on a 6.1 machine.
I was able to do:
LODIMGCLG IMGCLG(V6R1) OPTION(*UNLOAD)
LODIMGCLG IMGCLG(CUME) DEV(OPTVRT01)
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
LODIMGCLG IMGCLG(CUME) OPTION(*UNLOAD)
LODIMGCLG IMGCLG(GROUP) DEV(OPTVRT01)
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
LODIMGCLG IMGCLG(GROUP) OPTION(*UNLOAD)
LODIMGCLG IMGCLG(WAS) DEV(OPTVRT01)
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
LODIMGCLG IMGCLG(WAS) OPTION(*UNLOAD)
LODIMGCLG IMGCLG(MISC) DEV(OPTVRT01)
where WAS were the WAS groups (broken apart for size handling) and MISC
were ptf's not on cumes or groups but recommended at
http://www-912.ibm.com/s_dir/slkbase.nsf/recommendedfixes
However when I did the last
INSPTF LICPGM((*ALL)) DEV(OPTVRT01) INSTYP(*DLYALL)
I got CPI35C5 that some lic ptf's needed to be permanently applied first.
So I had to IPL and then load these misc ptf's on.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.