Configuring the PSOR in ESCWA

To configure a PAC you first need to configure a PAC Scale-Out Repository (PSOR) which it will use:

  1. In the top menu bar, click NATIVE.
  2. In the navigation pane, click SORs.
  3. On the Scale-Out Repositories page, click + ADD.

    This opens the SCALE-OUT REPOSITORY CONFIGURATION dialog box.

  4. In the Name field, type MyPSOR.
  5. You now need to specify the NoSQL database to be used as the SOR.

    In the Type field, select Redis.

  6. In the Description field, type a description to your PSOR. In this case, My PAC SOR.
  7. You need to specify the connection path to the NoSQL database. In this case, we are using Redis on its default port.

    In the Connection Path(s) field, type localhost:6379.

  8. Click SAVE.
Note: You cannot specify Oracle Coherence as a SOR using this method in ESCWA. To specify that a PAC uses Oracle Coherence as the SOR you must add the following configuration to each of the regions in the PAC:
  1. On the GENERAL PROPERTIES page, in the PAC field, type the name of the PAC the region is to be part of.
  2. In the SOR Configuration field, type the ES_SCALE_OUT_REPOS environment variable prefixed with a colon. For example:
    :ES_SCALE_OUT_REPOS_1=MySOR=coherence,mfes-cache-config.xm,coherence.cluster=MyPAC_cluster,mfescache.wka.MyPAC_cluster=127.0.0.1:7574##TMP#
    See PAC and SOR Environment Variables for more information.