Kbase P108430: Samples with RFUTIL AIMAGE QUERY
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
Samples with RFUTIL AIMAGE QUERY
FIX:
The following samples are based on a database sports with initially 4 After-Image (AI) extents and with a 5th After-Image extent added after sports.a1 extent was busy again [using "prostrct add" and "prostrct reorder ai" commands].
There have been only 9 AI extents full since AIMAGE BEGIN, we have:
EXTENT: 1 -> 2 -> 3 -> 4 -> 5
STATUS: BUSY > EMPTY > EMPTY > FULL > FULL
SEQNO: 10 -> 0 -> 0 -> 8 -> 9
See below some executions of RFUTIL AIMAGE QUERY
$
$_rfutil sports -C aimage query sequence by extnum 1; _rfutil sports -C aimage query sequence by extnum 2; _rfutil sports -C aimage query sequence by extnum 3; _rfutil sports -C aimage query sequence by extnum 4; _rfutil sports -C aimage query sequence by extnum 5
10
0
0
8
9
$
$ _rfutil sports -C aimage query status by extnum 1
Busy
$
$_rfutil sports -C aimage query name by extnum 2
/usr2/91E/sports.a2
$
$_rfutil sports -C aimage query extnum by sequence 9
5
$
$