gtm datacenterΒΆ

gtm datacenter(1)	      BIG-IP TMSH Manual	     gtm datacenter(1)



NAME
       datacenter - Configures a Global Traffic Manager(tm) data center.

MODULE
       gtm

SYNTAX
       Configure the datacenter component within the gtm module using the
       syntax in the following sections.

   CREATE/MODIFY
	create datacenter [name]
	modify datacenter [name]
	  options:
	    app-service [[string] | none]
	    contact [ [name] | none]
	    description [string]
	    [disabled | enabled]
	    location [none | [physical location] ]
	    prober-fallback [ any-available | inside-datacenter | outside-datacenter | pool | none ]
	    prober-pool [none | name]
	    prober-preference [ inside-datacenter | outside-datacenter | pool ]
	    metadata
	      [add | delete | modify] {
		[metadata_name ... ] {
		  value [ "value content" ]
		  persist [ true | false ]
		}
	    }

	edit datacenter [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

	reset-stats datacenter
	reset-stats datacenter [ [ [name] | [glob] | [regex] ] ... ]

   DISPLAY
	list datacenter
	list datacenter [ [ [name] | [glob] | [regex] ] ... ]
	show running-config datacenter
	show running-config datacenter [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

	show datacenter
	show datacenter [name]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)
	    detail
	    field-fmt

   DELETE
	delete datacenter [name]

DESCRIPTION
       You can use the datacenter component to create, modify, display, or
       delete a data center.

EXAMPLES
       create datacenter DC1

       Creates a data center named DC1 with options set to the default values.

       list datacenter DC1 all-properties

       Displays all properties of the data center named DC1.

OPTIONS
       app-service
	    Specifies the name of the application service to which the data
	    center belongs. The default value is none. Note: If the strict-
	    updates option is enabled on the application service that owns the
	    object, you cannot modify or delete the data center. Only the
	    application service can modify or delete the data center.

       contact
	    Specifies the name of the administrator or the name of the
	    department that manages the data center. The default value is
	    none.

       description
	    User defined description.

       [disabled | enabled]
	    Specifies whether the data center and its resources are available
	    for load balancing. The default value is enabled.

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

       location
	    Specifies the physical location of the data center. The default
	    value is none.

       metadata
	    Specifies user-defined data to associate with a server. By default
	    the persist attribute is set to true. This means the data is saved
	    into the configuration file.

       name Specifies a unique name for the component. This option is required
	    for the commands create and modify.

       prober-fallback
	    Specifies the type of prober to use to monitor servers defined in
	    this data center when the preferred type is not available. The
	    default value is any-available.

       prober-pool
	    Specifies a prober pool to use to monitor servers defined in this
	    data center when either the prober-preference or prober-fallback
	    value is pool. If neither the prober-preference or prober-fallback
	    value is pool, the prober-preference and prober-fallback values
	    are set to pool and any-available.

       prober-preference
	    Specifies the type of prober to use to monitor servers defined in
	    this data center. The default value is inside-datacenter.

       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
       create, delete, glob, gtm link, gtm prober-pool, gtm server, list,
       modify, regex, reset-stats, 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-2016. All rights reserved.



BIG-IP				  2017-04-24		     gtm datacenter(1)