Error during vault creation
Up to Dispersed Storage Users
I was able to install the slicestor and the accessor. They were both installed on the same server. When trying to create my first vault, I got an error. The error is stated below:
[root@testsrv1 bin]# ./dsnet-create-vault --name="dsnetvault" --descriptor="/usr/local/bin/dsnet-accesser/conf/vault-descriptor.xml"
Error creating vault on access server
Could not create vault object
Could not create vault object
Could not create vault object
Could not create vault object
below is my vault-descriptor.xml file:
[root@testsrv1 bin]# more /usr/local/bin/dsnet-accesser/conf/vault-descriptor.xml
<?xml version="1.0" encoding="UTF-8"?>
<vault:vault type="block"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:vault="http://cleversafe.org/vault"
xmlns:eval="http://cleversafe.org/config/evaluator">
<!-- 1GB vault -->
<vault:param name="block-size">
<eval:literal type="int" value="4096"/>
</vault:param>
<vault:param name="num-blocks">
<eval:literal type="long" value="262144"/>
</vault:param>
<!-- Information Dispersal Algorithm -->
<vault:ida kind="IDA" referral="cauchy" version="1">
<eval:param name="num-slices">
<eval:literal type="int" value="1"/>
</eval:param>
<eval:param name="threshold">
<eval:literal type="int" value="0"/>
</eval:param>
</vault:ida>
<!-- Data Integrity Codec (CRC-32) -->
<!--
<vault:codec kind="Codec.Integrity" referral="crc-32" version="1"/>
-->
<!-- Slice Integrity Codec (CRC-32) -->
<vault:slice-codec kind="Codec.Integrity" referral="crc-32" version="1"/>
<!-- Begin Slice Store List -->
<vault:slice-store kind="SliceStore" referral="remote">
<eval:param name="connection">
<eval:reference kind="Connection">
<eval:param name="testsrv1">
<eval:literal type="string" value="10.10.19.11"/>
</eval:param>
<eval:param name="port">
<eval:literal type="int" value="5000"/>
</eval:param>
</eval:reference>
</eval:param>
<eval:param name="vault-identifier">
<eval:method object="acl" name="getVaultIdentifier"/>
</eval:param>
<eval:param name="credentials">
<eval:reference object="credentials"/>
</eval:param>
</vault:slice-store>
Question on configuring the vault-descriptor.xml:
1. If I leave it as the default 8(num-slices) X 6(threshold) configuration do I change the port value from 5000-5007?
2. If I leave the file as the default, does it mean I'm running multiple intances? do I have to comment line #4 on the wrapper-server.conf file?
Any help would be appreciated.
We are migrating our forums to a new site. If you don't mind, please re-post your question on http://dev.cleversafe.org/forums.
Our new forums are powered by phpBB. It has more features, performs better, and is generally easier for us to manage.
Our new site supports OpenID. Many online email providers also provide OpenID identities. If yours doesn't, you can also get an OpenID at http://myopenid.com. If you don't feel like getting an OpenID you can still register on our forums the old fashion way.
Sorry for the inconvenience,
Wesley Leggette
Open Source Manager
Cleversafe, Inc.

