Previous Topic: Install Web Option

Next Topic: Upgrade Web Option from r8.5

Install Web Option for the First Time

If you are installing Web Option for the first time, follow these steps.

To install Web Option for the first time

  1. Restore the /WEBOPT directory from the WEBOPT save file in Y2WEB with this command:
    RST DEV('/qsys.lib/y2web.lib/webopt.file') OBJ(('/webopt'))
    
  2. Use the Initialize Web Option (YINZW2E) command to run the Web Option initialization.

    This creates all the required objects for Web Option to run correctly (such as user profiles and job descriptions). You are prompted to create an initial Web Option environment data library.

  3. Specify *NONE for the Current Web Option library (CURW2ELIB) parameter when you run the YINZW2E command:
    YINZW2E CURW2ELIB(*NONE) W2ELIB(Y2WEB)
    

    As the command processes, you are given the opportunity to change some of the Web Option environment control values and add a job schedule entry. When you are prompted for the YDBFCCS control value:

  4. Change the value of Code page from DSPSYSVAL QCHRID.

    Also, you are able to create all the necessary HTTP server objects to enable Web Option to run.

    Note: This command must be run interactively.

  5. Change any 2E models so that the YW2ELIB model value refers to the environment library rather than the product library:
    CHGMDLVAL MDLVAL(YW2ELIB) VALUE(MYWEBENV)
    
  6. Change any CA 2E model job descriptions and library lists so that they include the environment library in the library list above the new LDO and product libraries.