ADSM-L

Re: Moving the ADSM database and transaction logs

1999-10-21 14:42:57
Subject: Re: Moving the ADSM database and transaction logs
From: ADSML <adsml AT MAILANDNEWS DOT COM>
Date: Thu, 21 Oct 1999 13:42:57 -0500
Correctly you do the following......

1) (Optionally run dsmfmt here to define or use FORMATSIZE in DEF DBVOL)
2) DEFINE DBVOL <new space on disk>
3) EXTEND DB <size of new dbvol>
4) REDUCE DB <size of old dbvol>
5) DELTE DBVOL <old dbvol loc>

ADSML