sys readyΒΆ

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



NAME
       ready - Display the ready status for processing
       config/license/provision commands.

MODULE
       sys

SYNTAX
       Display the ready status for processing config/license/provision
       commands using the syntax in the following section.

   DISPLAY
	show ready
	  options:
	    field-fmt

DESCRIPTION
       You can use the ready component to display whether or not the BIG-IP is
       ready to handle actions such as:

       config
	   Adding or modifying the system's configuration, such as adding a
	   pool member.

       license
	   Apply or update licensing.

       provision
	   Modify resource provisioning, such as enabling or disabling modules

EXAMPLES
       show ready

	   ------------------
	   Sys::BIG-IP Ready:
	   ------------------
	   config     yes
	   license    yes
	   provision  yes

       show ready field-fmt

	   sys bigip-ready {
	       config-ready yes
	       license-ready yes
	       provision-ready yes
	   }

OPTIONS
       For information about the options that you can use with the command
       show, see help show.

SEE ALSO
       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 2017. All rights reserved.



BIG-IP				  2017-05-18			  sys ready(1)