Advertisement
digimer

Untitled

Dec 31st, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. [root@an-c03n02 ~]# pcs cluster cib fs_cfg
  2. [root@an-c03n02 ~]# pcs -f fs_cib resource create WebFS Filesystem device="/dev/drbd0" directory="/var/www/html" fstype="ext4"
  3. [root@an-c03n02 ~]# pcs -f fs_cfg constraint colocation add WebFS WebDataClone INFINITY with-rsc-role=Master
  4. Error: Resource 'WebFS' does not exist
  5. [root@an-c03n02 ~]# pcs -f fs_cib resource create WebFS Filesystem device="/dev/drbd0" directory="/var/www/html" fstype="ext4"
  6. Error: unable to create resource/fence device 'WebFS', 'WebFS' already exists on this system
  7. [root@an-c03n02 ~]# pcs -f fs_cfg constraint colocation add WebFS WebDataClone INFINITY with-rsc-role=Master
  8. Error: Resource 'WebFS' does not exist
  9. [root@an-c03n02 ~]# pcs -f fs_cfg constraint colocation add WebFS WebDataClone INFINITY with-rsc-role=Master
  10. Error: Resource 'WebFS' does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement