Skip to main content

Link a MySQL semi-sync cluster to a dedicated server

For your information

Some dedicated server configurations of the Chipcore Line cannot be added to a global router network because they lack a port for connecting to a private network. You can check for the presence of a private network port in the Control panel on the server page under the Ports.

  1. Create a global router.
  2. Connect a network and a subnet to the global router up to the dedicated server VLAN.
  3. Connect a network and a subnet to the global router up to the Cloud Platform project.
  4. Assign IP addresses from the created subnets to the dedicated server.
  5. Specify routes on the dedicated server.
  6. Create a Managed Database cluster: new or from a backup of an existing Managed Database cluster.

See an example of networking between a dedicated server and a Managed Database.

Example of networking between a Managed Database and a dedicated server

If you need to configure private connectivity between a dedicated server in the SPB-2 pool and a new Managed Database in the ru-2 pool:

  1. Create a global router.
  2. Connect two private subnets to the router — 192.168.0.0/29 with gateway 192.168.0.1 for the SPB-2 pool and 172.16.0.0/29 with gateway 172.16.0.1 for the ru-2 pool.
  3. Assign an address from the 192.168.0.0/29 subnet to the dedicated server, for example, 192.168.0.2.
  4. Specify routes on the dedicated server in the SPB-2 pool — to the 172.16.0.0/29 subnet via gateway 192.168.0.1.
  5. Create a new Managed Database cluster on the subnet 172.16.0.0/29.

Create a global router

  1. In the Control panel, in the top menu, click Products and select Global Router.
  2. Click Create router. A limit of five global routers is set for each account.
  3. Enter the router name.
  4. Click Create.
  5. If the router was created with the status ERROR or is stuck in one of the statuses, create a ticket.

Connect a network and subnet to the router up to the dedicated server VLAN

You can connect a new or existing network to the router if it is not already connected to any of the account's global routers.

  1. In the control panel, on the top menu, click Products and select Global Router.

  2. Go to the router page → Networks tab.

  3. Click Create network.

  4. Enter a network name. It will only be used in the control panel.

  5. Select the Servers and Equipment service.

  6. Select a location for the network.

  7. Select or enter a VLAN.

  8. If you want to create a network up to an internal segment (Q-in-Q), specify its tag—a number from 2 to 4094. If a network already exists for the VLAN, you must specify the Q-in-Q segment of this VLAN.

  9. Enter a subnet name. It will only be used in the control panel.

  10. Enter the CIDR—the IP address and mask of the private subnet. You can enter a new subnet or an existing private server subnet if it has not yet been added to any of the global routers in the account. The subnet must meet the following conditions:

    • belong to the RFC 1918 private address range: 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16;
    • have a size of at least /29, as three addresses will be occupied by Servercore network equipment;
    • do not overlap with other subnets added to this router—IP addresses must not repeat across subnets on the same router;
    • if a Managed Kubernetes cluster on cloud servers is included in the global router network, the subnet must not overlap with the ranges 10.10.0.0/16, 10.96.0.0/12, 10.250.0.0/16 and 10.251.0.0/24. If a cluster on dedicated servers is included in the network — with ranges 10.10.0.0/16, 10.222.0.0/16, 10.250.0.0/16, 10.251.0.0/24 and 172.250.0.0/14. These subnets are used for Managed Kubernetes internal addressing, and their use may lead to conflicts in the global router network.
  11. Enter the gateway IP or leave the first address from the subnet that is assigned by default. Do not assign this address to your devices to avoid network disruption.

  12. Enter the service IPs or leave the last addresses from the subnet that are assigned by default. Do not assign these addresses to your devices to avoid network disruption.

  13. Click Create network.

  14. Optional: check the network topology on the global router. In the Control panel, in the top menu, click ProductsGlobal Router → router page → Network map.

  15. If you specified a Q-in-Q tag in step 8, you need to enable Q-in-Q technology on the switch port and configure the private network interface that you specified in step 10. Learn more in the Configure Q-in-Q section of the Q-in-Q guide.

Connect a network and subnet to the router up to the Cloud Platform project

You can connect a new or existing network to the router if it is not already connected to any of the account's global routers.

  1. In the Control panel, on the top menu, click Products and select Global Router.

  2. Open the router page → Networks tab.

  3. Click Create network.

  4. Enter a network name. It will only be used in the control panel.

  5. Select the Cloud Platform service.

  6. Select a location for the network.

  7. Select a project.

  8. Enter a subnet name. It will only be used in the control panel.

  9. Enter the CIDR — IP address and subnet mask. The subnet must meet the following conditions:

    • belong to the RFC 1918 private address range: 10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16;
    • have a size of at least /29, as three addresses will be occupied by Servercore network equipment;
    • it does not overlap with other subnets added to this router — there must be no identical IP addresses within the subnets of one router;
    • if a Managed Kubernetes cluster on cloud servers is to be connected to the global router network, the subnet must not overlap with the 10.10.0.0/16, 10.96.0.0/12, 10.250.0.0/16 and 10.251.0.0/24. If a cluster on dedicated servers is connected to the network, it must not overlap with the 10.10.0.0/16, 10.222.0.0/16, 10.250.0.0/16, 10.251.0.0/24 and 172.250.0.0/14. These subnets are used for Managed Kubernetes internal addressing, and their use may cause conflicts in the global router network.
  10. Enter the gateway IP or leave the first address from the subnet, which is assigned by default. Do not assign this address to your devices to avoid disrupting network operation.

  11. Enter the service IPs or leave the last addresses from the subnet, which are assigned by default. Do not assign these addresses to your devices to avoid disrupting network operation.

  12. Click Create network.

  13. Optional: check the network topology on the global router. In the Control panel, on the top menu, click ProductsGlobal Router → router page → Network Map.

Assign an IP address to the dedicated server

Configure the local port on the dedicated server that is included in the global router network. Assign an IP address to the port from the private subnet that you connected to the global router for the dedicated server.

  1. Connect to the server via SSH or via KVM console.

  2. Open the netplan utility configuration file with the vi:

    vi /etc/netplan/01-netcfg.yaml
  3. Add or change the values of the private network interface settings:

    <eth_name>:
    addresses: [<ip_address>]

    Specify:

    • <eth_name> — the name of the private network interface;
    • <ip_address> — the private IP address of the server with a subnet mask, for example 192.168.0.2/24.
  4. Press ESC.

  5. Exit the vi text editor with your changes saved:

    :wq
  6. Apply the configuration:

    netplan apply
  7. Optional: reboot the server.

  8. Optional: assign a private IP address to the server in the control panel.

Specify a route on the dedicated server

On the server, you need to specify a static route to the Cloud Platform subnet that you connected to the global router.

  1. Connect to the server.

  2. Open the network configuration file:

    vi /etc/netplan/01-netcfg.yaml
  3. At the end of the data block for the required network interface, add the route:

    routes:
    - to: <ip_address>/<mask>
    via: <gateway>

    Specify:

    • <ip_address>/<mask> — the subnet to which you need to add a route, specifying the mask, for example 192.168.0.0/28;
    • <gateway> — the gateway for the current server's subnet, which is specified on the global router.
  4. If you need to define multiple routes, add them sequentially in the same block, for example:

    routes:
    - to: 192.168.0.0/28
    via: 172.16.0.1
    - to: 192.168.1.0/28
    via: 172.16.0.1
  5. Save the file.

  6. Check the settings:

    sudo netplan try
  7. Apply the changes:

    netplan apply

Create a Managed Database cluster

  1. In the Control panel, in the top menu, click Products and select Managed Databases.

  2. Click Create cluster.

  3. Enter the cluster name.

  4. Select a location. You cannot change the location after creation.

  5. Select a DBMS — MySQL semi-sync.

  6. Select a MySQL semi-sync version. You cannot change the version after creation.

  7. Select a configuration line and specify the number of vCPU, the amount of RAM, and the disk size.

    After creating the cluster, you can change the node configuration — scale the cluster.

  8. Optional: to configure cluster fault tolerance, specify the number of nodes in the cluster in the Fault Tolerance block. The first node is the master node, the others are replicas. For a multi-node cluster, the SLA applies — we guarantee 99.95% write availability and 99.99% read availability.

  9. Select the subnet that you connected to the global router to the Cloud Platform project.

    You can restrict the list of addresses from which access to the database cluster will be allowed.

  10. Optional: to change the DBMS settings, click Change. We recommend changing settings only when necessary — incorrectly selected values can reduce cluster performance.

  11. Check the cluster price.

  12. Click Create cluster. The cluster will be ready to use when it enters the ACTIVE.