× 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.



<snip> a multiple of PTF retrieval and FTP steps </snip>

Ok, here's this for 7.3
Let's start out with the basics
SNDPTFORD PTFID((SF99731) (SF99730))
This will order all PTF's on any group and on the latest cume.

ORDER(*REQUIRED) says order any prereq's and coreq's (it is the default).

REORDER(*NO) says don't reorder it if we already have it (default).

CHKPTF(*NO) says order the PTF even if we don't have that LPP installed.
For example, the PTF's in the WAS group and you didn't have that loaded.
(this is the default)

Here's a debatable part: DLVRYFMT(*SAVF)
Some prefer DLVRYFMT(*IMAGE) and get one (or more) large binary files.
They have their pros and cons.
With the old *SAVF you then simply do a
INSPTF LICPGM((*ALL)) DEV(*SERVICE) INSTYP(*DLYALL)
and then IPL.
With the binary images you have to load them into image catalogs and
stuff. Easily automated but still a little more cumbersome. Some like it
better because if they have multiple LPARs they are much more portable.
and other reasons.

Again all of this can be easily scripted into a CL Program.


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.