sys software hotfixΒΆ

sys software hotfix(1)	      BIG-IP TMSH Manual	sys software hotfix(1)



NAME
       hotfix - Manages F5 Networks software hotfixes.

MODULE
       sys software

SYNTAX
       Install, display information about, or delete a hotfix using the syntax
       in the following sections.

   INSTALL
	install hotfix [name] volume [name]
	  options:
	    create-volume
	    reboot

   DISPLAY
	list hotfix
	list hotfix [ [ [ name [/slot_id] ] | [glob] | [regex] ] ... ]
	  options:
	    build
	    checksum
	    id
	    one-line
	    product
	    title
	    verified
	    version

   DELETE
	delete hotfix [ [name] ... ]
	  options:
	    all

DESCRIPTION
       You can use the hotfix component to install a hotfix onto a volume,
       view information about available hotfixes, or delete unwanted hotfixes.

       Use the create-volume option with the hotfix component to create new
       volumes.

       Note: You use the slot_id option only for chassis systems and only when
       displaying the values for the options of a specific hotfix. You do not
       use the slot_id option when installing or deleting a hotfix, because
       these commands operate on all blades or the entire system.

EXAMPLES
       list hotfix Hotfix-BIGIP-9.6.1-824.0-HF3.im

       Displays information about the specified hotfix,
       BIGIP-9.6.1-824.0-HF3.im.

       list hotfix */1

       Displays information about the all the hotfixes on the first slot.

       install hotfix Hotfix-BIGIP-9.6.1-824.0-HF3.im volume HD1.1 reboot

       Attempts to install the specified hotfix, BIGIP-9.6.1-824.0-HF3.im,
       onto HD1.1.

       Note: If the installation is successful, and you used the reboot
       option, as in this example, the machine reboots into the newly
       installed hotfix.

OPTIONS
       build
	    Displays the build number of the hotfix.

       checksum
	    Displays the checksum of the hotfix. You can use this option to
	    verify the integrity of the hotfix.

       create-volume
	    Create a new volume using the name specified with the volume
	    option. Mirrored volume names must begin with the prefix MD1..
	    Mirrored volumes are available only on systems that support RAID,
	    see sys raid.

       glob Displays the items that match the glob expression. See help glob
	    for a description of glob expression syntax.

       name Specifies the name and sequential ID of the hotfix that you want
	    to install or delete.

       product
	    Displays the F5 Networks product this hotfix contains.

       reboot
	    Specifies that the system reboots immediately after a successful
	    installation.

       regex
	    Displays the items that match the regular expression. The regular
	    expression must be preceded by an at sign (@[regular expression])
	    to indicate that the identifier is a regular expression. See help
	    regex for a description of regular expression syntax.

       slot_id
	    Specifies the number of the slot on a chassis system that contains
	    the hotfix about which you want to display information.

       title
	    Displays a textual description of the hotfix.

       verified
	    When set to yes, indicates that the hotfix is authentic.

       version
	    Displays the version number of the product the hotfix contains.

       volume
	    Specifies the name of the volume on which you want to install the
	    hotfix, or from which you want to delete the hotfix.

SEE ALSO
       delete, glob, install, list, regex, sys software image, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or
       by any means, electronic or mechanical, including photocopying,
       recording, or information storage and retrieval systems, for any
       purpose other than the purchaser's personal use, without the express
       written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2012. All rights reserved.



BIG-IP				  2012-04-16		sys software hotfix(1)