Return codes generated by the ktload command – HP XP Command View Advanced Edition Software User Manual

Page 151

Advertising
background image

Loads the disk configuration definition file to the host-discovered array structure and host-discovered
array index structure.

Command type

REXX external routine

Format

KTLOAD

1

STEM(stem-name-1)

1

MSG(stem-name-2)

1

PREFIX(prefix)

1

TPG(tiering-policy-group-ID)

Parameters

STEM(stem-name-1)

~<REXX prefix consisting of 64 or fewer characters>

Specify the prefix (any value) of the REXX variable structure to which the information will be loaded
from the configuration file. This value must end with a period.
If the

KTLOAD

command with the same value specified for the

STEM

parameter is executed multiple

times, the REXX variable will be overwritten. To specify operations for multiple tiering policy groups
in the same script, specify a unique value of the

STEM

parameter for each tiering policy group.

MSG(stem-name-2)

~<REXX prefix consisting of 64 or fewer characters>

Specify the prefix (any value) of the message structure that stores messages generated by this
command. This value must end with a period.

PREFIX(prefix)

~<prefix character string of 25 or fewer characters>

Specify the prefix of the configuration file from which information will be loaded.

TPG(tiering-policy-group-ID)

~<prefix character string>

Specify the tiering policy group ID.
This is the tiering policy group definition file name with

prefix.TPG.

removed.

Return codes

The following table lists and describes the codes returned when the

KTLOAD

command terminates. If

the commands do not terminate normally, refer to the resulting error messages for details.

Table 19 Return codes generated by the KTLOAD command

Meaning

Return code

The command ended normally.

0

An unknown XML attribute or element was found in the input file.

4

XML data in the input file ends with an invalid structure.

36

An error occurred during reading of the configuration file.

An error occurred during writing of the REXX variables.

40

The command ended due to invalid processing.

44

User Guide

151

Advertising