Troubleshooting Guide

Table of contents

IBM eServer iSeries troubleshooting checklist

  1. Are you experiencing problems with your Z and I Emulator for Web installation?
  2. Confirm that the Service Manager is running.
  3. Check the Java level on the iSeries server.
  4. Check the job log for QHODSVM for error messages.
  5. Check the Start Job.
  6. Is the Web server configured properly?
  7. Are you experiencing printing problems with the iSeries server?
  8. Are you experiencing Host File Transfer problems with the iSeries server?

  1. Are you experiencing problems with your Z and I Emulator for Web installation?

  2. Confirm that the Service Manager is running.
    1. At the command line, enter WRKACTJOB.
    2. Look for the QSYSWRK SUBSYSTEM:
      • Job QHODSVM should be in TIMW state.
      • Job QJVACMDSVR should be in JVAW state.

  3. Check the Java level on the iSeries server.

    To check which level of Java the iSeries server is using by default, do the following:

    1. At the command line, type QSH to use qshell.
    2. Type java -version.

    If it returns version 1.3.1 and you have configured your Z and I Emulator for Web session to use Java 1, then do one of the following:

  4. The following are the minimum levels of Group PTFs recommended.

    To verify your i5/OS or OS/400 operating system has the latest level of fixes for Java, do the following:

    Java PTFs must be ordered separately from the cumulative fixes. PTFs can be found at http://www-912.ibm.com/supporthome.nsf/document/17403848.

  5. Check the job log for QHODSVM for error messages.
  6. Check the Start job.
    1. At the command line, enter GO ZIEWeb.
    2. Select option 1.
      • If no DATA - Enter the command DLTDTAARA QUSRSYS/QHODCFGD, then select option 1 again.
      • If the start job is still blank, repeat these steps.

  7. Is the Web server configured properly?

    If you are not able to access http://server_name/zieweb/dashboard.html, you should check your Web server settings. First take the following steps to verify that the HTTP server is running:

    Alternately, you can perform these steps through the Web interface, for example, http://fullyqualifiedsystemname:2001. You will need to start the HTTP ADMIN instance first.
    1. Stop the Web server using the following command:
      ENDTCPSVR *HTTP HTTPSVR(DEFAULT) 

      Note that this command assumes that you are using the default instance of the IBM HTTP server. If you created an instance other than the default supplied by IBM, substitute the name of the instance created for Z and I Emulator for Web in this command. For example, if you created an instance called HODWEBSVR, enter the following to stop the instance:

      ENDTCPSVR *HTTP HTTPSVR(HODWEBSVR) 
    2. Configure the Web server using the following command:
      WRKHTTPCFG 

      Make sure that active Enable POST and Enable GET entries exist and are not commented out. Add the following entry (there must be one space before the first slash (/) and after the first asterisk (*)):

      pass /zieweb/* /QHCL/ProdData/zieforweb/ZIEWeb/* 

      This entry creates an alias, hod, for the path to the Z and I Emulator for Web files. You must type it exactly as you typed the original directory names, matching upper and lower case.

      Press F3 to exit the WRKHTTPCFG tool.

    3. Start the Web server using the following command:
      STRTCPSVR *HTTP HTTPSVR(DEFAULT)
  8. Are you experiencing printing problems with the iSeries server?
    1. Refer to the iSeries printing problems checklist.

  9. Are you experiencing Host File Transfer problems with the iSeries server?
    1. Refer to Host File Transfer troubleshooting checklist.

Top of page Table of contents