Installing Patches in Batch mode

 2 Replies
 0 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Brian K
New Member Send Private Message
Posts: 0
New Member
Hello,
I am looking for a best practices in how to install PT patches in batch mode.  And I am looking for any input on these items:

1. The install document says to do a jar -xvf on the most recent patch.  I understand that, but does the batch process unzip the jar file for rest of patches automatically.
2. Then it says to run the installer.  Do you usually use all of the switches just to be careful or not?

java -jar FileName.jar -b DirectoryPath -p PackageName InstanceName

3. Is there anything tricky about the above statement and does it run in "silent" mode or do I have to interact with it?

Thanks,
Brian
John Henley
Send Private Message
Posts: 3351
1. Yes, it unzips the remaining .zips/.jars
2. Use -b and -p
3. You need to interact
Thanks for using the LawsonGuru.com forums!
John
Brian K
New Member Send Private Message
Posts: 0
New Member
John,
Thanks a lot for the info!
Brian