wom profile cifsΒΆ

wom profile cifs(1)					BIG-IP TMSH Manual				       wom profile cifs(1)

NAME
       cifs - Configures a Common Internet File System (CIFS) profile.

MODULE
       wom profile

SYNTAX
       Configure the cifs component within the wom profile module using the syntax shown in the following sections.

   CREATE/MODIFY
	create cifs [name]
	modify cifs [name]
	  options:
	    app-service [[string] | none]
	    defaults-from [ [name] | none]
	    description [string]
	    fast-close [disabled | enabled]
	    fast-set-file-info [disabled | enabled]
	    office-2003-extended [disabled | enabled]
	    read-ahead [disabled | enabled]
	    record-replay [disabled | enabled]
	    write-behind [disabled | enabled]

   DISPLAY
	list cifs
	list cifs [ [ [name] | [glob] | [regex] ] ... ]
	show running-config cifs
	show running-config cifs [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

	show cifs
	show cifs [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    (default | exa | gig | kil | meg | peta | raw | tera | yotta | zetta)

   DELETE
	delete cifs [name]

DESCRIPTION
       You can use the cifs component to manage a CIFS profile.

EXAMPLES
       create cifs my_cifs_profile

       Creates a CIFS profile named my_cifs_profile using the system defaults.

       modify cifs my_cifs_profile fast-close disabled

       Turns off fast-close for the CIFS profile named my_cifs_profile.

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.

       defaults-from
	    Specifies the profile that you want to use as the parent profile. The new profile inherits all settings and values
	    from the parent profile specified. The default value is cifs.

       description
	    User defined description.

       fast-close
	    Specifies whether the system speeds up file close operations by fulfilling them through the WAN Optimization Manager
	    closer to the request initiator. The default value is enabled.

       fast-set-file-info
	    Specifies whether the system speeds up file metadata change requests by fulfilling the requests through the WAN
	    Optimization Manager closer to the request initiator. The default value is enabled.

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

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

       office-2003-extended
	    Specifies whether the system performs read-ahead operations based on parsing the Microsoft CDF file and understanding
	    its structure. The default value is enabled.

       partition
	    Displays the administrative partition within which the component resides.

       read-ahead
	    Specifies whether the system speeds up CIFS file downloads by prefetching the file data on the WAN Optimization
	    Manager closer to the request initiator. The default value is enabled.

       record-replay
	    Specifies whether the system opens CIFS files faster by performing more intelligent read-ahead operations. The default
	    value 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.

       write-behind
	    Specifies whether the system speeds up CIFS file uploads to the server by fulfilling write requests through the WAN
	    Optimization Manager closer to the request initiator. The default value is enabled.

SEE ALSO
       create, delete, glob, list, ltm virtual, 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 2009-2013. All rights reserved.

BIG-IP							    2013-03-21					       wom profile cifs(1)