failed to stop initialization:the background activity is not running------pegasus R 6

  • 271 Views
  • Last Post 02 December 2020
朝 张 posted this 01 December 2020

I tried to stop the initialization, but the system couldn't answer. Disk data is not important. What can I do?

All other commands are invalid if initialization is not stopped

cliib> factorydefaults -a restore -t all

Error (0x49815102): subsystem lock by other is present

 

cliib> array -a del -d 1

 

Error (0x49815102): subsystem lock by other is present

 

 

Is there any command to stop BGA initialization? thanks!

Attached Files

Order By: Standard | Latest | Votes
R P posted this 01 December 2020

Hi,

Assuming you have one logical drive, use...

init -a stop -l 0

There's also a 'stop' button in the GUI.

----------------

cliib> help init
Init

Usage:
   init [-a <action>] [-l <LdId>]
   init -a start -l <LdId> [-q <size>] [-p <pattern>]
   init -a stop -l <LdId>
   init -a pause -l <LdId>
   init -a resume -l <LdId>

Summary:
   This command is used to start, stop, pause, or resume a LDI (Logical Drive
   Initialization) or a Quick Init.  A LDI will write to the entire logical
   drive space, where a Quick Init will write to the first and last few
   megabytes of the logical drive.

Options:

-a <action>          Which action to perform.

   list              (Default) Displays a list of the current initializations
                     in progress or paused along with their statuses.
   start             Start an initialization or quick initialization.
   stop              Stop an initialization or quick initialization.
   pause             Pause an initialization or quick initialization.
   resume            Resume an initialization or quick initialization.

-l <LD ID>           Specifies on which logical drive to perform the
                     initialization or quick initialization.

-q <size>            Specifies the amount of data in megabytes (MB) to be used
  1..1024            to perform a quick initialization.

-p <pattern>         Specifies a pattern in which to use for initialization
                     The pattern can range from 1 to 128 bytes(HEX string),
                     and will be padded to even number of bytes, e.g.,
                     fff padded to 0fff.
                     Pattern is not supported for quick initialization.

Examples:
   init
   init -a stop -l0
   init -a start -l0 -p5a5a0101

Type " | more" at the end of each command, to display info page by page.

cliib>

  • Liked by
  • 朝 张
朝 张 posted this 02 December 2020

Thank you very much. It worked.

Close