New PDS Install (Run iSetup)

Server installation consists of a series of ISPF panels, which gather the required information. After the panel dialog is complete, JCL is created and submitted to install the server on z/OS. This JCL job retrieves the remainder of the data sets from the media and configures a basic working server.

  1. Execute the ISETUP member of your high_level_qualifier.HOME.DATA using ISPF option 6.

    The first Installation and Configuration panel opens.

    Note: Option 1 has been deprecated and will be removed in a future release. Choose option 2.
  2. Type 2 and press Enter to continue to the next panel.

    The following panel opens. Enter the Customer ID that was provided to you with your WebFOCUS software.

  3. Complete the panel as directed in the following table.

    Field

    Instructions

    Enter selection

    Accept the default value 1, Install and Configure, for a new installation.

    For option 2, Add Additional Configuration Instance, see Adding a Configuration Instance for PDS.

    For option 3, Refresh Installation, see Upgrading the Release of your PDS-Deployed ibi WebFOCUS Reporting Server.

    Input source

    Enter the input source:

    • D for Disk - If you selected manual download from the download instructions.

    Installation Userid

    Shows the current logon ID. It cannot be changed.

    PTH Administrator Userid

    An ID is required to administer the server immediately after initial installation. This ID is defined and maintained solely in the realm of the server. It defaults to srvadmin, and it can be changed here.

    For more information about running the server in secure mode, see Configure Security.

    PTH Administrator Password

    Password for the PTH Administrator ID. It cannot be left blank and must be matched at Retype field.

    Enter Job Card information

    To provide JOB card information for submitting jobs to the JES queue, provide a valid job name (a maximum of seven characters following the // on the first JCL line), which defaults to the user ID that you are currently using.

    This job name is used for multiple submissions (for example, jobnameA, jobnameB, jobnameC, and so on) in the JCL generated by the installation procedure.

    Override JOB name checking

    To provide your own JOB card information, including JOB name, enter Y and provide valid JOB card information in the Enter Job Card information field. The JOB card information that you enter will be used for each job that is submitted.

  4. Press Enter to continue to the next panel.

    Note that in the current panel (and some later panels), if you are running ISETUP from:

    • high_level_qualifier.HOME.DATA, the panel will display default values for some fields.
    • Any other library, the panel will not display any default values.

    In this and some later panels, you can see a field's default value (if one exists) by blanking out the field and pressing Enter.

    Complete the panel as follows.

    Field

    Instructions

    Input Media

    Input Libraries HLQ

    (EDAHOME)

    This is the high-level qualifier that you had specified when you manually downloaded the installation software from the download site. This is an input field if Disk input source was previously selected. Otherwise, it is a protected field.

    Copy to runtime libraries

    If you want to use the downloaded installation software as a backup, and create a new copy from which to run, enter Y. If the Input Libraries HLQ and the Output Libraries HLQ are the same, this value will be ignored and no copy will take place.

    Otherwise, accept the default N to run from the downloaded software.

    General Installation Parameters

    Output Libraries HLQ

    This is the high-level qualifier that the installation procedure will use to allocate output libraries.

    Unit/Type

    These show the values that the installation process will use to allocate the output libraries. If necessary, you can change these to site-specific values.

    Type can be VOL=SER (default), DATACLAS, MGMTCLAS, or STORCLAS.

    Approot value

    This is where application components will reside.

    Note that this high-level qualifier must differ from the output libraries high-level qualifier (EDACONF) that you entered at the top of the panel.

    To specify a different qualifier for application components, change the value for this field. It can be up to 21 characters.

    HTTP Listener Port

    This is the port number that the server will use for HTTP. It is the first of three connection ports that must be available to the server.

    For example, if you choose port 8101, then ports 8101, 8102, and 8103 are used by the server. Ensure that you choose ports that are not currently being used.

    TCP Listener Port

    This is the port number of the TCP Listener.

    The default is one less than the port specified for the HTTP Listener, but it can be any port number other than the three reserved for HTTP.

  5. Press Enter to continue to the next panel.

    The Data Adapter panel may open. If the Data Adapter panel opens, continue with Step 8; otherwise, skip to Step 9.

  6. The Data Adapter panel lists adapters that require the allocation of MVS libraries in IRUNJCL or environment variables in the EDAENV member. To select specific adapters:
    1. Type Y next to the required adapters and press Enter.
    2. Supply the requested information, which is described in Collect Required Information for Adapters.

      After you have finished installing and configuring the server, you can use the WebFOCUS Reporting Server browser interface to finish configuring these adapters, and to configure adapters that do not have MVS JCL requirements.

  7. Press Enter to continue to the next panel.

    The JSCOM3 Listener configuration panel opens.

    1. The panel will prompt for the path to the Java environment to be passed to either JDK_HOME or JAVA_HOME, as described in Installation Requirements for PDS, and it will also prompt for edahome_dir and edaconf_dir, as described in ZFS Home and Configuration Directory Requirements.
    2. Configuration of the JSCOM3 Listener is either optional or mandatory depending on which adapters were selected. If any Java-based adapters were selected (EJB, Call Java, JDBC, Microsoft SQL Server), the configuration of all three paths listed above is mandatory. If SAP-based adapters were selected (SAP or SAP BW), only edahome_dir and edaconf_dir are required.
    3. If no Java-based or SAP-based adapters were selected, this configuration might still be desirable to enable the server-side graphics feature. To skip the configuration, leave the path blank.
  8. Press Enter to continue to the next panel.

    The Confirmation panel opens.

  9. If you wish to review a list of the data sets to be allocated, type Y in the Review output allocations field and press Enter.

    A panel opens listing the data sets. You may need to page down to see the entire list. Press Enter when you are done to return to the confirmation panel.

  10. Ensure that all values on the Confirmation panel are correct, then select one of the following options
    • N to return to the initial panel so that you can change installation values.
    • C to create JCL which you can submit at a later time. The JCL is placed in your high_level_qualifier.PDS.WFS.DATA configuration library.
    • S to create JCL in high_level_qualifier.PDS.WFS.DATA, and submit the job immediately.

    where:

    high_level_qualifier

    Is the high-level qualifier to be used for all output libraries. You specified the high-level qualifier during installation, as described in Step 4. Run ISETUP, in Step 4.

  11. As the job is processed, in SDSF, check JESLOG for errors and return codes.

The following is a table of the jobs created. All members are created in the configuration library (as described in Step 11).

Job

Description

ISETUPJ1

Main JCL Job stream that is used to install the server.

ISOPTS1

Options used to install.

The following members all call procedure IRUNJCL, which is the main server JCL. If you need to change the server JCL, change member IRUNJCL.

Member

Description

ISTART

Starts the server.

ISAVEDIA

JCL to print a copy of configuration files for diagnostic purposes.

ITRCON

Starts the server with traces on.

The following members contain batch JCL for auxiliary functions, and are created in the configuration library.

Member

Description

CMRUN

JCL to run ibi Data Migrator batch jobs.

DB2VverPR

Db2 DBRM, where ver is your supported version of Db2 referenced in GENDB2 JCL.

GENDB2

JCL to bind the Db2/CAF plan.

IRDAAPPC

Example CLIST to run RDAAPP Client test tool.

IRDAAPPJ

Example JCL to run RDAAPP Client test tool.

The following members contain sample started task JCL, and are created in the configuration library.

Member

Description

IWAYS

A started task that starts the server.

EDAENV

A parameter file used by the server. It contains all required environment variables.