The following is an example of the
operation to create a logical path by using Figure 1.
To create a logical path, perform the following procedure:
- Create a path set definition file (preparatory work on the ISPF panel)
- Load the path set definition file (YKLOAD)
- Establish logical paths (YKBLDPTH)
Preparatory work
From the ISPF panel, create a path set definition file (path set ID: PATHSET1) that defines inter-disk controller logical paths between the primary and intermediate sites and between the intermediate and remote sites. For details about operations on the ISPF panel, see "Defining a path set" in the Hitachi Business Continuity Manager User Guide.
Loading the path set definition file (YKLOAD)
- Request body
- For the cliname key, specify YKLOAD. For the operands key, specify the parameters of YKLOAD.
-
{"cliname":"YKLOAD","operands":"PATH(PATHSET1) PREFIX(USERID.PREFIX) DAD(LOCAL)"}
-
The PREFIX and DAD parameters can be omitted because their values are the same as those of the default parameters.
Establishing logical paths (YKBLDPTH)
- Request body
- For the cliname key, specify YKBLDPTH. For the operands key, specify the parameters of YKBLDPTH.
-
{ "cliname":"YKBLDPTH", "operands":"PATH(PATHSET1) " }
- Response body
-
{"servletKey":"USERID-38-aabcaaaf", "ver":"0100", "appData":{"bcmVer":"099100", "vendor":"Hitachi Vantara, Ltd.", "rc":0, "bcmMsg":[], "action":"submit", "cliname":"YKBLDPTH", "operands":"PATH(PATHSET1)"}, "reused":false, "timeout":false}
If the rc key value is 0, all logical paths have been established.