This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:151 [2016/12/01 14:42] hmeij07 [upgrade] |
cluster:151 [2016/12/06 20:14] (current) hmeij07 [beeGFS cluster idea] |
||
---|---|---|---|
Line 10: | Line 10: | ||
This page is best read from the bottom up. | This page is best read from the bottom up. | ||
+ | NOTE: | ||
+ | |||
+ | I'm reluctantly giving up on beegfs, especially v6.1, it simply works flaky. In the admon gui I can see 2 storage nodes, 4 storage objects, 4 meta servers with clients installed on all meta. /mnt/beegfs is there and content can be created. Then I mirror storage nodes, all is fine. Then I mirror meta servers and the mirrors set up, enabling mirrormd states success. Then the whole environment hangs on / | ||
+ | |||
+ | Back to adding more XFS into my cluster, I'll wait a few more versions. | ||
+ | --- // | ||
==== beeGFS cluster idea ==== | ==== beeGFS cluster idea ==== | ||
Line 38: | Line 44: | ||
* Costs (includes 3 year NBD warranty) | * Costs (includes 3 year NBD warranty) | ||
* Microway $12,500 | * Microway $12,500 | ||
- | * CDW | + | * CDW $14,700 |
==== beegfs-admin-gui ==== | ==== beegfs-admin-gui ==== | ||
Line 108: | Line 114: | ||
# define mirrrogroups | # define mirrrogroups | ||
- | [root@cottontail2 ~]# beegfs-ctl --addmirrorgroup --primary=21701 --secondary=13601 --groupid=1 | + | [root@cottontail2 ~]# beegfs-ctl --addmirrorgroup |
- | [root@cottontail2 ~]# beegfs-ctl --addmirrorgroup --primary=13602 --secondary=21702 --groupid=2 | + | [root@cottontail2 ~]# beegfs-ctl --addmirrorgroup |
[root@cottontail2 ~]# beegfs-ctl --listmirrorgroups | [root@cottontail2 ~]# beegfs-ctl --listmirrorgroups | ||
Line 380: | Line 386: | ||
Content mirroring will require more disk space. Perhaps snapshots to another node is more useful, also solves backup issue. | Content mirroring will require more disk space. Perhaps snapshots to another node is more useful, also solves backup issue. | ||
- | + | V6 does buddymirror meta mirroring [[http:// | |
< | < | ||
- | # enable meta mirroring, directory based | + | # 2015.03 |
# change to 11/04/2016: used --createdir to make this home. | # change to 11/04/2016: used --createdir to make this home. | ||
[root@n7 ~]# beegfs-ctl --mirrormd / | [root@n7 ~]# beegfs-ctl --mirrormd / | ||
Line 389: | Line 395: | ||
Mount: '/ | Mount: '/ | ||
Operation succeeded. | Operation succeeded. | ||
+ | |||
+ | # V6.1 does it a root level not from a path | ||
+ | beegfs-ctl --addmirrorgroup --nodetype=meta --primary=38 --secondary=39 --groupid=1 | ||
+ | beegfs-ctl --addmirrorgroup --nodetype=meta --primary=250 --secondary=37 --groupid=2 | ||
+ | beegfs-ctl --mirrromd | ||
# put some new content in | # put some new content in |