sys serviceΒΆ

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

NAME
       service - Manages services on the BIG-IP(r) system.

MODULE
       sys

SYNTAX
       Configure the service component within the sys module using the syntax in the following sections.

   MODIFY
	modify service [name]
	  options:
	    [add | disable | enable | reinit | remove]

	restart service [name]
	start service [name]
	stop service [name]
	  options:
	    force

   DISPLAY
	list service
	list service [name]
	show running-config service
	show running-config service [name]
	 options:
	  all-properties

	show service
	 options:
	  memstat

DESCRIPTION
       You can use the service component to add, disable or enable, start, stop, restart, reinitialize, remove, or
       display information about a service.

       Note that the tmsh connection to mcpd will be dropped if you stop or restart the mcpd service. The next tmsh
       command will prompt you to try again. Alternatively you can quit tmsh and login again.

EXAMPLES
       list service

       Displays information about the services available on the BIG-IP system.

       restart service mcpd

       Restarts the mcpd daemon.

OPTIONS
       add  Adds the specified service.

       disable
	    Disables the specified service.

       enable
	    Enables the specified service.

       memstat
	    Displays memory usage statistics for the specified service.

       reinit
	    Reinitializes the specified service.

       remove
	    Removes the specified service.

SEE ALSO
       list, modify, restart, show, start, stop, 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. All rights reserved.

BIG-IP						      2011-04-29				       sys service(1)