How to copy complete USS-Folders from Dynamic Capacity Intelligence (DCI)
search cancel

How to copy complete USS-Folders from Dynamic Capacity Intelligence (DCI)

book

Article ID: 10757

calendar_today

Updated On:

Products

Dynamic Capacity Intelligence

Issue/Introduction

This article shows you how to copy complete DCI-USS-folders to other folders



Environment

Release: CADCIU00200-1.5-Dynamic Capacity Intelligence-MSU
Component:

Resolution

Before you are installing a new GUI-version or you want to do some other changes in DCI-USS structure it is better to save some folders before you do the changes there. Here is an example how to copy the CSV folder to an other CSV folder:

TSO OMVS

command: cp -R /var/dci/csv/* /var/dci/save/csv/

cp = copy statement

-R = take everything including subfolders

/var/dci/csv/* = Path from where you want to copy

/var/dci/save/csv/ = Target folder where you want to copy to