|
META TOPICPARENT |
name="Computing" |
Nevis particle-physics administrative cluster configuration |
| |
|
< < | |
> > | |
| |
|
< < |
- Create a physical volume and a clustered volume group on the DRBD partition:
pvcreate /dev/drbd0
|
> > |
- Create a physical volume and a clustered volume group on the DRBD partition. The name of the DRBD disk is
/dev/drbd0 ; the name of the volume group is ADMIN . pvcreate /dev/drbd0
|
| vgcreate -c y ADMIN /dev/drbd0 |
|
< < | |
> > | |
| mkfs.gfs2 -p lock_dlm -j 2 -t Nevis_HA:usr /dev/ADMIN/usrNote that Nevis_HA is the cluster name defined in /etc/cluster/cluster.conf .
- Make sure that cman, clvm2, and pacemaker daemons will start at boot; on both nodes, do:
/sbin/chkconfig cman on
|