Scality: Ring Setup

From Define Wiki
Revision as of 13:35, 14 August 2013 by Michael (talk | contribs) (Created page with "== Install the Nodes == The following would install a node with 1 disk and 6 nodes with the /mnt/disk prefix <syntaxhighlight> yum install scality-node scality-node-config --prefix /mn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install the Nodes

The following would install a node with 1 disk and 6 nodes with the /mnt/disk prefix

yum install scality-node
scality-node-config --prefix /mnt/disk --disks 1 --nodes 6
mkdir /mnt/disk1
touch /mnt/disk1/.ok_for_biziod
 service scality-node start

Install sagentd

yum install scality-sagentd 
chkconfig scality-sagentd on
/etc/init.d/scality-sagentd start
/usr/local/bin/scality-node-config -m <name of node> -i <IP of node where you install sagentd> -u <supervisor ip address>
/etc/init.d/scality-sagentd start