sys pfman consumerΒΆ

sys pfman consumer(1)				  BIG-IP TMSH Manual				sys pfman consumer(1)

NAME
       consumer - Manage the state of pfman health status consumers.

MODULE
       sys pfman

SYNTAX
       Manage pfman administered consumers using the syntax in the following section.

   MODIFY
	 modify consumer [guest-name]
	   parameter:
	     state [up|down|reset]

   DISPLAY
	 list consumer
	 list consumer [guest-name]

DESCRIPTION
       You can use the consumer component to manage the state of guest access to device health status services.

EXAMPLES
       modify consumer tesseract-guest down

       Transitions to 'down' the communication link between the hypervisor and guest pfmand daemons.  When 'down',
       the guest is unable to send requests to the hypervisor, nor will it receive status updates.

       modify consumer tesseract-guest up

       Transitions to 'up' the communication link between the hypervisor and guest pfmand daemons.  When 'up', the
       guest can send requests to the hypervisor, and receive status updates.

       modify consumer tesseract-guest reset

       Transitions to 'down', then to 'up', the communication link between the hypervisor and guest pfmand daemons.

       list consumer tesseract-guest

       Lists the current status of the guest called "tesseract-guest".

       list consumer

       Lists the current status of all guests.

SEE ALSO
       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 2013, 2015-2016. All rights reserved.

BIG-IP						      2016-04-21				sys pfman consumer(1)