apm client imageΒΆ

apm client image(1)	      BIG-IP TMSH Manual	   apm client image(1)



NAME
       image - Manages APM client software images.

MODULE
       apm client

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

   INSTALL
	list image [name]

   DISPLAY
	list image
	list image [ [ [ name [/slot_id] ] | [glob] | [regex] ] ... ]
	  options:
	    checksum
	    config-source
	    file-size
	    last-modified
	    one-line

   DELETE
	delete image [ [ [name] ... ] | [all] ]

DESCRIPTION
       You can use the image component to install images, view information
       about available images, or delete unwanted images.

   INSTALLING A SOFTWARE IMAGE
       Before you begin installing an image, you must download the image file
       into the /shared/apm/images directory. You can find new software images
       at http://downloads.f5.com. We recommend downloading both the .iso file
       and the .md5 file. Download the file (or files) to your local machine,
       then transfer it to the /shared/apm/images directory on the BIG-IP. Use
       the Manager (GUI) interface to make this transfer, or quit tmsh to the
       Unix command line and use scp or a similar Unix command.

       If you downloaded the .md5 file, you can use the Unix md5sum command to
       check the MD5 hash of the .iso file, and you can compare it to the
       contents of the .md5 file. They should match. If they do not, retry the
       download and/or transfer of the .iso file.

       Use the install command with this component to install the .iso file.

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

EXAMPLES
       list image apmclients-13.0.0-1914.0.iso

       Displays information about the specified image,
       apmclients-13.0.0-1914.0.iso.

       list image */1

       Displays information about all of the images located on the first slot.

       install image apmclients-13.0.0-1914.0.iso

       Attempts to install the specified image, apmclients-13.0.0-1914.0.iso.

       delete image apmclients-13.0.0-1914.0.iso

       Removes the specified image, apmclients-13.0.0-1914.0.iso from
       /shared/apm/images directory.

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

       config-source
	    Displays the source of the image: "user" or "base".

       file-size
	    Displays the size of the image file in megabytes.

       last-modified
	    Displays the date the file was last modified.

       name Specifies the name of the image that you want to install or
	    delete.

       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.

SEE ALSO
       delete, glob, install, list, regex, tmsh, show

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-2013, 2017. All rights
       reserved.



BIG-IP				  2017-05-17		   apm client image(1)