Email to friend
Your name: *
Your email: *
Friend's email: *
Comment:


How does ART replication work and steps for setup?
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