sys file device-capabilities-dbΒΆ

sys file device-capabilities-db(1)			BIG-IP TMSH Manual			sys file device-capabilities-db(1)

NAME
       device-capabilities-db - Manages a device capabilities DB file.

MODULE
       sys file

SYNTAX
       Configure the device-capabilities-db component within the sys file module using the syntax shown in the following sections.

   CREATE/MODIFY
	create device-capabilities-db [name]
	modify device-capabilities-db [name]
	  options:
	    app-service [[string] | none]
	    source-path [file:/PATH/FILE]

   DISPLAY
	list device-capabilities-db
	list device-capabilities-db [ [ [name] | [glob] | [regex] ] ... ]

   DELETE
	delete device-capabilities-db [name]

DESCRIPTION
       You can use the device-capabilities-db component to create, delete, list or modify an device capabilities DB file.

EXAMPLES
       create device-capabilities-db dcdb source-path file:/shared/images/dcdb

       Loads the device capabilities file from the given path on the local disk into file-store and creates an file named dcdb.

OPTIONS
       app-service
	    Specifies the name of 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.

       checksum
	    A cryptographic hash or checksum of the file contents for use in verification of file integrity.

       create-time
	    Specifies the time at which the file-object was created.

       created-by
	    Specifies the user who originally created the file-object.

       last-update-time
	    Specifies the last time at which the file-object was updated/modified.

       mode Specifies the UNIX file permissions mode for the file associated with this file-object as a numerical value.

       revision
	    Specifies the latest revision of the file. The revision starts with 1 and gets incremented on each update.

       size Specifies the size (in bytes) of the file associated with this file object.

       source-path [path]
	    This attribute takes an absolute path on the local disk, for example:

		 source-path file:/shared/images/filename

       updated-by
	    Specifies the user who last updated the file-object.

SEE ALSO
       create, delete, glob, list, modify, regex, 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							    2018-02-07				sys file device-capabilities-db(1)