Applying maintenance to Web Viewer 12.1 on USS
search cancel

Applying maintenance to Web Viewer 12.1 on USS

book

Article ID: 243494

calendar_today

Updated On:

Products

Output Management Web Viewer

Issue/Introduction

Need help applying latest cumulative maintenance and latest Tomcat maintenance

Environment

Output Management Web Viewer 12.1 for USS

Resolution

Here is the link to download the latest cumulative maintenance:   (you must be logged into the Broadcom support portal)

Select the solution at the top of the list that is NOT Tomcat and download to your pc

  1. Click on it and download the files you find there
  2. Unzip the .zip file
  3. Click on the multiplatform folder
  4. Select CA_OM_WEBVIEWER_12_1_Updt.jar to ftp to USS
  5. Set the CAOMVW12_HOME variable  (Set it to the install path)
    CAOMVW12_HOME=/usr/CA_OM_Web_Viewer     (for example)
    EXPORT CAOMWV12_HOME
  6. Make sure that the Java bin directory is in your PATH environment variable, for example using:

    PATH=/sys/java64bt/v8r0m0/usr/lpp/java/J8.0/bin
    Point to the directory, where the .jar file was uploaded to, and run the following Java command to

  7. Start the update

    java -jar CA_OM_WEBVIEWER_12_1_Updt.jar

  8. Alternatively:
    java -Dlax.nl.env.iatempdir=/u/v012345/tmp -jar CA_OM_WEBVIEWER_12_1_Updt.jar

    where /u/v012345/tmp is your new tmp folder with at least 150 meg of space.

    Do this even though you believe you have enough space in your current /tmp folder.

    To find the latest Tomcat, scroll down the list until you find Tomcat and download to your pc


  9. Click on it and download the files you find there
  10. unzip the .zip file
  11. Click on the multiplatform folder
  12. Select CA_OM_WEBVIEWER_12_1_Tomcat.jar to ftp to USS
  13. Very important follow the instructions in the special instructions, they are different from applying regular maintenance
  14. See notes below in Additional Information.

Additional Information

The Tomcat server.xml file is in ASCII

You can edit a file in ASCII mode using one of the following methods:

Use a third-party utility that allows direct editing of ASCII files from USS.

Edit the ASCII file locally with a text editor:

  1. Download the file to your computer using FTP in binary mode, so that the encoding is not changed during the transfer.
  2. Edit the file on your computer with a text editor.
  3. Upload the file back in binary using FTP.

Edit the ASCII file with the ISPF UI Tool within USS:      

  1. Select UTILITIES from the ISPF primary option menu. The Utility Selection Panel opens.
  2. Select Udlist. The z/OS UNIX Directory List Utility opens.
  3. Type the pathname, then use normal USS commands to step down the path to the required directory.
  4. Make yourself a superuser and enter the EA command on the appropriate file. The file is in a readable form, and you can update it.