User Tools

Site Tools


centos_6.5_pacemaker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
centos_6.5_pacemaker [2015/03/05 08:18] herwarthcentos_6.5_pacemaker [2015/03/05 09:01] (current) – [Random number generator] herwarth
Line 11: Line 11:
  
 ====Random number generator==== ====Random number generator====
-  vi /etc/sysconfig/rngd +<code - /etc/sysconfig/rngd> 
- +EXTRAOPTIONS="-r /dev/urandom" 
-  EXTRAOPTIONS="-r /dev/urandom" +</code>
   chkconfig rngd on   chkconfig rngd on
   service rngd start   service rngd start
Line 73: Line 72:
 ====LVM==== ====LVM====
 edit /etc/lvm/lvm.conf and define which volume groups to enable at startup. exclude cluster VGs. in this example the cluster VG is data. edit /etc/lvm/lvm.conf and define which volume groups to enable at startup. exclude cluster VGs. in this example the cluster VG is data.
-  vi /etc/lvm/lvm.conf +<code - /etc/lvm/lvm.conf> 
-  +
-  .   +.   
-  #volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*"+#volume_list = [ "vg1", "vg2/lvol1", "@tag1", "@*"
-  volume_list = [ "system"+volume_list = [ "system"
-  +
-  .+. 
 +</code>
 <code> <code>
 pcs resource create lvm_data LVM volgrpname=data exclusive=true pcs resource create lvm_data LVM volgrpname=data exclusive=true
centos_6.5_pacemaker.1425543511.txt.gz · Last modified: by herwarth