Reduxio Best Practices for Progress OpenEdge · Procopy session end. (334) proenv>dbman -query -db...

13

Transcript of Reduxio Best Practices for Progress OpenEdge · Procopy session end. (334) proenv>dbman -query -db...

# b p:\test1.b1 # d "Schema Area":6,32;1 p:\test1.d1 # d "Info Area":7,32;1 p:\test1_7.d1 # d "Customer/Order Area":8,16;64 p:\test1_8.d1

# d "Info Index Area":9,1;8 p:\test1_9.d1 # d "Customer/Order Index Area":10,1;8 p:\test1_10.d1

proenv>prostrct create test1 p:\test1.st -blocksize 4096 -validate OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 PROSTRCT CREATE: cannot read file test1.st, command ignored. (6918) proenv>prostrct create test1 p:\test1.st -blocksize 4096 -validate OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 The structure file format is valid. (12619) Device: p:, KBytes needed: 576, KBytes available: 1572604793 (12616) There is sufficient free space to initialize the defined extents. (12618)

proenv>prostrct create test1 p:\test1.st -blocksize 4096 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Formatting extents: size area name path name 8 Primary Recovery Area p:\test1.b1 00:00:00 16 Schema Area p:\test1.d1 00:00:00 16 Info Area p:\test1_7.d1 00:00:00 64 Customer/Order Area p:\test1_8.d1 00:00:00 16 Info Index Area p:\test1_9.d1 00:00:00 16 Customer/Order Index Area p:\test1_10.d1 00:00:00

proenv>procopy C:\Progress\OpenEdge\empty4.db P:\test1.db OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Procopy session begin for administrator on CON:. (451) Copying C:\Progress\OpenEdge\empty4 to P:\test1... (6715) Start writing data blocks. (6718) 12:35:25 10 Percent complete. 12:35:25 20 Percent complete. 12:35:25 30 Percent complete. 12:35:25 40 Percent complete. 12:35:25 50 Percent complete. 12:35:25 60 Percent complete. 12:35:25 70 Percent complete. 12:35:25 80 Percent complete. 12:35:25 90 Percent complete. 12:35:25 100 Percent complete. 509 blocks copied. (6720) ...Copy complete. (6722) Database copied from C:\Progress\OpenEdge\empty4. (1365)

Procopy session end. (334)

proenv>dbman -query -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database Name: test1 database path: p:\test1 database is running: Running Uptime: 04:30:04 default configuration: defaultConfiguration running configuration: defaultConfiguration valid configurations: defaultConfiguration Database test1 agent: Running

Database test1 auxiliary processes: AI Writer: Not Running APW: Running: 1 BI Writer: Running Watchdog: Running

proenv>dbman -stop -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database test1, configuration defaultConfiguration stopping... (18058) Database test1, configuration defaultConfiguration stopped (DBMan021) Database test1 agent: Running Database test1 auxiliary processes: AI Writer: Not Running APW: None running BI Writer: Not Running Watchdog: Not Running

proenv>dbman -stop -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database test1 is not running (DBMan024) Error Processing Database. Database: test1 (18051)

rdxadmin@reduxio:/ ➜ volumes revert progress1 -timestamp

02/17/2015-08:56:00 –force Volume sqldb1 reverted

proenv>dbman -start -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database test1, configuration defaultConfiguration starting... (18054) Database test1, configuration defaultConfiguration started (DBMan028) Database test1 agent: Running Database test1 auxiliary processes: AI Writer: Not Running APW: Running: 1 BI Writer: Running

rdxadmin@reduxio:/ ➜ volumes clone progress1 -name

progress1_rev1 Clone created successfully

proenv>dbman -stop -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database test1, configuration defaultConfiguration stopping... (18058) Database test1, configuration defaultConfiguration stopped (DBMan021) Database test1 agent: Running Database test1 auxiliary processes: AI Writer: Not Running APW: None running BI Writer: Not Running Watchdog: Not Running

proenv>dbman -stop -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database test1 is not running (DBMan024) Error Processing Database. Database: test1 (18051)

proenv>dbman -start -db test1 OpenEdge Release 11.6 as of Fri Oct 16 19:02:26 EDT 2015 Database test1, configuration defaultConfiguration starting... (18054) Database test1, configuration defaultConfiguration started (DBMan028) Database test1 agent: Running Database test1 auxiliary processes: AI Writer: Not Running APW: Running: 1 BI Writer: Running Watchdog: Running