9.2.4.3 ahfctl unsetupgrade

Use the ahfctl unsetupgrade command to unset upgrade parameters.

Syntax

ahfctl unsetupgrade 
[-h] 
[-all] 
[-swstage SWSTAGE] 
[-autoupgrade AUTOUPGRADE] 
[-upgradetime UPGRADETIME] 
[-fstype FSTYPE]
[-tmp_loc TMP_LOC] 
[-remove_installer REMOVE_INSTALLER] 
[-servicename SERVICENAME]
[-frequency FREQUENCY] 
[-debug] 
[-autoupdate AUTOUPDATE]

Parameters

Table 9-16 ahfctl unsetupgrade Command Parameters

Parameter Description

-all

Unsets all the parameters.

-swstage SWSTAGE

Specify the software stage location to unset.

-autoupgrade AUTOUPGRADE

Specify to turn on or off autoupgrade.

-upgradetime UPGRADETIME

Specify unset upgradetime.

-fstype FSTYPE

Specify to unset stage location filesystem type.

-tmp_loc TMP_LOC

Specify to unset the temporary location directory for AHF to extract the install archive.

-remove_installer REMOVE_INSTALLER

Specify this flag to unset the stage location configured to remove AHF installer zip after auto upgrade.

-servicename

Specify the name of REST download service to unset.

-frequency

Unsets autoupgrade frequency.

-debug

Specify to unset debugging.

-autoupdate AUTOUPDATE

Specify to unset autoupdate configurations.

For example: ahfctl unsetupgrade -autoupdate

Example 9-23 Set a single upgrade parameter

ahfctl unsetupgrade -swstage
Software stage location successfully removed
Successfully synced AHF configuration

Example 9-24 Unset all upgrade configuration

ahfctl unsetupgrade -all
AHF upgrade parameters successfully removed
Successfully synced AHF configuration

Example 9-25 Unset autoupgrade frequency

ahfctl unsetupgrade -frequency
Autoupgrade frequency successfully removed
Successfully synced AHF configuration