sys pfman deviceΒΆ

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

NAME
       device - Manage the state of a pfman controlled device status.

MODULE
       sys pfman

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

   MODIFY
	 modify device [pci_device]
	   parameter:
	     state [up|down|reset]

   DISPLAY
	 list device
	 list device [pci_device]

DESCRIPTION
       You can use the device component to manage the state of device reset and health status reporting.

EXAMPLES
       modify device 04:00.0 down

       This will cause pfmand to "down" the device. A device in the "down" state will not return to use until the
       device returns to "up" status. All associated tmm instances will be informed of the device status change to
       "down".

       modify device 86.00.0 up

       This causes pfmand to attempt to bring a "down" device back to the "up" status.	When successful, all
       associated tmm instances will be informed of the device status change to "up".

       modify device 86:00.0 reset

       Instructs pfmand to issue a reset of device 86:00.0.

       list device 85:00.0

       Lists the status of device 85:00.0.

       list device

       Lists the status of all devices.

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 device(1)