HP XP P9000 Smart Manager for Mainframe User Guide (TB589-96001, July 2013)

Scan the volume where the record is added.
CALL KTSCAN "STEM(stem1.) MSG(msgstem.) FROM(1202)",
"TO(1202)";
CALL KTSTORE "STEM(stem1.) MSG(msgstem.) PREFIX(PREFIX1)";
3. Update the tiering policy group definition file to the new definition.
CALL KTIMPORT "MSG(msgstem.) PREFIX(PREFIX1) POLICY(POLICY1)";
4. Apply the updates to the storage system.
CALL KTLOAD "STEM(stem1.) MSG(msgstem.) PREFIX(PREFIX1)",
"TPG(TPG1)";
CALL KTACTTPG "STEM(stem1.) MSG(msgstem.)";
5. Confirm that the tiering policy is applied to the added volume.
CALL KTLOAD "STEM(stem1.) MSG(msgstem.) PREFIX(PREFIX1)",
"TPG(TPG1)";
CALL KTQRYTPG "STEM(stem1.) MSG(msgstem.)";
Related topics
KTACTTPG, page 86
KTIMPORT, page 92
KTLOAD, page 94
KTQRYTPG, page 101
KTSCAN, page 104
KTSTORE, page 107
Format of tiering policy information CSV files, page 127
Example of deleting a volume from the tiering policy group definition
The following describes how to change the default tiering policy of a volume in the storage system
back to the default and delete the volume from the tiering policy group definition.
1. Execute the KTQRYDEV command to view information about the volume to be deleted.
2. Execute the KTDCTDEV command to change the tiering policy applied to the storage system back
to the default.
3. Do either of the following.
If the volume to be deleted belongs to the SMS storage group
User Guide 79