software_update install

Installs components from the staged software package.

SYNOPSIS

software_update ‑install 
   { ‑drive drive‑type [,drive‑type]...
   | { ‑component component:instruction [,component:instruction]...
     | ‑all {newerVersionOnly | alwaysInstall}
     }
     [{‑disruptive | ‑noDisruptive}]
     [‑ignoreCompatibilityChecking]
     [‑forceControllerShutdown
      [‑discardFbm]
     ]
     [‑ignoreBadSystemState]
     [‑ignoreOperationPoolDraining]
     [‑overridePreviousFailedUpdate]
     [‑ignoreExistingAlerts]
   }
   [‑suppressWarnings]

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

For an update operation to succeed smoothly, the following conditions must not exist during the update operation:
  • Conflicts with the compatibility matrix

  • Non-optimal system state

  • Incomplete internal tasks

  • Previously failed update operations

  • Unresolved system alerts

By default, if any combination of the above conditions exists, the update operation fails. To override this default action, you can explicitly request to be prompted when one or more of these conditions are encountered. When prompted, you can choose whether to terminate the update operation or to proceed with the update operation.

If you use any of the override options in the software_update ‑install command and the corresponding condition is encountered during the update operation, the system displays the following prompt (unless the ‑suppressWarnings option is included in the command):
Warning: Contact the Support Center before proceeding! Proceeding without their assistance could risk data loss. 
Continue?
An affirmative response of y (or any value beginning with y, such as yes) instructs the system to proceed with the software update.
CAUTION
Responding affirmatively could result in data loss.
Note: Administrators with primary administrator, admin1, or support roles are authorized to run the software_update ‑install command. However, because data loss might well occur, only support roles are authorized to use the ‑suppressWarnings option.

OPTIONS

all
Processes all of the staged modules except drive firmware in one operation. The selected operand applies to each staged module as it is processed. Choose from the following valid operands:
newerVersionOnly

Processes the staged software module only when it is newer than the existing module.

alwaysInstall

Processes the staged software module regardless of the version of the existing module. Only use this option if you have been instructed by the release notes, a My Oracle Support Knowledge article, or Oracle Customer Support.

component
Specifies a comma-separated list that indicates the component version to install and the installation instruction for that component. Separate the component operand and the instruction operand with a colon ( : ).
  • Express the component operand by one of the following methods:
    As a regular expression

    [0‑9]{4}‑[0‑9]{5}‑[0‑9]{6}‑[0‑9]{6}

    As a string
    Valid components:
    • pilotSoftware

    • pilotOS

    • controllerSoftware

    • controllerOS

    • enclosureFirmware2U

    • enclosureFirmware4U

    Note: To get a list of components that are available for processing, run the software_update ‑list ‑staged command.
  • Express the instruction operand by including one of the following values:
    exclude

    Prevents the software component from being installed.

    newerVersionOnly

    Installs the software component only if the staged component is more recent than the installed version.

    alwaysInstall

    Installs the software component regardless of its version.

discardFbm

Clears the flash-backed memory in the Controllers.

To use the ‑discardFbm option, you must also specify the ‑forceControllerShutdown option.

Note: Only use this option if you have been instructed by the release notes, a My Oracle Support Knowledge article, or Oracle Customer Support.
disruptive

Takes all of the data paths offline and temporarily places the Oracle FS System in an inactive state.

drive

Specifies the types of staged drive firmware to install. To get a list of the types of installed drive firmware, use the ‑list subcommand.

forceControllerShutdown
Disregards all exceptions and stops all software modules that are running on the Controllers.
Note: Using this option causes a disruptive update.
ignoreBadSystemState

Instructs the software update process to proceed when hardware issues exist.

If a hardware issue is encountered during the update operation, you are prompted to confirm that you want the system to ignore the condition. To ignore the condition and to proceed with the update, enter y.

Note:

Both Pilots need to be online. If both Pilots are not online, the update fails.

Any hardware that is not online at the time of the installation is not upgraded until it is back online.

ignoreCompatibilityChecking

Instructs the software update process to proceed when a conflict with the settings in the compatibility matrix occurs.

If a conflict is encountered during the update operation, you are prompted to confirm that you want the system to ignore the condition. To ignore the condition and to proceed with the update, enter y.

ignoreExistingAlerts

Instructs the software update process to ignore any existing system alerts and to continue the update.

If unresolved system alerts are encountered during the update operation, you are prompted to confirm that you want the system to ignore the condition. To ignore the condition and to proceed with the update, enter y.

ignoreOperationPoolDraining

Instructs the software update process to proceed after waiting for a preset time period for internal tasks to complete, regardless of whether those tasks have completed within that period.

If internal tasks cannot be completed in time during the update operation, you are prompted to confirm that you want the system to ignore the condition. To ignore the condition and to proceed with the update, enter y.

noDisruptive

Performs the software update with the data paths and the Oracle FS System remaining active. User applications can continue accessing the storage arrays without interruption.

Note: Only use this option if you have been instructed by the release notes, a My Oracle Support Knowledge article, or Oracle Customer Support.
overridePreviousFailedUpdate

Instructs the software update process to ignore any failures from a previous update attempt and to continue the update.

If a previous update failure is encountered during the update operation, you are prompted to confirm that you want the system to ignore the condition. To ignore the condition and to proceed with the update, enter y.

suppressWarnings

Instructs the system not to display any confirmation prompts when non-optimum conditions are encountered and, instead, to continue the software update operation.

Note: Only administrators with support roles are authorized to use the ‑suppressWarnings option.

EXAMPLE

Task

Install only newer components from the staged software package to the Oracle FS System.

Parameters
  • None

$ fscli software_update ‑install ‑all newerVersionOnly ‑noDisruptive