test installation help
Up to Dispersed Storage Users
Hi,
I'm trying to install the "tryout configuration" (1 Slisestore + Accessor & 1 iSCSI initiator)
i want a multi-slisestore server conf with one machine running 4 instances of the slidestore app.
my question is: when creating a vault how do modify the .xml to point to the 4 instances of my slidestore app.?
the accessor and the slidestore are on the same machine.
i'm running debian etch; dsnet-1.01rc1
thanks in advance.
Mihail,
In order to run 4 SliceStor instances on a single machine for testing, edit your wrapper.conf file in dsnet-slicestor/conf and modify the following two places:
#wrapper.java.additional.3=-Dorg.cleversafe.sliceserver.xml.configuration=../conf/server-config.xml
wrapper.java.additional.3=-Dorg.cleversafe.sliceserver.xml.configuration=../conf/multi-server-config.xml
wrapper.java.additional.11=-Dorg.cleversafe.storage.ss.daemons=4
When you start the slicestor process it will open 4 ports (by default 5001-5004) rather than a single instance on port 5000. Then, modify your vault descriptor XML to reference these 4 instances and create a new vault using this descriptor.
Greg

