Reference Guide
Table Of Contents
- Dell Wyse Management Suite Version 1.4 High Availability Guide
- Introduction
- High availability architecture
- High availability on Windows Server 2012/2016
- Achieve high availability on Windows Server 2012/2016
- Achieve high availability for MySQL InnoDB
- Achieve high availability on MongoDB
- Achieve high availability for Teradici devices
- Install Wyse Management Suite on Windows Server 2012/2016
- Upgrade Wyse Management Suite version 1.3 to 1.4
- Post installation checks
- Troubleshooting

Figure 36. Installation complete
Next step
Follow the procedure to install and congure MySQL server in all the three servers of the MySQL cluster.
NOTE
: To set up the environment as per the high availability setup, see dev.mysql.com.
Check MySQL InnoDB server instances
Before you add MySQL InnoDB to the cluster setup, verify that MySQL InnoDB is created as per the cluster requirements.
You must login as root user to run the commands and restart the system each time you run a set of commands.
Run the following commands to verify that the MySQL InnoDB server instance meets the congured cluster requirements:
NOTE
: The IP Address is dierent for each system that is used at your work place and the following commands are used only as
an example.
• To check that the MySQL InnoDB is created as per the requirements, run the following commands at the command prompt:
•
mysql-js> dba.checkInstanceConfiguration('root@IP Address1')
•
mysql-js> dba.checkInstanceConfiguration('root@IP Address2')
•
mysql-js> dba.checkInstanceConfiguration('root@IP Address3')
42
Achieve high availability for MySQL InnoDB