util geoutilΒΆ

util geoutil(1) 				  BIG-IP TMSH Manual				      util geoutil(1)

NAME
       geoutil - Run the geoutil command to change topics, hostnames, and ports the georedundancy config files.

MODULE
       util

SYNTAX
	run util geoutil    

DESCRIPTION
       The geoutil utility facilitates changing kafka topics by modifying the configuration files for kafka and
       mirrormaker.  It stops the daemons associated with georedundancy (zookeeper, kafka, and mirrormaker).  Then it
       deletes the old topics.	It modifies all the necessary config files.  Finally, it restarts the daemons.

       Before running geoutil, the remote-host entries in sys global-settings should be modified to reflect the new
       hostnames.

EXAMPLES
   One one machine:
       modify sys global-settings remote-host modify {
	   mirrorMakerLocal {
	       hostname seattle addr 127.0.0.1 }
	   mirrorMakerRemote {
	       hostname bellevue addr 10.126.2.40 }}

       run util geoutil 10.126.2.1 9092 seattle bellevue

   On a machine remote from the first:
       modify sys global-settings remote-host modify {
	   mirrorMakerLocal {
	       hostname bellevue addr 127.0.0.1 }
	   mirrorMakerRemote {
	       hostname seattle addr 10.126.2.30 }}

       run util geoutil 10.126.2.2 9092 bellevue seattle

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 2012-2019. All rights reserved.

BIG-IP						      2019-08-02				      util geoutil(1)