sys disk application-volumeΒΆ

sys disk application-volume(1)BIG-IP TMSH Manualsys disk application-volume(1)



NAME
       application-volume - Configures an application volume instance.

MODULE
       sys disk

SYNTAX
       Configure the application-volume component in the sys disk module using
       the syntax shown in the following sections.

   DISPLAY
	show application-volume [name]
	list application-volume [name]

   DELETE
	delete application-volume [name]

DESCRIPTION
       The application-volume component provides better granularity for
       managing disks. Physical disks can now be shared by several
       application-volumes. An application-volume is physically confined to
       one logical disk. The visibility of the application-volume can be
       confined to a particular software volume set or it can be global. No
       application-volume properties are allowed to be modified through tmsh
       or iControl(r) interfaces.

EXAMPLES
       delete application-volume mysqldb_MD1.3

       Deletes an application-volume named mysqldb_MD1.3.

       show application-volume mysqldb_MD1.3

       Displays the configuration details of the application-volume
       mysqldb_MD1.3 in a table.

OPTION
       logical-disk [name]
	    Specifies the name of the logical disk in which the application-
	    volume will be created.

       owner [unassigned/datastor/mysql/vcmp]
	    Specifies the owner for which this application-volume is assigned.
	    unassigned - is the default option and means the volume is not in
	    use and nobody owns it.

       preservability [discardable/precious]
	    Specifies the if application-volume can be discarded by software
	    (for example, during module provisioning). discardable - is the
	    default option.

       resizeable [false/true]
	    Specifies the if application-volume can potentially be resized.
	    false - is the default option.

       size [integer]
	    Specifies the size of the application-volume.

       volume-set-visibility-restraint [name]
	    Specifies the name of the volume set to which the application-
	    volume is constrained, if any.

SEE ALSO
       delete, show, list, tmsh, sys provision, sys disk logical-disk

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 2009-2013, 2016. All rights
       reserved.



BIG-IP				  2016-03-14	sys disk application-volume(1)