apm epsec epsec-packageΒΆ

apm epsec epsec-package(1)    BIG-IP TMSH Manual    apm epsec epsec-package(1)



NAME
       epsec-package - Manages an EPSEC package.

MODULE
       apm epsec

SYNTAX
       Configure the epsec-package component within the apm epsec module using
       the syntax shown in the following sections.

   CREATE
	create epsec-package
	  options:
	    local-path [string]
	    server [[string] | none]

   DISPLAY
	list epsec-package
	  options:
	    all-properties
	    non-default-properties
	    recursive

	list epsec-package [name]

   INSTALL
	install epsec-package [name]
	  options:
	    device-group [string]

   DELETE
	delete epsec-package [name]

DESCRIPTION
       You can use the epsec-package component to create, install and manage
       an EPSEC package.

EXAMPLES
       create epsec-package my_epsec_package local-path /tmp/my_epsec_package
	    Creates an EPSEC package named my_epsec_package under the
	    /Common/EPSEC/Upload folder.

       list epsec-package
	    Displays a list of EPSEC packages under the specific folder. To
	    list all EPSEC packages use the recursive option.

       install epsec-package my_epsec_package
	    Installs the EPSEC package named my_epsec_package on this device.
	    You cannot install a package from the /Common folder as it is a
	    pre-installed package.

       install epsec-package my_epsec_package device-group /Common/my_epsec_dg
	    Installs the EPSEC package named my_epsec_package on the devices
	    in the device group /Common/my_epsec_dg. You cannot install a
	    package from the /Common folder as it is a pre-installed package.

       delete epsec-package my_epsec_package
	    Deletes the EPSEC package named my_epsec_package.

OPTIONS
       [name]
	    Specifies the name of the component. This option is required.

       local-path
	    Specifies the local path of the package to be uploaded. This
	    option is valid only with CREATE command and is a required option.

       device-group
	    Specifies the device group on which the package will be installed.
	    This option is valid only with INSTALL command

SEE ALSO
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 2011-2013, 2015. All rights
       reserved.



BIG-IP				  2015-07-22	    apm epsec epsec-package(1)