HP XP Command View Advanced Edition Software User Manual

Page 99

Advertising
background image

Procedure

1.

Execute the

KTLOAD

command.

Target volume information and information about the tiering policies defined in configuration
files is loaded from the configuration files to the REXX variable structure.

2.

Execute the

KTACTTPG

command.

The data set in the REXX variable structures is applied to the storage system.

Reference scripts

For details about how to create the script, see sample script KTDEMO10.

Example:

The code in this example applies the tiering policies of tiering policy groups TPG1 and TPG2 to the
storage system.

CALL KTLOAD "STEM(stem1.) MSG(msgstem.) PREFIX(PREFIX1) TPG(TPG1)";

CALL KTACTTPG "STEM(stem1.) MSG(msgstem.)";

CALL KTLOAD "STEM(stem2.) MSG(msgstem.) PREFIX(PREFIX1) TPG(TPG2)";

CALL KTACTTPG "STEM(stem2.) MSG(msgstem.)";

Postrequisites

Verification after defining a tiering policy group

Related topics

Defining tiering policy groups when using the CLI commands

, page 96

Verification after defining a tiering policy group when using the CLI commands

, page 99

KTACTTPG

, page 142

KTLOAD

, page 150

KTDEMO10 (Apply the tiering policy)

, page 257

Verification after defining a tiering policy group when using
the CLI commands

This section describes how to use CLI commands to verify information after you have defined a tiering
policy group.

Verifying tiering policies when using the CLI commands

By executing the

KTQRYTPG

command for each tiering policy group, you can acquire from the storage

system the tiering policy information that is set to each volume. You can view the acquired information
to verify tiering policies applied to the storage system.

If you want to acquire the tiering policy information for a volume, execute the

KTQRYDEV

command.

User Guide

99

Advertising