update the size of a disk stgpool

kehl_kopf_kurti

Newcomer
Joined
May 11, 2006
Messages
1
Reaction score
0
Points
0
could someone tell me the command to resize the space used by the file of the disk stgpool...........now it is 60gb and i want to reduce it to 30gb!!!!





thanks

kkk
 
Hi,



well, stgpools consist of volumes - so look how many and how big your volumes are and delete the unnecessary ones.

use:

q vol stgp=<diskpool_name>



Issue

upd vol <volume_name> acc=readonly

move data <volume_name>

for each



and then delete the empty volumes using



delete vol <volume_name>





IF you have only one volume, you have to create new one (30GB), move the data and then delete the old one



Hope it helps



Harry
 
Back
Top