start of change

cllvupdate Command

Purpose

Performs the cleanup operation for any uncleaned processes and resets the kernel state if the Live Library Update (LLU) operation is suspended or terminated.

Syntax

cllvupdate -u

Description

The cllvupdate command initially checks for any active LLU operation. If an active LLU operation is found, the cllvupdate command issues a message on the terminal and exits. If an active LLU operation is not found, the cllvupdate command proceeds to clean the uncleaned processes and then resets the kernel state to the initial state for LLU operation.

If you run the cllvupdate -u command when no cleanup is required, it displays the message No clean up is required and exits.

Flags

Table 1. Flags
Item Description
-h Displays help information about the command and the flags associated with the command.
-u Cleans the uncleaned processes and resets the kernel state.

Examples

  • To clean up the kernel state and the uncleaned processes after a failed LLU operation, enter the following command:
    cllvupdate -u
  • To get help information about the cllvupdate command, enter the following command:
    cllvupdate -h
end of change