Kbase P53406: Hot spare was broken during roll forward because AI file is
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/11/2003 |
|
Status: Unverified
SYMPTOM(s):
AI file sequence was skipped generating AI files.
Hot spare was broken during roll forward because AI file is missing.
command to empty AI extent was:
rfutil sports -C aimage extent empty -a /db/sports/sports.a1
CAUSE:
Syntax of command line was incorrect.
rfutil sports -C aimage extent empty -a /db/sports/sports.a1
The -a is not a valid parameter for the rfutil extent empty command and should not be used. The command executes ignoring everything after "empty" and empties the oldest AI extent.
FIX:
Use the correct syntax for the rfutil empty command.
rfutil sports -C aimage extent empty /db/sports/sports.a1