Are the objects program objects only or are there files in the list?
If so, I would not attempt it "live", unless the application specifically has allowed such an install (and some do).
The reason I mention files is that programs are dependent upon the level id of the file objects they were compiled with - and your stream of replacement "live" is one at a time - if you restore or move objects, they get moved or restored one by one by the executing command.
Even in program objects, what if the parameters between programs is changing...
The api is good if it is a single object, but...
One would have to know exactly whats changing to evaluate this.
Jim Franz
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Mark Waterbury
Sent: Wednesday, April 08, 2020 4:27 PM
To: Steinmetz, Paul via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Install / moving production object(s) process question
Paul,
Use the QLIRNMO API -- it was designed for this very purpose. It does the same thing that the compilers with REPLACE(*YES) parameter specified.
See:
https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_74/apis/qlirnmo.htm
Hope that helps,
Mark S. Waterbury
On Wednesday, April 8, 2020, 3:51:45 PM EDT, Steinmetz, Paul via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx> wrote:
If I need to install a group of objects for a 3rd party application, and the application can't be shut down, if I move (not delete) all the objects to an old library, then move the new objects from an install library to the current production library, should the 3rd party app, or any jobs running using the app, continue to run without issue?
Normally this would done during an IPL process or restricted down time.
But I really would like to get this in before next scheduled downtime.
From what I read, if an object(pgm) is in use it would continue to run if moved, as long as it is not deleted.
Any new jobs would automatically get the new objects.
If a *DSPF, *PF, *LF had a lock, I do realize they could not be moved.
Any thoughts/experiences from the group related to moving production objects.
Thank You
_____
Paul Steinmetz
IBM i Systems Administrator
Pencor Services, Inc.
462 Delaware Ave
Palmerton Pa 18071
610-826-9117 work
610-826-9188 fax
610-349-0913 cell
610-377-6012 home
psteinmetz@xxxxxxxxxx
http://www.pencor.com/
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.