Installing Patches in Batch mode

Sort:
You are not authorized to post a reply.
Author
Messages
Brian K
Advanced Member
Posts: 20
Advanced 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
    Senior Member
    Posts: 3348
    Senior Member
      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
      Advanced Member
      Posts: 20
      Advanced Member
        John,
        Thanks a lot for the info!
        Brian
        You are not authorized to post a reply.