sys coreΒΆ

sys core(1)					  BIG-IP TMSH Manual					  sys core(1)

NAME
       enhancedcorefiles - Configures management of core files for the BIG-IP(r) system.

MODULE
       sys

SYNTAX
       Configure the core component within the sys module using the following syntax.

   MODIFY
	modify core
	  options:
	    tmm-manage [true|false]
	    tmm-max [1-100]
	    tmm-action [skip|rotate]
	    mcpd-manage [true|false]
	    mcpd-max [1-100]
	    mcpd-action [skip|rotate]
	    bigd-manage [true|false]
	    bigd-max [1-100]
	    bigd-action [skip|rotate]
	    retention [1-365]

	edit core
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list core
	list core [option]
	show running-config sys core
	show running-config sys core [option]
	  options:
	    all-properties
	    non-default-properties
	    one-line

DESCRIPTION
       You can use this component to configure the creation of core files that the system will use to generate core
       files.

EXAMPLES
       modify sys core tmm-manage true

       Configures the TMOS system to manage tmm corefiles.

OPTIONS
       process-manage
	    Whether or not this process' core files are managed by this component.

       process-max
	    Maximum number of core files that may exist in /shared/cores for this process before the process-action
	    is taken.

       process-action
	    Action to take when number of core files is at its maximum. Possible actions are "skip" which will skip
	    creation of the core file.	"rotate" will delete the oldest core file before creation of the new core
	    file.

       retention
	    Integer representing number of days before deletion.

SEE ALSO
       edit, list, modify, 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-2010, 2013, 2019. All rights reserved.

BIG-IP						      2019-04-25					  sys core(1)