Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. yum install pacemaker pcs
  2. passwd hacluster
  3. (Set the same password)
  4. systemctl enable pcsd.service
  5. systemctl start pcsd.service
  6.  
  7. (On node 1)
  8. psc cluster auth 192.168.0.1 192.168.0.2
  9. (Output)
  10. Username: hacluster
  11. Password:
  12. Error: Unable to communicate with 192.168.0.2
  13. 192.168.0.1: Authorized
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement