IBM WAVV 2004 manual VSE Settings to redirect a Vsam cluster

Page 11

Chapter2: VSE Settings to redirect a VSAM cluster

STEP2.1: Configuration for Redirector Client on VSE\ESA

To redirect requests for the:

VSAM cluster: FLIGHT.ORDERING.ORDERS.TEAMxx

in VSAM catalog: VSESP.USER.CATALOG

We have to setup the Configuration phase (IESRDCFG.PHASE).

In this phase we have to define which VSAM cluster should be redirected to which remote location, and eventually filter which requests.

For that a skeleton in ICCF Library 59 is shipped, called SKRDCFG It was copied to your primary library.

The definitions for the redirected file were extracted into member RDCFGxx were xx is your team ID

This was done to be able to build at the end one phase with the settings from all attendees.

Edit skeleton RDCFGxx:

Change the sample entry in the configuration as shown below.

Enter CASE M in the command line to switch to mixed case mode before editing.

IESRDENT CATALOG='VSESP.USER.CATALOG’,

X

CLUSTER=‘FLIGHT.ORDERING.ORDERS.TEAMxx',

X

EXIT='IESREDIR',

X

OWNER=VSAM,

X

IP='<ip-addr>',

X

HANDLER='com.ibm.vse.htmlhandler.HtmlHandler',

X

OPTIONS=‘’

 

The most important parameter is OWNER:

OWNER=VSAM means the READ requests will be done from the VSAM cluster and the INSERTS will be done to VSAM and to the remote site specified in IP.

That means a synchronization takes place.

OWNER=REDIRECTOR means all requests are redirected to the remote site.

Image 11
Contents VSE Connectors Workshop VSE Connectors Workshop VSE/ESA 2.6/2.7 Vsam Redirector TCP/IP Redirect Vsam requests to a Html On Windows OverviewNavigate to VSE Redirector Server home Steps for installation of Vsam Redirector server on WindowsInstall JDK if not on the system Steps for installation on a WorkstationVerification if Java environment installed Download latest Code via Html Download VSE Redirector server CodeJava install Install VSE Redirector ServerFor Windows Start Programs Vsam Redirector Online Help Verify installation Vsam Redirector ServerVerify Redirector server Documentation Start VSE Redirector serverRedirector Server Handler Redirect a Vsam requests to a HtmlConfiguration for Redirector Client on VSE\ESA VSE Settings to redirect a Vsam clusterAccess the Vsam file with Ditto Change Handler to read Vsam record as string Redirect a Vsam file To HtmlSummary Goal Redirect Vsam requests To a DB2 database on WindowsField name Type Offset Length Redirect a Vsam file to DB2CLASSPATH% Ksds FFSTORES.REPRO.CLUSTER FFSTORES.REPRO.CLUSTERFinished FFSTORES.DEMO.CLUSTERAdditional Information