ltm tacdb customdb-fileΒΆ

ltm tacdb customdb-file(1)    BIG-IP TMSH Manual    ltm tacdb customdb-file(1)



NAME
       customdb-file - Manages a custom TACDB file

MODULE
       ltm tacdb

SYNTAX
       List the customdb-file component within the ltm tacdb module using the
       syntax in the following sections.

   CREATE
	create customdb-file [name]
	  options:
	    source-path [string]
	    app-service [name]

	DEPRECATED: Though this command is visible, this is not meant to be
       used by the users. The daemons use it internally.

   DISPLAY
	list customdb-file [[name] | all | [property]]
	  options:
	    all-properties
	    one-line
	    partition

   DELETE
	delete customdb-file [[name] | all]

	DEPRECATED: Though this command is visible, this is not meant to be
       used by the users. The daemons use it internally.

DESCRIPTION
       The customdb-file is created internally using the URl specified in  ltm
       tacdb customdb.

EXAMPLES
       create customdb-file new { source-path file:/shared/images/new.txt }

       Creates a new customdb file object, "new" from the source file
       /shared/images/new.txt

       list customdb-file [fileobj-name]

       Lists the attributes of customdb file object, "new" from the source
       file /shared/images/new.txt

OPTIONS
       create
	    Creates a new file object for custom tacdb.

       delete
	    Deletes the file object that you specify next.

       source-path
	    Specifies the location from where the TACDB file object sources
	    the file.

       app-service
	    Specifies the application service to which the object 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 object. Only the Application Service
	    can modify or delete the object.

       description
	    User defined description for this customdb file object.

       partition
	    Displays the administrative partition within which the component
	    resides.

SEE ALSO
       edit, list, 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, 2012-2015. All rights
       reserved.



BIG-IP				  2015-05-12	    ltm tacdb customdb-file(1)