Search:     Advanced search
Browse by category:
Glossary | Ask question



How does ART replication work and steps for setup?
Add comment
Views: 392
Votes: 0
Comments: 0
The boxes have art replication enabled.
Any users added to the Master box should automatically be added to the Backup.
 
Export your ART database and then try the following steps.
COMMAND:
art export users tftp <ART instance> <TFTP server IP> <Filename>
Example:
art export users tftp default 10.1.231.11 artdb
 
1. Take both boxes out of art replication
art replication leave
 
2. Join both boxes into art replication.
Run once only on Master box
COMMAND:
art replication join <IP of backup node>
Example:
art replication join 10.11.0.151
 
3. Check status on both boxes
show art replication status
10.11.0.150 – Status should be Master
10.11.0.151 – Status should be Synchronized
 
4. Verify the number of users and desktops are the same.
show art tech
 
5. Now, add a user to the master box.
art user default testuser testpassword
 
6. Verify the number of users increased by 1 on both boxes.
This will confirm if ART replication is working.
show art tech
 
You can remove the user afterwards.
no art user default testuser
 


Other questions in this category
What are the settings needed to prepare for upgrading from 8.4.4.x to 8.4.6.x with DD enabled?
What are the steps to setup DD with MAC OS support?
How to publishing applications using Windows Terminal server?
Desktop Direct Configuration on AG