Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • Wiki Markup
      <span style="color: #000000">$ ./zone_delete.sh &#45;h</span>
      Usage: \[-d\] \[-u\] \[-p\]&nbsp;\[-z\]
      &nbsp;
      &nbsp;-d - cloud DB server ip address, defaulted to localhost if not specified&nbsp;
      &nbsp;-u - user name to access cloud DB, defaulted to cloud if not specified&nbsp;
      &nbsp;-p - cloud DB user password, defaulted to cloud if not specified&nbsp;
      &nbsp;-z - zone id&nbsp;
      &nbsp;
      Example: zone_delete.sh \-dlocalhost \-ucloud \-pcloud \-z1
  • Start all management servers. At this point all regions contain only the desired zones
  • In each new Region, update "host" param in global settings and set the correct mgmt server IP.
  • Restart mgmt server (to avoid restart, set mgmt server IP in DB directly mysql>update cloud.configuration set value = '<mgmt_server_ip>' where name = 'host' )
  • Enable zones in the required regions
  • Destroy CPVM and SSVM in each zone, so that they will be recreated

...