ADSM-L

Re: Extend DB

2002-06-10 18:30:44
Subject: Re: Extend DB
From: Sung Y Lee <sunglee AT US.IBM DOT COM>
Date: Mon, 10 Jun 2002 17:27:37 -0500
Steps(of course instruction will need to be modified to fit your needs such
as volume_names)

Basic steps(with mirroring)
Define dbv volume_name formatsize=mb wait=no
Define dbv volume_name_mirror formatsize=mb wait=no
Delete dbv /volume_name_mirror
Define dbcopy /volume_name /volume_name_mirror
Extend db size

Basic steps(without mirroring)
Define dbv space_name formatsize=mb wait=no
Extend db size



Example.

Run a database backup (ba db t=f dev=ibm3590 scratch=yes )
hen database backup is complete:


<Prev in Thread] Current Thread [Next in Thread>