HP XP P9000 for Business Continuity Manager Software Reference Guide

Table 144 Size to Be Increased When a Condition is Satisfied
Size to be increased (bytes)Condition for the size to be
increased
Type of the configuration fileNo.
400The EXCTG attribute has been
defined.
Copy group definition file1
+ A x 210
400The YKSTORE command has
been used in the script.
Copy group definition file2
+ J x 16
+ A x (2,760 + J x 16)
+ B x 90
XML Document Type Definitions
Business Continuity Manager operates under z/OS. The character code for the z/OS system is
EBCDIC, which requires an XML header such as the following:
<?xml version="1.0" encoding="ebcdic-cp-us"?>
NOTE: If a file exists in an ASCII character coding, the header must be rewritten as shown:
<?xml version="1.0" encoding="UTF-8"?>
The element names, attribute names, and attribute values are case-sensitive during configuration
file read processing in Business Continuity Manager.
API Information
All XML data objects in Business Continuity Manager should be within the APIInfo elements.
The XML data objects described here are valid within the APIInfo elements with the attribute
Level = “7.5.0”.
<!ELEMENT APIInfo(CopyGroupContainer|HostDiscoveredArray|RouteList|CDEVContainer|CDEVGRP|Paths)>
<!ATTLIST APIInfo
Level (7.5.0)#REQUIRED
UpdateID CDATA#IMPLIED
>
The following table gives the meaning of the attribute of the APIInfo elements.
MeaningAttribute name
API levelLevel
Last update IDUpdateID
Disk Device
<!ELEMENT DiskDevice(EMPTY)>
<!ATTLIST DiskDevice
SerialNum CDATA#REQUIRED
CUNum CDATA#IMPLIED
SSID CDATA#IMPLIED
CCA CDATA#IMPLIED
Cyls CDATA#IMPLIED
External (Y|N)#IMPLIED
>
XML Document Type Definitions 309