Extend Progress 7.x Database

Posted by olicou on 25-Mar-2019 07:26

Hi,

I want to extend a Progress database with PROSTRCT command but I am not sure how to proceeed. 

Here is the database.st file :

d /disk2/mfgm/mfgm.d1                                          f 500000            

d /disk2/mfgm/mfgm.d2                                          f 500000                  

d /disk3/mfgm/mfgm.d3                                          f 500000            

d /disk5/mfgm/mfgm.d4

The d4 volume is variable but his size is 740000 actualy.

How to create my add.st file to execute PROSTRCT ADD command and make d4 volume fixe ?

Thanks to help me?

OLicou

All Replies

Posted by Valeriy Bashkatov on 05-Jun-2019 13:48

add.str must contain a description of the new variable extent:

d /disk5/mfgm/mfgm.d5

then run PROSTRCT ADD

The size of the extent mfgm.d4 is fixed automatically on its current size.

P.S>

Progress 7.x - really? and it's still working? [:O]

This thread is closed