Difference between revisions of "Scality: Ring Setup"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 13:35, 14 August 2013
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 startInstall 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