How to upgrade the Messaging Gateway (SMG) to a specific version from the command line.
This may be required if you want to upgrade to a version/release that is not the most current.
Upgrading Messaging Gateway (SMG) to a version other than the latest.
Command line:
Note: The "--version" directive must come before the action (download/install/notes), otherwise it will ignore the requested version and attempt the action for the latest available version.
update --version 10.8.0-7 download
update --version 10.8.0-7 install
(Note: If the install command is run without running the download command first, the update will download the version requested before the install)
To get the list of available software updates, use this command:
update list
Control Centre:
Note:
Using the commands "update install" or "update download" without including the argument "--version x.x" may cause SMG to upgrade to the latest available version.
Refer to the upgrade best practice documentation when upgrading your appliance.
The help for the command line update command contains the following information (update --help
):
NAME
update - update the appliance softwareSYNOPSIS
update listupdate [--version | -v number] ( check | download | install | notes )
update localinstall URL to ISO file
update localcleanup
update --help
DESCRIPTION
You can perform the following tasks with the update command:• Check for new software updates
• Download software updates
• Install software updates from the Internet or locally
• List the available software updates for download or installation
Before you update the software, ensure that your appliance is not performing any tasks that, if disrupted, could cause problems after you reset the appliance. Also ensure
that you perform a backup of your database.db-backup(1)
OPTIONS
--help, -h
Display this message.[--version | -v n] check | notes | download | install
Specify a software update version number for the check, download, install, or notes arguments.ARGUMENTS
check Perform a test update.The test update demonstrates what happens if you choose to perform a software update. Running update check does not update your appliance software. If you do not
specify a version, the test update uses the latest software version. For example, if you run update check without specifying the version, and your appliance is
currently running a version that must be updated to an interim version before it can be updated to the latest version, the test fails. You can check the Release
Notes to find information on approved update paths.download
Download but do not install a software update. Defaults to the latest released version.After you download a software update, you can install it by typing update install. If you do not specify a version, the latest software update is downloaded.
install
Download and install a software update. If you do not specify a version, the latest software update is installed on your appliance.Defaults to the latest released version.
list Display the available software updates.
localinstall URL to ISO file
where URL to ISO file is the HTTP location from which Symantec Messaging Gateway can retrieve an OSRestore ISO.Updates the software version without an Internet connection.
You first download an ISO image from Symantec and place it on an HTTP server that is accessible from the appliance.
localcleanup
Remove temporary files that may have been left behind from a previously failed localinstall attempt.notes Display the software update notes. If you do not specify a version, the latest software update notes appear.
EXAMPLES
update downloadDownload but do not install a software update. After you download a software update, you can install it by typing update install.