sys provisionΒΆ

sys provision(1)	      BIG-IP TMSH Manual	      sys provision(1)



NAME
       provision - Configures provisioning on the BIG-IP(r) system.

MODULE
       sys

SYNTAX
       Configure the provision component within the sys module using the
       syntax in the following sections.

   MODIFY
	modify provision [afm | am | apm | asm | avr | fps | gtm | ilx | lc |
			  ltm | pem | swg | urldb | vcmp]
	  options:
	    cpu-ratio [integer]
	    disk-ratio [integer]
	    level [custom | dedicated | minimum | nominal | none]
	    memory-ratio [integer]

	edit provision
	  [ [ [afm | am | apm | asm | avr | fps | gtm | ilx | lc | ltm | pem |
	       swg | urldb | vcmp] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list provision
	  [ [ [afm | am | apm | asm | avr | fps | gtm | ilx | lc | ltm | pem |
	       swg | urldb | vcmp] | [glob] | [regex] ] ... ]
	show running-config provision
	  [ [ [afm | am | apm | asm | avr | fps | gtm | ilx | lc | ltm | pem |
	       swg | urldb | vcmp] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use the provision component to modify the allocation of
       resources to the licensed modules on your system.

EXAMPLES
       modify provision asm level minimum
	    Provisions the minimum amount of resources for the BIG-IP
	    Application Security Manager.

       list provision
	    Displays the current provisioning of the system.

       Using Transactions
	    1. create / cli transaction
	    2. modify / sys provision ltm level minimum
	    3. modify / sys provision gtm level nominal
	    4. submit / cli transaction

	    The previous four steps create a transaction to modify the
	    provisioning of a unit to provision the Local Traffic Manager at
	    the minimum level and the Global Traffic Manager at the nominal
	    level.

	    1. create / cli transaction
	    2. modify / sys provision ltm level none
	    3. modify / sys provision gtm level dedicated
	    4. submit / cli transaction

	    The previous four steps create a transaction to modify the
	    provisioning of a unit to dedicate all of the unit's resources to
	    the Global Traffic Manager when currently only the Local Traffic
	    Manager is provisioned.

OPTIONS
       afm  Specifies that you are provisioning the BIG-IP Advanced Firewall
	    Manager. When the Advanced Firewall Manager is provisioned, the
	    tmsh module security is enabled.

       am   Specifies that you are provisioning the BIG-IP Acceleration
	    Manager. When the Acceleration Manager is provisioned, the tmsh
	    module wam is enabled and more tmsh components under wom are
	    available.

       apm  Specifies that you are provisioning the BIG-IP Access Policy
	    Manager. When the Access Policy Manager is provisioned, the tmsh
	    module apm is enabled.

       asm  Specifies that you are provisioning the BIG-IP Application
	    Security Manager. When asm is provisioned the tmsh module asm is
	    enabled.

       avr  Specifies that you are provisioning the BIG-IP Application
	    Visibility and Reporting. When Application Visibility and
	    Reporting is provisioned the tmsh module analytics is enabled.

       cpu-ratio
	    Use this option only when the level option is set to custom. F5
	    Networks recommends that you do not modify this option. The
	    default value is none.

       disk-ratio
	    Use this option only when the level option is set to custom. F5
	    Networks recommends that you do not modify this option. The
	    default value is none.

       fps  Specifies that you are provisioning the BIG-IP Fraud Protection
	    Service. When fps is provisioned the tmsh module security anti-
	    fraud is enabled.

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

       gtm  Specifies that you are provisioning the BIG-IP Global Traffic
	    Manager. When gtm is provisioned the tmsh module gtm is enabled.

       ilx  Specifies that you are provisioning BIG-IP iRules Language
	    Extensions.

       lc   Specifies that you are provisioning the BIG-IP Link Controller.
	    When Link Controller is provisioned the tmsh module gtm is
	    enabled.

       level
	    Specifies the level of resources that you want to provision for a
	    module. The options are:

	    custom
		 F5 Networks does not recommend that you specify this level.

	    dedicated
		 Specifies that all resources are dedicated to the module you
		 are provisioning. For all other modules, the level option
		 must be set to none.

	    minimum
		 Specifies that you want to provision the minimum amount of
		 resources for the module you are provisioning.

	    nominal
		 Specifies that you want to share all of the available
		 resources equally among all of the modules that are licensed
		 on the unit.

	    none Specifies that you do not want to provision any resources for
		 this module.

       ltm  Specifies that you are provisioning the BIG-IP Local Traffic
	    Manager.

       memory-ratio
	    Use this option only when the level option is set to custom. F5
	    Networks recommends that you do not modify this option. The
	    default value is none.

       pem  Specifies that you are provisioning the BIG-IP Policy Enforcement
	    Manager. When Policy Enforcement Manager is provisioned the tmsh
	    module pem is enabled.

       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.

       swg  Specifies that you are provisioning the BIG-IP Secure Web Gateway.
	    When Secure Web Gateway is provisioned, the assumption is that
	    Access Policy Management is already provisioned and tmsh component
	    apm url-filter is enabled;

       urldb
	    Specifies that you are provisioning the BIG-IP Secure Web Gateway
	    with minimum resource mode. Mainly used for SSL orchestration use
	    cases.  The tmsh module  urldb cannot be provisioned in BIG-IP
	    when the tmsh module swg is already provisioned and vice-versa.

       vcmp Specifies that you are provisioning the BIG-IP Virtual CMP. When
	    Virtual CMP is provisioned the tmsh module vcmp is enabled.

SEE ALSO
       edit, glob, list, modify, regex, show, 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 2008-2015. All rights reserved.



BIG-IP				  2016-10-26		      sys provision(1)