- Connect iSCSI
- Check if iSCSI is connected correctly
- Generate Cluster
- Configure Cluster Driver : /etc/init.d/o2cb configure
- NM : Node Manager, cluster.conf - Track status of all installed nodes
- HB : Heartbeat - Notify UP/DOWN status when a node join/drop into a cluster
- TCP : Communicate inter-nodes
- DLM : Distributed Lock Manager - Track status and owner of LOCK
- CONFIGFS : Configuration File System mounted to User Space(/config)
- DLMFS : User Space Interface for Kernel Space DLM
- Make partition
- Make filesystem(run once on a server)
- Mount filesystem(run on all servers)
- Test read/write operation
iscsiadm -m discovery -p [IP_OF_NAS] -t st iscsiadm -m node -login
fdisk -lSuccess if you can see [/dev/sdX]
* X may be b, but it can be c, d or other if you have several attached HDDs.
/etc/ocfs2/cluster.conf
fdisk /dev/sdXor
cfdisk /dev/sdX
mkfs -t ocfs2 /dev/sdb1
mount -t ocfs2 -o _netdev,nointr /dev/sdb1 /mnt/ocfs2
No comments:
Post a Comment