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

9 Check the replication status by running the following command:
rs.status();
Figure 59. Replication status
10 Start mongod service and add the secondary nodes to the second and third nodes in the MongoDB cluster:
rs.add("IPAddress2:27017")
rs.add("IPAddress3:27017")
NOTE
: The port numbers will dier based on the systems at your network and systems.
11 After you add the nodes in the MongoDB cluster, check the replication status by running the following commands for the primary and
secondary nodes:
rs.status();
Achieve high availability on MongoDB
63